SAP ABAP Class CL_GM_SERVICES (General Services Grants management)
Hierarchy
EA-PS (Software Component) SAP Enterprise Extension Public Services
   PSM-GM-GTE (Application Component) Grantee Management
     GMBASIS_E (Package) Grants management (basis)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_GM_ACTUAL_MGR General Services Grants management 20000727
2 Inheritance (c INHERITING FROM c_ref)  CL_GM_CODING_BLOCK_MGR Coding block 20010131
3 Inheritance (c INHERITING FROM c_ref)  CL_GM_RECON_SERVICE GM Reconciliation Services 20031119
Properties
Class CL_GM_SERVICES  
Short Description General Services Grants management    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package GMBASIS_E   Grants management (basis) 
Created 20000727   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 GUSL Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_GM_SERVICES has no interface implemented.
Friends
Class CL_GM_SERVICES has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_GM_IS_ACTIVE Constant Protected Type reference (TYPE) CHAR1 'X' FMM ist aktiviert 20010131
2 CO_GM_IS_RELEVANT Constant Protected Type reference (TYPE) CHAR1 'X' FMM ist relevant 20010213
3 CO_LEDGER Constant Protected Type reference (TYPE) RLDNR '90' Ledger 20020220
4 CO_RECORDTYPE Constant Protected Type reference (TYPE) RRCTY '0' Satzart 20020220
5 G_F_DOCNR Static Attribute Private Type reference (TYPE) GLU1-DOCNR Accounting Document Number 20080925
6 G_F_POSNR Static Attribute Private Type reference (TYPE) POSNR_ACC Accounting Document Line Item Number 20070823
7 G_S_XCH_RATE Static Attribute Private Type reference (TYPE) G_S_TYPE_RATE Exchange rate data 20080925
8 G_T_ACCCR Static Attribute Private Type reference (TYPE) ACCCR_T Accounting interface: Currency information 20070202
9 G_T_ADJDATA Static Attribute Private Type reference (TYPE) G_T_TYPE_ADJDATA Adjustments currency table 20080925
10 G_T_LNCURR Static Attribute Private Type reference (TYPE) G_T_TYPE_LNCURR Rates' buffer table 20070130
11 SA_GRANT_NOT_RELEVANT Static Attribute Protected Type reference (TYPE) GM_GRANT_NBR Förderung ist "NICHT RELEVANT" 20011025
Methods
# Method Level Visibility Method type Description Created on
1 ADD_CURRENCY_GROUP Static method Private Method Add currency group 20070202
2 BUILD_SELECT_FOR_DOC_DISPLAY Static method Public Method Selektionskriterien für Beleganzeige erstellen 20011216
3 CALCULATE_LOCAL_WITH_RATE Static method Public Method Calculate local amount using existing rates 20070129
4 CHECK_ALREADY_CALCULATED Static method Private Method Check if already calculated 20070202
5 CHECK_GM_ACTIVE Static method Public Method Prüft, ob Fördermittelmanagement aktiviert ist 20010131
6 CHECK_GM_AVC_ACTIVE Static method Public Method Prüfen, ob die Verfügbarkeitskontrolle im FMM aktiviert ist 20020220
7 CHECK_GM_RELEVANT Static method Public Method Prüfen, ob Fördermittelmanagement relevant ist 20010213
8 CHECK_NEED_CALCULATION Static method Private Method Check if need calculation 20070202
9 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20031119
10 CURRENCY_GROUP_EXISTS Static method Private Method Currency group exists 20070202
11 GET_CURRENCY_ADJUSTMENT_AMOUNT Static method Public Method Get currency adjustment amount 20080925
12 GET_CURR_CONVERSION_BADI Static method Private Method Get currency conversion BAdI Object 20070129
13 GET_CURR_CONV_FROM_BADI Static method Private Method Get Currency conversion from BAdI 20070129
14 GET_GRANT_CURR_CONVERSION Static method Public Method Get Grant currency conversion 20070129
15 GET_LOCAL_CURR_CONVERSION Static method Public Method Get Local currency conversion 20070129
16 GET_NOT_RELEVANT_GRANT Static method Public Method Wert der als "NICHT RELEVANT" markierten Förderung abrufen 20011025
17 GET_ORG_FISCAL_YEAR Static method Public Method Ermitteln Sie das Geschäftsjahr des Unternehmens 20020506
18 INIT_ATTRIBUTES Static method Private Method Init attributes 20080925
19 INIT_COMMIT Static method Private Event handling method Init attributes after commit 20080925
20 INIT_ROLLBACK Static method Private Event handling method Init attributes after rollback 20080925
21 MESSAGES_STORE Static method Public Method Senden Sie Nachrichten an den Message Handler 20011012
22 REFRESH_CURRENCY_ADJUSTMENT Static method Public Method Refresh Currency Adjustments fields 20090225
23 REFRESH_CURRENCY_GROUP Static method Public Method Refresh currency group 20070806
24 SET_BUFFER_CURRENCY Static method Public Method Set the currency buffer table for Transfer to FM 20080715
25 SET_CURRENCY_ADJUSTMENT_DATA Static method Public Method Set currency adjustment data 20080925
26 SET_CURRENCY_GROUP Static method Public Method Set Currency Group 20070202
27 SET_LOGICAL_SYSTEM Static method Public Method Logisches System einrichten 20030128
Events
Class CL_GM_SERVICES has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 G_S_TYPE_ADJDATA Private See coding Adjustment data structure 20080925 BEGIN OF g_s_type_adjdata, docnr TYPE gmia-docnr, rvaluetype_9 TYPE gmia-rvaluetype_9, ryear TYPE gmia-ryear, poper TYPE gmia-poper, rtcur TYPE gmia-rtcur, bukrs TYPE gmia-rbukrs, rgrant_nbr TYPE gmia-rgrant_nbr, rfund TYPE gmia-rfund, rsponsored_prog TYPE gmia-rsponsored_prog, rsponsored_class TYPE gmia-rsponsored_class, rstats_ind TYPE gmia-rstats_ind, tsl TYPE gmia-tsl, hsl TYPE gmia-hsl, ratio(10) type p decimals 5, END OF g_s_type_adjdata
2 G_S_TYPE_LNCURR Private See coding Rates' buffer structure 20070130 BEGIN OF g_s_type_lncurr, line TYPE gm_line, rate TYPE gm_exchange_rate, rate_date TYPE gm_exchange_rate_date, rate_type TYPE kurst_curr, flg_badi TYPE flag, END OF g_s_type_lncurr
3 G_S_TYPE_RATE Private See coding 20080925 BEGIN OF g_s_type_rate, docnr TYPE belnr_d, docln TYPE docln6, grant_currency TYPE gm_grant_currency, local_currency TYPE gm_grant_currency, xch_rate TYPE gm_exchange_rate, xch_ratex type NUMC11, END OF g_s_type_rate
4 G_T_TYPE_ADJDATA Private See coding Adjustment data table 20080925 g_t_type_adjdata TYPE STANDARD TABLE OF g_s_type_adjdata
5 G_T_TYPE_LNCURR Private See coding Rates' buffer table 20070130 g_t_type_lncurr TYPE STANDARD TABLE OF g_s_type_lncurr
Method Signatures

Method ADD_CURRENCY_GROUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_NEW_ACCCR Value transfer Type reference (TYPE) ACCCR_T Accounting interface: Currency information - New 20070202
2 Importing IF_BUKRS Call by reference Type reference (TYPE) BUKRS Company Code 20100309
3 Importing IF_DATE Call by reference Type reference (TYPE) SYDATUM Current Date of Application Server 20100309
4 Importing IT_HLP_ACCCR Call by reference Type reference (TYPE) ACCCR_T Accounting interface: Currency information - Help 20070202
5 Importing IT_STD_ACCCR Call by reference Type reference (TYPE) ACCCR_T Accounting interface: Currency information - Standard 20070202

Method ADD_CURRENCY_GROUP on class CL_GM_SERVICES has no exception.

Method BUILD_SELECT_FOR_DOC_DISPLAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_T_SELECTION Call by reference Type reference (TYPE) GUSL_T_SELECTION 20011216
2 Importing IM_BUKRS Call by reference Type reference (TYPE) BUKRS Buchungskreis 20011216
3 Importing IM_DOCNR Call by reference Type reference (TYPE) ACC_DOCNR Belegnummer 20011216
4 Importing IM_OBJ_ORG Call by reference Type reference (TYPE) AWORG Referenzorganisationseinheiten 20011216
5 Importing IM_OBJ_REF Call by reference Type reference (TYPE) AWREF Referenzbelegnummer 20011216
6 Importing IM_OBJ_TYP Call by reference Type reference (TYPE) AWTYP Referenzvorgang 20011216
7 Importing IM_RRCTY Call by reference Type reference (TYPE) RRCTY Satzart 20011216

Method BUILD_SELECT_FOR_DOC_DISPLAY on class CL_GM_SERVICES has no exception.

Method CALCULATE_LOCAL_WITH_RATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TO_AMOUNT Call by reference Type reference (TYPE) TVALXX9 Amount in document currency 20070129
2 Importing I_BUDAT Call by reference Type reference (TYPE) BUDAT Posting Date in the Document 20080708
3 Importing I_FROM_AMOUNT Call by reference Type reference (TYPE) TVALXX9 Amount in document currency 20070129
4 Importing I_GRANT_NBR Call by reference Type reference (TYPE) GM_GRANT_NBR Grant 20070129
5 Importing I_LINE Call by reference Type reference (TYPE) GM_LINE GM Budget Line 20070129
6 Importing I_TO_CURRENCY Call by reference Type reference (TYPE) GM_GRANT_CURRENCY Grant currency 20070129
# Exception Resumable Description Created on
1 ERROR_IN_CONVERSION Error in conversion 20070129
2 RATE_NOT_FOUND Rate not Found 20070129

Method CHECK_ALREADY_CALCULATED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_HLP_ACCCR Call by reference Type reference (TYPE) ACCCR_T Accounting interface: Currency information - Help 20070202
2 Importing IT_STD_ACCCR Call by reference Type reference (TYPE) ACCCR_T Accounting interface: Currency information - Standard 20070202

Method CHECK_ALREADY_CALCULATED on class CL_GM_SERVICES has no exception.

Method CHECK_GM_ACTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CHECK_DATE Call by reference Type reference (TYPE) BUDAT Buchungsdatum im Beleg 20010131
2 Importing IM_COMPANY_CODE Call by reference Type reference (TYPE) BUKRS Buchungskreis 20010131
3 Importing IM_CO_AREA Call by reference Type reference (TYPE) KOKRS Kostenrechnungskreis 20011210
4 Exporting RE_FM_IS_ACTIVE Value transfer Type reference (TYPE) CHAR1 Ist die HHM-Integration aktiv? 20011102
5 Exporting RE_GM_IS_ACTIVE Value transfer Type reference (TYPE) CHAR1 Ist das GM aktiv? 20011102

Method CHECK_GM_ACTIVE on class CL_GM_SERVICES has no exception.

Method CHECK_GM_AVC_ACTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_AVC_ACTIVE Call by reference Type reference (TYPE) XFELD Ist die Verfügbarkeitskontrolle aktiv? 20020220
2 Importing IM_COMPANY_CODE Value transfer Type reference (TYPE) BUKRS Buchungskreis 20020220
3 Importing IM_FISCYEAR Value transfer Type reference (TYPE) GJAHR Geschäftsjahr 20020220

Method CHECK_GM_AVC_ACTIVE on class CL_GM_SERVICES has no exception.

Method CHECK_GM_RELEVANT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_IS_RELEVANT Value transfer Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20011113
2 Exporting EX_STATS Call by reference Type reference (TYPE) GM_STATS Statistisches Kennzeichen 20011113
3 Importing IM_ACCOUNT Call by reference Type reference (TYPE) HKONT Hauptbuchkonto 20010213
4 Importing IM_COMPANY_CODE Call by reference Type reference (TYPE) BUKRS Buchungskreis 20010213
5 Importing IM_COST_ELEMENT Call by reference Type reference (TYPE) KSTAR Kostenart 20011103
6 Importing IM_CO_GROUP Call by reference Type reference (TYPE) GM_VGROUP CO-Vorgang 20011113
7 Importing IM_FROM_GRANT Call by reference Type reference (TYPE) GM_STAT_IND_FROM_GRANT Stat Indicator Specified on Grant Master 20130308
# Exception Resumable Description Created on
1 ACCOUNT_NOT_SET_UP Konto wurde im FMM nicht eingerichtet 20020304
2 CO_INTEGRATION_MISSING Komplettintegration ins CO fehlt 20020516

Method CHECK_NEED_CALCULATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_HLP_ACCCR Call by reference Type reference (TYPE) ACCCR_T Accounting interface: Currency information - Help 20070202
2 Importing IT_STD_ACCCR Call by reference Type reference (TYPE) ACCCR_T Accounting interface: Currency information - Standard 20070202

Method CHECK_NEED_CALCULATION on class CL_GM_SERVICES has no exception.

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_GM_SERVICES has no parameter.
Method CLASS_CONSTRUCTOR on class CL_GM_SERVICES has no exception.

Method CURRENCY_GROUP_EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_STD_ACCCR Call by reference Type reference (TYPE) ACCCR_T Accounting interface: Currency information - Standard 20070202
2 Returning RI_RESULT Value transfer Type reference (TYPE) CHAR01 Exist or not 20070202

Method CURRENCY_GROUP_EXISTS on class CL_GM_SERVICES has no exception.

Method GET_CURRENCY_ADJUSTMENT_AMOUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_S_GLU1 Call by reference Type reference (TYPE) GLU1 G/L user table 1 20080925

Method GET_CURRENCY_ADJUSTMENT_AMOUNT on class CL_GM_SERVICES has no exception.

Method GET_CURR_CONVERSION_BADI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_O_BADI Value transfer Object reference (TYPE REF TO) BADI_GM_EXCHANGE_DATA Interface for BAdI: BADI_GM_EXCHANGE_DATA 20070129

Method GET_CURR_CONVERSION_BADI on class CL_GM_SERVICES has no exception.

Method GET_CURR_CONV_FROM_BADI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_F_TO_AMOUNT Call by reference Type reference (TYPE) VTCUR9 Value in Transaction Currency 20070129
2 Exporting E_F_XCH_DATE Call by reference Type reference (TYPE) GM_EXCHANGE_RATE_DATE Exchange Rate Date 20070129
3 Exporting E_F_XCH_RATE Call by reference Type reference (TYPE) GM_EXCHANGE_RATE Grant exchange rate 20070129
4 Exporting E_F_XCH_RATEX Call by reference Type reference (TYPE) NUMC11 Numeric Character Field, Length 11 20100601
5 Exporting E_F_XCH_TYPE Call by reference Type reference (TYPE) KURST_CURR Exchange rate type 20070129
6 Importing I_F_FROM_AMOUNT Call by reference Type reference (TYPE) VLCUR9 Value in local currency 20070129
7 Importing I_F_FROM_CURR Call by reference Type reference (TYPE) GM_GRANT_CURRENCY Grant currency - From 20070129
8 Importing I_F_TO_CURR Call by reference Type reference (TYPE) GM_GRANT_CURRENCY Grant currency - To 20070129
9 Importing I_S_ACCIT Call by reference Type reference (TYPE) ACCIT_GLX FI: Interface to Accounting: Item Information 20070129
10 Importing I_S_BDGTLINE Call by reference Type reference (TYPE) GMBDGT_S_LINES Generic Item + Header Info for GM Budgeting 20070129
11 Importing I_S_GMIA Call by reference Type reference (TYPE) GMIA Actual Line Item Table 20070129
12 Importing I_T_ACCCR Call by reference Type reference (TYPE) ACCCR_T Accounting interface: Currency information 20070129

Method GET_CURR_CONV_FROM_BADI on class CL_GM_SERVICES has no exception.

Method GET_GRANT_CURR_CONVERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_F_GRANT_CURR Call by reference Type reference (TYPE) GM_GRANT_CURRENCY Grant currency 20070828
2 Changing C_F_LOCAL_CURR Call by reference Type reference (TYPE) GM_GRANT_CURRENCY Grant currency 20070129
3 Exporting E_F_GRANT_AMOUNT Call by reference Type reference (TYPE) VTCUR9 Value in Transaction Currency 20070129
4 Exporting E_F_XCH_RATE Call by reference Type reference (TYPE) GM_EXCHANGE_RATE Grant exchange rate 20080925
5 Exporting E_F_XCH_RATEX Call by reference Type reference (TYPE) NUMC11 Numeric Character Field, Length 11 20100601
6 Importing I_S_ACCIT Call by reference Type reference (TYPE) ACCIT_GLX FI: Interface to Accounting: Item Information 20070129
7 Importing I_S_GMIA Call by reference Type reference (TYPE) GMIA Actual Line Item Table 20070129
8 Importing I_T_ACCCR Call by reference Type reference (TYPE) ACCCR_T Accounting interface: Currency information 20070129
# Exception Resumable Description Created on
1 GRANT_NOT_RELEVANT Grant is either space or NOT Relevant 20070129
2 INVALID_CURRENCY Invalid currency 20070129
3 INVALID_GRANT Invalid Grant 20070129

Method GET_LOCAL_CURR_CONVERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_F_GRANT_CURRENCY Call by reference Type reference (TYPE) GM_GRANT_CURRENCY Grant currency 20070129
2 Exporting E_F_LOCAL_AMOUNT Call by reference Type reference (TYPE) VTCUR9 Value in Transaction Currency 20070129
3 Exporting E_F_LOCAL_CURRENCY Call by reference Type reference (TYPE) GM_GRANT_CURRENCY Grant currency 20070129
4 Exporting E_GRANT_CURRENCY Call by reference Type reference (TYPE) GM_GRANT_CURRENCY Grant currency 20070129
5 Exporting E_LOCAL_CURRENCY Call by reference Type reference (TYPE) GM_GRANT_CURRENCY Grant currency 20070129
6 Importing I_F_GRANT_AMOUNT Call by reference Type reference (TYPE) TVALXX9 Budget amount in transaction currency 20070129
7 Importing I_S_LINE Call by reference Type reference (TYPE) GMBDGT_S_LINES Generic Item + Header Info for GM Budgeting 20070129
# Exception Resumable Description Created on
1 INVALID_GRANT Grant is either space or NOT Relevant 20070129

Method GET_NOT_RELEVANT_GRANT Signature

Method GET_NOT_RELEVANT_GRANT on class CL_GM_SERVICES has no parameter.
Method GET_NOT_RELEVANT_GRANT on class CL_GM_SERVICES has no exception.

Method GET_ORG_FISCAL_YEAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_FISCAL_YEAR Call by reference Type reference (TYPE) GJAHR Geschäftsjahr 20020506
2 Importing IM_COMPANY_CODE Value transfer Type reference (TYPE) BUKRS Buchungskreis 20020506
3 Importing IM_DATE Value transfer Type reference (TYPE) DATUM Datum 20020506
# Exception Resumable Description Created on
1 YEAR_NOT_FOUND Year Not Found 20050617

Method INIT_ATTRIBUTES Signature

Method INIT_ATTRIBUTES on class CL_GM_SERVICES has no parameter.
Method INIT_ATTRIBUTES on class CL_GM_SERVICES has no exception.

Method INIT_COMMIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing KIND Value transfer Attribute reference (LIKE) 20080925

Method INIT_COMMIT on class CL_GM_SERVICES has no exception.

Method INIT_ROLLBACK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing KIND Value transfer Attribute reference (LIKE) 20080925

Method INIT_ROLLBACK on class CL_GM_SERVICES has no exception.

Method MESSAGES_STORE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ARBGB Call by reference Type reference (TYPE) T100-ARBGB 'GRANTMGMT' Anwendungsbereich 20011012
2 Importing IM_MSGNO Call by reference Type reference (TYPE) SYST-MSGNO Nachrichten, Nachrichtennummer 20011012
3 Importing IM_MSGTY Call by reference Type reference (TYPE) SYST-MSGTY 'E' Nachrichten, Nachrichtenart 20011012
4 Importing IM_MSGV1 Call by reference Type reference (TYPE) ANY Nachrichten, Nachrichtenvariablen 20011012
5 Importing IM_MSGV2 Call by reference Type reference (TYPE) ANY Nachrichten, Nachrichtenvariablen 20011012
6 Importing IM_MSGV3 Call by reference Type reference (TYPE) ANY Nachrichten, Nachrichtenvariablen 20011012
7 Importing IM_MSGV4 Call by reference Type reference (TYPE) ANY Nachrichten, Nachrichtenvariablen 20011012

Method MESSAGES_STORE on class CL_GM_SERVICES has no exception.

Method REFRESH_CURRENCY_ADJUSTMENT Signature

Method REFRESH_CURRENCY_ADJUSTMENT on class CL_GM_SERVICES has no parameter.
Method REFRESH_CURRENCY_ADJUSTMENT on class CL_GM_SERVICES has no exception.

Method REFRESH_CURRENCY_GROUP Signature

Method REFRESH_CURRENCY_GROUP on class CL_GM_SERVICES has no parameter.
Method REFRESH_CURRENCY_GROUP on class CL_GM_SERVICES has no exception.

Method SET_BUFFER_CURRENCY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_GRANT_NBR Call by reference Type reference (TYPE) GM_GRANT_NBR Grant 20080715
2 Importing IM_T_GMBDGTLINE Call by reference Type reference (TYPE) GMSTRUC_GMBDGTLINE GM Structure with GMBDGTLINE Fields 20080715

Method SET_BUFFER_CURRENCY on class CL_GM_SERVICES has no exception.

Method SET_CURRENCY_ADJUSTMENT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_F_GRANT_CURRENCY Call by reference Type reference (TYPE) GM_GRANT_CURRENCY Grant currency 20080925
2 Importing I_F_LOCAL_CURRENCY Call by reference Type reference (TYPE) GM_GRANT_CURRENCY Grant currency 20080925
3 Importing I_F_XCH_RATE Call by reference Type reference (TYPE) GM_EXCHANGE_RATE Grant exchange rate 20080925
4 Importing I_F_XCH_RATEX Call by reference Type reference (TYPE) NUMC11 Numeric Character Field, Length 11 20100601
5 Importing I_S_ACCIT Call by reference Type reference (TYPE) ACCIT_GLX FI: Interface to Accounting: Item Information 20080925

Method SET_CURRENCY_ADJUSTMENT_DATA on class CL_GM_SERVICES has no exception.

Method SET_CURRENCY_GROUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_BUKRS Call by reference Type reference (TYPE) BUKRS Company Code 20100309
2 Importing IF_DATE Call by reference Type reference (TYPE) SYDATUM Current Date of Application Server 20100309
3 Importing IF_POSNR Call by reference Type reference (TYPE) POSNR_ACC Accounting Document Line Item Number 20070823
4 Importing IT_HLP_ACCCR Call by reference Type reference (TYPE) ACCCR_T Accounting interface: Currency information - Help 20070202
5 Importing IT_STD_ACCCR Call by reference Type reference (TYPE) ACCCR_T Accounting interface: Currency information - Standard 20070202
6 Returning RT_NEW_ACCCR Value transfer Type reference (TYPE) ACCCR_T Accounting interface: Currency information - New 20070202

Method SET_CURRENCY_GROUP on class CL_GM_SERVICES has no exception.

Method SET_LOGICAL_SYSTEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_AWSYS Call by reference Type reference (TYPE) AWSYS Logisches System des Quellbelegs 20030128

Method SET_LOGICAL_SYSTEM on class CL_GM_SERVICES has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 462A