MS01CF10_VALUES_DISPLAY_ALV 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 MS01CF10_VALUES_DISPLAY_ALV 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!
SAUT_AUTHX_FIELD_GET_INFO call function 'SAUT_AUTHX_FIELD_GET_INFO' exporting fieldname = wa_values-sfield langu = sy-langu importing datel = datel inttype = inttype lng = lng rc = rc text = text.
POPUP_TO_CONFIRM_DATA_LOSS call function 'POPUP_TO_CONFIRM_DATA_LOSS' exporting titel = title importing answer = ret.
POPUP_TO_CONFIRM_DATA_LOSS call function 'POPUP_TO_CONFIRM_DATA_LOSS' exporting titel = title importing answer = ret.
RSAU_WRITE_AUTH_AUDIT_LOG call function 'RSAU_WRITE_AUTH_AUDIT_LOG' exporting autype = 'A' object = gv_object auth = gv_auth activated = 'X' exceptions parameter_error = 2 others = 3.
SUPRN_MAINTAIN_VALUES call function 'SUPRN_MAINTAIN_VALUES' exporting object = gv_object field =
-sfield authority_check_tcode = ' ' convert_if_allowed = 'X' show_all_activities = ' ' importing save = save tables f_values = lt_f_val.
F4IF_FIELD_VALUE_REQUEST call function 'F4IF_FIELD_VALUE_REQUEST' exporting fieldname = help_fldname tabname = help_tabname importing user_reset = help_select.
AUTH_FIELD_GET_INFO call function 'AUTH_FIELD_GET_INFO' exporting fieldname =
-sfield langu = sy-langu importing datel = dfies-rollname lng = dfies-outputlen rc = rc text = dfies-fieldtext inttype = dfies-inttype.
AUTH_FIELD_GET_INFO call function 'AUTH_FIELD_GET_INFO' exporting fieldname =
-sfield langu = 'E' importing datel = dfies-rollname lng = dfies-outputlen rc = rc text = dfies-fieldtext inttype = dfies-inttype.
HELP_OBJECT_SHOW call function 'HELP_OBJECT_SHOW' exporting dokclass = docclass doklangu = sy-langu dokname = docuobject doktitle = docuobject tables links = inttline exceptions object_not_found = 1 sapscript_error = 2 others = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.