SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | Function Builder(BC-DWB-TOO-FUB) SAP BC

MS38LFCH SAP ABAP INCLUDE - Check Routines







MS38LFCH 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 MS38LFCH 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 MS38LFCH. "Basic submit
SUBMIT MS38LFCH AND RETURN. "Return to original report after report execution complete
SUBMIT MS38LFCH VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Check Routines


INCLUDES used within this REPORT MS38LFCH

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:

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'Y' textline1 = 'Nicht alle Parameter sind dokumen-'(a01) textline2 = 'tiert. Soll dokumentiert werden?'(a02)

POPUP_DISPLAY_TEXT CALL FUNCTION 'POPUP_DISPLAY_TEXT' EXPORTING * LANGUAGE = SY-LANGU popup_title = 'Remote rufbarer Baustein'(065) start_column = 10 start_row = 5 text_object = 'SE37_40_RFC_WARNUNG' IMPORTING cancelled = p_canc EXCEPTIONS text_not_found = 1 OTHERS = 2.

TR_GET_PARTNER_PROJECTS CALL FUNCTION 'TR_GET_PARTNER_PROJECTS' EXPORTING wi_project = l_project_nr IMPORTING * WE_SYSTEM_TYPE = we_partner_flag = l_partner we_role_flag = l_role_flag TABLES tt_projects = l_projects EXCEPTIONS sap_namerange = 1 OTHERS = 2.

TR_GET_PARTNER_PROJECTS CALL FUNCTION 'TR_GET_PARTNER_PROJECTS' EXPORTING wi_project = l_project_nr IMPORTING * WE_SYSTEM_TYPE = we_partner_flag = l_partner we_role_flag = l_role_flag TABLES tt_projects = l_projects EXCEPTIONS sap_namerange = 1 OTHERS = 2.

TR_GET_PARTNER_PROJECTS * CALL FUNCTION 'TR_GET_PARTNER_PROJECTS' * IMPORTING ** WE_SYSTEM_TYPE = * WE_PARTNER_FLAG = L_PARTNER * TABLES * TT_PROJECTS = L_PROJECTS * EXCEPTIONS * OTHERS = 1.

FUNCTION_IMPORT_INTERFACE CALL FUNCTION 'FUNCTION_IMPORT_INTERFACE' EXPORTING funcname = rs38l-name * IMPORTING * GLOBAL_FLAG = * REMOTE_CALL = * UPDATE_TASK = TABLES exception_list = old_except export_parameter = old_export import_parameter = old_import changing_parameter = old_change tables_parameter = old_tables * P_DOCU = EXCEPTIONS error_message = 1 function_not_found = 2 invalid_name = 3 OTHERS = 4.

NAMESPACE_CHECK CALL FUNCTION 'NAMESPACE_CHECK' EXPORTING namespace = l_fname IMPORTING more_than_two_delimiters = flag1 namespace_with_delimiter = l_namespace EXCEPTIONS invalid_length = 1 invalid_character = 2 invalid_namespace = 3 no_delimiter = 4 missing_delimiter = 5 OTHERS = 6.

FUNCTION_IMPORT_INTERFACE CALL FUNCTION 'FUNCTION_IMPORT_INTERFACE' EXPORTING funcname = rs38l-name TABLES exception_list = old_except export_parameter = old_export import_parameter = old_import changing_parameter = old_change tables_parameter = old_tables * P_DOCU = EXCEPTIONS error_message = 1 function_not_found = 2 invalid_name = 3 OTHERS = 4.



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