SAP Reports / Programs | Basis Components | Middleware | RFC(BC-MID-RFC) SAP BC

CREATE_ACO_PROXY SAP ABAP Report - Program CREATE_ACO_PROXY







CREATE_ACO_PROXY 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 CREATE_ACO_PROXY 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

ACO_PROXY - SAP ACO Proxy generation


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 CREATE_ACO_PROXY. "Basic submit
SUBMIT CREATE_ACO_PROXY AND RETURN. "Return to original report after report execution complete
SUBMIT CREATE_ACO_PROXY 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: ASYNC = Asynchronous Call
Selection Text: CLASS = Create Class
Selection Text: CLASSIC = Use Classic Exceptions
Selection Text: DEST = Destination
Selection Text: DEVCLASS = Package
Selection Text: FUNCTION = Function Module
Selection Text: IFILE = Input from File
Selection Text: KEEPTASK = Keep Task (Async case only)
Selection Text: OFILE = Output to File
Selection Text: PROXY = Proxy Class Name
Selection Text: RET_RES = Retrieve Results (Async case)
Selection Text: RFC = Input over RFC
Title: Program CREATE_ACO_PROXY


INCLUDES used within this REPORT CREATE_ACO_PROXY

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:

SEO_CLASS_GET call function 'SEO_CLASS_GET' exporting clskey = clskey exceptions not_existing = 1 deleted = 2 is_interface = 3 model_only = 4 others = 5.

SCROLLING_IN_TABLE call function 'SCROLLING_IN_TABLE' exporting entry_act = -top_line entry_from = 1 entry_to = -lines last_page_full = 'X' loops = ok_code = p_ok overlapping = 'X' importing entry_new = l_tc_new_top_line exceptions * NO_ENTRY_OR_PAGE_ACT = 01 * NO_ENTRY_TO = 02 * NO_OK_CODE_OR_PAGE_GO = 03 others = 0.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = sy-repid dynumb = sy-dynnr TABLES dynpfields = l_dynpfields EXCEPTIONS OTHERS = 0.

RS_VARIANT_VALUES_TECH_DATA CALL FUNCTION 'RS_VARIANT_VALUES_TECH_DATA' EXPORTING report = lc_report variant = lc_variant_rfc IMPORTING techn_data = l_tech_data TABLES variant_values = l_values EXCEPTIONS variant_non_existent = 1 variant_obsolete = 2 OTHERS = 3.

RS_VARIANT_EXISTS CALL FUNCTION 'RS_VARIANT_EXISTS' EXPORTING report = lc_report variant = lc_variant_rfc_shlp IMPORTING r_c = l_rc EXCEPTIONS not_authorized = 1 no_report = 2 report_not_existent = 3 report_not_supplied = 4 OTHERS = 5.

RS_CREATE_VARIANT CALL FUNCTION 'RS_CREATE_VARIANT' EXPORTING curr_report = lc_report curr_variant = lc_variant_rfc_shlp vari_desc = l_tech_data TABLES vari_contents = l_values vari_text = l_text EXCEPTIONS illegal_report_or_variant = 1 illegal_variantname = 2 not_authorized = 3 not_executed = 4 report_not_existent = 5 report_not_supplied = 6 variant_exists = 7 variant_locked = 8 OTHERS = 9.

REPOSITORY_INFO_SYSTEM_F4 CALL FUNCTION 'REPOSITORY_INFO_SYSTEM_F4' EXPORTING object_type = 'FUNC' object_name = function variant = lv_variant suppress_selection = abap_true without_personal_list = 'X' select_all_fields = 'X' IMPORTING object_name_selected = function EXCEPTIONS cancel = 0.



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