com.sap.aii.proxy.xiruntime.core

Interface JcoRuntimeMetaData


Deprecated.

public interface JcoRuntimeMetaData

Interface enabling access to the runtime meta data of an SAP R/3 system.

Copyright (c) 2002 SAP AG


Method Summary
 BigDecimal adjustCurrencyAmount(BigDecimal amount, String currencyCode)
          Deprecated.  
 BigInteger getCurrencyDecimals(String currencyCode)
          Deprecated.  
 

Method Detail

adjustCurrencyAmount

BigDecimal adjustCurrencyAmount(BigDecimal amount,
                                String currencyCode)
                                throws SystemFaultException
Deprecated. 

returns the given currency amount adjusted for the number of decimals used by the given currency in the system to which the JCo client is connected. A SystemFaultException is thrown if this meta data cannot be retrieved from that system. Note: The given amount is always assumed to have 2 decimal digits, as stored in a dataelement of type CURR.

Throws:
SystemFaultException

getCurrencyDecimals

BigInteger getCurrencyDecimals(String currencyCode)
                               throws SystemFaultException
Deprecated. 

returns the number of decimal digits used by the given currency in the system to which the JCo client is connected. A SystemFaultException is thrown if this meta data cannot be retrieved from that system.

Throws:
SystemFaultException
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] SAP_XIAF [sap.com] com.sap.aii.proxy.svc.facade api BC-XI


Copyright 2011 SAP AG Complete Copyright Notice