CURTP_S_MB SAP (Structure for YCURTP in SAPLMBGB) Structure details

Dictionary Type: Structure
Description: Structure for YCURTP in SAPLMBGB




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




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

CURTP_S_MB 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 YCURTP in SAPLMBGB" 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_CURTP_S_MB TYPE CURTP_S_MB.

The CURTP_S_MB table consists of various fields, each holding specific information or linking keys about Structure for YCURTP in SAPLMBGB data available in SAP. These include CURTP (Currency Type and Valuation View), WAERS (Currency Key), KURST (Exch.Rate Type for Determining the Proposed Rate), CURDT (Type of Translation Date).. 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 CURTP_S_MB 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
CURTMCurrency Type and Valuation View CURTPCHAR2CURTP
CURTPCurrency Type and Valuation View CURTPCHAR2CURTP
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
KURSTExch.Rate Type for Determining the Proposed Rate KURST_003CHAR4Assigned to domainKURST
CURDTType of Translation Date CURDTCHAR1CURDT
XMLAKSingle-Character Indicator CHAR1CHAR1CHAR1
UMCURCurrency Type and Valuation View CURTPCHAR2CURTP
UMWAECurrency Key WAERSCUKY5Assigned to domainWAERSFWS
UMKUTExch.Rate Type for Determining the Proposed Rate KURST_003CHAR4Assigned to domainKURST
UMCUDType of Translation Date CURDTCHAR1CURDT
UMXMLSingle-Character Indicator CHAR1CHAR1CHAR1
AWEWRValue of goods received in local currency WEWRTCURR13(2) WERT7
UMAWEValue of goods received in local currency WEWRTCURR13(2) WERT7
VWERTAmount in Local Currency DMBTRCURR13(2) WERT7
EXWRTAmount in Local Currency DMBTRCURR13(2) WERT7
UMEXWAmount in Local Currency DMBTRCURR13(2) WERT7
EXALTValue of goods received in local currency WEWRTCURR13(2) WERT7
EXBUALTValue based on the periodic unit price (only with pr.ctrl S) CK_EXBUALTCURR15(2) WERTV8
XSUBSCheckbox XFELDCHAR1XFELD
UMXSUCheckbox XFELDCHAR1XFELD
CURSRSource Currency for Currency Translation CURSRCHAR1CURSR
UMRSRSource Currency for Currency Translation CURSRCHAR1CURSR

Key field Non-key field



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

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

How to access SAP table CURTP_S_MB

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