2006 Dec 06 6:19 AM
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
2006 Dec 06 7:12 AM
Dear shalem,
check for the partner function settings in both sending and receiveing system .
2006 Dec 08 4:55 AM
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
2006 Dec 08 4:58 AM
get ur BAPI return message and see .
If the message is successfull then execute BAPI_TRANSACTION_COMMIT
Ur BAPI may be asynchronous one