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

AIR_FORMS SAP ABAP INCLUDE - FORM routines for manual requests of additionals IDocs







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


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


Text pool values


Title: FORM routines for manual requests of additionals IDocs


INCLUDES used within this REPORT AIR_FORMS

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:

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.



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 AIR_FORMS or its description.