SAP Reports / Programs

/OPT/VR_A_AGGREGATION SAP ABAP Report - Aggregation report







/OPT/VR_A_AGGREGATION 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 /OPT/VR_A_AGGREGATION 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 /OPT/VR_A_AGGREGATION. "Basic submit
SUBMIT /OPT/VR_A_AGGREGATION AND RETURN. "Return to original report after report execution complete
SUBMIT /OPT/VR_A_AGGREGATION 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_ASYNC = Asynchronous selection
Selection Text: P_BEREL = Back end related processing
Selection Text: P_GRPID = Group ID
Selection Text: SO_BKES = Back end system
Title: Aggregation report


INCLUDES used within this REPORT /OPT/VR_A_AGGREGATION

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:

ENQUEUE_E_TABLE CALL FUNCTION 'ENQUEUE_E_TABLE' EXPORTING mode_rstable = 'X' tabname = '/OPT/VT_A_BKELOG' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

DEQUEUE_E_TABLE CALL FUNCTION 'DEQUEUE_E_TABLE' EXPORTING mode_rstable = 'X' tabname = '/OPT/VT_A_BKELOG'.

RFC_PING CALL FUNCTION 'RFC_PING' DESTINATION ls_bkesys-rfc_dest_sys EXCEPTIONS system_failure = 1 communication_failure = 2.

/OPT/V_AGGR_XML_WRAPPER CALL FUNCTION '/OPT/V_AGGR_XML_WRAPPER' DESTINATION ls_bkesys-rfc_dest_sys EXPORTING pis_bkelog = ls_bkelog pis_bkesys = ls_bkesys pis_trgtab = ls_trgtab pi_event = 'E' IMPORTING pes_bapiret2 = ls_bapiret2 EXCEPTIONS system_failure = 1 communication_failure = 2.

/OPT/V_AGGR_XML_WRAPPER CALL FUNCTION '/OPT/V_AGGR_XML_WRAPPER' DESTINATION ls_bkesys-rfc_dest_sys STARTING NEW TASK ls_trgtab-target_tabname PERFORMING async_selection_processing ON END OF TASK EXPORTING pis_bkelog = ls_bkelog pis_bkesys = ls_bkesys pis_trgtab = ls_trgtab pi_event = 'S' EXCEPTIONS system_failure = 1 communication_failure = 2.

/OPT/V_AGGR_XML_WRAPPER CALL FUNCTION '/OPT/V_AGGR_XML_WRAPPER' DESTINATION ls_bkesys-rfc_dest_sys EXPORTING pis_bkelog = ls_bkelog pis_bkesys = ls_bkesys pis_trgtab = ls_trgtab pi_event = 'S' IMPORTING pes_bapiret2 = ls_bapiret2 pe_source_data_xml = l_source_data_xml EXCEPTIONS system_failure = 1 communication_failure = 2.



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 /OPT/VR_A_AGGREGATION or its description.