SAP Reports / Programs

/GSINS/RUAC_AAAI_INSTALL SAP ABAP Report - Addititonal Account Assignment Installation (Russia)







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


Text pool values


Title: Addititonal Account Assignment Installation (Russia)


INCLUDES used within this REPORT /GSINS/RUAC_AAAI_INSTALL

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:

AAA_READ_TKKV_MAP call function 'AAA_READ_TKKV_MAP' exporting iv_refresh = 'X' importing e_tkkv_vzk_map = lt_tkkv_vzk_map.

VKKSA_GET_TKKVBASIC call function 'VKKSA_GET_TKKVBASIC' importing e_tkkvbasic = ls_tkkvbasic.

DDIF_TABL_GET call function 'DDIF_TABL_GET' exporting name = cust_incl_name importing gotstate = lv_state exceptions illegal_input = 1 others = 2.

DDIF_TABL_GET call function 'DDIF_TABL_GET' exporting name = lv_include_to importing gotstate = lv_state_to tables dd03p_tab = lt_dd03p_to dd05m_tab = lt_dd05m_to dd08v_tab = lt_dd08v_to dd35v_tab = lt_dd35v_to dd36m_tab = lt_dd36m_to.

DDUT_OBJECT_COPY call function 'DDUT_OBJECT_COPY' exporting type = 'TABL' src_name = lv_include_from dst_name = lv_include_to exceptions illegal_input = 1 src_not_found = 2 copy_failure = 3 copy_refused = 4 others = 5.

RS_CORR_INSERT call function 'RS_CORR_INSERT' exporting object = lv_objekt object_class = 'DICT' exceptions cancelled = 1 permission_failure = 2 unknown_objectclass = 3 others = 4.

ENQUEUE_ESDICT call function 'ENQUEUE_ESDICT' exporting objtype = 'TABL' objname = lv_include_to exceptions foreign_lock = 1 system_failure = 2 others = 3.

DDIF_TABL_GET call function 'DDIF_TABL_GET' exporting name = lv_include_from tables dd03p_tab = lt_dd03p_from dd05m_tab = lt_dd05m_from dd08v_tab = lt_dd08v_from dd35v_tab = lt_dd35v_from dd36m_tab = lt_dd36m_from.

DDIF_TABL_GET call function 'DDIF_TABL_GET' exporting name = lv_include_from tables dd03p_tab = lt_dd03p_from dd05m_tab = lt_dd05m_from dd08v_tab = lt_dd08v_from dd35v_tab = lt_dd35v_from dd36m_tab = lt_dd36m_from.

DDIF_TABL_PUT call function 'DDIF_TABL_PUT' exporting name = lv_include_to tables dd03p_tab = lt_dd03p_to dd05m_tab = lt_dd05m_to dd08v_tab = lt_dd08v_to dd35v_tab = lt_dd35v_to dd36m_tab = lt_dd36m_to exceptions tabl_not_found = 1 name_inconsistent = 2 tabl_inconsistent = 3 put_failure = 4 put_refused = 5 others = 6.

DDIF_TABL_ACTIVATE call function 'DDIF_TABL_ACTIVATE' exporting name = lv_include_to exceptions not_found = 1 put_failure = 2 others = 3.

DEQUEUE_ESDICT call function 'DEQUEUE_ESDICT' exporting objtype = 'TABL' objname = lv_include_to.

/GSINS/RUAC_AAAI_SCREEN call function '/GSINS/RUAC_AAAI_SCREEN' exporting i_structure_old = old_struct_name i_structure_add = add_struct_name i_structure_new = new_struct_name importing ev_append_structure = lv_append_structure ev_create_transport = lv_create_transport ev_exit = lv_exit.



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 /GSINS/RUAC_AAAI_INSTALL or its description.