/ISDFPS/BI_EXT_HU_POS SAP (Extractor Structure for HU Document Item Data) Structure details

Dictionary Type: Structure
Description: Extractor Structure for HU Document Item Data




ABAP Code to SELECT data from /ISDFPS/BI_EXT_HU_POS
Related tables to /ISDFPS/BI_EXT_HU_POS
Access table /ISDFPS/BI_EXT_HU_POS




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

/ISDFPS/BI_EXT_HU_POS 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 "Extractor Structure for HU Document Item Data" 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_/ISDFPS/BI_EXT_HU_POS TYPE /ISDFPS/BI_EXT_HU_POS.

The /ISDFPS/BI_EXT_HU_POS table consists of various fields, each holding specific information or linking keys about Extractor Structure for HU Document Item Data data available in SAP. These include MANDT (Client), VENUM (Internal Handling Unit Number), EXIDV (External Handling Unit Identification), ERDAT (Date on Which Record Was Created).. 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 /ISDFPS/BI_EXT_HU_POS 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
MANDTClient MANDTCLNT3T000MANDT
VENUMInternal Handling Unit Number VENUMCHAR10Assigned to domainALPHAVENUMVEL
EXIDVExternal Handling Unit Identification EXIDVCHAR20ALPHAEXIDVHU_IDENT_ALLG
ERDATDate on Which Record Was Created ERDATDATS8DATUM
AEDATChanged On AEDATDATS8DATUM
VEPOSHandling Unit Item VEPOSNUMC6Assigned to domainVEPOS
VBELNDelivery VBELN_VLCHAR10VBUKALPHAVBELNVL
POSNRDelivery Item POSNR_VLNUMC6VBUPPOSNR
UNVELLower-level handling unit UNVELCHAR10Assigned to domainALPHAVENUM
VEMNGBase Quantity Packed in the Handling Unit Item VEMNGQUAN15(3) MENG15
VEMEHBase Unit of Measure of the Quantity to be Packed (VEMNG) VEMEHUNIT3T006CUNITMEINS
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4T001LLGORTLAG
SOBKZSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
SONUMSpecial Stock Number LVS_SONUMCHAR16ALPHALVS_SONUM
VFDATShelf Life Expiration or Best-Before Date VFDATDATS8DATUM
UNVEL_EXIDVExternal Handling Unit Identification EXIDVCHAR20ALPHAEXIDVHU_IDENT_ALLG
DELTADate DATUMDATS8DATUM

Key field Non-key field



How do I retrieve data from SAP structure /ISDFPS/BI_EXT_HU_POS using ABAP code?

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

How to access SAP table /ISDFPS/BI_EXT_HU_POS

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