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 find the program to update the material into table ?

former_member245705
Participant
0 Kudos

Hi Experts,

I am having issue with one material which has been updated in std sap table, but in our custom sap it is not showing, so i want to update that material in

Our customized sap. So how can i process, can any one help me in this issue how to find the program to update the material into table.? i don't know the which program to use to update and where to find this program.

Thanks in adv

Regards

Sohail.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

1) Goto transaction SE11

2) Database Tabel : < Enter your custom table where you are not finding materail >

3) Click on Where Used List (Control+ Shift+F3)

4) Press ok on pop-up

5) It will give you list of programs, FM's, enhancement where your custom table is used.

6) One by One check every object and put a break point where you find insert/update/modify command

7) Debug and check.

Thanks.

5 REPLIES 5

rupesh_brahmankar3
Active Contributor
0 Kudos

Hello,

Go to SE38 enter Program Z* or Y* search all the relevant program and test them in quality system.

or go to SE11 in in Database table enter the table name press enter then click on where used list select Program ans execute it you will get all custom program relevant to this table.

Best Regards,

R.Brahmankar

Former Member
0 Kudos

Hi,

1) Goto transaction SE11

2) Database Tabel : < Enter your custom table where you are not finding materail >

3) Click on Where Used List (Control+ Shift+F3)

4) Press ok on pop-up

5) It will give you list of programs, FM's, enhancement where your custom table is used.

6) One by One check every object and put a break point where you find insert/update/modify command

7) Debug and check.

Thanks.

Former Member
0 Kudos

Do you want to update material in custom table or standard table?

0 Kudos

@tejas asodekar,

I want to update the material in custom table.

Regads,

sohail

former_member245705
Participant
0 Kudos

Hi R Brahmankar & Tejas Asodekar,

Thanks for your valuable comment,both the answers were very helpful.

Regards,

Sohail patan