Application Development 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: 

Data not getting saved after successful execution of BDC Session

Former Member
0 Kudos

Hi,

I have created a LSMW to upload employee master data using PA30 transaction. It has to update IT0000, IT0001 and IT0002 for the action new starter. BDC Session is geting created successfully and getting executed successfully, but the data is getting stored in database tables. Still after the successful execution of BDC session database tables are not getting updated with new data. I tried through SHDB as well, still same problem occured. If i try manually the records are getting generated successfully.

Can someone help me.

6 REPLIES 6

nirajgadre
Active Contributor
0 Kudos

Hi,

i guess there some problem with you BDC recording, check you BDC recording.

check the BDC code for SAVE.

0 Kudos

Hi Niraj,

I checked the SAVE Code in BDC recording, it is "=UPD".

0 Kudos

During the recording itself the records are not getting created in Database. I properly clicked on Save button still they are not getting saved. If I do the same thing manually in PA30 the records are getting created. This is looking like some strange problem.

0 Kudos

Even in PA40 recording I am getting the same problem.

Edited by: Nalini K Gullapalli on Nov 18, 2009 7:40 AM

0 Kudos

This message was moderated.

0 Kudos

try OPTIONS FROM opt

RACOMMIT = 'X'.