cancel
Showing results for 
Search instead for 
Did you mean: 

how to know which process code for inbound IDOC

Former Member
0 Kudos

Hi;

I want to implement standart SingleFlightBooking scenario and use component Abap_Proxy_2_IDOC but I dont konw which process code to select in "we20" to create inbound partner profile..

I went to "we64" there only three process code; ED00 , ED00_XML , ED08 exist for IDOC FLCUSTOMER_CREATEFROMDATA..but when i set one of them , it gives IDOC error status code.

Which standart process code must i choose in we20 ?

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi tuncer ,

Yellow is not error. !!!

Use WE14 transaction to push the Idoc through.

Regards

Edited by: Santosh Rawat on Aug 13, 2009 11:37 PM

Edited by: Santosh Rawat on Aug 13, 2009 11:38 PM

Answers (6)

Answers (6)

Former Member
0 Kudos

Santosh thanks for your reply.

when i try singleFlightBooking Demo , Idoc was formed but its status remains as "62" in yellow light ; it says

"IDoc inbound procg: Work item & started" what does it mean ?

In scenario after this IDOC arrives the destination system , it should send back orderConfirmation message back but nothing happens.

What should i do next?

Thanks

Former Member
0 Kudos

Hi Tuncer

ED08 is the process code for IDOC FLCUSTOMER_CREATEFROMDATA .

Regards,

Former Member
0 Kudos

Firstly thanks Manisha ,

but in our system there are only 48 process code, ABI_AIDN_IN doesnt exist,

which one must i select?

ALC2 Synchron. of Cust. Data Between Systems (CONDA2)

ALEC Control Data Adjustment Between Systems

ALFW Forward IDOCs to Another System

APLI Inbound IDoc: Individual Processing

APLM Inbound IDoc: Mass Processing

AUD1 ALEAUD Processing Information for IDocs

BAPI Inbound BAPI IDoc: Individual processing

BAPP Inbound BAPI IDoc: Package Processing

CATT Application for Automatic Tests

CHRM CHRMAS Characteristics

CLFM CLFMAS Classification

CLSM CLSMAS Classes

ED00 Display IDoc Using Work Item

ED00_XML Display IDoc using work item (XML)

ED08 Forward IDoc

HRMD HR: HR Master Data, Organizational Data

KNOM KNOMAS Global Object Dependencies

MDMREQ Request MDM

ME01 Order Acknowledgment with ORD_ID01 (ME_ORDRSP)

RCY0 RCYFET Get Recovery Objects

RCY1 RCYRSP Acknowledge Recovery Objects

RCY2 RCYLST Confirm Recovery Objects

RSDR

RSIN BW: Info IDoc (Status) from Source System

RSRQ BW: Data Request from SAP BW

SERD SERDAT Control Message Serialized Distribution

STA1 Status Record from IDoc, with Workflow

STA2 Status Record from IDoc; with Function Module

TXT1 Text Message from IDoc as RAW Message

UPSR ALE Distribution Unit (RECEIP

VFNM VFNMAS Inbound Variant Function

VTAM VTAMAS Structures from Variant Tables

VTMM VTMMAS Contents of Variant Tables

WPUB WPUBON Upload Sales Documents (Uncompressed)

WPUB_PIPE WPUBON Upload Sales Documents Uncompressed to PIPE

WPUE WPUERR Messages FWWS/POS/SCS

WPUF WPUFIB Upload Accounting Documents

WPUF_PIPE WPUFIB Upload Accounting Documents to PIPE

WPUK WPUKSR Upload Cashier Data

WPUK_PIPE WPUKSR Upload Cashier Data (PIPE Inbound)

WPUP WPUPAE Price Changes

WPUT WPUTAB Day-End Closing POS

WPUU WPUUMS Sales data (compressed)

WPUU_PIPE WPUUMS Sales Data Compressed (PIPE Inbound)

WPUW WPUWBW Goods Movements

WPUW_PIPE WPUWBW Goods Movements (PIPE Inbound)

WRMA_REV_REQUEST Requirement: RMA Revaluation

Former Member
0 Kudos

To know proces code: WE42.

The :generic Process code ABI_AIDN_IN .

Manisha

Former Member
0 Kudos

Try with ABI_AIDN_IN

Manisha

0 Kudos

Hi,

Process Codes are used in both ALE and EDI framework to identify the function module or API (Application Programming Interface) to be invoked for subsequent processing. Inbound as well as outbound interfaces use process code but for different purposes. Outbound process codes are stored in table TEDE1, while inbound process codes are stored in TEDE2.

Regards

Venkat