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

i need to find link b/w two function modules

Former Member
0 Likes
496

hi,

i need to find , below two fms having link..i need to find which structure or tables linking b/w fms

IDOC_INPUT_SALESORDER_CREATEFR

BAPI_SALESORDER_CREATEFROMDAT2----

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
461

Hi,

The BAPI is called within the IDOC FM. So you can check how the IDOC FM works and populate the value to BAPI.

Basically, IDoc is just some set of data without structure. In IDOC FM the data structure is determined according to its segment name (SEGNAM). So segment E1BPSDHD1 is moved to suitable format and the data is used to populate order_header_in structure of the BAPI.

Other segments work the same. Please check the IDOC FM code.

Regards,

Teddy Kurniawan

hi,

i need to find , below two fms having link..i need to find which structure or tables linking b/w fms

IDOC_INPUT_SALESORDER_CREATEFR

BAPI_SALESORDER_CREATEFROMDAT2----

2 REPLIES 2
Read only

Former Member
0 Likes
462

Hi,

The BAPI is called within the IDOC FM. So you can check how the IDOC FM works and populate the value to BAPI.

Basically, IDoc is just some set of data without structure. In IDOC FM the data structure is determined according to its segment name (SEGNAM). So segment E1BPSDHD1 is moved to suitable format and the data is used to populate order_header_in structure of the BAPI.

Other segments work the same. Please check the IDOC FM code.

Regards,

Teddy Kurniawan

Read only

Former Member
0 Likes
461

issue closed