RSMOD_FUNC_DEACTIVATE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RSMOD_FUNC_DEACTIVATE into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Title: Repair rep.on deactivating exit modules that were activated by mistake
Text Symbol: 001 = Deactivated Function Modules
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FUNCTION_INCLUDE_INFO call function 'FUNCTION_INCLUDE_INFO' * IMPORTING * FUNCTAB = * NAMESPACE = changing funcname = p_funcname * GROUP = include = l_include exceptions * FUNCTION_NOT_EXISTS = 1 * INCLUDE_NOT_EXISTS = 2 * GROUP_NOT_EXISTS = 3 * NO_SELECTIONS = 4 * NO_FUNCTION_INCLUDE = 5 others = 6 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSMOD_FUNC_DEACTIVATE - Repair rep.on deactivating exit modules that were activated by mistake RSMOD_FUNC_DEACTIVATE - Repair rep.on deactivating exit modules that were activated by mistake RSMODWRD - List of Changed Keywords RSMODWRD - List of Changed Keywords RSMODUPD - After import, RSMODACU encapsulated RSMODUPD - After import, RSMODACU encapsulated