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: 

how to validate BOM data

Former Member
0 Kudos

hi experts,

i am doing BOM Upload for PP module. i am getting data from flat file to internal table, my question is how to validate that data.with which table i need to compare those data for validation.

my internal table is

DATA: BEGIN OF i_bom OCCURS 0,

matnr(18),

werks(4),

stlan(1),

stlal(2),

stktx(40),

bmeng(16),

menge(16),

posnr(4),

postp(1),

meins(3),

idnrk(18),

potx1(40),

ausch(7),

END OF i_bom.

points will be rewarded for all helpful answers

regards,

pavan

Edited by: pavan kumar pisipati on Jan 9, 2008 7:09 AM

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Use tables MAST & STPO

4 REPLIES 4

Former Member
0 Kudos

Hi

You can use the table "MAST" to validate the BOM data

0 Kudos

hi veera,

MAST table containing only header data, what about item level validation, do we need to do it or not required?

if we need to do item level validation, kindly provide me the table name for item level data.

regards,

pavan

Former Member
0 Kudos

Use tables MAST & STPO

0 Kudos

hi ,

Thanks to veera and richa.

i got my answer.

regards,

pavan