SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | NetWeaver Business Content(BC-SRV-NBC) SAP BC

BIZC_IF_AUTH_SERVICE_TEST2 SAP ABAP Report - Example: Business Content Test Program







BIZC_IF_AUTH_SERVICE_TEST2 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The most important test program for the provider is BIZC_IF_AUTH_SERVICE_TEST2, as it calls the interfaces to the provider...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter BIZC_IF_AUTH_SERVICE_TEST2 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 BIZC_IF_AUTH_SERVICE_TEST2. "Basic submit
SUBMIT BIZC_IF_AUTH_SERVICE_TEST2 AND RETURN. "Return to original report after report execution complete
SUBMIT BIZC_IF_AUTH_SERVICE_TEST2 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_AUTH = Authoring Service (BADIFilter)
Selection Text: P_DEST = RFC Destination
Selection Text: P_MATCH = Show match attributes, etc...?
Selection Text: P_NAMED2 = Named Context (Start Node)
Selection Text: P_NAMEDC = Named Context (Start Node)
Selection Text: P_RFC = Use RFC Function Modules
Selection Text: P_SCOPE = Search Scope
Selection Text: P_SEARCH = Search Pattern
Selection Text: P_SFIELD = Search Field
Selection Text: P_SUCH = Show search result?
Selection Text: P_TREE = Show Named Context Hierarchy?
Title: Example: Business Content Test Program
Text Symbol: 001 = Authoring Service (BADI Filter)
Text Symbol: 002 = Match Attributes and Fixed Restrictions
Text Symbol: 003 = Named Context Hierarchy
Text Symbol: 004 = Search Fields and Pattern
Text Symbol: 005 = Use RFC?


INCLUDES used within this REPORT BIZC_IF_AUTH_SERVICE_TEST2

INCLUDE BIZC_IF_AUTH_SERVICE_TEST2TOP.
INCLUDE BIZC_IF_AUTH_SERVICE_TEST2CL1.
INCLUDE BIZC_IF_AUTH_SERVICE_TEST2CL2.


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_CPROV_SEARCH_CONTENT call function 'BIZC_CPROV_SEARCH_CONTENT' exporting i_provider = p_auth i_method = 'BROWSE' i_langu = sy-langu * I_SEARCH_CONTROL = i_namedc_id = l_id IT_SEARCH_PATTERN = lt_search_pattern IMPORTING ET_ERROR = lt_error ET_NAMEDC_ID = lt_namedc_id EXCEPTIONS NO_PROVIDER = 1 UNKNOWN_METHOD = 2 NO_LANGUAGE = 3 SEARCH_ERROR = 4 DECODING_ERROR = 5 WRONG_INPUT = 6 OTHERS = 7.

BIZC_CPROV_LOOKUP_CONTENT call function 'BIZC_CPROV_LOOKUP_CONTENT' exporting i_provider = l_provider i_langu = sy-langu i_transformation = 'BIZC_CO_SERIALIZE' it_scope = lt_scope importing * E_TRANSFORMATION = l_transformation et_error = lt_error et_content_object = lt_content_object changing ct_namedc_id = lt_namedc_id exceptions no_provider = 1 lookup_failed = 2 decoding_error = 3 error_occured = 4 no_transformation = 5 others = 6.

BIZC_CPROV_INIT_SEARCH call function 'BIZC_CPROV_INIT_SEARCH' exporting i_provider = p_auth i_langu = sy-langu i_method = 'SEARCH' importing et_error_tab = lt_error et_match_attributes = lt_match_attributes et_fixed_restriction = lt_search_restrictions exceptions provider_lookup_failure = 1 others = 2.

BIZC_CPROV_INIT_SEARCH call function 'BIZC_CPROV_INIT_SEARCH' exporting i_provider = p_auth i_langu = sy-langu i_method = 'SEARCH' importing et_error_tab = lt_error et_match_attributes = lt_match_attributes et_fixed_restriction = lt_search_restrictions exceptions provider_lookup_failure = 1 others = 2.

BIZC_CPROV_SEARCH_CONTENT call function 'BIZC_CPROV_SEARCH_CONTENT' exporting i_provider = p_auth i_method = 'SEARCH' i_langu = sy-langu i_search_control = ls_search_control i_namedc_id = ls_namedc_id-id it_search_pattern = lt_search_pattern importing et_error = lt_error et_namedc_id = lt_search_result exceptions no_provider = 1 unknown_method = 2 no_language = 3 search_error = 4 decoding_error = 5 wrong_input = 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 BIZC_IF_AUTH_SERVICE_TEST2 or its description.