DTFIAP_2 SAP (Data transfer: Vendor items to the Warehouse) Structure details

Dictionary Type: Structure
Description: Data transfer: Vendor items to the Warehouse




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




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

DTFIAP_2 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 "Data transfer: Vendor items to the Warehouse" 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_DTFIAP_2 TYPE DTFIAP_2.

The DTFIAP_2 table consists of various fields, each holding specific information or linking keys about Data transfer: Vendor items to the Warehouse data available in SAP. These include LIFNR (Account Number of Vendor or Creditor), BUKRS (Company Code), GSBER (Business Area), MABER (Dunning Area).. 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 DTFIAP_2 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
DOCSEL_BIWItem selection FI to Business Information Warehouse DOCSEL_BIWNUMC1DOCSEL_BIW
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
MABERDunning Area MABERCHAR2Assigned to domainMABER
KTOPLChart of Accounts KTOPLCHAR4Assigned to domainKTOPLKPLC_KTOPL
HKONTG/L Account Number SAKNRCHAR10Assigned to domainALPHASAKNRSAKC_SAKNR
KOARTAccount Type KOARTCHAR1KOART
UMSKZSpecial G/L Indicator UMSKZCHAR1Assigned to domainUMSKZ
BLARTDocument Type BLARTCHAR2Assigned to domainBLARTBAR
BSCHLPosting Key BSCHLCHAR2Assigned to domainBSCHL
RSTGRReason Code for Payments RSTGRCHAR3Assigned to domainRSTGR
BELNRAccounting Document Number BELNR_BIWCHAR10ALPHABELNRBLN
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
XBLNRReference Document Number XBLNRCHAR16XBLNR
BUDATPosting Date in the Document BUDATDATS8DATUM
BLDATDocument Date in Document BLDATDATS8DATUM
AUGDTClearing Date AUGDTDATS8DATUM
NETDTDue Date for Net Payment NETDTDATS8DATUM
SK1DTDue date according to cash discount terms 1 SK1DT_BIWDATS8DATUM
SK2DTDue date according to cash discount terms 2 SK2DT_BIWDATS8DATUM
ZFBDTBaseline Date for Due Date Calculation DZFBDT_BIWDATS8DATUM
ZTERMTerms of Payment Key DZTERM_BIWCHAR4ZTERM
ZBD1TDays for First Cash Discount DZBD1T_BIWDEC3ZBDXT
ZBD2TDays for Second Cash Discount DZBD2T_BIWDEC3ZBDXT
ZBD3TNet Payment Terms Period DZBD3T_BIWDEC3ZBDXT
ZBD1PCash Discount Percentage 1 DZBD1P_BIWDEC5(3) PRZ23
ZBD2PCash Discount Percentage 2 DZBD2P_BIWDEC5(3) PRZ23
LAND1Country Key LAND1CHAR3Assigned to domainLAND1LND
ZLSCHPayment Method DZLSCH_BIWCHAR1Assigned to domainZLSCH
UZAWEPayment Method Supplement UZAWECHAR2Assigned to domainUZAWE
ZLSPRPayment Block Key DZLSPR_BIWCHAR1Assigned to domainZAHLSSPE
MANSPDunning block MANSPCHAR1Assigned to domainMANSP
MSCHLDunning key MSCHLCHAR1Assigned to domainMSCHL
MADATLast dunned on MADATDATS8DATUM
MANSTDunning Level MANST_BIWNUMC1MAHNS
XNEGPIndicator: Negative posting XNEGPCHAR1XFELD
FISCPERFiscal year / period RSFISCPERNUMC7PERI7RSFISCPER
FISCVARFiscal year variant RSFISCVARCHAR2RSFISCVAR
LCURRCurrency key of the local currency LCURRCUKY5Assigned to domainWAERSGLC
DMSOLDebit Amount in Local Currency DMSOLCURR13(2) WERT7
DMHABCredit Amount in Local Currency DMHABCURR13(2) WERT7
DMSHBAmount in Local Currency with +/- Signs DMSHBCURR13(2) WRTV7
SKNTOCash discount amount in local currency SKNTOCURR13(2) WERT7
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
WRSOLDebit Amount in Document Currency WRSOLCURR13(2) WERT7
WRHABCredit Amount in Document Currency WRHABCURR13(2) WERT7
WRSHBForeign Currency Amount with Signs (+/-) WRSHBCURR13(2) WRTV7
WSKTOCash discount amount in document currency WSKTOCURR13(2) WERT7
SKFBTAmount Eligible for Cash Discount in Document Currency SKFBTCURR13(2) WERT7

Key field Non-key field



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

As DTFIAP_2 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 DTFIAP_2 as there is no data to select.

How to access SAP table DTFIAP_2

Within an ECC or HANA version of SAP you can also view further information about DTFIAP_2 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!