BIW_ISU_CL_CS01 SAP (BW Extract Structure for Proc.Stats.for Move-In, Out, In/Out) Structure details

Dictionary Type: Structure
Description: BW Extract Structure for Proc.Stats.for Move-In, Out, In/Out




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




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

BIW_ISU_CL_CS01 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 "BW Extract Structure for Proc.Stats.for Move-In, Out, In/Out" 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_ISU_CL_CS01 TYPE BIW_ISU_CL_CS01.

The BIW_ISU_CL_CS01 table consists of various fields, each holding specific information or linking keys about BW Extract Structure for Proc.Stats.for Move-In, Out, In/Out data available in SAP. These include BPGUID_BW (Business Process GUID for BW (32 Characters)), SEQNR (Sequential Number of Message per Process), BPAREA (Business Process Area), BPCODE (Business Process Code).. 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_ISU_CL_CS01 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
BPGUID_BWBusiness Process GUID for BW (32 Characters) EMMA_BPGUID_BWCHAR32SYSUUID_C
SEQNRSequential Number of Message per Process EMMA_BW_MSGSNNUMC10NUMC10
BPAREABusiness Process Area EMMA_BPAREACHAR4Assigned to domainALPHAEMMA_BPAREAEMMA_BPAREA
BPCODEBusiness Process Code EMMA_BPCODECHAR8Assigned to domainALPHAEMMA_BPCODEEMMA_BPCODE
SYTCODETransaction Code SYTCODECHAR20Assigned to domainTCODE
UNAMEUser Name SYUNAMECHAR12SYCHAR12
BATCHBackground Processing Active SYBATCHCHAR1SYCHAR01
TIMEDIFFNumerical Value of Duration TIMEDURADEC13TIMEDURA
TIMEDIFF_UNITUnit of measure for processing time BEAZEUNIT3CUNITEINHEIT
SYST_BEGUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
SYST_ENDUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
TZONETime Zone TZNZONECHAR6Assigned to domainTZNZONE
MSG_POSMessage Record EMMA_MSG_POSCHAR1XFELD
MSGIDMessage identification MSGIDCHAR20Assigned to domainARBGB
MSGNOSystem Message Number MSGNOCHAR3Assigned to domainMSGNR
MSGTYMessage Type MSGTYCHAR1MSGAR
MAIN_PROCMain Process EMMA_MAINPROCCHAR1FLAG
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
ERDATDate on Which Record Was Created ERDATDATS8DATUM
USER_CANCTermination of Transaction by User (F3, F12, F15) EMMA_USER_CANCCHAR1XFELD
NO_TIME_MEASNo Time Measurement EMMA_PROC_NO_TIME_MEASCHAR1FLAG
EINZBELEGConsecutive number of move-in document EINZBELEGCHAR12Assigned to domainALPHAEINZBELEGEEIN
AUSZBELEGConsecutive number of move-out document AUSZBELEGCHAR12ALPHAAUSZBELEGEMOEAUS
VKONTContract Account Number VKONT_KKCHAR12Assigned to domainALPHAVKONT_KKKTOFKKVKP_F4
KUNDEBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
VERTRAGContract VERTRAGCHAR10Assigned to domainALPHAVERTRAGVTGEVER
ANLAGEInstallation ANLAGECHAR10Assigned to domainALPHAANLAGEANLEANL
VSTELLEPremise VSTELLECHAR10Assigned to domainALPHAVSTELLEVBSEVBS
HAUSConnection Object HAUSCHAR30Assigned to domainTPLNRTPLNRHAUEHAU
EINZDATMove-In Date EINZDATDATS8DATUM
AUSZDATMove-Out Date AUSZDATDATS8DATUM
ANZPONumber of Document Item Messages EBW_ANZPOINT13INT1
ANZHEADNumber of Document Header Messages EBW_ANZHEADINT13INT1
QROWCOUNNumber of Document Item Messages Aggregated EBW_ROWCOUNINT25INT2
CASE_GUIDGUID of Clarification Case EMMA_CGUIDRAW16SYSUUID
CTYPECase Type EMMA_CTYPECHAR4EMMAC_CTYPEEMMA_CTYPEEMMA_CTYPE
CCATClarification Case Category EMMA_CCATCHAR4EMMAC_CCAT_HDREMMA_CCATEMMA_CCATEMMA_CCAT
STATUSProcessing Status of Clarification Case EMMA_CSTATUSNUMC1EMMA_CSTATUS
DUE_DATECase Due Date EMMA_CDUEDATEDATS8DATUM
BPGUIDGUID of Transaction/Process EMMA_BPGUIDRAW16SYSUUID

Key field Non-key field



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

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

How to access SAP table BIW_ISU_CL_CS01

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