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
677

hi,

in we20 for inbound, if the process code is maintained as BAPI, may i know how to know what is the real function module to use?

thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
641

Hello,

The function module that does the final processing is obtained from the entry in the table TBDBA.

You can refer to my post under

Please note that WE57 has no effect here (as you must have observed.) So I guess this also answers your other question regarding the difference in use between RFC and BAPI function modules.

Regards,

Nimish

4 REPLIES 4
Read only

Former Member
0 Likes
641

Hi,

U can use the RFC FM or BAPI as per ur requirement, that is u r going to validate or usr ur data in this FM or BAPI.

so, it depends on ur requirement.

Read only

0 Likes
641

hi,

may i know what is the difference of rfc FM and BAPI to be used in process code?

thanks

Read only

0 Likes
641

Hi,

I think u can't use normal FM in the process code, so it'll be RFC to get data from other system thru IDOC.

BAPI is something like u have maintained the RFC's in BOR for this u can get many articles if u surf the net.

Read only

Former Member
0 Likes
642

Hello,

The function module that does the final processing is obtained from the entry in the table TBDBA.

You can refer to my post under

Please note that WE57 has no effect here (as you must have observed.) So I guess this also answers your other question regarding the difference in use between RFC and BAPI function modules.

Regards,

Nimish