SAP /SAPAPO/CL_CD_XPROF_READ OO Class - Change Document Object for Product Profiles









/SAPAPO/CL_CD_XPROF_READ 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 /SAPAPO/CL_CD_XPROF_READ including details of:

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

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /SAPAPO/IF_CD_GUI

Method list of /SAPAPO/CL_CD_XPROF_READ 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
CONSTRUCTORInitialization MethodPublic
CALL METHOD /sapapo/cl_cd_xprof_read=>CONSTRUCTOR...more details

DISPLAY_CD_INFOInvoke Display ScreenPublic
CALL METHOD /sapapo/cl_cd_xprof_read=>DISPLAY_CD_INFO...more details

READ_XCSNP Supply ProfilePrivate
CALL METHOD /sapapo/cl_cd_xprof_read=>READ_XC...more details

READ_XDPP/DS Requirement ProfilePrivate
CALL METHOD /sapapo/cl_cd_xprof_read=>READ_XD...more details

READ_XLLot Size ProfilePrivate
CALL METHOD /sapapo/cl_cd_xprof_read=>READ_XL...more details

READ_XSSNP Demand ProfilePrivate
CALL METHOD /sapapo/cl_cd_xprof_read=>READ_XS...more details

READ_XZDeployment ProfilePrivate
CALL METHOD /sapapo/cl_cd_xprof_read=>READ_XZ...more details

SET_KEYSSet Object KeyPrivate
CALL METHOD /sapapo/cl_cd_xprof_read=>SET_KEYS...more details

SET_LAYOUTSet Layout for GridPrivate
CALL METHOD /sapapo/cl_cd_xprof_read=>SET_LAYOUT...more details

SET_TOOLTEXTSet Text for ToolbarPrivate
CALL METHOD /sapapo/cl_cd_xprof_read=>SET_TOOLTEXT...more details



/SAPAPO/CL_CD_XPROF_READ 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
CD_GUIInstance AttributeChange Document Object for LocationLIKE
/SAPAPO/CL_CD_GUI
Private
GC_CD_XC_TABLEConstantTable Name'/SAPAPO/XP_CD_XC'LIKE
TABNAME
Public
GC_CD_XD_TABLEConstantTable Name'/SAPAPO/XP_CD_XD'LIKE
TABNAME
Public
GC_CD_XL_TABLEConstantTable Name'/SAPAPO/XP_CD_XL'LIKE
TABNAME
Public
GC_CD_XS_TABLEConstantTable Name'/SAPAPO/XP_CD_XS'LIKE
TABNAME
Public
GC_CD_XZ_TABLEConstantTable Name'/SAPAPO/XP_CD_XZ'LIKE
TABNAME
Public
GC_TITLEInstance AttributeLIKE
Private
GC_XCConstantFCode->SNP Supply Profile'XC'LIKE
STRING
Public
GC_XC_CD_OBJECTConstantObject Class'/SAPAPO/CD_XC'LIKE
CDOBJECTCL
Public
GC_XDConstantFCode->PPDS Requirement Profile'XD'LIKE
STRING
Public
GC_XD_CD_OBJECTConstantObject Class'/SAPAPO/CD_XD'LIKE
CDOBJECTCL
Public
GC_XLConstantFCode->Lot Size Profile'XL'LIKE
STRING
Public
GC_XL_CD_OBJECTConstantObject Class'/SAPAPO/CD_XL'LIKE
CDOBJECTCL
Public
GC_XSConstantFCode->SNP Demand Profile'XS'LIKE
STRING
Public
GC_XS_CD_OBJECTConstantObject Class'/SAPAPO/CD_XS'LIKE
CDOBJECTCL
Public
GC_XZConstantFCode->Deployment Profile'XZ'LIKE
STRING
Public
GC_XZ_CD_OBJECTConstantObject Class'/SAPAPO/CD_XZ'LIKE
CDOBJECTCL
Public
GS_CD_XPROF_SELInstance AttributeSelection Structure for Change Document ObjectLIKE
/SAPAPO/PR_CD_SEL_STR
Private
GS_LAYOUTInstance AttributeALV Control: Layout StructureLIKE
LVC_S_LAYO
Private
GT_CD_XCInstance AttributeTable Type for Read-Out of Change Document ObjectsLIKE
/SAPAPO/CD_MD_CDRED_TAB
Private
GT_CD_XDInstance AttributeTable Type for Read-Out of Change Document ObjectsLIKE
/SAPAPO/CD_MD_CDRED_TAB
Private
GT_CD_XLInstance AttributeTable Type for Read-Out of Change Document ObjectsLIKE
/SAPAPO/CD_MD_CDRED_TAB
Private
GT_CD_XSInstance AttributeTable Type for Read-Out of Change Document ObjectsLIKE
/SAPAPO/CD_MD_CDRED_TAB
Private
GT_CD_XZInstance AttributeTable Type for Read-Out of Change Document ObjectsLIKE
/SAPAPO/CD_MD_CDRED_TAB
Private
GT_TOOLTEXTInstance AttributeStructure for Building Up the Toolbar TableLIKE
/SAPAPO/CD_MD_TOOLTEXT_TAB
Private
GV_XC_IDInstance AttributeSNP Supply ProfileLIKE
CDOBJECTV
Private
GV_XD_IDInstance AttributePP/DS Requirement ProfileLIKE
CDOBJECTV
Private
GV_XL_IDInstance AttributeLot Size ProfileLIKE
CDOBJECTV
Private
GV_XS_IDInstance AttributeSNP Demand ProfileLIKE
CDOBJECTV
Private
GV_XZ_IDInstance AttributeDeployment ProfileLIKE
CDOBJECTV
Private


Links to Related Class(s)

/SAPAPO/...
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!