SAP ABAP Class IF_RFC_SMTACL_HIST_CUD (Create/Update/Delete for ACL History)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RFC_SMTACL_HISTORY | Change Document for Transaction SMTACL | 20111213 |
Properties
| Class | IF_RFC_SMTACL_HIST_CUD | |
| Short Description | Create/Update/Delete for ACL History | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20111120 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_RFC_SMTACL_HIST_CUD has no forward declaration.
Interfaces
Class IF_RFC_SMTACL_HIST_CUD has no interface implemented.
Friends
Class IF_RFC_SMTACL_HIST_CUD has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | STRING | 'CALLER_CLIENT_FROM' | 20111213 | |||
| 2 | Constant | Public | Type reference (TYPE) | STRING | 'CALLER_CLIENT_FROM_NEW' | 20111213 | |||
| 3 | Constant | Public | Type reference (TYPE) | STRING | 'CALLER_CLIENT_FROM_OLD' | 20111213 | |||
| 4 | Constant | Public | Type reference (TYPE) | STRING | 'CALLER_CLIENT_TO' | 20111213 | |||
| 5 | Constant | Public | Type reference (TYPE) | STRING | 'CALLER_CLIENT_TO_NEW' | 20111213 | |||
| 6 | Constant | Public | Type reference (TYPE) | STRING | 'CALLER_CLIENT_TO_OLD' | 20111213 | |||
| 7 | Constant | Public | Type reference (TYPE) | STRING | 'CALLER_LICNR' | 20111213 | |||
| 8 | Constant | Public | Type reference (TYPE) | SYCPROG | 'RS_AUNIT_CLASSTEST_SESSION' | ABAP Unit Test as Caller Program | 20111213 | ||
| 9 | Constant | Public | Type reference (TYPE) | SYCPROG | 'RS_RFC_TT_ACL_UI' | SMTACL Transaction as Caller Program | 20111213 | ||
| 10 | Constant | Public | Type reference (TYPE) | STRING | 'CALLER_SYSID' | 20111213 | |||
| 11 | Constant | Public | Type reference (TYPE) | STRING | 'CALLER_TCODE_FROM' | 20111213 | |||
| 12 | Constant | Public | Type reference (TYPE) | STRING | 'CALLER_TCODE_FROM_NEW' | 20111213 | |||
| 13 | Constant | Public | Type reference (TYPE) | STRING | 'CALLER_TCODE_FROM_OLD' | 20111213 | |||
| 14 | Constant | Public | Type reference (TYPE) | STRING | 'CALLER_TCODE_TO' | 20111213 | |||
| 15 | Constant | Public | Type reference (TYPE) | STRING | 'CALLER_TCODE_TO_NEW' | 20111213 | |||
| 16 | Constant | Public | Type reference (TYPE) | STRING | 'CALLER_TCODE_TO_OLD' | 20111213 | |||
| 17 | Constant | Public | Type reference (TYPE) | STRING | 'CALLER_USER_FROM' | 20111213 | |||
| 18 | Constant | Public | Type reference (TYPE) | STRING | 'CALLER_USER_FROM_NEW' | 20111213 | |||
| 19 | Constant | Public | Type reference (TYPE) | STRING | 'CALLER_USER_FROM_OLD' | 20111213 | |||
| 20 | Constant | Public | Type reference (TYPE) | STRING | 'CALLER_USER_TO' | 20111213 | |||
| 21 | Constant | Public | Type reference (TYPE) | STRING | 'CALLER_USER_TO_NEW' | 20111213 | |||
| 22 | Constant | Public | Type reference (TYPE) | STRING | 'CALLER_USER_TO_OLD' | 20111213 | |||
| 23 | Constant | Public | Type reference (TYPE) | STRING | 'TARGET_USER' | 20111213 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Create Entry in RFC_TT_ACL_HIST Table | 20111213 | |
| 2 | Instance method | Public | Method | Delete Entry in RFC_TT_ACL_HIST Table | 20111213 | |
| 3 | Instance method | Public | Method | Change Entry in RFC_TT_ACL_HIST Table | 20111213 |
Events
Class IF_RFC_SMTACL_HIST_CUD has no event.
Types
Class IF_RFC_SMTACL_HIST_CUD has no local type.
Method Signatures
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_CALLER_LICNR | Call by reference | Type reference (TYPE) | SLIC_INST | Saplicense: Installationsnummer | 20111213 | |||
| 2 | IP_CALLER_SYSID | Call by reference | Type reference (TYPE) | SYSYSID | Name des SAP-Systems | 20111213 | |||
| 3 | IP_RFCACL_RANGES_NEW | Call by reference | Type reference (TYPE) | RFC_TT_ACL_RANGES | Intervalle für RFCACL Komponenten(updated) | 20111213 | |||
| 4 | IP_SAMEUSER_FLAG | Call by reference | Type reference (TYPE) | CHAR1 | Einstelliges Kennzeichen | 20111213 | |||
| 5 | IP_TARGET_USER | Call by reference | Type reference (TYPE) | RFCUSER | Explizite User-ID | 20111213 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception Klasse für SMTACL Historie | 20111213 |
Method DELETE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_CALLER_LICNR | Call by reference | Type reference (TYPE) | SLIC_INST | Saplicense: Installationsnummer | 20111213 | |||
| 2 | IP_CALLER_SYSID | Call by reference | Type reference (TYPE) | SYSYSID | Name des SAP-Systems | 20111213 | |||
| 3 | IP_RFCACL_RANGES_OLD | Call by reference | Type reference (TYPE) | RFC_TT_ACL_RANGES | Intervalle für RFCACL Komponenten | 20111213 | |||
| 4 | IP_SAMEUSER_FLAG | Call by reference | Type reference (TYPE) | CHAR1 | Einstelliges Kennzeichen | 20111213 | |||
| 5 | IP_TARGET_USER | Call by reference | Type reference (TYPE) | RFCUSER | Explizite User-ID | 20111213 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception Klasse für SMTACL Historie | 20111213 |
Method UPDATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_CALLER_LICNR | Call by reference | Type reference (TYPE) | SLIC_INST | Saplicense: Installationsnummer | 20111213 | |||
| 2 | IP_CALLER_SYSID | Call by reference | Type reference (TYPE) | SYSYSID | Name des SAP-Systems | 20111213 | |||
| 3 | IP_RFCACL_RANGES_NEW | Call by reference | Type reference (TYPE) | RFC_TT_ACL_RANGES | String-Intervalle für RFCACL Komponenten(updated) | 20111213 | |||
| 4 | IP_RFCACL_RANGES_OLD | Call by reference | Type reference (TYPE) | RFC_TT_ACL_RANGES | String-Intervalle für RFCACL Komponenten | 20111213 | |||
| 5 | IP_SAMEUSER_FLAG | Call by reference | Type reference (TYPE) | CHAR1 | Einstelliges Kennzeichen | 20111213 | |||
| 6 | IP_TARGET_USER | Call by reference | Type reference (TYPE) | RFCUSER | Explizite User-ID | 20111213 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception Klasse für SMTACL Historie | 20111213 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |