/BCV/S_SIN_BAPI6112 SAP (BAPI 6112) Structure details

Dictionary Type: Structure
Description: BAPI 6112




ABAP Code to SELECT data from /BCV/S_SIN_BAPI6112
Related tables to /BCV/S_SIN_BAPI6112
Access table /BCV/S_SIN_BAPI6112




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

/BCV/S_SIN_BAPI6112 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 "BAPI 6112" 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_/BCV/S_SIN_BAPI6112 TYPE /BCV/S_SIN_BAPI6112.

The /BCV/S_SIN_BAPI6112 table consists of various fields, each holding specific information or linking keys about BAPI 6112 data available in SAP. These include OBJVERS (char001), TEXTLONG (char060), OBJSTAT (char003), CONTREL (char006).. 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: Cannot Be Enhanced


SAP /BCV/S_SIN_BAPI6112 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
INFOCUBEchar030 /BCV/SIN_CHAR030CHAR30
OBJVERSchar001 /BCV/SIN_CHAR001CHAR1
TEXTLONGchar060 /BCV/SIN_CHAR060CHAR60
OBJSTATchar003 /BCV/SIN_CHAR003CHAR3
CONTRELchar006 /BCV/SIN_CHAR006CHAR6
CONTTIMESTMPDEC13,3 /BCV/SIN_DEC15DEC15
OWNERchar012 /BCV/SIN_CHAR012CHAR12
ACTIVFLchar001 /BCV/SIN_CHAR001CHAR1
BWAPPLchar010 /BCV/SIN_CHAR010CHAR10
INFOAREAchar030 /BCV/SIN_CHAR030CHAR30
NCUMTIMchar030 /BCV/SIN_CHAR030CHAR30
CUBETYPEchar001 /BCV/SIN_CHAR001CHAR1
BASICCUBEchar030 /BCV/SIN_CHAR030CHAR30
SLOGSYSchar010 /BCV/SIN_CHAR010CHAR10
PARTTIMchar030 /BCV/SIN_CHAR030CHAR30
PARTVL_FROMchar010 /BCV/SIN_CHAR010CHAR10
PARTVL_TOchar010 /BCV/SIN_CHAR010CHAR10
PARTMAXCNTInt4 /BCV/SIN_INT4INT410
DIMESIZCATchar002 /BCV/SIN_CHAR002CHAR2
DIMEDATCLSchar006 /BCV/SIN_CHAR005CHAR5
CUBESIZCATchar002 /BCV/SIN_CHAR002CHAR2
CUBEDATCLSchar006 /BCV/SIN_CHAR005CHAR5
BWSTATISTICSchar001 /BCV/SIN_CHAR001CHAR1
BWSTATWHMchar001 /BCV/SIN_CHAR001CHAR1
AUTOQUALOKFLchar001 /BCV/SIN_CHAR001CHAR1
AUTOROLLUPFLchar001 /BCV/SIN_CHAR001CHAR1
AUTOCOMPRFLchar001 /BCV/SIN_CHAR001CHAR1
CLEAR_INDEXchar001 /BCV/SIN_CHAR001CHAR1
DELTA_INDEXchar001 /BCV/SIN_CHAR001CHAR1
REBUILD_STATchar001 /BCV/SIN_CHAR001CHAR1
DELTA_STATchar001 /BCV/SIN_CHAR001CHAR1
PERCENTAGE3 Character Numeric NUMC /BCV/SIN_NUMC3NUMC3NUM3
NULLCOMPchar001 /BCV/SIN_CHAR001CHAR1
REFUPDATEchar001 /BCV/SIN_CHAR001CHAR1
READMODEchar001 /BCV/SIN_CHAR001CHAR1
TSTPNMchar012 /BCV/SIN_CHAR012CHAR12
TIMESTMPchar015 /BCV/SIN_CHAR015CHAR15
ISOURCEchar030 /BCV/SIN_CHAR030CHAR30
UNIQUE_SOURCEchar001 /BCV/SIN_CHAR001CHAR1
TRANSACTchar001 /BCV/SIN_CHAR001CHAR1
CUBESUBTYPEchar001 /BCV/SIN_CHAR001CHAR1
SVRESTRchar001 /BCV/SIN_CHAR001CHAR1
SVRESTRNOchar001 /BCV/SIN_CHAR001CHAR1
SVRESTRGLOBALchar001 /BCV/SIN_CHAR001CHAR1
SVRESTRSELchar001 /BCV/SIN_CHAR001CHAR1
SVRESTRHIERchar001 /BCV/SIN_CHAR001CHAR1
SVRFCPACKchar001 /BCV/SIN_CHAR001CHAR1
SVSIDchar001 /BCV/SIN_CHAR001CHAR1
SVNAVATTRchar001 /BCV/SIN_CHAR001CHAR1
FUNCNAMEchar030 /BCV/SIN_CHAR030CHAR30
ADIMSIZCATchar002 /BCV/SIN_CHAR002CHAR2
ADIMDATCLSchar006 /BCV/SIN_CHAR005CHAR5
AGGRSIZCATchar002 /BCV/SIN_CHAR002CHAR2
AGGRDATCLSchar006 /BCV/SIN_CHAR005CHAR5
SVSLOGSYSchar010 /BCV/SIN_CHAR010CHAR10
SVINTFORMATchar001 /BCV/SIN_CHAR001CHAR1
CONVEXITFLchar001 /BCV/SIN_CHAR001CHAR1
NOTRANSFRESTRchar001 /BCV/SIN_CHAR001CHAR1
SVSUPPHIERchar001 /BCV/SIN_CHAR001CHAR1
DIMID_UNIQUEchar001 /BCV/SIN_CHAR001CHAR1
DELTA_LOADchar001 /BCV/SIN_CHAR001CHAR1

Key field Non-key field



How do I retrieve data from SAP structure /BCV/S_SIN_BAPI6112 using ABAP code?

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

How to access SAP table /BCV/S_SIN_BAPI6112

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