RKWTP_RES SAP (Structure for Results List of Template Allocation) Structure details

Dictionary Type: Structure
Description: Structure for Results List of Template Allocation




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




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

RKWTP_RES 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 "Structure for Results List of Template Allocation" 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_RKWTP_RES TYPE RKWTP_RES.

The RKWTP_RES table consists of various fields, each holding specific information or linking keys about Structure for Results List of Template Allocation data available in SAP. These include R_LTEXT (Receiver Object Name), R_PAOBJNR (Number of receiver profitability segment), R_VRGAR (Record Type), S_OBJNR (Sender Object).. 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 RKWTP_RES 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
R_OBJNRReceiver Object R_OBJNRCHAR22OBJEXJ_OBJNREXT
R_LTEXTReceiver Object Name R_OBJTXCHAR60KAEP_OBJTX
R_PAOBJNRNumber of receiver profitability segment EPAOBJNRNUMC10RKEOBJNR
R_VRGARRecord Type RKE_VRGARCHAR1Assigned to domainVRGARVGA
S_OBJNRSender Object S_OBJNRCHAR22OBJEXJ_OBJNREXT
S_LTEXTSender Object Name S_OBJTXCHAR60KAEP_OBJTX
VKSTAAllocation Cost Element VKSTACHAR10Assigned to domainALPHAKSTAR
WKGTotal Fixed and Variable Value in CO Area Currency WKGSUMCURR15(2) WERTV8
WKVTotal variable value in controlling area currency WKVSUMCURR15(2) WERTV8
WKFTotal Fixed Value in CO Area Currency WKFSUMCURR15(2) WERTV8
KWAERControlling area currency KWAERCUKY5Assigned to domainWAERSKWS
WOGTotal Fixed and Variable Value in Object Currency WOGSUMCURR15(2) WERTV8
OWAERCurrency Key OWAERCUKY5Assigned to domainWAERSOWS
WTGFixed and Variable Values in Transaction Currency WTGSUMCURR15(2) WERTV8
TWAERTransaction Currency TWAERCUKY5Assigned to domainWAERSFWS
MEGTotal Fixed and Variable Quantity MEGSUMQUAN15(3) MENGV8
MEVTotal variable quantity MEVSUMQUAN15(3) MENGV8
MEFTotal Fixed Quantity MEFSUMQUAN15(3) MENGV8
LEINHUnit of Measure ABC_UNITUNIT3Assigned to domainCUNITMEINS
CLASSValid Environments ABC_CLASSCHAR3Assigned to domainCOTPL_CLASSTPC
TEMPLATETemplate ABC_TEMPLCHAR10Assigned to domainABC_TEMPLABT
TARKZPrice Indicator: Calculate Allocation Price TARKZCHAR3Assigned to domainALPHATARKZ
SGTXTSegment text CO_SGTXTCHAR50TEXT50
R_TMP_PAOBJNRNumber of receiver profitability segment EPAOBJNRNUMC10RKEOBJNR

Key field Non-key field



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

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

How to access SAP table RKWTP_RES

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