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: 

valid from - valid to

Former Member
0 Kudos

Hi,

in transaction cs02 we can see material bom change mode.

if any change done to the bom, new material addition or increasing consumes of some of availables etc, a change number is created.

And in this screen we can see these changes will rule from which date - up to which date.

i could not find the valid-to of this change in any table. But i see that in tables, stpo, stas there is a relation about this.

please write me about this relation, how to find valid to of the date.

thanks.

1 REPLY 1

former_member213275
Contributor
0 Kudos

HI,

Valid to date is not stored in any table of the BOM. It is normally the change number valid to date. It is lot easier to obtain it through function module only. CS_BOM_EXPL_MAT_V2.

Tables related to BOM are

MAST---->Material to BOM Link

STKO -


>BOM Header

STPO----->BOM item

STAS -


BOMs - Item Selection

STPN -


BOMs - follow-up control

STPU -


BOM - sub-item

STZU -


Permanent BOM data

PLMZ -


Allocation of BOM - items to operations

KDST -


Sales order to BOM link

Srikanth.