How to Create a SES with acc Assignment Category 'F' even though Purchase...
Hi Experts... I am creating mass service entry sheets with BAPI_ENTRYSHEET_CREATE...as per the client requirement if purchase order item acc assignment category is 'U'..then we have to Create service...
View ArticlePPCO0007 User Exit for Changing Header Fields During Order (CO40)
.. Hi !!!! I need your help or suggestions, I need to change the standar order before to save, i found the user exit PPCO0007, i assign the new value for the order, but when finish the fuction,...
View ArticleError BM 312 after commit of Process Order confirmation
Hey Experts, Some vexation power asserted me to ask this question in the forum, for I am now stuck! I am doing Process Order confirmation (final confirmation) using the following BAPIs in my custom...
View ArticlePrint and Email Payment advice using RFFOUS_T
Hi I have to Print and email payment advice using RFFOUS_T (using T-code : F110). I implemented BTE 2040. with this i can send email successfully. But it is not printing. I need to print payment...
View ArticleChange document for user is not updating
Hi All, I have written a simple Zprogram to unlock a particular user.But the issue is that its not showing any log for that particular user in TCODE SU01-->Change document for user .Please let me...
View Articlehow to populate structure inside a structure in FM output
Hi Experts, I want to populate a structure inside a structure in output of a function module. Currently I have defined a table type inside a line item i have defined an include structure. But when you...
View Articleupdate scheduling lines in scheduling agreement
Hi All, My requirement is to create a custom Function Module/ enhance the standard FM, to replicate and enhance the functionality of the standard FM “SD_BACKORDER_UPDATE”. The custom FM will be called...
View ArticleUndo functionality in ALV grid after refreshing
I'm required to make an user friendlier sm30. Studying my options I decided to go for using an editable alv grid. After some cells are edited, others (non-editable) are filled with some content that...
View ArticleJoining three tables with inner join and for all entries
I'm learning abap and trying to join three tables: vbap, vbak, makt.Here is my SELECT statement code: IF s_ernam is INITIAL. SELECT K~auart K~ernam K~erdat K~vbeln P~pstyv P~posnr P~matnr P~zmeng...
View ArticleIndexes not deleted after DELETE FROM dbtab
Hi, We have a new 'large table' that will be containing 20-30 million rows in the future.From time to time we wil have to clean up the data selectively using statement "DELETE FROM zct_epr_exch WHERE...
View ArticleA Way of Reading Huge Excel Files
Recently, a colleague of mine had to write an ABAP application with an import functionality for Excel files. I recommended him to use the abap2xlsx package which serves as a fully featured negotiator...
View ArticleGetting field label from select-options, Parameters etc.
Hi, i want to create an info header for reports. For this purpose i need the Field values and labels for the parameters, select-options etc.How can i get them. Regards Dirk
View ArticleMultiple line hyperlink problem in smartform PDF
Hi All, My requirment is to dipsplay hyperlink in smartform. I achieved it by using <%W>&GV_URL&</> Then this smartform will be sent as PDF attachment in e-mail. The length of...
View ArticleOrder Response after PGI on Non-Inventoried Items
I have a requirement to send order response to our partner after PGI of order that has Non-Inventoried Line Items only like "Product Installation". I am not able to find which FM is being called when I...
View ArticleBAPI_ALM_ORDER_MAINTAIN - add Equipment to order Operation.
I'm trying to associate an equipment to an operation throut BAPI_ALM_ORDER_MAINTAIN .The bapi returns sucsses message at et_return, but no change appears in operation inside an especific order.Does...
View Articlecell merge in alv for quantity fields
Generally when we sort it merge the cell for key fields like VBELN, POSNR etc...But with the same combination i want to use for quantities too, VBELN, POSNR, KWMENG when i sort the quantity column...
View ArticleSAP ECC Upgrade - Issue with PDF Font
We upgraded ECC 6.0 to EnhP 3 to 6.We're currently on SAP_BASIS support pack SAPKB73107. We use Sapscript to send the Remittance Advice as PDF attachment in email. Program RFFOEDI1 is used. PDF has...
View ArticleSQ02 ABAP Coding
Hi All, I am new to ABAP and am using SQ02 to add coding to select data from a table here is what I have so far: Select single KNUMH from KONVinto Z_KONV_CONDwhereKNUMV = EKKO-KNUMVandKPOSN =...
View ArticleHow to create a PDF file on backend ?
Hi all, I'd like to print a delivery note into a PDF document. However - not on the front end but on the application server as the printing also happens in background jobs. The created file has to have...
View ArticleClub multinple rows into single row in an internal table
Hi Gurus, I have final internal table gt_final like below Material Batch Reason Quantity503 Batch1 A 100 503 Batch1 A 200503...
View Article