Es gibt 100 gute Gründe, warum Sie dieses Buch kaufen sollten. Doch die verraten wir Ihnen hier nicht. Nur so viel: Wenn Sie die ABAP Workbench als Ihr zweites Wohnzimmer begreifen, ist dieses Buch genau das richtige für Sie! Die Mini-Tutorials in diesem Buch unterstützen Sie dabei, Software in ABAP effizienter zu entwickeln. Tipps und Tricks, wie Sie sich bei der Bearbeitung von Quelltext das Leben leichter machen, wie Sie häufig wiederkehrende Programmieraufgaben automatisieren oder umständliches Vorgehen früherer Tage endlich über Bord werfen. Sie werden die ABAP Workbench in einem ganz neuen Licht erleben. Eine klare Sprache, Klick-für-Klick-Anleitungen, Zusammenfassungen und Hervorhebungen sorgen dabei für einen schnellen und unkomplizierten Lernerfolg.
Bei amazon.de ansehen →The Function Module RKC_CONVERT_NUMBER (Reichert die Tabelle mit Umrechnungskursen UKURS_TAB an) is a standard Function Module in SAP ERP and is part of the function group KXCO within the package KC.
Function Module | RKC_CONVERT_NUMBER |
Short Text | Reichert die Tabelle mit Umrechnungskursen UKURS_TAB an |
Function Group | KXCO |
Package | KC |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
APPLC | LIKE | TAPPL-APPLCLASS | Application class | |
DATUM_AD | TYPE | C | SPACE | Period increased, if 'X' |
DATUM_HI | LIKE | CFWAEH-H_DATUM_T | Date | |
DATUM_LO | LIKE | CFWAEH-L_DATUM_T | Date | |
INSPK | TYPE | C | SPACE | Check mode, if 'X' |
I_MESSAGE_HANDLER | TYPE | RKD_FLAG | SPACE | I-Messages über FB MESSAGE_STORE |
NUMBR | LIKE | T242Q-NUMBR | Currency translation type | |
PERDE_HI | LIKE | CFWAEH-H_PERDE | Period | |
PERDE_LO | LIKE | CFWAEH-L_PERDE | Period | |
PERIV | LIKE | T009-PERIV | Fiscal year variant | |
S_MESSAGES | TYPE | C | SPACE | S-Nachrichten an |
WAERS | LIKE | T242Q-WAERS | From currency | |
WOCHE_HI | LIKE | CFWAEH-H_WOCHE | Week | |
WOCHE_LO | LIKE | CFWAEH-L_WOCHE | Week | |
YEARB_HI | LIKE | CFWAEH-H_GJAHR | Fiscal year | |
YEARB_LO | LIKE | CFWAEH-L_GJAHR | Fiscal year | |
ZWAERS | LIKE | T242Q-ZWAERS | To currency |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
EXCHR | LIKE | RKB1K-EXCHR | Exchange rate | |
INDEX | LIKE | SY-INDEX | Index in UKURS_TAB | |
PWDEC | LIKE | RKB1D-KOMMA | Number of places behind the decimal point in the target currency | |
SUBRC | LIKE | SY-SUBRC | Return-code |
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
SHIFT_TAB | LIKE | Table of time delays with DATUM_AD-'X' | ||
UKURS_TAB | LIKE | RKB1J | Table of exchange rates |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
NOT_ALL_RATES_FOUND | Not all exchange rates were found |