SAP Reports / Programs | Application Platform | AP-LIM Logistics Inventory Management Engine(AP-LIM) SAP AP

/LIME/AUNITAUI SAP ABAP INCLUDE - documentation and ABAP source code







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


INCLUDES used within this REPORT /LIME/AUNITAUI

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:

/LIME/GET_QUERY_INSTANCE call function '/LIME/GET_QUERY_INSTANCE' importing e_if_query_guid = m_refo_query_guid e_if_query_bu_loc = m_refo_query_bu_loc e_if_query_bu_hu = m_refo_query_bu_hu e_if_query_td = m_refo_query_td e_if_query_bu_stock = m_refo_query_bu_stock e_if_query_log = m_refo_query_log_bu_stock e_if_query_log_td = m_refo_query_log_td e_if_query_pn = m_refo_query_pn e_if_query_pn_item = m_refo_query_pn_item e_if_query_quan = m_refo_query_quan e_if_query_quantity = m_refo_query_quantity.

/LIME/QUERY_PN call function '/LIME/QUERY_PN' exporting is_pn_head = ls_pn_head * I_READ_FROM_ARCHIVE = importing et_head = lt_query_head et_item = lt_query_item et_loc_item = lt_query_loc_item et_hu_item = lt_query_hu_item et_lsq_maint = lt_query_lsq_maint et_loc_maint = lt_query_loc_maint et_hu_maint = lt_query_hu_maint et_stock_maint = lt_query_stock_maint * et_bapiret = lt_bapiret e_rc_severity = l_rc_severity * et_log_tree = lt_log_tree * et_log_quan = lt_log_quan * et_log_serial = lt_log_serial * et_stock = lt_stock * et_hu = lt_hu * et_loc = lt_loc * et_usid = lt_usid .

/LIME/LOC_MAINTAIN call function '/LIME/LOC_MAINTAIN' exporting is_loc_maint_doc = ls_loc_maint_doc i_rfc_mode = space i_sim_mode = i_sim_mode importing et_bapiret = mt_bapiret e_rc_severity = m_rc.

/LIME/HU_MAINTAIN call function '/LIME/HU_MAINTAIN' exporting is_hu_maint_doc = ls_hu_maint_doc i_rfc_mode = space i_sim_mode = i_sim_mode importing et_bapiret = mt_bapiret e_rc_severity = m_rc.

/LIME/STOCK_MAINTAIN call function '/LIME/STOCK_MAINTAIN' exporting is_stock_maint_doc = ls_stock_maint_doc i_rfc_mode = space i_sim_mode = i_sim_mode importing et_bapiret = mt_bapiret e_rc_severity = m_rc.

/LIME/HU_MOVE call function '/LIME/HU_MOVE' exporting is_hu_doc = ls_hu_doc i_rfc_mode = space i_sim_mode = i_sim_mode importing et_bapiret = mt_bapiret e_rc_severity = m_rc.

/LIME/LOC_MOVE call function '/LIME/LOC_MOVE' exporting is_loc_doc = ls_loc_doc i_rfc_mode = space i_sim_mode = i_sim_mode importing et_bapiret = mt_bapiret e_rc_severity = m_rc.

/LIME/DOCUMENT_INPUT call function '/LIME/DOCUMENT_INPUT' exporting is_doc = ls_doc i_rfc_mode = space i_sim_mode = i_sim_mode importing et_bapiret = mt_bapiret e_rc_severity = m_rc.

/LIME/DOCUMENT_POST call function '/LIME/DOCUMENT_POST' exporting is_head = ms_head it_loc_maint = mt_loc_maint it_hu_maint = mt_hu_maint it_stock_maint = mt_stock_maint it_lsq_maint = mt_lsq_maint it_item = mt_gm_item it_loc_item = mt_loc_item it_hu_item = mt_hu_item i_rfc_mode = space i_sim_mode = i_sim_mode importing et_bapiret = mt_bapiret e_rc_severity = m_rc.



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 /LIME/AUNITAUI or its description.