cancel
Showing results for 
Search instead for 
Did you mean: 

How to extract the list of BOM materials through ABAP query?

Former Member
0 Kudos

Hello Experts

I want to extract a report from SAP which should contains the following,

1). Main Material with description

2). Sub material with description and quantity

I have tried with the tables MAST, STKO AND STPO but i couldn't able to create the correct ABAP query.

Could you please advise what are the table i should take to get this report.

Thanks in advance.

Regards,

Raghu

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hello All,

Thanks a lot for your inputs.

I have taken the exact report by using these tables.

Raghu

Former Member
0 Kudos

Hi,

Try with KDST and STPU tables also.

Ram

Former Member
0 Kudos

Hi Raghu

Check this below link

Let me know if your problem is solved

Regards

Pradeep

Former Member
0 Kudos

Hi Raghu,

You might want to look at this link:

http://www.sap-basis-abap.com/abap/example-bdc-program-of-bom-in-retail.htm

Best,

Aneesh Raghavan