I created a generic datasource on the top of TCURR table in SAP BW. I converted the inverted date in to normal date by using the function module 'CONVERSION_EXIT_INVDT_OUTPUT'. After conversion the date is available in characteristic object but my requirement is to save it as a date obje...
WRITE: / ‘Format:‘, netpr CURRENCY waers. '第二种转换方式:也可以通过以下函数先获取JPY货币代码的转换因子,再直乘以这个因子也可 DATA: isoc_factor TYPE p DECIMALS 3. CALL FUNCTION ‘CURRENCY_CONVERTING_FACTOR‘ EXPORTING currency = waers IMPORTING factor = isoc_factor. jpy_netpr = netpr * ...
TimeFormat Time Template VarChar 1 - 0 0 24H 1 12H CigCup Cig and Cup Warning VarChar 1 - N Y Yes N No DateFormat Date Template VarChar 1 - 0 0 DD/MM/YY 1 DD/MM/CCYY 2 MM/DD/YY 3 MM/DD/CCYY 4 CCYY/MM/DD 5 DD/Month/YYYY 6 YY/MM/DD DateSep Date Separator VarChar 1 ...
TCURR:汇率表 SAP表里存储的并不是货币的最小单位,一般是以货币最大单位(也是常用计量单元)来存储,不过在存储之前会使用经过转换:比如存储的金额是100,则存储到表之前会除以一个转换因子后再存入数据表中(该转换因子是通过CURRENCY_CONVERTING_FACTOR函数获得的,如比CNY的转换因子为1,JPY为100),所以如果要读取出来自...
TCURR:汇率表 SAP表里存储的并不是货币的最小单位,一般是以货币最大单位(也是常用计量单元)来存储,不过在存储之前会使用经过转换:比如存储的金额是100,则存储到表之前会除以一个转换因子后再存入数据表中(该转换因子是通过CURRENCY_CONVERTING_FACTOR函数获得的,如比CNY的转换因子为1,JPY为100),所以如果要读取出来自...
import java.text.SimpleDateFormat; import java.util.ArrayList; import java.util.Date; import javax.xml.parsers.DocumentBuilder; import javax.xml.parsers.DocumentBuilderFactory; import javax.xml.parsers.ParserConfigurationException; import org.w3c.dom.Document; import org.w3c.dom.Element; import org.w3c...
Would you know which SAP table can I find who (a person) maintained a currency exchange rate (OB08) at a particular date? System is giving me RFCU9-KURSP, where RFCU9 is just a structure. Furthermore, tables TCURR and TCURF do not give me the information I need. ...
CREATE_DATE_START The date value that limits the data extracted to records created on or after the specified date. Date must be entered in the following format: YYYYMMDD. CREATE_DATE_END The date value that limits the data extracted to records created on or before the specified date. Date ...
<const_string_parameter> ::= SCHEMA | DATABASE | CONVERSION_TYPE | LOOKUP | ERROR_HANDLING | ACCURACY | DATE_FORMAT | STEPS | CONFIGURATION_TABLE | PRECISIONS_TABLE | NOTATIONS_TABLE | RATES_TABLE | PREFACTORS_TABLE<const_string_parameter> defines constant ...
TCURR V_TCURR Class: cl_exchange_rates(only update and conversion) ... For reading the exchange rate, scroll down below to "Exchange rate" Forms and printing Tcode: SE71~SE77(SAP Script) SMARTFORMS, SMARTSTYLES(Smartforms) SFP(Adobe forms) Function module: OPEN_FO...