Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

module pool programming issue

former_member572496
Participant
1,262

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

6 REPLIES 6
Read only

roberto_forti
Contributor
0 Likes
1,108

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,

Read only

0 Likes
1,108

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.

Read only

0 Likes
1,108

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,

Read only

0 Likes
1,108

following...

Read only

DoanManhQuynh
Active Contributor
0 Likes
1,108

i dont see any screenshot there..what exactly "save into LX02 transaction" meaning? are you trying to submit LX02 through Zprogram.

Read only

srikanthnalluri
Active Participant
0 Likes
1,108

Process LX02 manually with same data(Used in BDC), if you're still getting the issue, probably you can check with functional person.