SAP CDESK_IPPE_ALTERNATIVE OO Class - Test Class for SK









CDESK_IPPE_ALTERNATIVE 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 CDESK_IPPE_ALTERNATIVE including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events

Inheritance

This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for CDESK_IPPE_ALTERNATIVE is CDESK_IPPE_OBJECT

Method list of CDESK_IPPE_ALTERNATIVE 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
CONSTRUCTORConstructorPublic
CALL METHOD cdesk_ippe_alternative=>CONSTRUCTOR...more details

EXISTExistence CheckPublic
CALL METHOD cdesk_ippe_alternative=>EXIST...more details

EXPORT_BAPI_DATAPrivate
CALL METHOD cdesk_ippe_alternative=>EXPORT_BAPI_DATA...more details

IMPORT_BAPI_DATAPrivate
CALL METHOD cdesk_ippe_alternative=>IMPORT_BAPI_DATA...more details

INITInitialize with Available ValuesProtected
CALL METHOD cdesk_ippe_alternative=>INIT...more details

PALTTX_MAINTMaintain Additional TextPublic
CALL METHOD cdesk_ippe_alternative=>PALTTX_MAINT...more details

READDETAILSPrivate
CALL METHOD cdesk_ippe_alternative=>READDETAILS...more details

SETNAMESPrivate
CALL METHOD cdesk_ippe_alternative=>SETNAMES...more details

SETPAGUIDPrivate
CALL METHOD cdesk_ippe_alternative=>SETPAGUID...more details



CDESK_IPPE_ALTERNATIVE 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
ASSEMBLYNODEInstance AttributeTest Class for SKLIKE
CDESK_IPPE_ASSEMBLYNODE
Public
PALTIDInstance AttributeiPPE Alternative: Time-Independent ID and AttributesLIKE
PPET_PALTID
Public
PALTTX_TABInstance AttributeLIKE
Private
VARIANTInstance AttributeTest Class for SKLIKE
CDESK_IPPE_VARIANT
Public


Links to Related Class(s)

CDESK_IP...
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!