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

AIR_PR_FORMS SAP ABAP INCLUDE - Manual request, additionals IDoc for promotion: data selection, format







AIR_PR_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_PR_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_PR_FORMS. "Basic submit
SUBMIT AIR_PR_FORMS AND RETURN. "Return to original report after report execution complete
SUBMIT AIR_PR_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: Manual request, additionals IDoc for promotion: data selection, format


INCLUDES used within this REPORT AIR_PR_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:

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 * IMPORTING * EX_FILKB = tables ex_filn = ifilnr exceptions figr_existiert_nicht = 1 others = 2.

WTAD_WTADAB_TO_WTADDI call function 'WTAD_WTADAB_TO_WTADDI' tables iwtadab = pet_wtadab iwtadabt = iwtadabt iwtaddi = pet_wtaddi imamt = pet_mamt exceptions others = 1.

WTAD_MESSAGE_TYPE_DERIVE call function 'WTAD_MESSAGE_TYPE_DERIVE' exporting addi_matnr = pit_wtaddi-addimat importing message_type = pet_addi_keys-mestyp 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.

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