SAP Reports / Programs

BIZC_FW_REMOTE_API_TEST_OBJECT SAP ABAP Report - Program BIZC_FW_REMOTE_API_TEST







BIZC_FW_REMOTE_API_TEST_OBJECT 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_OBJECT 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

SBIZCTO - BizContent Framework 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_OBJECT. "Basic submit
SUBMIT BIZC_FW_REMOTE_API_TEST_OBJECT AND RETURN. "Return to original report after report execution complete
SUBMIT BIZC_FW_REMOTE_API_TEST_OBJECT 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: P_CNTR = Central System Destination
Selection Text: P_DISP = Display mode
Selection Text: P_ENV = Docu_environment ID
Selection Text: P_OBJECT = Object ID
Selection Text: P_PROD = Product Instance
Selection Text: P_SAVE = Save Data
Selection Text: P_USAGE = Scenario Version
Title: Program BIZC_FW_REMOTE_API_TEST
Text Symbol: 001 = Solution Manager Data
Text Symbol: 002 = Operations
Text Symbol: 003 = UI Settings
Text Symbol: DRK = W/o UI
Text Symbol: JAV = Java WebDynpro
Text Symbol: SEA = Search Term


INCLUDES used within this REPORT BIZC_FW_REMOTE_API_TEST_OBJECT

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_SHOW_OBJECT_DETAILS CALL FUNCTION 'BIZC_SHOW_OBJECT_DETAILS' DESTINATION p_cntr
EXPORTING ip_usage = l_usage ip_content_object_id = p_object ip_group_type = 'DUMMY' ip_system_group = l_env_id ip_environment_id = l_env_id ip_product_instance = p_prod ip_role = sbizc_test_role * IP_LOGICAL_COMPONENT = ip_display_only = l_display_only IMPORTING ep_changed = l_changed EXCEPTIONS object_not_found = 1 unknown_product = 2 OTHERS = 3 .

BIZC_SHOW_OBJECT_DETAILS CALL FUNCTION 'BIZC_SHOW_OBJECT_DETAILS' EXPORTING ip_usage = l_usage ip_content_object_id = p_object ip_group_type = 'DUMMY' ip_system_group = l_env_id ip_environment_id = l_env_id ip_product_instance = p_prod ip_role = sbizc_test_role * IP_LOGICAL_COMPONENT = ip_display_only = l_display_only IMPORTING ep_changed = l_changed EXCEPTIONS object_not_found = 1 unknown_product = 2 OTHERS = 3 .

BIZC_COMMIT CALL FUNCTION 'BIZC_COMMIT' EXPORTING ip_usage = l_usage ip_system_group = l_env_id ip_role = sbizc_test_role EXCEPTIONS communication_problem = 1 unknown_error = 2 bizc_framework_error = 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 BIZC_FW_REMOTE_API_TEST_OBJECT or its description.