MS01EU10 is a standard ABAP INCLUDE 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 MS01EU10 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
PRGN_POPUP_TO_CONFIRM_STEP "CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' CALL FUNCTION 'PRGN_POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = 'Y' TEXTLINE1 = TEXT-903 TEXTLINE2 = SPACE TITEL = TEXT-904 IMPORTING ANSWER = RETCODELOC EXCEPTIONS OTHERS = 1.
SUSR_ADD_OBJECT_CLASS CALL FUNCTION 'SUSR_ADD_OBJECT_CLASS' EXPORTING OBJCLASS = ' ' IMPORTING OBJCLASS = CLS.
SUSR_ADD_OBJECT CALL FUNCTION 'SUSR_ADD_OBJECT' EXPORTING OBJECT = ' ' OCLASS = CLS IMPORTING OBJECT = OBJ OCLASS = CLSNEW.
SUSR_DELETE_OBJECT_CLASS CALL FUNCTION 'SUSR_DELETE_OBJECT_CLASS' EXPORTING OBJCLASS = CLS IMPORTING OBJCLASS = CLS.
SUSR_DELETE_OBJECT CALL FUNCTION 'SUSR_DELETE_OBJECT' EXPORTING OBJECT = OBJ IMPORTING OBJECT = OBJ.
SUSR_COMMEDITCHECK * CALL FUNCTION 'SUSR_COMMEDITCHECK' * EXPORTING * OBJECTNAME = TRANSOBJ * TRANSOBJECTTYPE = 'D' * IMPORTING * RETURN_FROM_KORR = KORRRET.
SUSR_MODIFY_OBJECT_CLASS CALL FUNCTION 'SUSR_MODIFY_OBJECT_CLASS' EXPORTING OBJCLASS = CLS IMPORTING OBJCLASS = CLS.
SUSR_MODIFY_OBJECT CALL FUNCTION 'SUSR_MODIFY_OBJECT' EXPORTING OBJECT = OBJ IMPORTING OBJECT = OBJ.
SUSR_SHOW_OBJECT_CLASS CALL FUNCTION 'SUSR_SHOW_OBJECT_CLASS' EXPORTING OBJCLASS = CLS.
SUSR_SHOW_OBJECT CALL FUNCTION 'SUSR_SHOW_OBJECT' EXPORTING OBJECT = OBJ.
AUTHORIZATIONS_TRANSPORT CALL FUNCTION 'AUTHORIZATIONS_TRANSPORT' EXPORTING TRANSTYPE = 'C' OBJCLASS = CLS.
AUTHORIZATIONS_TRANSPORT CALL FUNCTION 'AUTHORIZATIONS_TRANSPORT' EXPORTING TRANSTYPE = 'O' OBJCLASS = CLS.
Contribute (Add Comments)
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.
This will then be available for everyone to easily find by simply searching on the report name MS01EU10 or its description.
MS01EU10 - documentation and ABAP source code MS01ETP2 - documentation and ABAP source code MS01ETOP - Maintenance of authorization objects (global data) MS01EO10 - documentation and ABAP source code MS01EI10 - documentation and ABAP source code MS01EF10 - Maintenance of authorization objects (Subprograms)