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

Doubt in LSMW

Former Member
0 Likes
562

Hi all,

I have created an LSMW using BAPI method for transaction AS91.For this IDOC has been created successfully with message status 53.But when i going to AS93 and giving Asset created number, I am not able to find the data that has been seen in the IDoc segments.

Thanks in advance,

Shalem

Hi all,

I have created an LSMW using BAPI method for transaction AS91.For this IDOC has been created successfully with message status 53.But when i going to AS93 and giving Asset created number, I am not able to find the data that has been seen in the IDoc segments.

Thanks in advance,

Shalem

3 REPLIES 3
Read only

Former Member
0 Likes
530

Dear shalem,

check for the partner function settings in both sending and receiveing system .

Read only

Former Member
0 Likes
530

some bapis create document but don't have commit work in built in it. So you have to run transaction commit bapi after that. So thats why you are not able to see ur asset no.

with regards

Mandeep

Read only

Former Member
0 Likes
530

get ur BAPI return message and see .

If the message is successfull then execute BAPI_TRANSACTION_COMMIT

Ur BAPI may be asynchronous one