MS01CI10_D113_FUNCT 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 MS01CI10_D113_FUNCT 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!
LIST_USER_DATA call function 'LIST_USER_DATA' exporting listtype = 'U' selectflag = ' ' importing selauth = ath selobj = obj selprof = pf seluser = usr selected = ret exceptions no_authorisation = 1.
LIST_USER_DATA call function 'LIST_USER_DATA' exporting listtype = 'P' selectflag = ' ' importing selauth = ath selobj = obj selprof = pf seluser = usr selected = ret exceptions no_authorisation = 1.
LIST_USER_DATA call function 'LIST_USER_DATA' exporting listtype = 'A' selectflag = ' ' importing selauth = ath selobj = obj selprof = pf seluser = usr selected = ret exceptions no_authorisation = 1.
LIST_USER_DATA call function 'LIST_USER_DATA' exporting listtype = 'N' selectflag = ' ' importing selauth = ath selobj = obj selprof = pf seluser = usr selected = ret exceptions no_authorisation = 1.
LIST_USER_DATA call function 'LIST_USER_DATA' exporting listtype = 'L' selectflag = ' ' importing selauth = ath selobj = obj selprof = pf seluser = usr selected = ret exceptions no_authorisation = 1.
SHOW_USER_DATA call function 'SHOW_USER_DATA' exporting listtype = 'U' value1 = ath value2 = obj value3 = ap with_parameters = ' ' exceptions no_authorisation = 1.
SHOW_USER_DATA call function 'SHOW_USER_DATA' exporting listtype = 'P' value1 = ath value2 = obj value3 = ap with_parameters = ' ' exceptions no_authorisation = 1.
SHOW_USER_HISTORY * call function 'SHOW_USER_HISTORY' * exporting * historytype = 'U' * exceptions * no_authorisation = 1.
SHOW_USER_HISTORY * call function 'SHOW_USER_HISTORY' * exporting * historytype = 'P' * exceptions * no_authorisation = 1.
SHOW_USER_HISTORY * call function 'SHOW_USER_HISTORY' * exporting * historytype = 'A' * exceptions * no_authorisation = 1.
CALL_TRANSACTION_AUTH call function 'CALL_TRANSACTION_AUTH' exporting tcode = 'PFCG' exceptions not_authorized = 1 others = 2.
PRGN_CALL_INFO_TEXT_POPUP call function 'PRGN_CALL_INFO_TEXT_POPUP' exporting info_text = 'PROFGEN_INFO_TEXT_44' exceptions action_canceled = 1 others = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.