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: 

STATUS 64 Needs to be post automatically

Former Member
0 Kudos

Dear All,

Could you please help to post the idoc automatically. normally idocs came to 64 status.

in Partner profile i have set this idoc as "Trigger Immediatly". still its not working.

through the program "RBDAPP01" posting not accepting by the client.

how to resolve this issue.

Thanks

KSK

1 ACCEPTED SOLUTION

Former Member
0 Kudos

HI ksk,

After creation of idoc it will store with 64 status. then if we perform RBDAPP01 it will post into SAP to the respective transaction. May be you can call this program in user-exit after saving the idoc. Then u can post it automatically to SAP.

I think this will reslove your problem.

  • Award point if it is helpful to you*

praveen

6 REPLIES 6

Former Member
0 Kudos

1) What error you are getting ?

2) What happen when you post manually through "RBDAPP01" ?

Thanks,

Narayan

0 Kudos

Thanks for the reply Narayan.

1. i have getting status text "No filters , No conversion , No version change ."

2. when i post manually post "RBDAPP01" its working fine. document posting nicely.

Best Regards,

KSK

Former Member
0 Kudos

Hi,

I had this issue when a new piece of custom code was added. When a piece of custom code fails, it is possible that the IDOC does not leave status 64. Check if there has been any custom code added to the inbound processing of the IDOC.

Also, if you are using any inbound lookup tables in the inbound processing (for example, EDPAR, EDSDC, etc.), check that you have the entries that are needed.

Good luck.

Aaron

Please reward if helpful

0 Kudos

Thank you for the reply.

I have checked the coding there is no changes. and mention tables also not contain any value.

Best Regards,

KSK

Former Member
0 Kudos

HI ksk,

After creation of idoc it will store with 64 status. then if we perform RBDAPP01 it will post into SAP to the respective transaction. May be you can call this program in user-exit after saving the idoc. Then u can post it automatically to SAP.

I think this will reslove your problem.

  • Award point if it is helpful to you*

praveen

0 Kudos

Dear Praveen,

Thank you for the reply. Instead of User Exit Is there any standard functionality i need to add. because the client not accepting to do this activity through User Exit.

Best Regards,

KSK