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 NameDescriptionVisability
CREATE_GUID_FLAVOR_MAPPINGMethod to create mapping of flavors to foldersPublic
CALL METHOD cl_personas_admin=>CREATE_GUID_FLAVOR_MAPPING...more details

CREATE_META_XMLMethod to create meta xml of individual flavorsPublic
CALL METHOD cl_personas_admin=>CREATE_META_XML...more details

EXPORT_TO_ZIPMethod to create zip file of flavorsPublic
CALL METHOD cl_personas_admin=>EXPORT_TO_ZIP...more details

FLAVOR_MASS_UPLOADMethod to upload flavor data from zip file to systemPublic
CALL METHOD cl_personas_admin=>FLAVOR_MASS_UPLOAD...more details

IMPORT_FROM_ZIPMethod to import flavors from a zip filePublic
CALL METHOD cl_personas_admin=>IMPORT_FROM_ZIP...more details

TRANSPORTMethod to transport flavors via transport requestPublic
CALL METHOD cl_personas_admin=>TRANSPORT...more details

VALIDATE_INPUT_ON_IMPORTMethod to validate flavor data imported from zip filePublic
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.

NameLevelDescriptionInitial ValueTypeVisability
GC_AUTHORConstant'AUTHOR'LIKE
STRING
Public
GC_CLIENTConstant'CLIENT'LIKE
STRING
Public
GC_CREATED_BYConstant'CREATEDBY'LIKE
STRING
Public
GC_CREATED_ONConstant'CREATEDON'LIKE
STRING
Public
GC_EXPORTED_FLAVORSConstant'EXPORTEDFLAVORS'LIKE
STRING
Public
GC_FALSEConstant'FALSE'LIKE
STRING
Public
GC_FLAVORConstant'FLAVOR'LIKE
STRING
Public
GC_FLAVORSConstant'FLAVORS'LIKE
STRING
Public
GC_FLAVOR_CSSConstant'FLAVOR_CSS'LIKE
STRING
Public
GC_FLAVOR_IDConstant'FLAVOR_ID'LIKE
STRING
Public
GC_FLAVOR_JPGConstant'FLAVOR_JPG'LIKE
STRING
Public
GC_FLAVOR_THEMEConstant'FLAVOR_THEME'LIKE
STRING
Public
GC_FLAVOR_XMLConstant'FLAVOR_XML'LIKE
STRING
Public
GC_IS_DEFAULTConstant'IS_DEFAULT'LIKE
STRING
Public
GC_IS_PUBLICConstant'IS_PUBLIC'LIKE
STRING
Public
GC_LANGConstant'lang'LIKE
STRING
Public
GC_NAMEConstant'NAME'LIKE
STRING
Public
GC_NAMESConstant'NAMES'LIKE
STRING
Public
GC_REFConstant'REF'LIKE
STRING
Public
GC_SOURCEConstant'SOURCE'LIKE
STRING
Public
GC_SYSTEMConstant'SYSTEM'LIKE
STRING
Public
GC_SYSTEM_IDConstant'SYSTEMID'LIKE
STRING
Public
GC_TCODEConstant'TCODE'LIKE
STRING
Public
GC_TRUEConstant'TRUE'LIKE
STRING
Public
GC_VERSIONConstant'VERSION'LIKE
STRING
Public
ST_ISO_LANGU_MAPStatic AttributeLIKE
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



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!