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

Using IDOC_WRITE_AND_START_INBOUND

Former Member
0 Likes
1,099

Hi,

I have problem in using function module IDOC_WRITE_AND_START_INBOUND.

The idoc number is generated but the IDoc does not exists in the Database. When i debugged, i found that a select query for table TBD55 fails that raises an exception... So wat should i do now...All other configuratons are same. Just wondering how do i handle this. Any takers?

Regards,

Praveen.

Hi,

I have problem in using function module IDOC_WRITE_AND_START_INBOUND.

The idoc number is generated but the IDoc does not exists in the Database. When i debugged, i found that a select query for table TBD55 fails that raises an exception... So wat should i do now...All other configuratons are same. Just wondering how do i handle this. Any takers?

Regards,

Praveen.

1 REPLY 1
Read only

Former Member
0 Likes
584

hi praveen

looks like you are missing out on some sender information

try populating the following in the import parameters

Partner type of sender

Partner Number of Sender and other fields of the table TBD55.

Hope this helps..please let us know

all the best.