RTKOP SAP (Screen Fields Premium Condition Detail Screen) Structure details

Dictionary Type: Structure
Description: Screen Fields Premium Condition Detail Screen




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




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

RTKOP 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 "Screen Fields Premium Condition Detail Screen" 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_RTKOP TYPE RTKOP.

The RTKOP table consists of various fields, each holding specific information or linking keys about Screen Fields Premium Condition Detail Screen data available in SAP. These include SKOART (Condition Type (Smallest Subdivision of Condition Records)), XKOARTM (Condition type text), DFAELL (Due date), DGUEL_KP (Condition Item Valid From).. 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: Cannot Be Enhanced


SAP RTKOP 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
SKOARTCondition Type (Smallest Subdivision of Condition Records) SKOARTNUMC4Assigned to domainSKOART
XKOARTMCondition type text XKOARTMCHAR20XBEZ20
DFAELLDue date DFAELLDATS8DATUM
DGUEL_KPCondition Item Valid From DGUEL_KPDATS8DATUM
BKONDPremium amount TBBKONDOPCURR13(2) WERTV7
SWHRKONDPremium Currency TBSWHROPCUKY5Assigned to domainWAERS
DVALUTDue date of premium TBVALUOPDATS8DATUM
SVWERKRule for shift to a working day TBWERKOPNUMC1T_SWERK
SVULTMonth-End Indicator TBULTIOPCHAR1VVSULT
AMMRHYFrequency in months TBMRHYOPNUMC3NUMC03
ATTRHYFrequency in calendar days TBTRHYOPNUMC3NUMC03
ARHYCycle TFMARHYNUMC3NUMC3
URHYUnit for Frequency TFMURHYNUMC1TFMURHY
SKALIDCalendar for working day rules TBKALEOPCHAR2TFACDWFCID
SKALID2Calendar for working day rules TBKALEOPCHAR2TFACDWFCID
JAUSW_1Update at Regular Intervals TBFOR1OPCHAR1XFELD
JAUSW_2Update single dates TBFOR2OPCHAR1XFELD
SZBMETHInterest Calculation Method SZBMETHCHAR1SZBMETH
XZBMETHText Field of Length 60 TEXT60CHAR60TEXT60
SKALIDWTInterest Calendar TFMSKALIDWTCHAR2Assigned to domainWFCIDH_TFACD
XKALIDWTObject Text FKTEXTCHAR60TEXT60
XKALIDObject Text FKTEXTCHAR60TEXT60
XKALID2Object Text FKTEXTCHAR60TEXT60
SKALID3Calendar for working day rules TBKALEOPCHAR2Assigned to domainWFCID
XKALID3Object Text FKTEXTCHAR60TEXT60
XFAELLFirst Due Date TB_XDFAELLCHAR10T_XDATUM
XVALUTCalculation Date TB_XDVALUTCHAR10T_XDATUM
XBKONDAmount as text field TM_XBETRAGCHAR18T_XBETRG18
PKONDNominal interest rate TBPKONTZDEC10(7) DECV3_7
BBASISCalculation Base Amount TFM_BBASIS2CURR13(2) TFM_WRTV7
WBASISCurrency of calculation basis TB_WBASISCUKY5Assigned to domainWAERS

Key field Non-key field



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

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

How to access SAP table RTKOP

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