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

Transactions for Material

Former Member
0 Likes
1,839

Hi all

Is it possible to find transactions in which material(matnr) is used??

Regards.

Hi all

Is it possible to find transactions in which material(matnr) is used??

Regards.

14 REPLIES 14
Read only

former_member195383
Active Contributor
0 Likes
1,807

try the program

RPR_ABAP_SOURCE_SCAN

Read only

0 Likes
1,807

thanks for replies.

In that case is it possible to find in which transaction, Particular material is used??

Regards.

Read only

0 Likes
1,807

RPR_ABAP_SOURCE_SCAN PROGRAM will give you the program name...

Then you have only one way to find the transaction.

Go to TSTCT table, enter the program name , prefixed and suffixed with *s,

like zprogram , That may provide you the transaction name.

Read only

0 Likes
1,807

Hi Rudra

This report will gave program name wrt to what?

Read only

0 Likes
1,807

Be clear with your requirement.

What do you mean by transactions for a material ?

It depends upon so many scenarios.

For example if you are creating a Po with respect to a material in Me21n

then those details will be stored in Ekpo table ...........

Read only

0 Likes
1,807

Hi Ghautam

Scenario is I need to change the material. But before that I want to know where it is used in SAP.

So to get an idea that the change is feasible or not.

Regards.

Read only

0 Likes
1,807

if you are planning to change data type matnr then this is not advisable at all.plz elaborate what exactly you need to change?

Read only

0 Likes
1,807

not data type buddy..

some attributes of material (some of details).

Read only

0 Likes
1,807

if u want to change data regarding material,then there isnt any problem

Read only

0 Likes
1,807

How??

if the same material is getting used in some PO's, BOM's then are you sure it is not a problem?

Read only

0 Likes
1,807

Then you have to check manually for each material related to that object.

Like ,Table Ekpo for PO, Stpo for Bom .....

Read only

Former Member
0 Likes
1,807

Hi ,

It is not directly possible to search transcations for the field matnr .

Instead go to se11 and provide Matnr in Data type. click on where used list .

You will get all the programs names or you will find the pakages .

you select the program and check for the transacton.

Hope this answers

Gowri

Read only

former_member188827
Active Contributor
0 Likes
1,807

go to se11...type matnr against data type and take where-used list

Read only

Former Member
0 Likes
1,807

hi

use where used list in se11.

reg

Ramya