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_GUIMethod 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 Name | Description | Visability |
| CONSTRUCTOR | Initialization Method | Public |
| CALL METHOD /sapapo/cl_cd_xprof_read=>CONSTRUCTOR...more details | ||
| DISPLAY_CD_INFO | Invoke Display Screen | Public |
| CALL METHOD /sapapo/cl_cd_xprof_read=>DISPLAY_CD_INFO...more details | ||
| READ_XC | SNP Supply Profile | Private |
| CALL METHOD /sapapo/cl_cd_xprof_read=>READ_XC...more details | ||
| READ_XD | PP/DS Requirement Profile | Private |
| CALL METHOD /sapapo/cl_cd_xprof_read=>READ_XD...more details | ||
| READ_XL | Lot Size Profile | Private |
| CALL METHOD /sapapo/cl_cd_xprof_read=>READ_XL...more details | ||
| READ_XS | SNP Demand Profile | Private |
| CALL METHOD /sapapo/cl_cd_xprof_read=>READ_XS...more details | ||
|
| ||
| READ_XZ | Deployment Profile | Private |
| CALL METHOD /sapapo/cl_cd_xprof_read=>READ_XZ...more details | ||
| SET_KEYS | Set Object Key | Private |
| CALL METHOD /sapapo/cl_cd_xprof_read=>SET_KEYS...more details | ||
| SET_LAYOUT | Set Layout for Grid | Private |
| CALL METHOD /sapapo/cl_cd_xprof_read=>SET_LAYOUT...more details | ||
| SET_TOOLTEXT | Set Text for Toolbar | Private |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| CD_GUI | Instance Attribute | Change Document Object for Location | LIKE /SAPAPO/CL_CD_GUI | Private | |
| GC_CD_XC_TABLE | Constant | Table Name | '/SAPAPO/XP_CD_XC' | LIKE TABNAME | Public |
| GC_CD_XD_TABLE | Constant | Table Name | '/SAPAPO/XP_CD_XD' | LIKE TABNAME | Public |
| GC_CD_XL_TABLE | Constant | Table Name | '/SAPAPO/XP_CD_XL' | LIKE TABNAME | Public |
| GC_CD_XS_TABLE | Constant | Table Name | '/SAPAPO/XP_CD_XS' | LIKE TABNAME | Public |
| GC_CD_XZ_TABLE | Constant | Table Name | '/SAPAPO/XP_CD_XZ' | LIKE TABNAME | Public |
| GC_TITLE | Instance Attribute | LIKE | Private | ||
| GC_XC | Constant | FCode->SNP Supply Profile | 'XC' | LIKE STRING | Public |
| GC_XC_CD_OBJECT | Constant | Object Class | '/SAPAPO/CD_XC' | LIKE CDOBJECTCL | Public |
| GC_XD | Constant | FCode->PPDS Requirement Profile | 'XD' | LIKE STRING | Public |
| GC_XD_CD_OBJECT | Constant | Object Class | '/SAPAPO/CD_XD' | LIKE CDOBJECTCL | Public |
| GC_XL | Constant | FCode->Lot Size Profile | 'XL' | LIKE STRING | Public |
| GC_XL_CD_OBJECT | Constant | Object Class | '/SAPAPO/CD_XL' | LIKE CDOBJECTCL | Public |
| GC_XS | Constant | FCode->SNP Demand Profile | 'XS' | LIKE STRING | Public |
| GC_XS_CD_OBJECT | Constant | Object Class | '/SAPAPO/CD_XS' | LIKE CDOBJECTCL | Public |
| GC_XZ | Constant | FCode->Deployment Profile | 'XZ' | LIKE STRING | Public |
| GC_XZ_CD_OBJECT | Constant | Object Class | '/SAPAPO/CD_XZ' | LIKE CDOBJECTCL | Public |
| GS_CD_XPROF_SEL | Instance Attribute | Selection Structure for Change Document Object | LIKE /SAPAPO/PR_CD_SEL_STR | Private | |
| GS_LAYOUT | Instance Attribute | ALV Control: Layout Structure | LIKE LVC_S_LAYO | Private | |
| GT_CD_XC | Instance Attribute | Table Type for Read-Out of Change Document Objects | LIKE /SAPAPO/CD_MD_CDRED_TAB | Private | |
| GT_CD_XD | Instance Attribute | Table Type for Read-Out of Change Document Objects | LIKE /SAPAPO/CD_MD_CDRED_TAB | Private | |
| GT_CD_XL | Instance Attribute | Table Type for Read-Out of Change Document Objects | LIKE /SAPAPO/CD_MD_CDRED_TAB | Private | |
| GT_CD_XS | Instance Attribute | Table Type for Read-Out of Change Document Objects | LIKE /SAPAPO/CD_MD_CDRED_TAB | Private | |
| GT_CD_XZ | Instance Attribute | Table Type for Read-Out of Change Document Objects | LIKE /SAPAPO/CD_MD_CDRED_TAB | Private | |
| GT_TOOLTEXT | Instance Attribute | Structure for Building Up the Toolbar Table | LIKE /SAPAPO/CD_MD_TOOLTEXT_TAB | Private | |
| GV_XC_ID | Instance Attribute | SNP Supply Profile | LIKE CDOBJECTV | Private | |
| GV_XD_ID | Instance Attribute | PP/DS Requirement Profile | LIKE CDOBJECTV | Private | |
| GV_XL_ID | Instance Attribute | Lot Size Profile | LIKE CDOBJECTV | Private | |
| GV_XS_ID | Instance Attribute | SNP Demand Profile | LIKE CDOBJECTV | Private | |
| GV_XZ_ID | Instance Attribute | Deployment Profile | LIKE 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