BAPI_BATCH_SAVE_REPLICA with classification data
Hi,I have 2 questions:how can i create batch using BAPI_BATCH_SAVE_REPLICA FM - from my point of view, problem is that batch number paramaeter is obligatory. so ho can i use it to create new batch?i...
View ArticleRe: Wrong Data: BAPI_ACC_DOCUMENT_POST
Yes, that's right. Look toSAP Library - Components of SAP Communication Technology go to "RFC in SAP Systems"
View ArticleRe: BAPI_BATCH_SAVE_REPLICA with classification data
problem 2 solved:correct code:* Fill BatchControlFields ls_batchcontrolfields-class_num = 'MAT_GADZETY_BDN'. ls_batchcontrolfields-doclassify = 'X'.** Fill BatchAttributes*...
View ArticleRe: Do I have to embed File_get_name in a process code?
1. Transaction WE02 / BD87, Table EDIDC, EDI*2. The functional module convert the logical file, which you created in the transaction FILE, in the physical file. In the FILE you can create logical file...
View ArticleRe: How to merge cells in excel through sap
Hi Amar Tolani,In my above code, ls_table-date is not the last column, instead it is the last but one column of your attached screen shot,OP.No need of FM also, you can implement your own logic....
View ArticleRe: Failure Mail Alert
Hi Nair, I think the code is ok! just modified as per the second situation! TYPES:BEGIN OF TY_JOB,LOG_ID type RSPC_LOGID,TYPE type RSPC_TYPE,EVENT_START type BTCEVENTID,JOB_COUNT type...
View ArticleRe: GN_DELIVERY_CREATE is creating multiple Inbound Delivery
I havent read through your code, but it seems that you delivery is getting split. SAP provides a report in note 355404. Check if this report specifies why the delivery was split
View ArticleRe: Function Group Error in quality systems
i tried write transport entry, but i m getting messages such as 'function module locked in transport request xxxxxxxx' when i do the redundancy check.....
View ArticleWhy Tax jurisdiction code is clearing once customer was created successfully?
Hello, We are creating customers by running a custom report prog., wherein we used standard SAP's BAPI for creating thiscustomers. We are running this custom report prog. in background, wherein the...
View ArticleRe: Why Tax jurisdiction code is clearing once customer was created...
Any help pls.? Thank you
View ArticleHow can i using this function with Gui Download ?
data yol type string.concatenate 'D:\Proje Çalışanları\' gv_pjtx '.xls' into yol. CALL FUNCTION 'EXCEL_OLE_STANDARD_DAT' EXPORTING file_name = yol* CREATE_PIVOT...
View ArticleHow 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 ArticleRe: PPCO0007 User Exit for Changing Header Fields During Order (CO40)
Hi NoemiYou can use the enchancement PPCO0007 (exit when the production order is saved).Use the function module EXIT_SAPLCOZV_001 (User Exit for Checking or Changing Header Fields During Order Save) to...
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 ArticleRe: Joining three tables with inner join and for all entries
Also, you don't need the "IF s_ernam is INITIAL" distinction, as empty selection ranges will be automatically ignored by the select statement. Thomas
View ArticleRe: Change document for user is not updating
Hi, Use FM BAPI_USER_CHANGE or BAPI_USER_UNLOCK to unlock the user, they will update the proper change documents. Martin
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 ArticleRe: how to populate structure inside a structure in FM output
Hi Dharmaraj, by any change you have some coding with this problem? I think it's do-able but I can't give you a solid approach with a more concreet example. Best, Sander
View ArticleRe: update scheduling lines in scheduling agreement
I could not locate any useful exit or enhance-point too. As per my understanding, what is required at the basic level is that I'll pass the details to my custom FM (same import parameters as...
View Article