standard text upload in so10
Hi, I have uploaded a word document in so10 to include it in smartform. But my issue is no format is mentioned. which format should I upload ti in, RTF, TIFF, ASCII so that its readable? Thanks in...
View ArticlePICK Assign HU, PACK and PGI using WS_DELIVERY_UPDATE_2
Hello,I am Trying to create, HU, using ' BAPI_HU_CREATE' and then Using WS_DELIVERY_UPDATE_2 to Pick, assign HU to delivery and update delivery using WS_DELIVERY_UPDATE_2. every thing is working...
View ArticleOptimize inner join code on LTAP and LTAK
Hallo. I'm a newbie on ABAP. I note a bad performance on the code: SELECT COUNT(*) FROM ltap AS a INNER JOIN ltak AS b ON a~lgnum EQ b~lgnum AND a~tanum EQ b~tanum INTO row_conf...
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 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 Articlemodifying a user exit MBCF0005
Hi Experts, Am modifying user exit MBCF0005 for mb1a. Automatically cost center value has to be populated. Here am taking cost center from ekkn and store article no. from mseg table as per function...
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 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 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 ArticleBAPI_MATERIAL_SAVEDATA
Please, help me with this message, I can't create a material.When I consult the parameter return RETURNMESSAGES, it contains the following. Thanks for the help this is my code....
View ArticleDynamic tabstrip with one or more tabs depending of data
Hi all, I have a problem with a tabstrip. Depending of the data selected in Selection Screen (of a Report), a dynpro with a tabstrip must be shown. Well, If my Selection Screen process triggers one...
View ArticleHow will you transfer data into a file in application server ?
HI experts , PLZ clarify this,--How will you transfer data into a file in application server ?--How can you download your package programs in to LOCAL systems?--How can i transfer my abap code...
View ArticleBAPI to release production order despite missing parts
Hi abap gurus, I need a BAPI or FM to release a production order despite missing parts (material availability). I was using the bapi BAPI_PRODORD_RELEASE but isn't releasing the production order...
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 ArticleNot able to pick files with file name length greater than 40 chars using...
Dear Experts We are trying to process files in SAP CRM 7.0 (EHP2 FOR SAP CRM 7.0) system. We are using function module EPS_GET_DIRECTORY_LISTING for reading the files from AL11 folders. The same...
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 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 ArticleIn Module Pool, with many screens, what the correct location to declare...
Hi friends, I have this scenario in my module pool. It´s working perfectly: INCLUDE TOP:DATA: GC_CLASS TYPE REF TO ZLCL_TEST. SCREEN 1000:CREATE OBJECT GC_CLASS.GC_CLASS->METHODXXX( ).SCREEN...
View Article