SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | SAPscript(BC-SRV-SCR) SAP BC

MSSCHF07 SAP ABAP INCLUDE - documentation and ABAP source code







MSSCHF07 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 MSSCHF07 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 MSSCHF07. "Basic submit
SUBMIT MSSCHF07 AND RETURN. "Return to original report after report execution complete
SUBMIT MSSCHF07 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 MSSCHF07

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:

DYNP_VALUES_READ call function 'DYNP_VALUES_READ' exporting dyname = l_repid dynumb = l_dynnr tables dynpfields = d_tab exceptions invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 invalid_parameter = 7 undefind_error = 8 double_conversion = 9 others = 10.

CONVERSION_EXIT_ISOLA_INPUT call function 'CONVERSION_EXIT_ISOLA_INPUT' exporting input = d_tab-fieldvalue importing output = l_language exceptions unknown_language = 1 others = 2.

DYNP_VALUES_UPDATE call function 'DYNP_VALUES_UPDATE' exporting dyname = l_repid dynumb = l_dynnr tables dynpfields = d_tab exceptions invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 undefind_error = 7 others = 8.

DYNP_VALUES_READ call function 'DYNP_VALUES_READ' exporting dyname = l_repid dynumb = l_dynnr tables dynpfields = d_tab exceptions invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 invalid_parameter = 7 undefind_error = 8 double_conversion = 9 others = 10.

DYNP_VALUES_UPDATE call function 'DYNP_VALUES_UPDATE' exporting dyname = l_repid dynumb = l_dynnr tables dynpfields = d_tab exceptions invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 undefind_error = 7 others = 8.

SAPSCRIPT_SEARCH_GRAPHIC call function 'SAPSCRIPT_SEARCH_GRAPHIC' changing objecttype = l_type textobject = p_object textname = p_name textid = p_id textspras = p_language exceptions canceled = 1 others = 2.

SAPSCRIPT_SEARCH_GRAPHIC_BDS call function 'SAPSCRIPT_SEARCH_GRAPHIC_BDS' exporting selection_screen = false select_entry = true selection_show = true importing e_object = p_object e_id = p_id e_name = p_name e_btype = p_btype tables t_objects = s_object t_ids = s_id t_names = s_name t_btypes = r_btype * T_SELECTIONS = exceptions nothing_found = 1 selection_canceled = 2 internal_error = 3 others = 4.

SEARCH_TEXT call function 'SEARCH_TEXT' exporting i_object = gs_object i_name = l_name i_id = gs_id i_language = l_language selection_screen = 'X' importing e_name = l_name e_language = l_language exceptions canceled = 1 retrieval_error = 2 invalid_object = 3 invalid_id = 4 invalid_language = 5 invalid_savemode = 6 others = 7.



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