‎2018 Aug 16 6:29 PM
Hi All,
I have one question, Regarding to the module pool programming.I created a module pool programming. I am giving the the storage unit number and pallet number after click on enter i will save into 'LX02' transaction, but it is showing one warning message and data is not saved in 'LX02' .I did the recording also in bdc but still it is showing same warning message.i think it is a BDC issue. I tried but i didn't find any message. Please help me.
i maintain the code is as recording but it is still showing same message.please find the below screen shot and let me know any clarification.
e
‎2018 Aug 16 8:45 PM
Hi Sainath,
SAP recommends working with BAPI instead of BDC.
Analyze below BAPI's for that scenario as well as consider Function Module BAPI_TRANSACTION COMMIT... after calling BAPI.
L_TO_CREATE_SINGLE
L_TO_CREATE_MULTIPLE
Regards,
‎2018 Aug 17 8:26 PM
Hi Roberto,
Thank you for your suggestion, But i was copied this program to another existing program there used in BDC only in the existing program they are have three screen the requirement is you merge the three screens into one screen thats the reason i was use the BDC recording. Please suggested me any idea about the BDC recording.
Thanks,
Sainth K.
‎2018 Aug 17 10:24 PM
Hi,
In this case you can record BDC using SAP transaction SHDB as well as working directly with call transaction or session group calling FM's BDC_OPEN_GROUP, BDC_INSERT and BDC_CLOSE_GROUP - SM35.
However, BAPI is the best way.
Regards,
‎2018 Aug 17 10:25 PM
‎2018 Aug 17 1:53 AM
i dont see any screenshot there..what exactly "save into LX02 transaction" meaning? are you trying to submit LX02 through Zprogram.
‎2018 Aug 17 2:26 PM
Process LX02 manually with same data(Used in BDC), if you're still getting the issue, probably you can check with functional person.