A currency field is a component of a structure, database table, or view defined in ABAP Dictionary of type CURR and used to record an amount in a specific currency. The amount is specified as a whole number in the smallest unit of the currency. A currency field must be associated with ...
@AbapCatalog.deliveryClass:#C @AbapCatalog.dataMaintenance:#RESTRICTEDdefinetablezctr_partnr_rate{keymandt:mandtnotnull;keycons_unit:fincs_rbunitnotnull;keypartner_unit:fincs_rbunitnotnull;keyfiscal_year:fc_ryearnotnull;keyfiscal_period:fc_peridnotnull; exchange_rate_type:fc_exrtyp; rate_valid_...
SAP Managed Tags: ABAP Development Hi, ok this is how to do it: Code: - Calculate_currency - convert currency to local * - FORM calculate_currency USING lv_date LIKE wa_data-fldate "date is needed as on current date should be set exchange rate (be carefull with type i left my ...
SAP Managed Tags: ABAP Development Hello Experts I am using an RFC FM '/DBM/VM21_RFC_CREATE'. One of the parameters is a currency field whose properties are as follows: Data Type: CURR No. of Characters: 13 Decimal Places: 2 Output Length: 18 Internal Format ABAP type P Internal Len...
When I load data into the ODS, I get an ABAP dump saying "RATE_NOT_FOUND". I do not want to give the rate explicitly, since the local currency types are many and I want the currency conversion key to take care of this. Any help is appreciated a lot!
12.CDS View - VDM Type and Data Category 30:00 13.CDS View - AMDP Procedure Part 1 21:50 14.CDS View - AMDP Procedure Part 2 (Import multiple records, select-options and 42:32 15.CDS View - AMDP CURD Operations 18:35 16.CDS View - Extend View, Casting & Performance Measure...
SAP Managed Tags: ABAP Development I Found It !! DATA : NUMBERFORMAT(70) TYPE C VALUE '_-* #,##0.00 [$@@@]_-;-* #,##0.00 [$@@@]_-;_-'. VALUE '_-* #,##0.00 [$@@@]_-;-* #,##0.00 [$@@@]_-;_-* ""-""?? [$@@@]_-;_-@_-'. DATA : QUANTITY_FORMAT(...
SAP Managed Tags: ABAP Development Hi Dhinesh, yes , there is a FM for getting direct exchange rate from the system DATA G_EX_RATE TYPE VBRK-KURRF. CALL FUNCTION 'READ_EXCHANGE_RATE' EXPORTING DATE = Exchange Date FOREIGN_CURRENCY = 'USD' LOCAL_CURRENCY = 'TWD' TYPE_OF_RATE = 'R'...
SAP Managed Tags: ABAP Development, NW ABAP Print and Output Management Hi , In Smartforms i have to display the NETPR, NETWR ,MENGE fields in the following format... 1,00,000.00 Usually these fields will be shown as 100000.00 How to format these fields. Is there any FM to do this...
Type "TCUR*" in the "Database table" search parameter input area and request help using F4. Here is the currency tables list of search results in SAP transaction SE11 for ABAP currency table and currency related tables.