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

process code we42

Former Member
0 Likes
1,774

hi,

need to seek advice if below 2 points are correct.

i take inbound as an example.

1 in WE42, when the process code is BAPI, the function module used to post application data in system is via function module bapi_idoc_input1.

2 when click on logical message, there is a list of message type. only message type defined here can use this function module.

3 the application data will populate in the basic type or idoc type data segment which assigned in this message type.

the link of message type and basic type and function module can know in we57.

thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,413

Hi,

1. Yes and No. BAPI_IDOC_INPUT1 is the FM that process idocs. This in turn takes care of further processing by calling the relevant function module. Refer point (3) below.

2. Yes. You can add your own message types too.

3. No. The mapping takes place via table TBDBA.

Regards,

Nimish

2 REPLIES 2
Read only

GauthamV
Active Contributor
0 Likes
1,413

1. correct.

2.correct.

3.correct.

Read only

Former Member
0 Likes
1,414

Hi,

1. Yes and No. BAPI_IDOC_INPUT1 is the FM that process idocs. This in turn takes care of further processing by calling the relevant function module. Refer point (3) below.

2. Yes. You can add your own message types too.

3. No. The mapping takes place via table TBDBA.

Regards,

Nimish