‎2008 Dec 26 7:34 AM
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
‎2008 Dec 26 7:43 AM
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.
‎2008 Dec 26 7:43 AM
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.
‎2008 Dec 26 8:48 AM
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
‎2008 Dec 26 8:53 AM
‎2008 Dec 26 8:57 AM
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