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

inbound process code

Former Member
0 Likes
1,145

hi,

may i know what is the difference for process code BAPI as compared to process code like INVF, INVM, MATM, ORDE.

why some of the process code name is specific for certain processes whereas BAPI, the name is general.

thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
798

Though BAPI process code is generic, inside the bapi processing function module, the corresponding processing function module will be identified. check the BAPI process code function module logic. in the beginning itself there is a logic for Function module determination based on message type.

4 REPLIES 4
Read only

Former Member
0 Likes
799

Though BAPI process code is generic, inside the bapi processing function module, the corresponding processing function module will be identified. check the BAPI process code function module logic. in the beginning itself there is a logic for Function module determination based on message type.

Read only

0 Likes
798

hi,

how to know the real function module triggered? anywhere like table i can see which is the real function module for each of the message type?

thanks

Read only

0 Likes
798

Check the table TBDBA (Mapping BAPIs to ALE)

Regards

Sasi

Read only

0 Likes
798

for outbound process : In tcode WE41, to check process code function module using with message type.

for inbound process : In tcode WE42, to check process code function module using with message type.

Sandeep