LCSB1 SAP (Workfields for Line Item Reporting) Structure details

Dictionary Type: Structure
Description: Workfields for Line Item Reporting




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




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

LCSB1 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 "Workfields for Line Item Reporting" 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_LCSB1 TYPE LCSB1.

The LCSB1 table consists of various fields, each holding specific information or linking keys about Workfields for Line Item Reporting data available in SAP. These include RCOMP (Company belonging to the subgroup), RVERS (Consolidation version), TVBTG (Version for changes in investments), TVKAP (Version for consolidation of investments method).. 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: Not classified


SAP LCSB1 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
RSUBDSubgroup RSUBDCHAR3T852RSUBDGSG
RCOMPCompany belonging to the subgroup RCOMP_SUBDCHAR6T880ALPHARCOMPGCC
RVERSConsolidation version RVERS_GCCHAR3T858ALPHARVERS_GCGVS
TVBTGVersion for changes in investments RVERS_ICHAR3ALPHARVERS_GCTGVS
TVKAPVersion for consolidation of investments method RVERS_CMCHAR3ALPHARVERS_GCTGVS
GJAHVFrom Year (for Range Displays) FYEARNUMC4GJAHRGJAHRGJR
GJAHBTo year (for range displays) TYEARNUMC4GJAHRGJAHRKJB
PERIVFrom period (for validity ranges) VONPENUMC3POPERVPE
PERIBTo period (for validity ranges) BISPENUMC3POPERBPE
RLEVVPosting level RLEVLCHAR1RLEVL
RLEVBPosting level RLEVLCHAR1RLEVL
BLG_STORNOIndicator: without reversal document BLG_STORNOCHAR1X
RVS_RYEARFiscal year for reversal RVS_RYEARNUMC4GJAHRGJAHRGFY
RVS_PERIDPeriod for reversal RVS_PERIDNUMC3NUM3GFP
KZ_BDCIndicator: generate posting KZ_BDCCHAR1KZ_BDC
KTEXTField Name (Short Text) KTEXT_XPOCHAR16TEXT16
LTEXTField Name (Long Text) LTEXT_XPOCHAR20TEXT20
SRTFOSort Sequence ( 1, 2, 3 ) SRTFOCHAR1SRTFO
STREPIndicator: Start with Journal Entries? STREP_XPOCHAR1XFELD
STRSBIndicator: Start with Totals Sheet ? STRSB_XPOCHAR1XFELD
STRTDList format: totalized list or standard list RKS_LSTARTCHAR1XFELDKS3
STRTKIndicator: Start with Totals Sheet ? STRTK_XPOCHAR1XFELDLKS
STRTSIndicator: Start with Totals Sheet ? STRTS_XPOCHAR1XFELDLSS
TEXT1Text TEXT1_XPOCHAR40TEXT40
TEXT2Text TEXT2_XPOCHAR20TEXT20
TEXT3Text TEXT3_XPOCHAR30TEXT30
SUVARTotals variant RKS_SUVARCHAR3Assigned to domainSUVARKS1
VARNRLayout for Lists (Orders) RKS_VARNRCHAR3VARNRKV1
CPAGECurrent Page Number CPAGE_XPONUMC2NUM02
TPAGENumber of Display Pages TPAGE_XPONUMC2NUM02
XDESCIndicator: Sort in descending order XDESC_XPOCHAR1XFELD
XJAAnswer to question asked: Yes XJACHAR1XFELD
XNEINAnswer to question asked: No XNEINCHAR1XFELD
XSFSWIndicator: Select fields when totalling ? XSFSWCHAR1XFELD
XSTRGIndicator: Should comparison value appear as a string only? XSTRNCHAR1XFELD
XSUCHIndicator: Offer search field? XSUCHCHAR1XFELD_EXT
XSUMAIndicator: Display totals ? XSUMACHAR1XFELD
XZUSAIndicator: Additional field ? XZUSA_XPOCHAR1XFELD
BISSLTo Entry (Selection Field) BISSLCHAR18CHAR18
VONSLFrom entry (selection field) VONSLCHAR18CHAR18
ZUARTAccess type DZUART_VBCHAR1ZUART_VB
TRVOGTransaction group TRVOGCHAR1TRVOGVTV

Key field Non-key field



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

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

How to access SAP table LCSB1

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