‎2008 Dec 24 8:28 AM
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
‎2008 Dec 24 9:27 AM
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
‎2008 Dec 24 8:32 AM
‎2008 Dec 24 9:27 AM
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