Fonction SAP BKK_ACCNT_BKK42_CC_DATA_GET - Supplies Data of Currency Conversion from Account Master Data

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
I_ACNUM_INT BKK42_CC-ACNUM_INT C 10 X Internal Account Number
I_BKKRS BKK42_CC-BKKRS C 4 X Bank Area
I_LOCAL BOOLE-BOOLE C 1 'X' X Indicator: Use Local Memory (See Long Text)

Paramètre Reférence Type Long. Description
E_BKK42_CC BKK42_CC u 112 Account Data of Euro Conversion
E_RC SYST-SUBRC I 4 Return Code <> 0: No Data

Paramètre Reférence Long. Facultatif Description
T_BKK42_CC BKK42_CC 112 X See Long Text

Functionality
If the i_bkkkrs and acnum_int import parameters are filled when thefunction module is called up, the data for this account is exportedin the e_bkk42_eu parameter. The interface table is not filled.
If the import parameters are initial, all accounts from the interfacetable are completed with the conversion data.The export parameter is not filled in this case.

Description
Determines whether the data is to be read directly from the database,or whether the local memory area for the function group is to beused.

Value range
" " = read directly from the datasbase.
"X" = use the local memory. The system first checks to see if the datarecord already exists in the local memory. If it does, the data isreturned directly from the memory. Otherwise, the system reads the datafrom the database and stores the data record temporarily in the localmemory.

Default
"X"

Description
Import: Bank area and internal account number of the accounts that haveconversion data for the euro currency to be selected.
Export: All data in the BKK42_eu table for the accounts supplied in theimport.