SAP LE_ATP_INT_MAP_DEL_TO_ATP Function Module for NOTRANSL: Zuweisung der Lieferdaten an die ATP Strukturen









LE_ATP_INT_MAP_DEL_TO_ATP is a standard le atp int map del to atp SAP function module available within SAP R/3 or S/4 Hana systems, depending on your version and release level. It is used for NOTRANSL: Zuweisung der Lieferdaten an die ATP Strukturen processing and below is the pattern details for this FM, showing its interface including any import and export parameters, exceptions etc. there is also a full "cut and paste" ABAP pattern code example, along with implementation ABAP coding, documentation and contribution comments specific to this or related objects.


See here to view full function module documentation and code listing for le atp int map del to atp FM, simply by entering the name LE_ATP_INT_MAP_DEL_TO_ATP into the relevant SAP transaction such as SE37 or SE38.

Function Group: LE_ATP_DELIVERY_INTERFACE
Program Name: SAPLLE_ATP_DELIVERY_INTERFACE
Main Program: SAPLLE_ATP_DELIVERY_INTERFACE
Appliation area: V
Release date: N/A
Mode(Normal, Remote etc): Normal Function Module
Update:



Function LE_ATP_INT_MAP_DEL_TO_ATP pattern details

In-order to call this FM within your sap programs, simply using the below ABAP pattern details to trigger the function call...or see the full ABAP code listing at the end of this article. You can simply cut and paste this code into your ABAP progrom as it is, including variable declarations.
CALL FUNCTION 'LE_ATP_INT_MAP_DEL_TO_ATP'"NOTRANSL: Zuweisung der Lieferdaten an die ATP Strukturen
EXPORTING
* MAP_ITEM_CTRL_CHECK = ' ' "Checkbox
* IS_V50AGL = "Global Delivery Control Flags
* IF_POSITIONSGENERIEREN = "Delivery item is being generated
* IF_KZ_BEDARFE_VERECHNEN = "Indicator: transfer requirements
* IF_KZ_POS_DETAILBILD = "Indicator:SpltItem cumul. batch qty wrong - item detail scr.
* IF_LIPSD_UPDKZ = "Update indicator
* IF_SLIPS_TABIX = "Row Index of Internal Tables
* IF_T185F_AKTYP = ' ' "Activity category in SAP transaction
* IF_T180_TRTYP = ' ' "Transaction type
* MAP_ITEM = ' ' "Checkbox
* IS_LIKP = "SD Document: Delivery Header Data
* IF_KOMMIRUECKMELDUNG = "Single-Character Indicator
* IS_LIPS = "SD document: Delivery: Item data
* IS_KUWEV = "Ship-to Party's View of the Customer Master Record
* IF_SAVE_287_MENGE = "Actual quantity delivered (in sales units)
* IF_SAVE_287_MENGE_FLO = "Internal field/ Do not use / LFIMG in float / MUM
* IF_KCLIPS_LFIMG = "Actual quantity delivered (in sales units)
* IF_KCLIPS_LGMNG = "Actual quantity delivered in stockkeeping units
* IF_KCLIPS_LFIMG_OLD = "Actual quantity delivered (in sales units)
* IF_KCLIPS_LGMNG_OLD = "Actual quantity delivered in stockkeeping units
* IF_T001W_FABKL = "Factory calendar key
* IF_LOGSYSPRE = ' ' "Logical system
* IF_TVLK_AUFER = "A sales order is required as basis for delivery
* IF_BESTA = ' ' "Confirmation Status of Document Item
* MAP_ITEM_OLD = ' ' "Checkbox
* IS_LIPS_OLD = "SD document: Delivery: Item data
* IS_LIKP_OLD = "SD Document: Delivery Header Data
* IF_BESTA_OLD = ' ' "Confirmation Status of Document Item
* MAP_VBAK = ' ' "Checkbox
* IS_CVBAK = "Sales Document: Header Data
* MAP_VBAPF = ' ' "Checkbox
* IS_XVBAPF = "Order Item Flow: Dynamic Division
* READ_XVBEP = ' ' "Checkbox
* IF_PSTYV = "Delivery item category
* IS_XVBAP = "Document Structure for XVBAP/YVBAP
* READ_MAT = ' ' "Checkbox
* READ_PROSA = ' ' "Checkbox
* CREATE_EKPO = ' ' "Checkbox
* IF_LIPS_OVERPICK_DIFF = "Internal field/ Do not use / LFIMG in float / MUM
* IF_RSNUM = "Number of Reservation/Dependent Requirement
* IF_LIPS_NOATP = "Indicator: deactivate availability check
* IF_LIPSD_QUAN_NO_CHECK = "Deactivate Availability Check and/or Allocating Requirement
* MAP_ITEM_CONTROL = ' ' "Checkbox
* IF_HANDLE = "Worldwide unique key for LIPS-VBELN & LIPS_POSNR

IMPORTING
ES_ITEM_CONTROL = "LES: Item-Specific Control Parameters Used for ATP
ES_ITEM = "LES: Delivery Item Data Used for ATP Check
ES_ITEM_OLD = "LES: Delivery Item Data Used for ATP Check
ES_ATPVBAK = "Header Data of the Order Used in the LES ATP
ES_ATPVBAPF = "Document-Flow Data from the Order Item Used in LES ATP
ES_MAT = "Material Master Data Used in the LES ATP

CHANGING
* CS_TVLP = "Deliveries: Item Categories

TABLES
* FXVBEP = "Structure of Document for XVBEP/YVBEP
* FTMAT = "Material Master Data Used in the LES ATP
* FTCVBAP = "Document Structure for XVBAP/YVBAP
* FXEKPO = "Purchasing Document Item
* FXEKET = "Scheduling Agreement Schedule Lines
* FXLIPS = "Reference structure for XLIPS/YLIPS
* FPTEKPO = "Purchasing Document Item
* FPTEKET = "Scheduling Agreement Schedule Lines
.



IMPORTING Parameters details for LE_ATP_INT_MAP_DEL_TO_ATP

MAP_ITEM_CTRL_CHECK - Checkbox

Data type: XFELD
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

IS_V50AGL - Global Delivery Control Flags

Data type: V50AGL
Optional: Yes
Call by Reference: No ( called with pass by value option)

IF_POSITIONSGENERIEREN - Delivery item is being generated

Data type: POSGENERIEREN
Optional: Yes
Call by Reference: No ( called with pass by value option)

IF_KZ_BEDARFE_VERECHNEN - Indicator: transfer requirements

Data type: BEDARFE_VERRECHNEN
Optional: Yes
Call by Reference: No ( called with pass by value option)

IF_KZ_POS_DETAILBILD - Indicator:SpltItem cumul. batch qty wrong - item detail scr.

Data type: POSDETAILBILD
Optional: Yes
Call by Reference: No ( called with pass by value option)

IF_LIPSD_UPDKZ - Update indicator

Data type: UPDKZ_D
Optional: Yes
Call by Reference: No ( called with pass by value option)

IF_SLIPS_TABIX - Row Index of Internal Tables

Data type: SYTABIX
Optional: Yes
Call by Reference: No ( called with pass by value option)

IF_T185F_AKTYP - Activity category in SAP transaction

Data type: AKTYP
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

IF_T180_TRTYP - Transaction type

Data type: TRTYP
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

MAP_ITEM - Checkbox

Data type: XFELD
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

IS_LIKP - SD Document: Delivery Header Data

Data type: LIKP
Optional: Yes
Call by Reference: No ( called with pass by value option)

IF_KOMMIRUECKMELDUNG - Single-Character Indicator

Data type: CHAR1
Optional: Yes
Call by Reference: No ( called with pass by value option)

IS_LIPS - SD document: Delivery: Item data

Data type: LIPS
Optional: Yes
Call by Reference: No ( called with pass by value option)

IS_KUWEV - Ship-to Party's View of the Customer Master Record

Data type: KUWEV
Optional: Yes
Call by Reference: No ( called with pass by value option)

IF_SAVE_287_MENGE - Actual quantity delivered (in sales units)

Data type: LIPS-LFIMG
Optional: Yes
Call by Reference: No ( called with pass by value option)

IF_SAVE_287_MENGE_FLO - Internal field/ Do not use / LFIMG in float / MUM

Data type: LIPS-LFIMG_FLO
Optional: Yes
Call by Reference: No ( called with pass by value option)

IF_KCLIPS_LFIMG - Actual quantity delivered (in sales units)

Data type: LIPS-LFIMG
Optional: Yes
Call by Reference: No ( called with pass by value option)

IF_KCLIPS_LGMNG - Actual quantity delivered in stockkeeping units

Data type: LIPS-LGMNG
Optional: Yes
Call by Reference: No ( called with pass by value option)

IF_KCLIPS_LFIMG_OLD - Actual quantity delivered (in sales units)

Data type: LIPS-LFIMG
Optional: Yes
Call by Reference: No ( called with pass by value option)

IF_KCLIPS_LGMNG_OLD - Actual quantity delivered in stockkeeping units

Data type: LIPS-LGMNG
Optional: Yes
Call by Reference: No ( called with pass by value option)

IF_T001W_FABKL - Factory calendar key

Data type: FABKL
Optional: Yes
Call by Reference: No ( called with pass by value option)

IF_LOGSYSPRE - Logical system

Data type: LOGSYS
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

IF_TVLK_AUFER - A sales order is required as basis for delivery

Data type: TVLK-AUFER
Optional: Yes
Call by Reference: No ( called with pass by value option)

IF_BESTA - Confirmation Status of Document Item

Data type: VBUP-BESTA
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

MAP_ITEM_OLD - Checkbox

Data type: XFELD
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

IS_LIPS_OLD - SD document: Delivery: Item data

Data type: LIPS
Optional: Yes
Call by Reference: No ( called with pass by value option)

IS_LIKP_OLD - SD Document: Delivery Header Data

Data type: LIKP
Optional: Yes
Call by Reference: No ( called with pass by value option)

IF_BESTA_OLD - Confirmation Status of Document Item

Data type: VBUP-BESTA
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

MAP_VBAK - Checkbox

Data type: XFELD
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

IS_CVBAK - Sales Document: Header Data

Data type: VBAK
Optional: Yes
Call by Reference: No ( called with pass by value option)

MAP_VBAPF - Checkbox

Data type: XFELD
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

IS_XVBAPF - Order Item Flow: Dynamic Division

Data type: VBAPF
Optional: Yes
Call by Reference: No ( called with pass by value option)

READ_XVBEP - Checkbox

Data type: XFELD
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

IF_PSTYV - Delivery item category

Data type: PSTYV_VL
Optional: Yes
Call by Reference: No ( called with pass by value option)

IS_XVBAP - Document Structure for XVBAP/YVBAP

Data type: VBAPVB
Optional: Yes
Call by Reference: No ( called with pass by value option)

READ_MAT - Checkbox

Data type: XFELD
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

READ_PROSA - Checkbox

Data type: XFELD
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

CREATE_EKPO - Checkbox

Data type: XFELD
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

IF_LIPS_OVERPICK_DIFF - Internal field/ Do not use / LFIMG in float / MUM

Data type: LIPS-LFIMG_FLO
Optional: Yes
Call by Reference: No ( called with pass by value option)

IF_RSNUM - Number of Reservation/Dependent Requirement

Data type: RSNUM
Optional: Yes
Call by Reference: No ( called with pass by value option)

IF_LIPS_NOATP - Indicator: deactivate availability check

Data type: NO_ATP_CHECK
Optional: Yes
Call by Reference: No ( called with pass by value option)

IF_LIPSD_QUAN_NO_CHECK - Deactivate Availability Check and/or Allocating Requirement

Data type: QUAN_NO_CHECK
Optional: Yes
Call by Reference: No ( called with pass by value option)

MAP_ITEM_CONTROL - Checkbox

Data type: XFELD
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

IF_HANDLE - Worldwide unique key for LIPS-VBELN & LIPS_POSNR

Data type: TSEGGUID_LIPS
Optional: Yes
Call by Reference: No ( called with pass by value option)

EXPORTING Parameters details for LE_ATP_INT_MAP_DEL_TO_ATP

ES_ITEM_CONTROL - LES: Item-Specific Control Parameters Used for ATP

Data type: LES_SHP_ATP_ITEM_CONTROL
Optional: No
Call by Reference: No ( called with pass by value option)

ES_ITEM - LES: Delivery Item Data Used for ATP Check

Data type: LES_SHP_ATP_ITEM
Optional: No
Call by Reference: No ( called with pass by value option)

ES_ITEM_OLD - LES: Delivery Item Data Used for ATP Check

Data type: LES_SHP_ATP_ITEM
Optional: No
Call by Reference: No ( called with pass by value option)

ES_ATPVBAK - Header Data of the Order Used in the LES ATP

Data type: LES_SHP_ATP_VBAK
Optional: No
Call by Reference: No ( called with pass by value option)

ES_ATPVBAPF - Document-Flow Data from the Order Item Used in LES ATP

Data type: LES_SHP_ATP_VBAPF
Optional: No
Call by Reference: No ( called with pass by value option)

ES_MAT - Material Master Data Used in the LES ATP

Data type: LES_SHP_ATP_MAT
Optional: No
Call by Reference: No ( called with pass by value option)

CHANGING Parameters details for LE_ATP_INT_MAP_DEL_TO_ATP

CS_TVLP - Deliveries: Item Categories

Data type: TVLP
Optional: Yes
Call by Reference: No ( called with pass by value option)

TABLES Parameters details for LE_ATP_INT_MAP_DEL_TO_ATP

FXVBEP - Structure of Document for XVBEP/YVBEP

Data type: VBEPVB
Optional: Yes
Call by Reference: Yes

FTMAT - Material Master Data Used in the LES ATP

Data type: LES_SHP_ATP_MAT
Optional: Yes
Call by Reference: Yes

FTCVBAP - Document Structure for XVBAP/YVBAP

Data type: VBAPVB
Optional: Yes
Call by Reference: Yes

FXEKPO - Purchasing Document Item

Data type: EKPO
Optional: Yes
Call by Reference: Yes

FXEKET - Scheduling Agreement Schedule Lines

Data type: EKET
Optional: Yes
Call by Reference: Yes

FXLIPS - Reference structure for XLIPS/YLIPS

Data type: LIPSVB
Optional: Yes
Call by Reference: Yes

FPTEKPO - Purchasing Document Item

Data type: EKPO
Optional: Yes
Call by Reference: Yes

FPTEKET - Scheduling Agreement Schedule Lines

Data type: EKET
Optional: Yes
Call by Reference: Yes

Copy and paste ABAP code example for LE_ATP_INT_MAP_DEL_TO_ATP Function Module

The ABAP code below is a full code listing to execute function module POPUP_TO_CONFIRM including all data declarations. The code uses the original data declarations rather than the latest in-line data DECLARATION SYNTAX but I have included an ABAP code snippet at the end to show how declarations would look using the newer method of declaring data variables on the fly. This will allow you to compare and fully understand the new inline method. Please note some of the newer syntax such as the @DATA is not available until a later 4.70 service pack (SP8), which i why i have stuck to the origianl for this example.

DATA:
lt_fxvbep  TYPE STANDARD TABLE OF VBEPVB, "   
lv_cs_tvlp  TYPE TVLP, "   
lv_es_item_control  TYPE LES_SHP_ATP_ITEM_CONTROL, "   
lv_map_item_ctrl_check  TYPE XFELD, "   SPACE
lv_is_v50agl  TYPE V50AGL, "   
lv_if_positionsgenerieren  TYPE POSGENERIEREN, "   
lv_if_kz_bedarfe_verechnen  TYPE BEDARFE_VERRECHNEN, "   
lv_if_kz_pos_detailbild  TYPE POSDETAILBILD, "   
lv_if_lipsd_updkz  TYPE UPDKZ_D, "   
lv_if_slips_tabix  TYPE SYTABIX, "   
lv_if_t185f_aktyp  TYPE AKTYP, "   SPACE
lv_if_t180_trtyp  TYPE TRTYP, "   SPACE
lv_map_item  TYPE XFELD, "   SPACE
lv_is_likp  TYPE LIKP, "   
lt_ftmat  TYPE STANDARD TABLE OF LES_SHP_ATP_MAT, "   
lv_es_item  TYPE LES_SHP_ATP_ITEM, "   
lv_if_kommirueckmeldung  TYPE CHAR1, "   
lv_is_lips  TYPE LIPS, "   
lv_is_kuwev  TYPE KUWEV, "   
lv_if_save_287_menge  TYPE LIPS-LFIMG, "   
lv_if_save_287_menge_flo  TYPE LIPS-LFIMG_FLO, "   
lv_if_kclips_lfimg  TYPE LIPS-LFIMG, "   
lv_if_kclips_lgmng  TYPE LIPS-LGMNG, "   
lv_if_kclips_lfimg_old  TYPE LIPS-LFIMG, "   
lv_if_kclips_lgmng_old  TYPE LIPS-LGMNG, "   
lv_if_t001w_fabkl  TYPE FABKL, "   
lv_if_logsyspre  TYPE LOGSYS, "   SPACE
lt_ftcvbap  TYPE STANDARD TABLE OF VBAPVB, "   
lv_es_item_old  TYPE LES_SHP_ATP_ITEM, "   
lv_if_tvlk_aufer  TYPE TVLK-AUFER, "   
lv_if_besta  TYPE VBUP-BESTA, "   SPACE
lv_map_item_old  TYPE XFELD, "   SPACE
lv_is_lips_old  TYPE LIPS, "   
lv_is_likp_old  TYPE LIKP, "   
lv_if_besta_old  TYPE VBUP-BESTA, "   SPACE
lv_map_vbak  TYPE XFELD, "   SPACE
lv_is_cvbak  TYPE VBAK, "   
lv_map_vbapf  TYPE XFELD, "   SPACE
lv_is_xvbapf  TYPE VBAPF, "   
lv_read_xvbep  TYPE XFELD, "   SPACE
lt_fxekpo  TYPE STANDARD TABLE OF EKPO, "   
lv_if_pstyv  TYPE PSTYV_VL, "   
lv_es_atpvbak  TYPE LES_SHP_ATP_VBAK, "   
lv_is_xvbap  TYPE VBAPVB, "   
lv_read_mat  TYPE XFELD, "   SPACE
lv_read_prosa  TYPE XFELD, "   SPACE
lv_create_ekpo  TYPE XFELD, "   SPACE
lv_if_lips_overpick_diff  TYPE LIPS-LFIMG_FLO, "   
lt_fxeket  TYPE STANDARD TABLE OF EKET, "   
lv_if_rsnum  TYPE RSNUM, "   
lv_es_atpvbapf  TYPE LES_SHP_ATP_VBAPF, "   
lv_es_mat  TYPE LES_SHP_ATP_MAT, "   
lt_fxlips  TYPE STANDARD TABLE OF LIPSVB, "   
lv_if_lips_noatp  TYPE NO_ATP_CHECK, "   
lt_fptekpo  TYPE STANDARD TABLE OF EKPO, "   
lv_if_lipsd_quan_no_check  TYPE QUAN_NO_CHECK, "   
lt_fpteket  TYPE STANDARD TABLE OF EKET, "   
lv_map_item_control  TYPE XFELD, "   SPACE
lv_if_handle  TYPE TSEGGUID_LIPS. "   

  CALL FUNCTION 'LE_ATP_INT_MAP_DEL_TO_ATP'  "NOTRANSL: Zuweisung der Lieferdaten an die ATP Strukturen
    EXPORTING
         MAP_ITEM_CTRL_CHECK = lv_map_item_ctrl_check
         IS_V50AGL = lv_is_v50agl
         IF_POSITIONSGENERIEREN = lv_if_positionsgenerieren
         IF_KZ_BEDARFE_VERECHNEN = lv_if_kz_bedarfe_verechnen
         IF_KZ_POS_DETAILBILD = lv_if_kz_pos_detailbild
         IF_LIPSD_UPDKZ = lv_if_lipsd_updkz
         IF_SLIPS_TABIX = lv_if_slips_tabix
         IF_T185F_AKTYP = lv_if_t185f_aktyp
         IF_T180_TRTYP = lv_if_t180_trtyp
         MAP_ITEM = lv_map_item
         IS_LIKP = lv_is_likp
         IF_KOMMIRUECKMELDUNG = lv_if_kommirueckmeldung
         IS_LIPS = lv_is_lips
         IS_KUWEV = lv_is_kuwev
         IF_SAVE_287_MENGE = lv_if_save_287_menge
         IF_SAVE_287_MENGE_FLO = lv_if_save_287_menge_flo
         IF_KCLIPS_LFIMG = lv_if_kclips_lfimg
         IF_KCLIPS_LGMNG = lv_if_kclips_lgmng
         IF_KCLIPS_LFIMG_OLD = lv_if_kclips_lfimg_old
         IF_KCLIPS_LGMNG_OLD = lv_if_kclips_lgmng_old
         IF_T001W_FABKL = lv_if_t001w_fabkl
         IF_LOGSYSPRE = lv_if_logsyspre
         IF_TVLK_AUFER = lv_if_tvlk_aufer
         IF_BESTA = lv_if_besta
         MAP_ITEM_OLD = lv_map_item_old
         IS_LIPS_OLD = lv_is_lips_old
         IS_LIKP_OLD = lv_is_likp_old
         IF_BESTA_OLD = lv_if_besta_old
         MAP_VBAK = lv_map_vbak
         IS_CVBAK = lv_is_cvbak
         MAP_VBAPF = lv_map_vbapf
         IS_XVBAPF = lv_is_xvbapf
         READ_XVBEP = lv_read_xvbep
         IF_PSTYV = lv_if_pstyv
         IS_XVBAP = lv_is_xvbap
         READ_MAT = lv_read_mat
         READ_PROSA = lv_read_prosa
         CREATE_EKPO = lv_create_ekpo
         IF_LIPS_OVERPICK_DIFF = lv_if_lips_overpick_diff
         IF_RSNUM = lv_if_rsnum
         IF_LIPS_NOATP = lv_if_lips_noatp
         IF_LIPSD_QUAN_NO_CHECK = lv_if_lipsd_quan_no_check
         MAP_ITEM_CONTROL = lv_map_item_control
         IF_HANDLE = lv_if_handle
    IMPORTING
         ES_ITEM_CONTROL = lv_es_item_control
         ES_ITEM = lv_es_item
         ES_ITEM_OLD = lv_es_item_old
         ES_ATPVBAK = lv_es_atpvbak
         ES_ATPVBAPF = lv_es_atpvbapf
         ES_MAT = lv_es_mat
    CHANGING
         CS_TVLP = lv_cs_tvlp
    TABLES
         FXVBEP = lt_fxvbep
         FTMAT = lt_ftmat
         FTCVBAP = lt_ftcvbap
         FXEKPO = lt_fxekpo
         FXEKET = lt_fxeket
         FXLIPS = lt_fxlips
         FPTEKPO = lt_fptekpo
         FPTEKET = lt_fpteket
. " LE_ATP_INT_MAP_DEL_TO_ATP




ABAP code using 7.40 inline data declarations to call FM LE_ATP_INT_MAP_DEL_TO_ATP

The below ABAP code uses the newer in-line data declarations. This allows you to see the coding differences/benefits of the later inline syntax. Please note some of the newer syntax below, such as the @DATA is not available until 4.70 EHP 8.

 
 
 
DATA(ld_map_item_ctrl_check) = ' '.
 
 
 
 
 
 
 
DATA(ld_if_t185f_aktyp) = ' '.
 
DATA(ld_if_t180_trtyp) = ' '.
 
DATA(ld_map_item) = ' '.
 
 
 
 
 
 
 
"SELECT single LFIMG FROM LIPS INTO @DATA(ld_if_save_287_menge).
 
"SELECT single LFIMG_FLO FROM LIPS INTO @DATA(ld_if_save_287_menge_flo).
 
"SELECT single LFIMG FROM LIPS INTO @DATA(ld_if_kclips_lfimg).
 
"SELECT single LGMNG FROM LIPS INTO @DATA(ld_if_kclips_lgmng).
 
"SELECT single LFIMG FROM LIPS INTO @DATA(ld_if_kclips_lfimg_old).
 
"SELECT single LGMNG FROM LIPS INTO @DATA(ld_if_kclips_lgmng_old).
 
 
DATA(ld_if_logsyspre) = ' '.
 
 
 
"SELECT single AUFER FROM TVLK INTO @DATA(ld_if_tvlk_aufer).
 
"SELECT single BESTA FROM VBUP INTO @DATA(ld_if_besta).
DATA(ld_if_besta) = ' '.
 
DATA(ld_map_item_old) = ' '.
 
 
 
"SELECT single BESTA FROM VBUP INTO @DATA(ld_if_besta_old).
DATA(ld_if_besta_old) = ' '.
 
DATA(ld_map_vbak) = ' '.
 
 
DATA(ld_map_vbapf) = ' '.
 
 
DATA(ld_read_xvbep) = ' '.
 
 
 
 
 
DATA(ld_read_mat) = ' '.
 
DATA(ld_read_prosa) = ' '.
 
DATA(ld_create_ekpo) = ' '.
 
"SELECT single LFIMG_FLO FROM LIPS INTO @DATA(ld_if_lips_overpick_diff).
 
 
 
 
 
 
 
 
 
 
DATA(ld_map_item_control) = ' '.
 
 


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!