IWP_DP_CURR_REF SAP (CURR and CUKY Ref table and Ref field mapping for legacy tab) Table details

Dictionary Type: Table
Description: CURR and CUKY Ref table and Ref field mapping for legacy tab




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




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

IWP_DP_CURR_REF is a standard SAP Table which is used to store CURR and CUKY Ref table and Ref field mapping for legacy tab data and is available within R/3 SAP systems depending on the version and release level.

The IWP_DP_CURR_REF table consists of various fields, each holding specific information or linking keys about CURR and CUKY Ref table and Ref field mapping for legacy tab data available in SAP. These include GENTABNAME (Table name, 16 characters), CURRFLDNAME (Field Name), REFTABLE (Table name, 16 characters), CUKYFLDNAME (Field Name).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP IWP_DP_CURR_REF table 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
GENTABNAMETable name, 16 characters TABNAME16CHAR16DBOBJ_NAMEDTBDD_DBTB_16
CURRFLDNAMEField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
REFTABLETable name, 16 characters TABNAME16CHAR16DBOBJ_NAMEDTBDD_DBTB_16
CUKYFLDNAMEField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD

Key field Non-key field



How do I retrieve data from SAP table IWP_DP_CURR_REF using ABAP code

The following ABAP code Example will allow you to do a basic selection on IWP_DP_CURR_REF to SELECT all data from the table
DATA: WA_IWP_DP_CURR_REF TYPE IWP_DP_CURR_REF.

SELECT SINGLE *
FROM IWP_DP_CURR_REF
INTO CORRESPONDING FIELDS OF WA_IWP_DP_CURR_REF
WHERE...

How to access SAP table IWP_DP_CURR_REF

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