2020 Apr 06 8:47 PM
Hello,
I need to get names of modules used in a particular screen of a program in a screen flow logic. Is there a way to find it? Maybe some table or some function module.
It could also be useful if there is a way to find a source code of a screen flow logic by name of a program and screen number, but I couldn't have found it. Any help would be useful.
Thanks in advance
2020 Apr 06 9:13 PM
Not sure I understand the question... Simply open the program in ABAP Editor (either SE80 or SE38), navigate to the screen in question and then see all the related modules on the Flow Logic tab. Modules belong to the program, they are linked to the screen through ABAP code.

Hello,
I need to get names of modules used in a particular screen of a program in a screen flow logic. Is there a way to find it? Maybe some table or some function module.
It could also be useful if there is a way to find a source code of a screen flow logic by name of a program and screen number, but I couldn't have found it. Any help would be useful.
Thanks in advance
2020 Apr 06 8:49 PM
Hi, Mary:
Thank you for visiting SAP Community to get answers to your questions. Since you're asking a question here for the first time, I recommend that you familiarize yourself with https://community.sap.com/resources/questions-and-answers (if you haven't already), as it provides tips for preparing questions that draw responses from our members. For example, you can outline what steps you took to find answers (and why they weren't helpful), make sure you've applied the appropriate tags, and use a more descriptive subject line. The more details you provide, the more likely it is that members will be able to assist you.
Should you wish, you can revise your question by selecting Actions, then Edit (although once someone answers your question, you'll lose the ability to edit the question -- but if that happens, you can leave more details in a comment).
Finally, if you're hoping to connect with readers, please consider adding a picture to your profile. Here's how you do it: https://www.youtube.com/watch?v=F5JdUbyjfMA&list=PLpQebylHrdh5s3gwy-h6RtymfDpoz3vDS. By personalizing your profile with a photo of you, you encourage readers to respond.
Kind regards,
--Jerry
2020 Apr 06 9:13 PM
Not sure I understand the question... Simply open the program in ABAP Editor (either SE80 or SE38), navigate to the screen in question and then see all the related modules on the Flow Logic tab. Modules belong to the program, they are linked to the screen through ABAP code.

2020 Apr 07 11:27 AM
No, that's not what I'm looking for. I want to do it through a program code. Like, I'm getting a transport request, and if there's a DYNP object in it, I want to check its screen flow logic modules.
Basically I'm looking for something like a table WBCROSSGT, where you can get global types used in a program, but for screen logic.
2020 Apr 13 5:02 PM
m_low as I mentioned, the modules are not "objects", they are just ABAP code. Some sort of stored "link" that you seem to expect simply does not exist. You'd have to look at the code for the respective DYNP object, as shown in my screenshot, to find what modules are used in it. Or you could use ABAP scan report (Google the name) to search for a specific string in multiple programs.
But to be honest, I do not understand why this is a question or what are you trying to achieve. Maybe if you could explain the goal clearly there could be different solutions.
2020 Apr 07 2:42 AM
What is your starting point for your request though?
Is that what you are looking for? If not, what else are you actually looking for?
