Skip to Content
0
Mar 14, 2022 at 03:22 PM

SAP Abap code/statement to get which module a report belongs to

259 Views

Hello friends,

I need to code a report where is necessary to get the module the report belongs to.

I need to insert a statement inside a class that is used by SD and MM, but my code should be used only by SD module.

Example:

If "this_report" belongs to "SD module" then

.....

endif.

Is it possible? How to do it?

Cheers