cancel
Showing results for 
Search instead for 
Did you mean: 

Table for Subcontracting PO Components (not adopted from BOM)

Former Member
0 Kudos

Hi All,

In which table do the components of a subcontracting PO get stored? This is specifically for a situation involving subcontracting of a material without a standard BOM. I will be feeding the components manually during PO creation. I need to pull the component list in the Smartform. Any idea? In case there's a function module for the same, please help out.

- Rahul

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I think it will save in structue not in table.

Former Member
0 Kudos

Hi,

The data's there in the structure MDPM. But how to pull it in the smartform?

- Rahul.

Former Member
0 Kudos

Whenever u r creating a subcontracting PR for material without bom,u have to manually enter the components.this componenet get store in a reservation format.u can find out in EBAN-RSNUM.

Now go to table RESB and check with the same reservation number in RSNUM and u will find the same componenet data.

Regards,

Indranil

Former Member
0 Kudos

Hi Indranil,

Thanks a lot. EKET table fetches the RSNUM. This I am passing to RESB for the components.

Thanks, buddy.

- Rahul.

Former Member

Hi Indranil,

Thanks a lot. EKET table fetches the RSNUM. This I am passing to RESB for the components.

Thanks, buddy.

- Rahul.

Answers (1)

Answers (1)

former_member581212
Active Contributor
0 Kudos

hi,

TABLES:

STKO BOM - header

STPO BOM - item

STAS BOMs - Item Selection

PLMZ Allocation of BOM - items to operations

MAST Material to BOM link

KDST Sales order to BOM link

STPN BOMs - follow-up control

STPU BOM - sub-item

STZU Permanent BOM data

Hope it helps..

Regards

Priyanka.P

Former Member
0 Kudos

Hi,

Thanks for your reply. But these are all tables related to BOM for the item. My requirement is specifically for an item that does not have a BOM. That's why I am stuck up. Please let me know if there's any table where the component data flows (not from the BOM, from the PO). PO component data is available in the Structure MDPM. How to retrieve the data from Structure MDPM ? Any function module is there for that?

- Rahul.