SAP ABAP Class CL_GRFN_IO_BRFPLUS (Import and Export BR Plus)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷
GRC (Application Component) Governance, Risk and Compliance
⤷
GRFN_CLM (Package) Shared infrastructure for CLM integration

⤷

⤷

Properties
Class | CL_GRFN_IO_BRFPLUS | |
Short Description | Import and Export BR Plus | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | GRFN_CLM | Shared infrastructure for CLM integration |
Created | 20120405 | SAP |
Last change | 20141106 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
3 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_GRFN_IO_BRFPLUS has no interface implemented.
Friends
Class CL_GRFN_IO_BRFPLUS has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_FDT_DATA_EXCHANGE | FDT: Data Exchange | 20120406 | ||
2 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_GRFN_IO_LOG | IO Log | 20120406 | ||
3 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_GRFN_IO_EXPORT_OPTION | Export option | 20120406 | ||
4 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20120406 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20120406 |
2 | ![]() |
Instance method | Public | Constructor | 20120406 | |
3 | ![]() |
Static method | Private | Method | Convert BRFP Message to Standard | 20120406 |
4 | ![]() |
Instance method | Public | Method | Export BRF Plus for CCM | 20120405 |
5 | ![]() |
Instance method | Public | Method | Export BRF Plus by BEF Plus ID | 20120405 |
6 | ![]() |
Instance method | Public | Method | Import BRF Plus for CCM | 20120405 |
7 | ![]() |
Instance method | Public | Method | Inject Data Exchange Class For Testing | 20120406 |
Events
Class CL_GRFN_IO_BRFPLUS has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | YS_BRFP | Public | See coding | 20120517 | BEGIN OF ys_brfp,
rule_id TYPE grfn_guid,
rule_name type grfn_name,
brfp_id TYPE grfn_fdt_uuid,
END OF ys_brfp
|
||
2 | YT_BRFP | Public | See coding | 20120517 | yt_brfp TYPE STANDARD TABLE OF ys_brfp WITH KEY rule_id brfp_id
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_GRFN_IO_BRFPLUS has no parameter.
Method CLASS_CONSTRUCTOR on class CL_GRFN_IO_BRFPLUS has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_LOG | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_IO_LOG | 20120406 | |||
2 | ![]() |
IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | 20120406 |
Method CONSTRUCTOR on class CL_GRFN_IO_BRFPLUS has no exception.
Method CONVERT_BRFP_MESSAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_STANDARD_MESSAGE | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20120406 | ||
2 | ![]() |
IT_BRPF_MESSAGE | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>T_MESSAGE | Messages | 20120406 |
Method CONVERT_BRFP_MESSAGE on class CL_GRFN_IO_BRFPLUS has no exception.
Method EXPORT_BRFPLUS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_BRFPLUS_XML | Call by reference | Type reference (TYPE) | STRING | 20120405 | |||
2 | ![]() |
IO_OPTION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_IO_EXPORT_OPTION | Export option | 20120406 | ||
3 | ![]() |
IV_BR_XML | Call by reference | Type reference (TYPE) | STRING | 20120409 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20120406 |
Method EXPORT_BY_BRFPLUS_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_XML | Call by reference | Type reference (TYPE) | STRING | 20120405 | |||
2 | ![]() |
IT_BRFP | Call by reference | Type reference (TYPE) | CL_GRFN_IO_BRFPLUS=>YT_BRFP | 20120517 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120406 |
Method IMPORT_BRFPLUS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_SIMU | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20120601 | |||
2 | ![]() |
IV_XML | Call by reference | Type reference (TYPE) | STRING | 20120405 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20120406 |
Method SET_DATA_EXCHANGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_DATA_EXCHANGE | Call by reference | Object reference (TYPE REF TO) | IF_FDT_DATA_EXCHANGE | FDT: Data Exchange | 20120406 |
Method SET_DATA_EXCHANGE on class CL_GRFN_IO_BRFPLUS has no exception.
History
Last changed by/on | SAP | 20141106 |
SAP Release Created in | V1100 |