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: 

IDOC status 53 but the material master is not posted.

Former Member
0 Kudos

Hi All,

I am getting the IDOC status 53 ( i.e) Application Document Posted, but the material is not posted even though the status is 53. and I am using the inbound function module zmatmas.

what could be the reason for this issue and plz give suggestion to fix this issue.

Thanks in Advance,

Varsha.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi ,

within Zfunction, have you called BAPI to create material?

if so analyse the data u r passing to BAPI in debug mode and check the retunr message.

also check you are using BAPI_TRANSACTIONCOMMIT after caalling BAPI for materail creation.

you can debug the idoc through WE19.

revert back,

regards,

Naveen

7 REPLIES 7

Sandeep_Kumar
Product and Topic Expert
Product and Topic Expert
0 Kudos

There can be so many reasons like wrong coding in the FM , passing wrong values etc..

Former Member
0 Kudos

Hi ,

within Zfunction, have you called BAPI to create material?

if so analyse the data u r passing to BAPI in debug mode and check the retunr message.

also check you are using BAPI_TRANSACTIONCOMMIT after caalling BAPI for materail creation.

you can debug the idoc through WE19.

revert back,

regards,

Naveen

0 Kudos

Hi,

Yes we have used the bapi to create the material in the inbound FM and also 'BAPI_TRANSACTION_COMMIT ' is used...what should i do further..plz suggest.

Thanks in advance.

varsha.

0 Kudos

Hi,

what are the return messages returning by BAPI.

check in debug mode and let me kno the return messges.

regards,

naveen

jyothi_anagani
Active Contributor
0 Kudos

Hi,

There will be only one 53 status Idoc created per Process. If you duplicate the IDoc then there is a chance to show status 53 twice in the Idoc.when you process twice it is possible to have 2 status 53 per process of IDOC. you can see status of each process in we05

Regards,

Jyothi.

former_member217316
Contributor
0 Kudos

Hi

Check while debugging the BAPI whether the values that you have passed are correct. In case you find no error at your end, just ask your basis team to check the receiver port settlings. Sometime due to the incorrect receiver port settings, the IDOC fail to get posted.

Hope this helps.

Regards

Harsh

Former Member
0 Kudos

Hi,

Go to Tcode we19, give the Existing idoc number and excute. Select the segment and click on Inbound function module icon in the application tool bar. select the function module idoc_input_...then process it in background or in foreground . Then it give u an information continue..Now u can check the status will be in green color.

Regards,

Sathish