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

Reports

Former Member
0 Likes
818

Hi,

How to develop a vendor master analysis report , which lists the material including material number and storage location, also give me the tables we can use

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
791

thank u

8 REPLIES 8
Read only

Former Member
0 Likes
791

Hi

There are some standard reports for the same

Please check the following threads

https://forums.sdn.sap.com/click.jspa?searchID=221621&messageID=2381453

https://forums.sdn.sap.com/click.jspa?searchID=221621&messageID=2381767

Hope this helps you

Read only

Former Member
0 Likes
791

Hi,

Use LGORT,MATNR,LIFNR from MARA joining LFA1.

If useful pl reward.

Cheers.

Read only

0 Likes
791

Sorry not from mara, from MSEG!!

Read only

0 Likes
791

plz send me tables names and there fields

Read only

0 Likes
791

Here we go:

DATA: BEGIN OF itab occurs 0 ,

lifnr LIKE lfa1-lifnr,

matnr LIKE mseg-matnr,

lgort LIKE mseg-lgort,

END OF itab .

Select lifnr matnr lgort

into table itab

where lifnr in s_lifnr AND

matnr in s_matnr.

Note : Pass lifnr and matnr In selection option .

Read only

Former Member
0 Likes
791

Hi,

You can also find the material number and the storage locaiton in Table EKPB

Filed names:

MATNR Material number

LGORT Storage location

Regards

Yamini

Read only

Former Member
0 Likes
792

thank u

Read only

0 Likes
791

Hi Sudheer,

If you don't mind, can you please award if the answer satisfies you!!

Regards

Raghav