BSANLY_BCCREP_I SAP (BCC Repository Content Objects) Table details

Dictionary Type: Table
Description: BCC Repository Content Objects




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




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

BSANLY_BCCREP_I is a standard SAP Table which is used to store BCC Repository Content Objects data and is available within R/3 SAP systems depending on the version and release level.

The BSANLY_BCCREP_I table consists of various fields, each holding specific information or linking keys about BCC Repository Content Objects data available in SAP. These include OBJECT (Object Type), OBJ_NAME (Object Name in Object Directory), LOCAL_CONTENT (Local BW RFC), GROUPING (Collection Grouping of BI Content Objects).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP BSANLY_BCCREP_I 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
BUNDLEBI Content Bundle BS_ANLY_CONT_BUNDLECHAR30BS_ANLY_CONTENT_BUNDLE
OBJECTObject Type TROBJTYPECHAR4OBJECTSCTSOBJECT
OBJ_NAMEObject Name in Object Directory SOBJ_NAMECHAR40SOBJ_NAME
LOCAL_CONTENTLocal BW RFC BS_ANLY_LOCAL_RFCCHAR1RS_BOOL
GROUPINGCollection Grouping of BI Content Objects BS_ANLY_BI_GROUPNUMC3BS_ANLY_GROUPING

Key field Non-key field



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

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

SELECT SINGLE *
FROM BSANLY_BCCREP_I
INTO CORRESPONDING FIELDS OF WA_BSANLY_BCCREP_I
WHERE...

How to access SAP table BSANLY_BCCREP_I

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