WBINTRST SAP (Agency Business : Intrastat Relevant data) Table details

Dictionary Type: Table
Description: Agency Business : Intrastat Relevant data




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




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

WBINTRST is a standard SAP Table which is used to store Agency Business : Intrastat Relevant data data and is available within R/3 SAP systems depending on the version and release level.

The WBINTRST table consists of various fields, each holding specific information or linking keys about Agency Business : Intrastat Relevant data data available in SAP. These include WBELN (Agency Business: Document Number), POSNR (Agency business: Document item), GFLOW (Flow of Goods), ENTYP (Type of Entry in Worklist).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP WBINTRST table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
WBELNAgency Business: Document Number WBELN_AGCHAR10Assigned to domainALPHAWBELN
POSNRAgency business: Document item WPOSNR_LFNUMC6Assigned to domainWPOSNR
GFLOWFlow of Goods WLF_INTR_GFLOWCHAR1WLF_INTR_GFLOW
ENTYPType of Entry in Worklist WLF_INTR_ENTYPCHAR1WLF_INTR_ENTYP
IDDATDate of Invoice for Goods Movement WLF_INTR_IDDATDATS8DATS
RPYEADeclaration Year WLF_INTR_RPYEANUMC4WLF_INTR_CYEAR
RPMONDeclaration Month WLF_INTR_RPMONCHAR2WLF_INTR_MONTH
POIVAVAT Registration Number of Provider of Information WLF_INTR_POIVACHAR20WLF_INTR_VATID
POIADAdditional Number of Provider of Information WLF_INTR_POIADCHAR5WLF_INTR_ADDNR
GFPICCountry of Provider of Information (Flow of Goods) WLF_INTR_GFPICCHAR3Assigned to domainLAND1
GFPIRRegion of Provider of Information (Flow of Goods) (Int. SAP) WLF_INTR_GFPIRCHAR3Assigned to domainREGIO
RETFLIndicator: Returns WLF_INTR_RETFLCHAR1XFELD
TGLFLIndicator: Triangular Transaction Within the EU WLF_INTR_TGLFLCHAR1XFELD
COMCDCommodity Code WLF_INTR_COMCDCHAR8WLF_INTR_COMCD
MATNRMaterial Number WLF_INTR_MATNRCHAR40WLF_INTR_MATNR
PRDESProduct Description WLF_INTR_PRDESCHAR60TEXT60
CTYOOCountry of Origin (Internal SAP Code) WLF_INTR_CTYOOCHAR3Assigned to domainLAND1
REGOORegion of Origin (Internal SAP Code) WLF_INTR_REGOOCHAR3Assigned to domainREGIO
BTTYPBusiness Transaction Type (Intrastat Code) WLF_INTR_BTTYPCHAR2WLF_INTR_BTTYP
INVALInvoice Value WLF_INTR_INVALCURR15(2) WERT15
INCURCurrency Key for Invoice Value WLF_INTR_INCURCUKY5Assigned to domainWAERS
STVALStatistical Value WLF_INTR_STVALCURR15(2) WERT15
STCURCurrency Key for Statistical Value WLF_INTR_STCURCUKY5Assigned to domainWAERS
NTWEINet Weight WLF_INTR_NTWEIQUAN13(3) MENG13
NWUOMUnit of Measure for Net Weight WLF_INTR_NWUOMUNIT3Assigned to domainCUNITMEINS
SPQUAQuantity in Supplementary Unit WLF_INTR_SPQUAQUAN13(3) MENG13
SPUOMSupplementary Unit WLF_INTR_SPUOMUNIT3Assigned to domainCUNITMEINS

Key field Non-key field



How do I retrieve data from SAP table WBINTRST using ABAP code

The following ABAP code Example will allow you to do a basic selection on WBINTRST to SELECT all data from the table
DATA: WA_WBINTRST TYPE WBINTRST.

SELECT SINGLE *
FROM WBINTRST
INTO CORRESPONDING FIELDS OF WA_WBINTRST
WHERE...

How to access SAP table WBINTRST

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