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

FV50PFLP_LIPS_FUELLEN_BEDARFSA SAP ABAP INCLUDE - Include FV50PFLP_LIPS_FUELLEN_BEDARFSA







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


Text pool values


Title: Include FV50PFLP_LIPS_FUELLEN_BEDARFSA


INCLUDES used within this REPORT FV50PFLP_LIPS_FUELLEN_BEDARFSA

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_SPECIAL_STOCK_ASSIGN CALL FUNCTION 'SD_SPECIAL_STOCK_ASSIGN' EXPORTING ITEM_CATEGORY = NO_CAT MOVEMENT_TYPE = LIPS-BWART RETURNS_ITEM = LIPS-SHKZG SPECIAL_STOCK_TYPE = LIPS-SOBKZ IMPORTING STOCK_TYPE_TRANSFER = DA_SOBKZ EXCEPTIONS ITEM_CATEGORY_NOT_VALID = 01 NOT_FOUND = 02 NO_MOVEMENT_TYPE = 03 NO_RETURNS_ITEM = 04.

SD_SPECIAL_STOCK_ASSIGN CALL FUNCTION 'SD_SPECIAL_STOCK_ASSIGN' EXPORTING ITEM_CATEGORY = NO_CAT MOVEMENT_TYPE = LIPS-BWART RETURNS_ITEM = CVBAP-SHKZG SPECIAL_STOCK_TYPE = LIPS-SOBKZ IMPORTING STOCK_TYPE_TRANSFER = DA_SOBKZ EXCEPTIONS ITEM_CATEGORY_NOT_VALID = 01 NOT_FOUND = 02 NO_MOVEMENT_TYPE = 03 NO_RETURNS_ITEM = 04.

RV_LIPS_PSTYV_DETERMINE call function 'RV_LIPS_PSTYV_DETERMINE' exporting t184l_lfart = likp-lfart t184l_mtpos = maapv-mtpos t184l_uepst = lips-pstyv LIPS_PSTYV_I = lips-pstyv importing lips_pstyv = lf_pstyv exceptions eintrag_nicht_da = 1 pstyv_nicht_erlaubt = 2.

RV_SCHEDULING_TYPE_DETERMINE CALL FUNCTION 'RV_SCHEDULING_TYPE_DETERMINE' EXPORTING F_MTART = MAAPV-MTART F_DISGR = MAEPV-DISGR F_STRGR = MAEPV-STRGR F_DISMM = MAEPV-DISMM F_PSTYV = LF_PSTYV "n_1791759 F_WERKS = LIPS-WERKS IMPORTING E_BEDAE = DA_BEDAE EXCEPTIONS SCHEDULING_TYPE_NOT_ALLOWED = 01 TVEPZ_ENTRY_NOT_FOUND = 02.

LE_ATP_GET_VERSION CALL FUNCTION 'LE_ATP_GET_VERSION' IMPORTING ATP_TYPE = ATP_TYPE.

LE_ATP_T459K_SELECT CALL FUNCTION 'LE_ATP_T459K_SELECT' EXPORTING IF_BEDAR = T459A-BEDAR IF_ERROR = SPACE IF_SAMMELGANG = V50AGL-SAMMELGANG IF_CVBAP_POSNR = LIPS-POSNR IMPORTING EF_SUBRC = DA_SUBRC CHANGING CS_T459K = T459K .



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