LCPOS SAP (Transfer string for Line Item Reporting) Structure details

Dictionary Type: Structure
Description: Transfer string for Line Item Reporting




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




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

LCPOS 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 "Transfer string 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_LCPOS TYPE LCPOS.

The LCPOS table consists of various fields, each holding specific information or linking keys about Transfer string for Line Item Reporting data available in SAP. These include DOCNR (Doc. Number), DOCLN (Line item), RYEAR (Fiscal Year), POPER (Posting period).. 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 LCPOS 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
RCLNTClient MANDTCLNT3T000MANDT
DOCNRDoc. Number DOCNRCHAR10ALPHABELNR
DOCLNLine item LC_DOCLNCHAR3DOCLN
RYEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
POPERPosting period POPERNUMC3POPERPOPR
TSLValue in transaction currency LC_VTCURCURR17(2) WERTV9
HSLValue in local currency LC_VLCURCURR17(2) WERTV9
KSLValue in group currency LC_VGCURCURR17(2) WERTV9
RTCURTransaction Currency LC_RTCURCUKY5TCURCWAERS
RHCURLocal currency of company LC_RHCURCUKY5TCURCWAERS
RKCURCurrency key for the group currency LC_RKCURCUKY5TCURCWAERS
RCOMPCompany RCOMP_DCHAR6T880ALPHARCOMPGCC
RASSCCompany ID of trading partner LC_RASSCCHAR6T880ALPHARCOMP
RACCTConsolidation item RITEMCHAR10T854ALPHARITEMH_T854
RMVCTTransaction Type RMVCTCHAR3T856RMVCT
RLEVLPosting level LC_RLEVLCHAR1RLEVL
DOCTYDocument type DOCTY_GCCHAR2T876BALPHADOCTY_GCBAR
CPUDTDay On Which Accounting Document Was Entered CPUDTDATS8DATUM
CPUTMTime of Entry CPUTMTIMS6UZEIT
USNAMUser name LC_USNAMCHAR12USNAMUSR
AUTOMAuto. indicator LC_AUTOMCHAR1TEXT1
STOR1Identifier for reversal document CO_STFLGCHAR1FLAG
STOR2Indicator: Document has been reversed LC_STOKZCHAR1FLAG
RVSDOCNRReverse Document Number STBLGCHAR10ALPHABELNR
ORNDOCNRDoc. no. of orig. doc. ORNDOCNRCHAR10ALPHABELNRBLN
ADFLD1First additional field for user-defined account assignments ADFLD1CHAR10Assigned to domainADFLD1FK_ADFLD1
ADFLD2Second additional field for user-defined account assignments ADFLD2CHAR10Assigned to domainADFLD2FK_ADFLD2
ADFLD3Third additional field for user-defined account assignments ADFLD3CHAR10Assigned to domainADFLD3FK_ADFLD3
SGTXTDocument text LC_SGTXTCHAR50TEXT50
DOCTXDoc.type desc. LC_BLTXTCHAR30TEXT30
POSTXItem short text PSTXT_GCCHAR15TEXT15
MVCTXTransaction type description LC_MVCTXCHAR20TEXT20
CPNAMName of the company LC_CPNAMCHAR30TEXT30
PCNAMName of trading partner LC_PCNAMCHAR30TEXT30
SELKZSelection indicator for list screens SELKZ_LISTCHAR1SELKZ
ACTIVTwo digit number NUMC2NUMC2NUMC2

Key field Non-key field



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

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

How to access SAP table LCPOS

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