RFKORD_S_HEADER_CORE SAP (Header Structure for Core Fields of RFKORD* Programs) Structure details

Dictionary Type: Structure
Description: Header Structure for Core Fields of RFKORD* Programs




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




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

RFKORD_S_HEADER_CORE 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 "Header Structure for Core Fields of RFKORD* Programs" 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_RFKORD_S_HEADER_CORE TYPE RFKORD_S_HEADER_CORE.

The RFKORD_S_HEADER_CORE table consists of various fields, each holding specific information or linking keys about Header Structure for Core Fields of RFKORD* Programs data available in SAP. These include EC_CURRENCY (Currency Key), H_NET_AMOUNT (Cash Journal Document Net Amount - Document Currency), EC_H_NET_AMOUNT (Cash Journal Document Net Amount - Document Currency), H_TAX_AMOUNT (Tax amount in document currency).. 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 RFKORD_S_HEADER_CORE 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
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
EC_CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
H_NET_AMOUNTCash Journal Document Net Amount - Document Currency CJNET_AMOUNTCURR13(2) WERTV7
EC_H_NET_AMOUNTCash Journal Document Net Amount - Document Currency CJNET_AMOUNTCURR13(2) WERTV7
H_TAX_AMOUNTTax amount in document currency WMWSTCURR13(2) WERT7
EC_H_TAX_AMOUNTTax amount in document currency WMWSTCURR13(2) WERT7
H_NET_PAYMENT_WTNet Payment Amount (Withholding Tax Deducted) CJNET_PAYMENT_WTCURR15(2) CJAMT
EC_H_NET_PAYMENT_WTNet Payment Amount (Withholding Tax Deducted) CJNET_PAYMENT_WTCURR15(2) CJAMT
WRSHBForeign Currency Amount with Signs (+/-) WRSHBCURR13(2) WRTV7
EC_WRSHBForeign Currency Amount with Signs (+/-) WRSHBCURR13(2) WRTV7
QBUIHBEnter withholding tax amount in document currency manually WT_QBUIHBCURR15(2) WERTV8
EC_QBUIHBEnter withholding tax amount in document currency manually WT_QBUIHBCURR15(2) WERTV8
WT_NEWWTIndicator: Extended withholding tax active WT_NEWWTCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table RFKORD_S_HEADER_CORE

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