AIR_FORMS 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 AIR_FORMS into the relevant SAP transactions such as SE38 or SE80
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.
Title: FORM routines for manual requests of additionals IDocs
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
WTAD_CHECK_PLANT_IN_CLASS call function 'WTAD_CHECK_PLANT_IN_CLASS' exporting clint = pit_wtaddi-addiclint locnr = pxt_addi_keys-locnr * PLANT = * FLAG_RFB = ' ' importing flag = flag exceptions wrong_call = 1 others = 2.
WAUF_BREAK_DOWN_LOCATIONGROUP call function 'WAUF_BREAK_DOWN_LOCATIONGROUP' exporting * im_fikli = im_filkl = pi_class im_fklar = pi_klart * IM_KEY = * IM_PINCR = 1 IM_PUFFER = 'X' "note 390700 IM_PREFETCH_KNA1 = ' ' "note 390700 IM_PREFETCH_WRF1 = ' ' "note 390700 IM_PREFETCH_MATERIAL_DATA = ' ' "note 390700 * IMPORTING * EX_FILKB = tables ex_filn = ifilnr exceptions figr_existiert_nicht = 1 others = 2.
WTAD_MESSAGE_TYPE_DERIVE call function 'WTAD_MESSAGE_TYPE_DERIVE' exporting addi_matnr = pxt_addi_keys-addimat importing message_type = pxt_addi_keys-mestyp material_group = matkl exceptions additional_is_no_material = 1 message_type_not_found = 2 others = 3.
WTAD_WTADDI_TO_ADDILIST call function 'WTAD_WTADDI_TO_ADDILIST' tables iwtaddi = iwtaddi_tmp * IWTADDI_PR = imamt = imamt iaddilist = i_addi_info_tmp exceptions others = 1.
LISTING_CHECK call function 'LISTING_CHECK' exporting pi_article = pxt_idoc_key-matnr pi_datab = pxt_idoc_key-addidate pi_datbi = pxt_idoc_key-addidate pi_filia = pxt_idoc_key-werks * PI_IGNORE_EXCL = ' ' * PI_VRKME = ' ' pi_no_ean_check = 'X' * PI_WLK1_READ = ' ' * PI_VKORG = ' ' * PI_VTWEG = ' ' * PI_LOCNR = ' ' * TABLES * PET_LIST_KOND = * PET_BEW_KOND = * PIT_VRKME = exceptions kond_not_found = 1 vrkme_not_found = 2 vkdat_not_found = 3 ass_owner_not_found = 4 others = 5.
EDI_PARTNER_GET_DESCRIPTION call function 'EDI_PARTNER_GET_DESCRIPTION' exporting pi_partyp = pi_partyp pi_parnum = pi_parnam importing pe_descrp = parnam_tmp * PE_RC = exceptions no_valid_partner_type = 1 others = 2.
APPL_LOG_DISPLAY call function 'APPL_LOG_DISPLAY' exporting object = addi_al_object subobject = addi_al_subobject_idoc * EXTERNAL_NUMBER = ' ' * OBJECT_ATTRIBUTE = 0 * SUBOBJECT_ATTRIBUTE = 0 * EXTERNAL_NUMBER_ATTRIBUTE = 0 * DATE_FROM = SY-DATUM * TIME_FROM = '000000' * DATE_TO = SY-DATUM * TIME_TO = SY-UZEIT * TITLE_SELECTION_SCREEN = ' ' * TITLE_LIST_SCREEN = ' ' * COLUMN_SELECTION = '11112221122 ' * SUPPRESS_SELECTION_DIALOG = ' ' * COLUMN_SELECTION_MSG_JUMP = '1' * EXTERNAL_NUMBER_DISPLAY_LENGTH = 20 * I_S_DISPLAY_PROFILE = * I_VARIANT_REPORT = ' ' * IMPORTING * NUMBER_OF_PROTOCOLS = exceptions no_authority = 1 others = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
AIR_FORMS - FORM routines for manual requests of additionals IDocs AIR_EVENTS - Results of requesting an additionals IDoc AIR_DATA - Data declaration for manual request of an additionals IDoc AIRPOSNRPOSID - Analysis: POSNR and POSID in external and internal format AIRPOSNRPOSID - Analysis: POSNR and POSID in external and internal format AIRL_PAR - AIRLPAR