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 fnd SAP STANDARD program of Database table

pavneet_rana
Active Participant
0 Kudos

Hi to all,

Please can anybody tell me , how to find out SAP standard program of database Tables S070 (Breakdown Statistics).

As this table contain two filelds Time To Repair and Time Between Repair , i want to knew how the standard program for the table have calculate them.

i shall be thankfull to you for this.

Regards

Pavneet Rana

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hi,

the standard program for s070 data base table is SAPLSETB

hope this will help u .

thanks ,

gaurav

Edited by: gaurav.singh on Apr 13, 2010 11:02 AM

6 REPLIES 6

Former Member
0 Kudos

hi,

the standard program for s070 data base table is SAPLSETB

hope this will help u .

thanks ,

gaurav

Edited by: gaurav.singh on Apr 13, 2010 11:02 AM

0 Kudos

Thanks for reply,

But How you have find it , is there any method for that.

Regards

Pavneet Rana

0 Kudos

hi pavneet,

by debugging u can find out the program name .

Thanks and Regards,

Gaurav.

vinod_vemuru2
Active Contributor
0 Kudos

Hi,

Program for table is generated dynamically for each user ID, when ever you change the selection screen in SE16 or when you are executing the table entries for first time. Usually it starts with /1BCDWB/DB followed by table name. In your case it would be /1BCDWB/DBS070.

Go to Se16, enter your table name and click enter. Once you are in selection screen, goto Menu=>system=>Status. Here you can see the program name.

Thanks,

Vinod.

kiran_k8
Active Contributor
0 Kudos

Pavan,

You need to check the program of the Transaction which is calculting this

"Time To Repair and Time Between Repair "

To find out the program name go to the concerened transaction code MENU>>SYSTEM>>STATUS.

Kiran.

kesavadas_thekkillath
Active Contributor
0 Kudos

Hi,

WHERE USED LIST - search for this statement in SCN.