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

LSMW..

Former Member
0 Likes
414

Hi all,

<b>i am working on LSMW inbound invoice with aid of BAPI and IDOC.

when i execute my LSMW i can idoc status message as 53 where i can see the inbound invoice number .

my problem is, the number which i see doesn't exist in SE11.

is there any t.code used for post the document after see the status message as 53?

Even i could n't see the document number in FB60 t.code.

please help me to fix this problem.</b>

regards,

Kannan.

Hi all,

<b>i am working on LSMW inbound invoice with aid of BAPI and IDOC.

when i execute my LSMW i can idoc status message as 53 where i can see the inbound invoice number .

my problem is, the number which i see doesn't exist in SE11.

is there any t.code used for post the document after see the status message as 53?

Even i could n't see the document number in FB60 t.code.

please help me to fix this problem.</b>

regards,

Kannan.

2 REPLIES 2
Read only

Former Member
0 Likes
391

hi, there is something maybe you make confuse.

IDOC status 53 only means that IDOC successfully transfer into target system. does't mean your BAPI call is success.

In BAPI mode of LSMW, the BAPI call transfered into a IDOC and be sent to ALE layer, after that it at last find out the proper inbound Function and call this function.

In this inbound function, related BAPI will be called.

So your problem is inbound Function call succesfully.

But BAPI doesn't call correctly. Please do a test in SE37 at first, check if there is some error return according to your input data.

Hope it will be helpful

thanks

Read only

Former Member
0 Likes
391

hi, you can try BD87 to check the details info of your IDOC process.

Expand the status 53 node.

thanks