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

INTERNAL_ORDER_CREATE

Former Member
0 Likes
764

HI,

I have set-up an Inbound Idoc for creating Internal Orders.

The Idoc when tested using WE19 is being created successfully, however, when coming from the external system, it goes in as status 53, but also have status 62. Tried all reprocessing programs, but this is not being picked up because of status 53.

What should be the process code to be used here?

Thanks!

2 REPLIES 2
Read only

Former Member
0 Likes
635

The process code is BAPI. An easy way to get this is to set up a sample LSMW project, put in the business object  (under BAPIs) that create Internal; orders and save. The system will generate the entry with the appropriate process code.

Read only

0 Likes
635

Thanks Alfred.

The Process Code which I am using is ED08, which forwards the iDoc, creates a Work Item and then, the thing that bugs me, creates an Outbound Idoc with the same Message Type.

I have used other process codes, but they all seem to fail, saying that the FM is not possible to use.

Any suggestions?