SAP Reports / Programs

BIZC_FW_REMOTE_API_TEST_CONFIG SAP ABAP Report - Business Content: Test Configuartion







BIZC_FW_REMOTE_API_TEST_CONFIG is a standard Executable ABAP Report 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 BIZC_FW_REMOTE_API_TEST_CONFIG into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

SBIZCTC - BizContent Configuration Test


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


Text pool values


Selection Text: USAGE = Scenario Version
Selection Text: STABLE = Stable UI
Selection Text: SEL = Selection
Selection Text: SAVE = Commit
Selection Text: P_USAGE = Scenario Version
Selection Text: P_ROLE = Role
Selection Text: P_LANGU = Display Language
Selection Text: P_ENV_ID = System Group
Selection Text: P_CNTR = Central System Destination
Selection Text: PROD = Main Instance
Selection Text: NO_UI = Without UI
Selection Text: NEWEST = ABAP Web Dynpro
Selection Text: JAVA = Java Web Dynpro
Selection Text: ENV = System Group
Selection Text: DYNP = Screen
Selection Text: DEST = Destination Content Provider
Selection Text: DEL = Remove
Selection Text: CNTR = Central System Destination
Selection Text: ALF = Screen with ALF
Title: Business Content: Test Configuartion
Text Symbol: SEA = Search Term
Text Symbol: JAV = Java WebDynpro
Text Symbol: DRK = W/o UI
Text Symbol: 004 = Error occurred while reading objects
Text Symbol: 003 = UI Settings
Text Symbol: 002 = Operations
Text Symbol: 001 = Solution Manager Data


INCLUDES used within this REPORT BIZC_FW_REMOTE_API_TEST_CONFIG

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:

BIZC_GET_OBJECTS CALL FUNCTION 'BIZC_GET_OBJECTS' DESTINATION p_cntr EXPORTING ip_usage = l_usage TABLES et_content_objects = lt_content_objects CHANGING et_error_tab = lt_error_tab EXCEPTIONS system_failure = 1 communication_failure = 2 communication_problem = 3 unknown_error = 4 bizc_framework_error = 5 OTHERS = 6.

BIZC_UI_MESSAGE_DISPLAY CALL FUNCTION 'BIZC_UI_MESSAGE_DISPLAY' EXPORTING ip_severity = 'E' ip_text = text-004 it_errors = lt_error_tab.

BIZC_SHOW_OBJECT_CONFIGURATION CALL FUNCTION 'BIZC_SHOW_OBJECT_CONFIGURATION' DESTINATION p_cntr EXPORTING * ip_display_only = ip_usage = l_usage ip_group_type = p_grtp ip_system_group = p_env_id ip_environment_id = p_env_id ip_role = p_role ip_langu = p_langu it_objects = lt_objects IMPORTING ep_changed = l_changed EXCEPTIONS system_failure = 1 communication_failure = 2 object_not_found = 3 unknown_product_instance = 4 OTHERS = 5.

BIZC_GET_OBJECTS CALL FUNCTION 'BIZC_GET_OBJECTS' EXPORTING ip_usage = l_usage TABLES et_content_objects = lt_content_objects CHANGING et_error_tab = lt_error_tab EXCEPTIONS system_failure = 1 communication_failure = 2 communication_problem = 3 unknown_error = 4 bizc_framework_error = 5 OTHERS = 6.

BIZC_UI_MESSAGE_DISPLAY CALL FUNCTION 'BIZC_UI_MESSAGE_DISPLAY' EXPORTING ip_severity = 'E' ip_text = text-004 it_errors = lt_error_tab.

BIZC_SHOW_OBJECT_CONFIGURATION CALL FUNCTION 'BIZC_SHOW_OBJECT_CONFIGURATION' EXPORTING * ip_display_only = ip_usage = l_usage ip_group_type = p_grtp ip_system_group = p_env_id ip_role = p_role ip_langu = p_langu it_objects = lt_objects IMPORTING ep_changed = l_changed EXCEPTIONS system_failure = 1 communication_failure = 2 object_not_found = 3 unknown_product_instance = 4 OTHERS = 5.



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