RKPOA SAP (Transfer String for Open Line Items) Structure details

Dictionary Type: Structure
Description: Transfer String for Open Line Items




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




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

RKPOA 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 Open Line Items" 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_RKPOA TYPE RKPOA.

The RKPOA table consists of various fields, each holding specific information or linking keys about Transfer String for Open Line Items data available in SAP. These include REFBT (Reference document category (conversion exit; c.f. REFBTYP)), REFBN (Reference Document Number), RFPOS (Item number of reference document), RFKNT (Account assignment number of reference document).. 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 RKPOA 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
REFBTReference document category (conversion exit; c.f. REFBTYP) CO_REFBTYPNUMC3REFBTBELEGTYP
REFBNReference Document Number CO_REFBNCHAR10ALPHABELNR
RFPOSItem number of reference document CC_RFPOSNUMC5NUMC05
RFKNTAccount assignment number of reference document CC_RFKNTNUMC5NUMC05
RFTRMDeadline item of reference document CC_RFTRMNUMC5NUMC05
RFARTReference document type CC_RFARTCHAR1CHAR1
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
LEDNRLedger for Controlling objects LEDNRCHAR2ALPHALEDNR
OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
VRGNGCO Business Transaction CO_VORGANGCHAR4Assigned to domainJ_VORGANG
HRKFTOrigin Group as Subdivision of Cost Element HRKFTCHAR4Assigned to domainHRKFT
BLDATDocument Date CO_BLDATDATS8DATUM
BUDATExpected debit date CO_PODATDATS8DATUM
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
WRTTPValue Type CO_WRTTPCHAR2CO_WRTTP
VERSNVersion VERSNCHAR3Assigned to domainALPHACOVERSIKVS
SAKTOCost element SAKTOCHAR10Assigned to domainALPHASAKNR
VBUNDCompany ID of trading partner RASSCCHAR6Assigned to domainALPHARCOMPPGS
PARGBTrading partner's business area PARGBCHAR4Assigned to domainGSBERGSB
BEKNZDebit/credit indicator BEKNZCHAR1BEKNZBEKNZ
UNAMEUser Name UNAMECHAR12UNAME
TWAERTransaction Currency TWAERCUKY5Assigned to domainWAERSFWS
PERIOPeriod CO_PERIONUMC3PERBLVPE
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
KOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
SGTXTSegment text CO_SGTXTCHAR50TEXT50
GESMNGPlanned quantity MENGE1QUAN15(3) MENGV8
MEINHUnit of Measure CO_MEINHUNIT3Assigned to domainCUNITMEINS
MEGBTRTotal Quantity MEGXXXQUAN15(3) MENGV8
MBGBTRTotal quantity entered MBGXXXQUAN15(3) MENGV8
MEINBPosted Unit of Measure MEINBUNIT3Assigned to domainCUNITMEINS
WKURSExchange Rate WKURSDEC9(5) EXCRTKURSP
ORGWTHPlanned value in local currency WERTH1CURR15(2) WERTV8
WHGBTRTotal value in local currency WHGXXXCURR15(2) WERTV8
ORGWTKPlanned value in controlling area currency WERTK1CURR15(2) WERTV8
WKGBTRTotal Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
ORGWTTPlanned value in transaction currency WERTT1CURR15(2) WERTV8
WTGBTRTotal Value in Transaction Currency WTGXXXCURR15(2) WERTV8
ORGWTOPlanned value in object currency WERTO1CURR15(2) WERTV8
WOGBTRTotal Value in Object Currency WOGXXXCURR15(2) WERTV8
ORGWTLPlanned value in ledger currency WERTL1CURR15(2) WERTV8
WLGBTRTotal value in ledger currency WLGXXXCURR15(2) WERTV8
LOEKZDeletion Indicator in Purchasing Document ELOEKCHAR1ELOEK
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
OBJNR_ARTObject type CO_OBJ_ACHAR2OBARTJ_OBART_LD
OBJNR_EDObject in edited format CO_OBJNRCHAR24J_OBJNR_ED
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
POSIDWork Breakdown Structure Element (WBS Element) PS_POSIDCHAR24PROJNPS_POSIDPRO
PSPIDProject Definition PS_PSPIDCHAR24ABPSNPS_PSPIDPSPPD_DUMMY
OWAERCurrency Key OWAERCUKY5Assigned to domainWAERSOWS
BWAERControlling area currency KWAERCUKY5Assigned to domainWAERSKWS
KWAERControlling area currency KWAERCUKY5Assigned to domainWAERSKWS
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
REFBKCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
ACTIVTwo digit number NUMC2NUMC2NUMC2

Key field Non-key field



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

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

How to access SAP table RKPOA

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