2008 Sep 26 6:51 AM
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----
2008 Sep 26 10:13 AM
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,
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
2008 Sep 26 10:13 AM
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
2008 Oct 16 8:15 PM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |