SAP CL_PERSONAS_ADMIN OO Class - Personas: Class for Transport
CL_PERSONAS_ADMIN is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class CL_PERSONAS_ADMIN including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Method list of CL_PERSONAS_ADMIN SAP class
A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD.
Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...
| Method Name | Description | Visability |
| CREATE_GUID_FLAVOR_MAPPING | Method to create mapping of flavors to folders | Public |
| CALL METHOD cl_personas_admin=>CREATE_GUID_FLAVOR_MAPPING...more details | ||
| CREATE_META_XML | Method to create meta xml of individual flavors | Public |
| CALL METHOD cl_personas_admin=>CREATE_META_XML...more details | ||
| EXPORT_TO_ZIP | Method to create zip file of flavors | Public |
| CALL METHOD cl_personas_admin=>EXPORT_TO_ZIP...more details | ||
| FLAVOR_MASS_UPLOAD | Method to upload flavor data from zip file to system | Public |
| CALL METHOD cl_personas_admin=>FLAVOR_MASS_UPLOAD...more details | ||
| IMPORT_FROM_ZIP | Method to import flavors from a zip file | Public |
| CALL METHOD cl_personas_admin=>IMPORT_FROM_ZIP...more details | ||
| TRANSPORT | Method to transport flavors via transport request | Public |
| CALL METHOD cl_personas_admin=>TRANSPORT...more details | ||
|
| ||
| VALIDATE_INPUT_ON_IMPORT | Method to validate flavor data imported from zip file | Public |
| CALL METHOD cl_personas_admin=>VALIDATE_INPUT_ON_IMPORT...more details | ||
CL_PERSONAS_ADMIN attributes
List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.
| Name | Level | Description | Initial Value | Type | Visability |
| GC_AUTHOR | Constant | 'AUTHOR' | LIKE STRING | Public | |
| GC_CLIENT | Constant | 'CLIENT' | LIKE STRING | Public | |
| GC_CREATED_BY | Constant | 'CREATEDBY' | LIKE STRING | Public | |
| GC_CREATED_ON | Constant | 'CREATEDON' | LIKE STRING | Public | |
| GC_EXPORTED_FLAVORS | Constant | 'EXPORTEDFLAVORS' | LIKE STRING | Public | |
| GC_FALSE | Constant | 'FALSE' | LIKE STRING | Public | |
| GC_FLAVOR | Constant | 'FLAVOR' | LIKE STRING | Public | |
| GC_FLAVORS | Constant | 'FLAVORS' | LIKE STRING | Public | |
| GC_FLAVOR_CSS | Constant | 'FLAVOR_CSS' | LIKE STRING | Public | |
| GC_FLAVOR_ID | Constant | 'FLAVOR_ID' | LIKE STRING | Public | |
| GC_FLAVOR_JPG | Constant | 'FLAVOR_JPG' | LIKE STRING | Public | |
| GC_FLAVOR_THEME | Constant | 'FLAVOR_THEME' | LIKE STRING | Public | |
| GC_FLAVOR_XML | Constant | 'FLAVOR_XML' | LIKE STRING | Public | |
| GC_IS_DEFAULT | Constant | 'IS_DEFAULT' | LIKE STRING | Public | |
| GC_IS_PUBLIC | Constant | 'IS_PUBLIC' | LIKE STRING | Public | |
| GC_LANG | Constant | 'lang' | LIKE STRING | Public | |
| GC_NAME | Constant | 'NAME' | LIKE STRING | Public | |
| GC_NAMES | Constant | 'NAMES' | LIKE STRING | Public | |
| GC_REF | Constant | 'REF' | LIKE STRING | Public | |
| GC_SOURCE | Constant | 'SOURCE' | LIKE STRING | Public | |
| GC_SYSTEM | Constant | 'SYSTEM' | LIKE STRING | Public | |
| GC_SYSTEM_ID | Constant | 'SYSTEMID' | LIKE STRING | Public | |
| GC_TCODE | Constant | 'TCODE' | LIKE STRING | Public | |
| GC_TRUE | Constant | 'TRUE' | LIKE STRING | Public | |
| GC_VERSION | Constant | 'VERSION' | LIKE STRING | Public | |
| ST_ISO_LANGU_MAP | Static Attribute | LIKE CL_PERSONAS_ADMIN=>TV_ISO_LANGU_MAP_TAB | Public |
CL_PERSONAS_ADMIN types
TV_FLAVOR -TV_FLAVOR_DETAILS -
TV_GUID -
TV_ISO_LANGU_MAP -
TV_ISO_LANGU_MAP_TAB -
TV_ZIP -
TV_ZIP_FLAVORS -
Links to Related Class(s)
CL_PERSO...Full list of available SAP object classes
Search for further information about these or an SAP related objects