SAP Reports / Programs | Logistics - General | Additionals Management(LO-ADM) SAP LO

AESO_PRINT SAP ABAP INCLUDE - AESOPRINT







AESO_PRINT 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 AESO_PRINT 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 AESO_PRINT. "Basic submit
SUBMIT AESO_PRINT AND RETURN. "Return to original report after report execution complete
SUBMIT AESO_PRINT 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 AESO_PRINT

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:

SD_VBAK_SINGLE_READ call function 'SD_VBAK_SINGLE_READ' exporting i_vbeln = pi_vbeln * I_BYPASSING_BUFFER = ' ' * I_REFRESH_BUFFER = importing e_vbak = svbak exceptions record_not_found = 1 others = 2.

SD_VBAP_SINGLE_READ call function 'SD_VBAP_SINGLE_READ' exporting i_vbeln = pi_vbeln i_posnr = pi_posnr * I_BYPASSING_BUFFER = ' ' * I_REFRESH_BUFFER = importing * E_VBAPVB = e_vbap = pe_vbap exceptions record_not_found = 1 others = 2.

WTAD_WTADAB_ENTRIES_GENERATE call function 'WTAD_WTADAB_ENTRIES_GENERATE' exporting application = addi_appl_sales_order event = addi_event_modify username = sy-uname datecr = sy-datum timecr = sy-uzeit * ADDIOPER = tables fit_addi_info = gt_addi_info_so fxt_wtadab = iwtadab fxt_wtadabt = pet_wtadabt.

MAKT_SINGLE_READ call function 'MAKT_SINGLE_READ' exporting matnr = pi_addimatnr spras = pi_language importing wmakt = wmakt exceptions wrong_call = 1 not_found = 2 others = 3.

UNIT_OF_MEASURE_SAP_TO_ISO * call function 'UNIT_OF_MEASURE_SAP_TO_ISO' * EXPORTING * sap_code = pi_meins * IMPORTING * iso_code = pe_meins_iso * EXCEPTIONS * not_found = 1 * no_iso_code = 2 * others = 3.

T006A_SINGLE_READ call function 'T006A_SINGLE_READ' exporting pi_spras = sy-langu pi_msehi = pi_meins importing pe_i_t006a = st006a exceptions no_entry_found = 1 others = 2.

MARM_SINGLE_READ call function 'MARM_SINGLE_READ' exporting matnr = pi_matnr meinh = pi_addivkme importing wmarm = wmarm exceptions wrong_call = 1 not_found = 2 others = 3.

WTAD_TWTFMT_READ call function 'WTAD_TWTFMT_READ' exporting sy_langu = pi_language tables i_fb_twtfmt = itwtfmt exceptions not_found = 1 others = 2.

CLMA_CLASS_READ call function 'CLMA_CLASS_READ' exporting classnumber = pi_clint importing classname = pe_class classtype = pe_klart description = pe_class_txt exceptions class_not_found = 1 others = 2.

DOMAIN_VALUE_GET call function 'DOMAIN_VALUE_GET' exporting i_domname = 'ADDI_INVOC' i_domvalue = addiinvoc_tmp importing e_ddtext = dom_text exceptions not_exist = 1 others = 2.

DOMAIN_VALUE_GET call function 'DOMAIN_VALUE_GET' exporting i_domname = 'ADDI_CALC' i_domvalue = addicalc_tmp importing e_ddtext = dom_text exceptions not_exist = 1 others = 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 AESO_PRINT or its description.