cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to find objects related to a Particular Program or Transaction?

sh4il3sh
Participant
0 Likes
1,371

Hi Experts,

I see that the Program related to this T-Code has not reached the higher environment.
and we get error that the Program SAPLY*****LATE doesn't exist. (Screenshot below)

I need to know if there's a way to find all the objects related to this t-code??
So, I could consolidate these all together in a new TR and transport it.

Maybe something similar to the way we run ATC on an object, it checks every dependent object.

Thank You for your time!!

Accepted Solutions (0)

Answers (1)

Answers (1)

Dominik_Tylczynski
SAP Champion
SAP Champion
0 Likes

Hello sh4il3sh

The screen shot shows that the transaction uses the function group (SAPL = function group).

You can display the function group in SE80 and find all its includes. However that doesn't guarantee that you catch all the dependencies as the function group can use function modules from other groups or global classes.

I'd start with SE80, transport the entire function group and check if it works.

Also you might want to review your software logistics practices and you should not be allowed to transport incomplete objects.

Best regards

Dominik Tylczynski