SAP ABAP Class IF_GRPC_API_ACCGROUP (Interface of account group)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_GRPC_API_ACCGROUP Account Group API Class 20091026
Properties
Class IF_GRPC_API_ACCGROUP  
Short Description Interface of account group    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20091026   SAP 
Last change 20141106    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 GRPCB Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class IF_GRPC_API_ACCGROUP has no interface implemented.
Friends
Class IF_GRPC_API_ACCGROUP has no friend class.
Attributes
Class IF_GRPC_API_ACCGROUP has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CHILDREN Instance method Public Method Get Child nodes 20091028
2 CREATE Static method Public Method Create a New Account Group 20091028
3 DELETE Instance method Public Method Delete an Account Group 20091028
4 GET_ASSERTION Static method Public Method Get Account Group Assersions 20091028
5 GET_CURRENCY_VERSION Static method Public Method Get Currency Version of the Organization 20091028
6 MOVE Instance method Public Method Move Account Group 20091105
7 QUERY Static method Public Method Query the List of Account Groups 20091028
8 RETRIEVE Instance method Public Method Retrieve The Detail Information Of An Account Group 20091028
9 RETRIEVE_ACCGRP_ON_ORG Instance method Public Method Retrieve Account Groups on some Organization 20091028
10 RETRIEVE_BALANCE Instance method Public Method Retrieve Account Group Balance Information 20091028
11 RETRIEVE_THRESHOLD Static method Public Method Retrieve Account Group Threshold Information 20091028
12 UPDATE Instance method Public Method Update An Account Group Infomation 20091028
13 UPDATE_ACCGRP_ON_ORG Instance method Public Method Update Account Groups on some Organization 20091028
14 UPDATE_BALANCE Instance method Public Method Update Account Group Balance Information 20091028
15 UPDATE_THRESHOLD Static method Public Method Update Account Group Threshold Information 20091028
Events
Class IF_GRPC_API_ACCGROUP has no event.
Types
Class IF_GRPC_API_ACCGROUP has no local type.
Method Signatures

Method CHILDREN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ACCGROUP_LIST Call by reference Type reference (TYPE) GRPC_T_API_ACCGROUP_LIST account groups 20091102
2 Importing IV_EXPANDED Call by reference Type reference (TYPE) BOOLEAN 'X' Boolean Variable (X=True, -=False, Space=Unknown) 20091102
3 Importing IV_REGULATION_ID Value transfer Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20091102
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091030

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_SESSION Call by reference Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20091029
2 Importing IS_ACCGROUP_DATA Call by reference Type reference (TYPE) GRPC_S_API_ACCGROUP_DATA Account group data 20091102
3 Importing IT_ACCOUNTS Call by reference Type reference (TYPE) GRPC_T_API_ACCOUNT Accounts 20091102
4 Importing IT_ASSERTION Call by reference Type reference (TYPE) GRPC_T_API_ASSERTION Assertions 20091102
5 Importing IV_REGULATION_ID Value transfer Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20091029
6 Returning RV_OBJECT_ID Value transfer Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20091029
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091030

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_REGULATION_ID Value transfer Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20091030
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091030

Method GET_ASSERTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ASSERTION Call by reference Type reference (TYPE) GRPC_T_ATTRVAL_TEXT Table of Assertion 20091030
2 Importing IO_SESSION Call by reference Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20091030
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091030

Method GET_CURRENCY_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_SESSION Call by reference Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20091104
2 Importing IV_IS_CENTRAL Value transfer Type reference (TYPE) ABAP_BOOL Is central 20091104
3 Returning RV_VERSION Value transfer Type reference (TYPE) GRPC_SCOPING_VERSION Scoping Version 20091104
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091030

Method MOVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ACCGROUP_DATA Value transfer Type reference (TYPE) GRPC_S_API_ACCGROUP_DATA Account group data 20091105
2 Importing IV_PARENT Value transfer Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20091105
3 Importing IV_REGULATION_ID Value transfer Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20091105
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091105

Method QUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ACCGROUP_LIST Call by reference Type reference (TYPE) GRPC_T_API_ACCGROUP_LIST account groups 20091030
2 Importing IO_SESSION Call by reference Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20091030
3 Importing IV_REGULATION_ID Value transfer Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20091030
4 Importing IV_SEARCH_PATTERN Value transfer Type reference (TYPE) GRPC_API_SEARCH_PATTERN Search pattern for the Query APIs 20091030
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091030

Method RETRIEVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_ACCGROUP_DATA Call by reference Type reference (TYPE) GRPC_S_API_ACCGROUP_DATA Account group data 20091030
2 Exporting ET_ACCOUNTS Call by reference Type reference (TYPE) GRPC_T_API_ACCOUNT Accounts 20091030
3 Exporting ET_ASSERTION Call by reference Type reference (TYPE) GRPC_T_API_ASSERTION Assertions 20091030
4 Exporting ET_RISKS Call by reference Type reference (TYPE) GRPC_T_API_RISK_ASS Table storing risks assigned to subprocess 20091030
5 Importing IV_EDITABLE Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20091030
6 Importing IV_REGULATION_ID Value transfer Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20091030
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091030

Method RETRIEVE_ACCGRP_ON_ORG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EDITABLE Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20091104
2 Importing IV_ORGUNIT_ID Value transfer Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20091104
3 Importing IV_REGULATION_ID Value transfer Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20091104
4 Importing IV_VERSION Value transfer Type reference (TYPE) GRPC_SCOPING_VERSION Scoping Version 20091104
5 Returning RS_ACCGROUP_DATA Value transfer Type reference (TYPE) GRPC_S_API_ACCGROUP_SCOPING Account group Scoping API structure 20091104
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091030

Method RETRIEVE_BALANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_ACCGROUP_DATA Call by reference Type reference (TYPE) GRPC_S_API_ACCGROUP_DATA Account group data 20091104
2 Importing IV_EDITABLE Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20091104
3 Importing IV_VERSION Call by reference Type reference (TYPE) GRPC_SCOPING_VERSION Scoping Version 20091104
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091030

Method RETRIEVE_THRESHOLD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_THRESHOLD_DATA Call by reference Type reference (TYPE) GRPC_S_API_THRESHOLD Threshold structure 20091104
2 Importing IO_SESSION Call by reference Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20091120
3 Importing IV_EDITABLE Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20091104
4 Importing IV_IS_CENTRAL Value transfer Type reference (TYPE) ABAP_BOOL Is Central flag 20091104
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091030

Method UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ACCGROUP_DATA Value transfer Type reference (TYPE) GRPC_S_API_ACCGROUP_DATA Account group data 20091030
2 Importing IT_ACCOUNTS Call by reference Type reference (TYPE) GRPC_T_API_ACCOUNT Accounts 20091030
3 Importing IT_ASSERTION Call by reference Type reference (TYPE) GRPC_T_API_ASSERTION Assertions 20091030
4 Importing IT_RISKS Call by reference Type reference (TYPE) GRPC_T_API_RISK_ASS Table storing risks assigned to subprocess 20091030
5 Importing IV_REGULATION_ID Value transfer Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20091030
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091030

Method UPDATE_ACCGRP_ON_ORG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ACCGROUP_DATA Value transfer Type reference (TYPE) GRPC_S_API_ACCGROUP_SCOPING Account group data 20091104
2 Importing IV_REGULATION_ID Value transfer Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20091104
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091030

Method UPDATE_BALANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ACCGROUP_DATA Value transfer Type reference (TYPE) GRPC_S_API_ACCGROUP_DATA Account group data 20091104
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091030

Method UPDATE_THRESHOLD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_SESSION Call by reference Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20091120
2 Importing IS_THRESHOLD_DATA Value transfer Type reference (TYPE) GRPC_S_API_THRESHOLD Threshold structure 20091104
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091030
History
Last changed by/on SAP  20141106 
SAP Release Created in