BIW_ISUWA_PCKGDSREG SAP (BI Structure for General Cargo Entry) Structure details

Dictionary Type: Structure
Description: BI Structure for General Cargo Entry




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




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

BIW_ISUWA_PCKGDSREG 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 "BI Structure for General Cargo Entry" 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_BIW_ISUWA_PCKGDSREG TYPE BIW_ISUWA_PCKGDSREG.

The BIW_ISUWA_PCKGDSREG table consists of various fields, each holding specific information or linking keys about BI Structure for General Cargo Entry data available in SAP. These include VOUCHERNR (Document Number for General Cargo Entry), WEIGHINGNR (Weighing Transaction), WDPLANTNR (Identification of Waste Disposal Facility), CAR (Equipment Number).. 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 BIW_ISUWA_PCKGDSREG 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
VOUCHERNRDocument Number for General Cargo Entry EWAEL_VOUCHERNRCHAR20Assigned to domainALPHAEWAEL_VOUCHERNREWAEL_VOUCHERNREWAWA_PCKGOODSREG
WEIGHINGNRWeighing Transaction EWAWA_WEIGHINGNRCHAR20EWA_WA_WEIGHPROCALPHAEWAWA_WEIGHINGNREWAWA_WEIGHINGNREWAWA_WEIGHINGPROCESS_ALL
WDPLANTNRIdentification of Waste Disposal Facility EWAEL_WDPLANTNRCHAR20Assigned to domainALPHAEWAEL_WDPLANTNREWAEL_WDPLANTNREWAEL_WDPLANT
CAREquipment Number EQUNRCHAR18EQUIALPHAEQUNREQNEQUI
CAR_LICENSE_NUMLicense plate number LICENSE_NUMCHAR15LICENSE_NUM
GENERATOR_RECNUnique ID Number EWAEL_UUID_32CHAR32Assigned to domainEWAEL_UUID_32
GENERATOR_ACTNUnique ID Number EWAEL_UUID_32CHAR32Assigned to domainEWAEL_UUID_32
TRANSPORTER_RECNUnique ID Number EWAEL_UUID_32CHAR32Assigned to domainEWAEL_UUID_32
TRANSPORTER_ACTNUnique ID Number EWAEL_UUID_32CHAR32Assigned to domainEWAEL_UUID_32
DISPOSER_RECNUnique ID Number EWAEL_UUID_32CHAR32Assigned to domainEWAEL_UUID_32
DISPOSER_ACTNUnique ID Number EWAEL_UUID_32CHAR32Assigned to domainEWAEL_UUID_32
VSTELLEPremise VSTELLECHAR10EVBSALPHAVSTELLEVBSEVBS
ZTERMTerms of Payment Key DZTERMCHAR4T052ZTERM
ZTAGGDay Limit DZTAGG_052NUMC2T052TAGGZ_052
KUNNRCustomer Numbers KUNNRCHAR10KNA1ALPHAKUNNRKUNC_KUNNR
PROCESSTYPETransaction Type EWAEL_PROCESSTYPECHAR1EWAEL_PROCESSTYPEEWAEL_PROCESSTYPE
KAPIDCapacity ID KAPIDNUMC8Assigned to domainKAPID
VERSNAvailable capacity version KAPVERSIONNUMC2Assigned to domainKAPVERSION
DATUBEnd Date ENDDADATS8DATUM
TAGNRCurrent weekday number within the available capacity cycle CR_TAGNRNUMC3NUM03
SCHNRShift number of the available capacity SCHICHTNRNUMC1NUM01
SCHDATUMShift Date EWAEL_SCHDATUMDATS8DATUM
SCHUZEITTime of Acceptance EWAEL_SCHUZEITTIMS6UZEIT
BUDATUMPosting Date in the Document BUDATDATS8DATUM
VBELNSales and Distribution Document Number VBELNCHAR10Assigned to domainALPHAVBELNAUN
MBLNRNumber of Material Document MBLNRCHAR10ALPHABELNRMBN
MYEARMaterial Document Year MJAHRNUMC4GJAHRGJAHRMJA
CONTRACT_VBELNSales Document VBELN_VACHAR10VBUKALPHAVBELNAUN
UPDMODBW Delta Process: Record Mode RODMUPDMODCHAR1RODMUPDMOD

Key field Non-key field



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

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

How to access SAP table BIW_ISUWA_PCKGDSREG

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