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

Processing IDoc

Former Member
0 Likes
484

Hi all,

i have a standard IDoc HU_CREATE for creating handling unit.

I need to process it inbound to receive data from another system.

I have done all the settings and also uploaded my XML file through cg3z. Now before the final testing i need to process it on my system but i am unable to do that.

Pls Help

Regards

Kshitij

2 REPLIES 2
Read only

Former Member
0 Likes
436

Hi Bahadur,

For inbound process, you can use standard progam RBDAPP01

For outbound you can use standard program RSEOUT00.

And, Use transaction WE19 to process the IDOC from the file. It is a test tool for IDOC processing.

kindly reward if found helpful.

cheers,

Hema.

Read only

Former Member
0 Likes
436

Hi

Have you tried the

FM IDOC_INBOUND_ASYNCHRONOUS

Pass your Control and Data Records here .

CALL FUNCTION 'IDOC_INBOUND_ASYNCHRONOUS'

TABLES

IDOC_CONTROL_REC_40 = g_t_edi_dc40

IDOC_DATA_REC_40 = g_t_edi_dd40.

Hope it help,

Thanks