Application Development and Automation 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: 
Read only

how to validate BOM data

Former Member
0 Likes
1,905

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
Read only

Former Member
0 Likes
1,210

Use tables MAST & STPO

4 REPLIES 4
Read only

Former Member
0 Likes
1,210

Hi

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

Read only

0 Likes
1,210

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

Read only

Former Member
0 Likes
1,211

Use tables MAST & STPO

Read only

0 Likes
1,210

hi ,

Thanks to veera and richa.

i got my answer.

regards,

pavan