2008 Jan 25 5:36 AM
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
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.
2008 Jan 25 6:01 AM
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.
2008 Jan 25 7:50 AM
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
| User | Count |
|---|---|
| 6 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |