SAP /INCMD/CL_PPEUIINC_CNTL OO Class - iPPE application class for interchangeability
/INCMD/CL_PPEUIINC_CNTL 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 /INCMD/CL_PPEUIINC_CNTL 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 /INCMD/CL_PPEUIINC_CNTL 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 |
| ASSEMBLY_GET_PARTS | Get the parts for a given assembly | Public |
| CALL METHOD /incmd/cl_ppeuiinc_cntl=>ASSEMBLY_GET_PARTS...more details | ||
| ASSEMBLY_WITHOUT_LOCATION_READ | Read assembly maintained without location | Public |
| CALL METHOD /incmd/cl_ppeuiinc_cntl=>ASSEMBLY_WITHOUT_LOCATION_READ...more details | ||
| BUILD_GRAPHICS_DATA | Method to build graphic data | Private |
| CALL METHOD /incmd/cl_ppeuiinc_cntl=>BUILD_GRAPHICS_DATA...more details | ||
| CALL_BADI | INC - Call the DP/Model Assgnmnt BADI | Public |
| CALL METHOD /incmd/cl_ppeuiinc_cntl=>CALL_BADI...more details | ||
| CALL_GRAPHICS_DISPLAY | Method to invoke Graphics Display | Public |
| CALL METHOD /incmd/cl_ppeuiinc_cntl=>CALL_GRAPHICS_DISPLAY...more details | ||
| CALL_SSC_CNA | CNA call for Supersession Chain | Public |
| CALL METHOD /incmd/cl_ppeuiinc_cntl=>CALL_SSC_CNA...more details | ||
|
| ||
| CHANGE_INC_GROUP | INC - Group Change | Public |
| CALL METHOD /incmd/cl_ppeuiinc_cntl=>CHANGE_INC_GROUP...more details | ||
| CHGDOC_DISPLAY | Display Change Documents for groups | Public |
| CALL METHOD /incmd/cl_ppeuiinc_cntl=>CHGDOC_DISPLAY...more details | ||
| CLASS_CONSTRUCTOR | CLASS_CONSTRUCTOR | Public |
| CALL METHOD /incmd/cl_ppeuiinc_cntl=>CLASS_CONSTRUCTOR...more details | ||
| CONVERT_EXT_TO_INT_GUID | Convert external product to product guid | Public |
| CALL METHOD /incmd/cl_ppeuiinc_cntl=>CONVERT_EXT_TO_INT_GUID...more details | ||
| CONVERT_INT_TO_SCR_DATA | Converts int_itm_data to scr_item_data | Private |
| CALL METHOD /incmd/cl_ppeuiinc_cntl=>CONVERT_INT_TO_SCR_DATA...more details | ||
| CREATE_INC_GROUP | INC - Create Group | Public |
| CALL METHOD /incmd/cl_ppeuiinc_cntl=>CREATE_INC_GROUP...more details | ||
| DELETE_INC_GROUP | INC - Group Delete | Public |
| CALL METHOD /incmd/cl_ppeuiinc_cntl=>DELETE_INC_GROUP...more details | ||
| ERROR_LOG_FILTER | Filter the error messages from the iPPE | Public |
| CALL METHOD /incmd/cl_ppeuiinc_cntl=>ERROR_LOG_FILTER...more details | ||
| GET_FAVORITE_GROUP_DESC | Get favourite group description | Public |
| CALL METHOD /incmd/cl_ppeuiinc_cntl=>GET_FAVORITE_GROUP_DESC...more details | ||
| GET_GRAPHIC_PROFILE | Get the default Graphics Pofile . | Public |
| CALL METHOD /incmd/cl_ppeuiinc_cntl=>GET_GRAPHIC_PROFILE...more details | ||
| GET_PERSONALIZE_DATA | Get User Settings | Public |
| CALL METHOD /incmd/cl_ppeuiinc_cntl=>GET_PERSONALIZE_DATA...more details | ||
| GET_PERSONALIZE_FINAL | Get final personalization data | Public |
| CALL METHOD /incmd/cl_ppeuiinc_cntl=>GET_PERSONALIZE_FINAL...more details | ||
| GET_XML_DOCUMENT | Xml document for INC Group | Public |
| CALL METHOD /incmd/cl_ppeuiinc_cntl=>GET_XML_DOCUMENT...more details | ||
| GRAPHICS_DISPLAY | Populates graphics data and invokes graphics display | Public |
| CALL METHOD /incmd/cl_ppeuiinc_cntl=>GRAPHICS_DISPLAY...more details | ||
| GUID_CREATE | Call GUID_CREATE function Module for XSLT | Public |
| CALL METHOD /incmd/cl_ppeuiinc_cntl=>GUID_CREATE...more details | ||
| INITIALIZE_GRAPHICS | Method to initialize Graphics | Private |
| CALL METHOD /incmd/cl_ppeuiinc_cntl=>INITIALIZE_GRAPHICS...more details | ||
| MAKE_LINKS | Method to make links for the Graph | Private |
| CALL METHOD /incmd/cl_ppeuiinc_cntl=>MAKE_LINKS...more details | ||
| MAKE_NODES | Method to make nodes for the Graph | Private |
| CALL METHOD /incmd/cl_ppeuiinc_cntl=>MAKE_NODES...more details | ||
| NUMBER_CHECK_GET | INC - Group ID Get | Public |
| CALL METHOD /incmd/cl_ppeuiinc_cntl=>NUMBER_CHECK_GET...more details | ||
| POPULATE_SEARCH | INC - UI - Populate search list based on criteria entered | Public |
| CALL METHOD /incmd/cl_ppeuiinc_cntl=>POPULATE_SEARCH...more details | ||
| PRINT_XML_SCHEMA | Xml schema | Public |
| CALL METHOD /incmd/cl_ppeuiinc_cntl=>PRINT_XML_SCHEMA...more details | ||
| PRODUCT_CHECK | INC - Check Product Existence | Public |
| CALL METHOD /incmd/cl_ppeuiinc_cntl=>PRODUCT_CHECK...more details | ||
| READ_FFFSUBSET_FROMFFF | Read FFF Subset from FFF class | Public |
| CALL METHOD /incmd/cl_ppeuiinc_cntl=>READ_FFFSUBSET_FROMFFF...more details | ||
| READ_INC_GROUP | INC - Group read details | Public |
| CALL METHOD /incmd/cl_ppeuiinc_cntl=>READ_INC_GROUP...more details | ||
| SET_FAVORITE_GROUP_DESC | Set favourite group description | Public |
| CALL METHOD /incmd/cl_ppeuiinc_cntl=>SET_FAVORITE_GROUP_DESC...more details | ||
| SET_PERSONALIZE_DATA | Set User Settings | Public |
| CALL METHOD /incmd/cl_ppeuiinc_cntl=>SET_PERSONALIZE_DATA...more details | ||
| VALIDATE_USER_ICTYPES | Validate user ICTYPES with application table. | Public |
| CALL METHOD /incmd/cl_ppeuiinc_cntl=>VALIDATE_USER_ICTYPES...more details | ||
| VALIDATE_USER_REPTYPES | Validate user REPTYPES with application table. | Public |
| CALL METHOD /incmd/cl_ppeuiinc_cntl=>VALIDATE_USER_REPTYPES...more details | ||
/INCMD/CL_PPEUIINC_CNTL 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_CNA_SSC_OBJID | Constant | Object ID for SSC | 'INC_SSC' | LIKE /SCMB/CNA_OBJID | Public |
| GS_PERS_OPTIONS | Static Attribute | LIKE /INCMD/UIPERS_OPTIONS | Public | ||
| GT_DD03P_ITEM | Static Attribute | Table Type for Structure DD03P | LIKE DFIES_TABLE | Public | |
| GT_DEF_REPTYPES | Static Attribute | LIKE /INCMD/TREPTYPE_TAB | Public | ||
| GT_USER_ICRMAP | Static Attribute | LIKE /INCMD/TICRMAP_TAB | Public | ||
| GT_USER_ICTYPES | Static Attribute | LIKE /INCMD/TAPPLCUST_TAB | Public | ||
| GV_CHKAUTHOR_ICTYPE | Static Attribute | Interchangeability Group Type | LIKE /INCMD/ICTYPE | Public | |
| GV_DEF_ICTYPE | Static Attribute | LIKE /INCMD/ICTYPE | Public | ||
| GV_UIINC_MAINT_BADI | Static Attribute | Business add-in interface /INCMD/IF_EX_MAINT | LIKE /INCMD/IF_EX_MAINT | Public | |
| SO_CUSTOM_GRAPH | Static Attribute | Container for Custom Controls in the Screen Area | LIKE CL_GUI_CUSTOM_CONTAINER | Public | |
| SO_NETWORK | Static Attribute | Network wrapper | LIKE CL_GUI_NETCHART | Private | |
| SS_PROFILE | Static Attribute | Profile for network/hierarchy graphics | LIKE NET_PROFIL | Private | |
| ST_CLUSTERS | Static Attribute | Table Type for CNG_CLUSTR | LIKE CNG_CLUSTR_TAB | Private | |
| ST_CVALS | Static Attribute | Table Type for Table CVALS | LIKE CVALS_TAB | Private | |
| ST_LINES | Static Attribute | Table Type for CNG_LINES | LIKE CNG_LINES_TAB | Private | |
| ST_LVALS | Static Attribute | Table Type for NET_LVALS | LIKE LVALS_TAB | Private | |
| ST_NODES | Static Attribute | Table for Nodes in the Network Graphic | LIKE CNG_NODES_TAB | Private | |
| ST_NVALS | Static Attribute | Table Type for NET_NVALS | LIKE NVALS_TAB | Private | |
| SV_ICDESC | Static Attribute | Group Description | LIKE /INCMD/ICDESC | Private | |
| SV_ICTYPE | Static Attribute | Type of Interchangeability | LIKE /INCMD/ICTYPE | Private |
Links to Related Class(s)
/INCMD/C...Full list of available SAP object classes
Search for further information about these or an SAP related objects