Application Development 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: 

RM_BOM_EXPLOSION

Former Member
0 Kudos

Hi all,

with function module RM_BOM_EXPLOSION I want to get details from the BOM behind a PO, like in transaction ME23N on item level tab 'Material' button components. How can I get those information and which of the function modules parameters I have to fill? Or is there another way to get the complete set of infotmation?

Regards

Norbert

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Below is the logic I used to retrieve the data.

1. Using EBELN and EBELP, read table EKET to get RSNUM.

2. Using RSNUM, read table RESB to get MATNR, ERFMG, and ERFME.

Above MATNR, ERFMG, and ERFME are the components data.

Regards,

Teddy Kurniawan

1 REPLY 1

Former Member
0 Kudos

Hi,

Below is the logic I used to retrieve the data.

1. Using EBELN and EBELP, read table EKET to get RSNUM.

2. Using RSNUM, read table RESB to get MATNR, ERFMG, and ERFME.

Above MATNR, ERFMG, and ERFME are the components data.

Regards,

Teddy Kurniawan