SAP Reports / Programs | Basis Components | Enterprise Service Infrastructure | WebServices ABAP Configuration(BC-ESI-WS-ABA-CFG) SAP BC

SRT_FRONTEND_INTEGRATION_F01 SAP ABAP INCLUDE - SRTFRONTENDINTEGRATIONF01







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

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 call function 'POPUP_TO_CONFIRM' exporting titlebar = text-019 text_question = text-020 importing answer = l_bool_var exceptions text_not_found = 1 others = 2.

POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting titlebar = text-019 text_question = text-021 text_button_1 = text-022 text_button_2 = text-023 importing answer = l_bool_var exceptions text_not_found = 1 others = 2.

TH_GET_PLUGIN_INFO call function 'TH_GET_PLUGIN_INFO' exporting protocol = 1 " 1 == http protocol local = 0 " 0 == local server plgtype = 1 " 1 == server port importing host = l_server_name service = l_service exceptions no_plugin_active = 1 internal_error = 2 icm_not_active = 3 others = 4.

POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting titlebar = text-006 text_question = text-007 importing answer = l_answer exceptions text_not_found = 1 others = 2.

POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting titlebar = text-006 text_question = text-007 importing answer = l_answer exceptions text_not_found = 1 others = 2.

SLIC_GET_LICENCE_NUMBER call function 'SLIC_GET_LICENCE_NUMBER' importing license_number = pc_license_number.

SXPG_PROFILE_PARAMETER_GET call function 'SXPG_PROFILE_PARAMETER_GET' exporting parameter_name = 'SAPDBHOST' importing parameter_value = l_sys_param_value.

CALL_BROWSER call function 'CALL_BROWSER' exporting url = g_admin_url window_name = l_browser_title new_window = 'X' exceptions frontend_not_supported = 1 frontend_error = 2 prog_not_found = 3 no_batch = 4 unspecified_error = 5 others = 6.

LANGUAGE_CODE_SAP_TO_ISO call function 'LANGUAGE_CODE_SAP_TO_ISO' exporting sap_code = l_sap_code importing iso_code = l_iso_code exceptions not_found = 1 others = 2.

SXPG_PROFILE_PARAMETER_GET call function 'SXPG_PROFILE_PARAMETER_GET' exporting parameter_name = gc_transp_sys_type importing parameter_value = l_value.



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