SAP Reports / Programs | Basis Components | Security | User and Authorization Management(BC-SEC-USR-ADM) SAP BC

MS01CF10_VALUES_DISPLAY_ALV SAP ABAP INCLUDE - MS01CF10VALUESDISPLAYALV







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT MS01CF10_VALUES_DISPLAY_ALV. "Basic submit
SUBMIT MS01CF10_VALUES_DISPLAY_ALV AND RETURN. "Return to original report after report execution complete
SUBMIT MS01CF10_VALUES_DISPLAY_ALV VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT MS01CF10_VALUES_DISPLAY_ALV

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



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 MS01CF10_VALUES_DISPLAY_ALV or its description.