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: 

Where-Used List: Modifying SAP standard function module

Jarmo_Tuominen
Participant
0 Kudos

Hi,

We have decided to modify SAP standard function module SD_SCHEDULING. But before that, we need to understand what impact this modification will have in the system. We will also estimate the risks with this modification.

Therefore, I have taken Where-Used List for this function module. We are aware that this list is not comprehensive.

Do you know any other way we could use to understand better what impacts this kind of modification may have? My colleagues say that this is the only way.

Thanks in advance for your help.

Regards,

Jarmo Tuominen

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Well, WHERE USED LIST is the only way. But if you are planning on to change the standard code, you will to inform SAP about the same and probably they can suggest a solution without any change or they might release some OSS notes which can fix the issue.

You will have tell SAP regarding the change, to get the access key anyways.

Regards,

Ravi

Note :Please mark the helpful answers

2 REPLIES 2

Former Member
0 Kudos

Hi,

Well, WHERE USED LIST is the only way. But if you are planning on to change the standard code, you will to inform SAP about the same and probably they can suggest a solution without any change or they might release some OSS notes which can fix the issue.

You will have tell SAP regarding the change, to get the access key anyways.

Regards,

Ravi

Note :Please mark the helpful answers

Former Member
0 Kudos

Hi Jarmo,

Try this

1). Goto Se16 and check the contents of table 'CROSS'.

2). Enter 'F' in the first selection screen field

3). In the NAME field enter the Function module SD_SCHEDULING and execute.

4). The list will give you where all the FM has been used.

Kindly note this is almost the same as doing a where used list. The where used list will only work correctly if the 'Update Navigation Index' works correctly in your system. So just to ensure the result of your where used list you can follow the above steps. This does not require the Update Navigation Index.

Hope this helps

Cheers

VJ