SAP ABAP Class CL_DEMO_SQLSCRIPT_CURR_CONV (Call Currency Conversion Using AMDP)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
     SABAPDEMOS (Package) Demos for ABAP Documentation, not meant for productive use
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_AMDP_MARKER_HDB Marker Interface for DB Procedures 20131205
Properties
Class CL_DEMO_SQLSCRIPT_CURR_CONV  
Short Description Call Currency Conversion Using AMDP    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SABAPDEMOS   Demos for ABAP Documentation, not meant for productive use 
Created 20131205   SAP 
Last change 20141121    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_DEMO_SQLSCRIPT_CURR_CONV has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_AMDP_MARKER_HDB Marker Interface for DB Procedures 20131205
Friends
Class CL_DEMO_SQLSCRIPT_CURR_CONV has no friend class.
Attributes
Class CL_DEMO_SQLSCRIPT_CURR_CONV has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ABAP_CONVERT Instance method Public Method 20131206
2 CONVERT Instance method Public Method 20131205
Events
Class CL_DEMO_SQLSCRIPT_CURR_CONV has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 PRICE Public See coding 20131205 BEGIN OF price, amount TYPE p LENGTH 8 DECIMALS 2, currency TYPE c LENGTH 5, END OF price
2 PRICES Public See coding 20131205 prices TYPE STANDARD TABLE OF price WITH EMPTY KEY
Method Signatures

Method ABAP_CONVERT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATE Value transfer Type reference (TYPE) D 20131206
2 Importing MANDT Value transfer Type reference (TYPE) SY-MANDT 20131206
3 Importing TO_CURRENCY Value transfer Type reference (TYPE) PRICE-CURRENCY 20131206

Method ABAP_CONVERT on class CL_DEMO_SQLSCRIPT_CURR_CONV has no exception.

Method CONVERT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATE Value transfer Type reference (TYPE) D 20131205
2 Importing MANDT Value transfer Type reference (TYPE) SY-MANDT 20131205
3 Importing TO_CURRENCY Value transfer Type reference (TYPE) PRICE-CURRENCY 20131205

Method CONVERT on class CL_DEMO_SQLSCRIPT_CURR_CONV has no exception.
History
Last changed by/on SAP  20141121 
SAP Release Created in 740