Show TOC
S_CPIC
Definition
Authorizations for calling CPIC functions from
ABAP programs.
You can use this object to assign
authorizations for calling CPIC functions (using the ABAP key word
- COMMUNICATION ). You can also use the
key word to call external programs or other SAP systems. In addition, calls
from external sources can be accepted and executed.
In ABAP programs, you can perform the authorization check with the function
module AUTHORITY_CHECK_CPIC.
Defined Fields
The object consists of the following fields:
- ABAP program name: Name of the ABAP program that contains the access.
Here, you can restrict CPIC accesses to a few known access programs.
-
- Activity: Possible values:
-
- 51: Initialize connection. Opens a connection.
-
- 37: Accept connection. Accepts a connection called externally.
-
- Symbolic destination (only with the activity "Initialize"): Here, you can
restrict the access to certain destinations. The possible values for this are
listed in the table of destinations.
-
- Name of an ABAP FORM routine (only with the activity "Accept"): If the R/3
System is accessed via CPIC, an ABAP FORM routine is called to handle this
("Accept"). With this field (together with the field "ABAP program name"), you
can restrict the call to certain programs and certain FORM routines.