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

Custom program which calls a standard program

Former Member
0 Likes
1,263

Hi,

how can I know if a custom  program uses a standard program ?

I tried to search the name of the standard program in the code of the custom program without any result but

don't know if there is another easy way to do it

Thanks best regards

1 ACCEPTED SOLUTION
Read only

schneidertho
Product and Topic Expert
Product and Topic Expert
0 Likes
1,017

Hi,

not exactly sure what you are looking for. You want to find out, if a report is called from another report? Or a function module is called from somewhere else? You can use the where-used list.

Best regards

Thorsten

3 REPLIES 3
Read only

schneidertho
Product and Topic Expert
Product and Topic Expert
0 Likes
1,018

Hi,

not exactly sure what you are looking for. You want to find out, if a report is called from another report? Or a function module is called from somewhere else? You can use the where-used list.

Best regards

Thorsten

Read only

0 Likes
1,017

I'm asking this because a sap note has been applied which modifies some standard programs. This note has been applied in development system but not in quality and production.

There is in all sap systems (dev, qas, prd) a custom program which calls some standard programs. The programs called may be are not the above but I'm not sure of it and I would check with some trx or procedure.

I don't know what happens if the standard programs are updated with the sap note in dev but not in qas and prd systems and custom program calls in dev the standard programs updated and in qas and prd the standard program not updated by sap note.

Read only

eduardo_hinojosa
Active Contributor
0 Likes
1,017

Hi

Read SAP Note 109533 - Use of SAP function modules as the usual recommendation by SAP.

I hope this helps you

Regards

Eduardo