RK70D SAP (Screen Fields SAPMK70D) Structure details

Dictionary Type: Structure
Description: Screen Fields SAPMK70D




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




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

RK70D 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 SAPMK70D" 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_RK70D TYPE RK70D.

The RK70D table consists of various fields, each holding specific information or linking keys about Screen Fields SAPMK70D data available in SAP. These include TVERS (Costing Version), KKART (Costing Variant (Corresponds to KLVAR)), ERFDT (Created on), ERFNM (Entered by).. 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 RK70D 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
KOKRSControlling Area KOKRSCHAR4TKA01CACCDCAC
TVERSCosting Version CK_TVERSNUMC2CK_VERSIONVSN
KKARTCosting Variant (Corresponds to KLVAR) KKARTCHAR4Assigned to domainKKARTKRT
ERFDTCreated on ERFDTDATS8DATUM
ERFNMEntered by ERFNMCHAR12USNAM
AENDTDate of last change AENDTDATS8DATUM
AENNMLast changed by AENNMCHAR12USNAM
ABSDTClose date ABSDTDATS8DATUM
ABSNMUser ID of the person who closed the cost estimate ABSNMCHAR12USNAM
STATKHeader Status STATKCHAR4STATE
STRNGInternal header control STRNGCHAR4STATE
PSDATPricing Date PSDATDATS8DATUM
MENGELot Size MENGE_KPFQUAN15(3) CQUA8
MEEHTValuation Unit of Measure CK_MEINH_BEWUNIT3T006CUNITMEINS
HWGESTotal Value of Cost Estimate in Local Currency HWGESCURR15(2) CVAL8
FWGESTotal Value for Cost Estimate in Foreign Currency FWGESCURR15(2) CVAL8
HWAERLocal Currency HWAERCUKY5TCURCWAERS
FWAERForeign Currency in Header FWAERCUKY5TCURCWAERS
UKURSExchange Rate UKURS_DDEC9(5) UKURS
KURSTExchange Rate Type KURSTCHAR4TCURVKURSTKUT
DLFLGDeletion Flag for Unit Costing DLFLGCHAR1YNFLG
TXFLGText indicator TXFLGCHAR1YNFLG
LOSNEULot Size (New) LOSNEUQUAN15(3) CQUA8
SPRASLanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
KTEXTGeneral Name KTEXTCHAR20TEXT20
LTEXTDescription KLTXTCHAR40TEXT40
UKURS_NEUNew Exchange Rate UKURSNEUDEC9(5) UKURS
KURST_NEUNew Exchange Rate Type KURSTNEUCHAR4TCURVKURST
TWGESTotal Value in Item Foreign Currency TWGESCURR15(2) CVAL8
TWAERItem Foreign Currency KKTWAERCUKY5TCURCWAERS
TKURSTExchange Rate Type for Item Foreign Currency TKURSTCHAR4TCURVKURST
TKURSExchange Rate for Item Foreign Currency TKURSDEC9(5) UKURS
LWERTTotal Value of Unit Cost Estimate in Entry Currency KK_LWERTCURR15(2) CVAL8
LWAEREntry currency LWAERCUKY5TCURCWAERS
KRSDTExchange Rate Date KRSDTDATS8DATUM
HWGFXFixed Portion of Costing Value in Local Currency HWFIXCURR15(2) CVAL8
FWGFXCosting Value: Fixed Costs in Object Currency FWFIXCURR15(2) CVAL8
TWGFXCosting Value: Fixed Costs in Transaction Currency TWFIXCURR15(2) CVAL8
TXTGESTotal Value of Cost Estimate TXTGESCURR15(2) CVAL8
TXTFIXFixed Portion of Total Value of Cost Estimate TXTFIXCURR15(2) CVAL8
KZROHMaterial Component CK_KZROHCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table RK70D

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