LTAP_CREAT SAP (Structure for Creating Multi-Item Transfer Orders) Structure details

Dictionary Type: Structure
Description: Structure for Creating Multi-Item Transfer Orders




ABAP Code to SELECT data from LTAP_CREAT
Related tables to LTAP_CREAT
Access table LTAP_CREAT




Structure field list including key, data, relationships and ABAP select examples

LTAP_CREAT is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Structure for Creating Multi-Item Transfer Orders" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_LTAP_CREAT TYPE LTAP_CREAT.

The LTAP_CREAT table consists of various fields, each holding specific information or linking keys about Structure for Creating Multi-Item Transfer Orders data available in SAP. These include WERKS (Plant), LGORT (Storage Location), CHARG (Batch Number), BESTQ (Stock Category in the Warehouse Management System).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP LTAP_CREAT structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
BESTQStock Category in the Warehouse Management System BESTQCHAR1BESTQ
SOBKZSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
SONUMSpecial Stock Number LVS_SONUMCHAR16ALPHALVS_SONUM
LETYPStorage Unit Type LVS_LETYPCHAR3Assigned to domainLVS_LETYP
ANFMERequested quantity in alternative unit of measure RL03TANFMEQUAN13(3) MENG13
ALTMEAlternative Unit of Measure for Stockkeeping Unit LRMEIUNIT3Assigned to domainCUNITMEINS
WDATUDate of Goods Receipt LVS_WDATUDATS8DATUM
VFDATShelf Life Expiration or Best-Before Date VFDATDATS8DATUM
ZEUGNCertificate Number LVS_ZEUGNCHAR10LVS_ZEUGN
SQUITIndicator: confirmation of a transfer order item RL03TSQUITCHAR1XFELD
NIDRUDo not print transfer order RL03ANIDRUCHAR1XFELD
LDESTName of printer LVS_LDESTCHAR4Assigned to domainSPDEVRSPOPNAMEPRI
WEMPFGoods Recipient/Ship-To Party WEMPFCHAR12WEMPF
ABLADUnloading Point ABLADCHAR25TEXT25
VLTYPSource Storage Type LTAP_VLTYPCHAR3Assigned to domainLGTYP
VLBERSource storage section LTAP_VLBERCHAR3Assigned to domainLGBER
VLPLASource Storage Bin LTAP_VLPLACHAR10Assigned to domainLGPLA
VPPOSPosition in source storage bin LTAP_VPPOSCHAR2LVS_PLPOS
VLENRSource storage unit number LTAP_VLENRCHAR20Assigned to domainLENUMLENUMLEN
VLQNRQuant LVS_LQNUMNUMC10LVS_LQNUMLQN
NLTYPDestination Storage Type LTAP_NLTYPCHAR3Assigned to domainLGTYP
NLBERDestination storage section LTAP_NLBERCHAR3Assigned to domainLGBER
NLPLADestination Storage Bin LTAP_NLPLACHAR10Assigned to domainLGPLA
NPPOSPosition in destination storage bin LTAP_NPPOSCHAR2LVS_PLPOS
NLENRDestination storage unit number LTAP_NLENRCHAR20Assigned to domainLENUMLENUMLEN
NLQNRQuant LVS_LQNUMNUMC10LVS_LQNUMLQN
RLTYPReturn storage type LTAP_RLTYPCHAR3Assigned to domainLGTYP
RLBERReturn storage area LTAP_RLBERCHAR3Assigned to domainLGBER
RLPLAReturn storage bin LTAP_RLPLACHAR10Assigned to domainLGPLA
RLQNRQuant LVS_LQNUMNUMC10LVS_LQNUMLQN
POSNRItem number of the SD document POSNRNUMC6Assigned to domainPOSNR
KBNKZKanban Indicator KBNKZCHAR1KBNKZ
FROM_INSP_GUIDInspection GUID MSR_INSP_GUIDRAW16
TO_INSP_GUIDInspection GUID MSR_INSP_GUIDRAW16
RETURN_INSP_GUIDInspection GUID MSR_INSP_GUIDRAW16
ITAB_INDEXRow Index of Internal Tables SYTABIXINT410SYST_LONG
.INCLU--AP 0
JCPOSCall Item JITO_JCPOSNUMC4

Key field Non-key field



How do I retrieve data from SAP structure LTAP_CREAT using ABAP code?

As LTAP_CREAT is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on LTAP_CREAT as there is no data to select.

How to access SAP table LTAP_CREAT

Within an ECC or HANA version of SAP you can also view further information about LTAP_CREAT and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


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!