SAP Reports / Programs | Logistics Execution | Shipping(LE-SHP) SAP LE

FV50PF0Q SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

LOCATION_EXTRACT call function 'LOCATION_EXTRACT' importing bild = l_bild bildgruppe = l_bildgruppe kopfgruppe = l_kopfgruppe positionsgruppe = l_positionsgruppe programm = l_programm stackstufe = l_stackstufe trtyp = l_trtyp.

QAAT_SD_LOT_CREATION call function 'QAAT_SD_LOT_CREATION' exporting i_kuwev = kuwev i_likp = likp i_lips = lips i_tvlk = tvlk importing e_prueflos = lips-qplos e_teillos = lips-qtlos tables xlips_tab = l_xlips_tab exceptions error_message = 01. "E- u. A-Messages = RAISE!

MESSAGE_TEXT_BUILD call function 'MESSAGE_TEXT_BUILD' exporting msgid = sy-msgid msgnr = sy-msgno msgv1 = sy-msgv1 msgv2 = sy-msgv2 msgv3 = sy-msgv3 msgv4 = sy-msgv4 importing message_text_output = ftext exceptions others = 1.

LOCATION_CORRECT call function 'LOCATION_CORRECT' exporting bild = l_bild bildgruppe = l_bildgruppe kopfgruppe = l_kopfgruppe positionsgruppe = l_positionsgruppe programm = l_programm stackstufe = l_stackstufe trtyp = l_trtyp.

QAAT_SD_CHECK_HU_LOT CALL FUNCTION 'QAAT_SD_CHECK_HU_LOT' "n_614065 EXPORTING "n_614065 I_PRUEFLOS = LIPS-QPLOS "n_614065 EXCEPTIONS "n_614065 STATUS_HUM_ACTIVE = 1 "n_614065 OTHERS = 2. "n_614065

QAAT_SD_HU_LOT_MODIF * CALL FUNCTION 'QAAT_SD_HU_LOT_MODIF' "n_614065 * EXPORTING "n_614065 * I_LIPS_NEW = lips "n_614065 * I_LIPS_OLD = *lips "n_614065 * I_LIKP_NEW = likp "n_614065 * I_LIKP_OLD = *likp "n_614065 * EXCEPTIONS "n_614065 * X_LOT_IS_BLOCKED = 1 "n_614065 * X_LOT_ASSIGNED = 2 "n_614065 * OTHERS = 3. "n_614065

LOCATION_EXTRACT call function 'LOCATION_EXTRACT' importing bild = l_bild bildgruppe = l_bildgruppe kopfgruppe = l_kopfgruppe positionsgruppe = l_positionsgruppe programm = l_programm stackstufe = l_stackstufe trtyp = l_trtyp.

QAAT_SD_LOT_MODIF call function 'QAAT_SD_LOT_MODIF' exporting i_kuwev = kuwev i_likp_new = likp i_likp_old = *likp i_lips_new = lips i_lips_old = *lips i_tvlk = tvlk importing e_prueflos = lips-qplos e_teillos = lips-qtlos tables xlips_tab = l_xlips_tab exceptions x_modif_not_possible = 01 x_lot_is_blocked = 02 x_partiallot_is_blocked = 03 error_message = 05 others = 04.

LOCATION_CORRECT call function 'LOCATION_CORRECT' exporting bild = l_bild bildgruppe = l_bildgruppe kopfgruppe = l_kopfgruppe positionsgruppe = l_positionsgruppe programm = l_programm stackstufe = l_stackstufe trtyp = l_trtyp.

QAAT_SD_CHECK_HU_LOT CALL FUNCTION 'QAAT_SD_CHECK_HU_LOT' "n_614065 EXPORTING "n_614065 I_PRUEFLOS = LIPS-QPLOS "n_614065 EXCEPTIONS "n_614065 STATUS_HUM_ACTIVE = 1 "n_614065 OTHERS = 2. "n_614065

LOCATION_EXTRACT call function 'LOCATION_EXTRACT' importing bild = l_bild bildgruppe = l_bildgruppe kopfgruppe = l_kopfgruppe positionsgruppe = l_positionsgruppe programm = l_programm stackstufe = l_stackstufe trtyp = l_trtyp.

QAAT_SD_LOT_CANCEL call function 'QAAT_SD_LOT_CANCEL' exporting i_flag_cancel = ql_flag_cancel i_likp = likp i_lips = lips exceptions error_during_lot_cancel = 01 error_during_partiallot_cancel = 02 x_lot_is_blocked = 03 x_lot_not_canceled = 04 x_no_lot_number = 05 x_partiallot_is_blocked = 06 x_partiallot_not_canceled = 07 others = 08.

LOCATION_CORRECT call function 'LOCATION_CORRECT' exporting bild = l_bild bildgruppe = l_bildgruppe kopfgruppe = l_kopfgruppe positionsgruppe = l_positionsgruppe programm = l_programm stackstufe = l_stackstufe trtyp = l_trtyp.

QAAT_SD_LOT_POSTING call function 'QAAT_SD_LOT_POSTING' tables t_lips_tab = xlips.



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