SAP /ISDFPS/CL_FDPFA_ILI OO Class - List 'Authorized' and 'Actual' Infrastructure
/ISDFPS/CL_FDPFA_ILI 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 /ISDFPS/CL_FDPFA_ILI 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 /ISDFPS/CL_FDPFA_ILI is /ISDFPS/CL_FDPFA_CNTLMethod list of /ISDFPS/CL_FDPFA_ILI 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 |
| CB_GENERATE_RENTAL_REQUEST | Create RE Search Request | Private |
| CALL METHOD /isdfps/cl_fdpfa_ili=>CB_GENERATE_RENTAL_REQUEST...more details | ||
| CLASS_CONSTRUCTOR | CLASS_CONSTRUCTOR | Public |
| CALL METHOD /isdfps/cl_fdpfa_ili=>CLASS_CONSTRUCTOR...more details | ||
| DELETE_ILI | Delete Comparison of Infrastructure | Public |
| CALL METHOD /isdfps/cl_fdpfa_ili=>DELETE_ILI...more details | ||
| DETERMINE_ORG_OBJID | Selection Popup for Force Element | Private |
| CALL METHOD /isdfps/cl_fdpfa_ili=>DETERMINE_ORG_OBJID...more details | ||
| DISPLAY_ERROR_LOG | Display Application Log | Private |
| CALL METHOD /isdfps/cl_fdpfa_ili=>DISPLAY_ERROR_LOG...more details | ||
| GET_KEY_DATE | Call Dialog Box for Key Date Entry | Private |
| CALL METHOD /isdfps/cl_fdpfa_ili=>GET_KEY_DATE...more details | ||
|
| ||
| ILI_DATA_READ | Read Authorized and Actual Infrastructure | Protected |
| CALL METHOD /isdfps/cl_fdpfa_ili=>ILI_DATA_READ...more details | ||
| ILI_HANDLE_MENU_BUTTON | Event Handler - Menu Entry | Public |
| CALL METHOD /isdfps/cl_fdpfa_ili=>ILI_HANDLE_MENU_BUTTON...more details | ||
| ILI_HANDLE_TOOLBAR | Extend Toolbar | Public |
| CALL METHOD /isdfps/cl_fdpfa_ili=>ILI_HANDLE_TOOLBAR...more details | ||
| ILI_HANDLE_USER_COMMAND | Event Handler - User Command | Public |
| CALL METHOD /isdfps/cl_fdpfa_ili=>ILI_HANDLE_USER_COMMAND...more details | ||
| INIT_ILI | Launch Function Tree | Protected |
| CALL METHOD /isdfps/cl_fdpfa_ili=>INIT_ILI...more details | ||
| INSTANCE_GET | Read Object Instance | Public |
| CALL METHOD /isdfps/cl_fdpfa_ili=>INSTANCE_GET...more details | ||
| READ_CHARACT_TEXT | Read Description of Fixtures and Fittings Characteristic | Private |
| CALL METHOD /isdfps/cl_fdpfa_ili=>READ_CHARACT_TEXT...more details | ||
| READ_FUNCT_TEXT | Read Description of Function | Private |
| CALL METHOD /isdfps/cl_fdpfa_ili=>READ_FUNCT_TEXT...more details | ||
| READ_MEAS_TEXT | Read Description of Measurement Type | Private |
| CALL METHOD /isdfps/cl_fdpfa_ili=>READ_MEAS_TEXT...more details | ||
| READ_MOBART_TEXT | Read Name of Object Type | Private |
| CALL METHOD /isdfps/cl_fdpfa_ili=>READ_MOBART_TEXT...more details | ||
| READ_NUTZART_TEXT | Read Description of Usage Type | Private |
| CALL METHOD /isdfps/cl_fdpfa_ili=>READ_NUTZART_TEXT...more details | ||
| REFRESH | Refresh | Public |
| CALL METHOD /isdfps/cl_fdpfa_ili=>REFRESH...more details | ||
| REFRESH_GRID | Refresh ALV Grid (Authorized/Actual Comparison) | Private |
| CALL METHOD /isdfps/cl_fdpfa_ili=>REFRESH_GRID...more details | ||
| SET_ALV_DATA | Set Output Data in ALV Grid | Private |
| CALL METHOD /isdfps/cl_fdpfa_ili=>SET_ALV_DATA...more details | ||
| SET_CONTEXT_MENU | Generate Context Menu Entries | Private |
| CALL METHOD /isdfps/cl_fdpfa_ili=>SET_CONTEXT_MENU...more details | ||
| SET_DATA_FOR_RENTAL_REQUEST | Determine Data and Create RE Search Request | Private |
| CALL METHOD /isdfps/cl_fdpfa_ili=>SET_DATA_FOR_RENTAL_REQUEST...more details | ||
| SET_EVENT_HANDLER | Register Events of Infrastructure List | Protected |
| CALL METHOD /isdfps/cl_fdpfa_ili=>SET_EVENT_HANDLER...more details | ||
| SET_FIELDCATALOG | Build Up Field Catalog | Protected |
| CALL METHOD /isdfps/cl_fdpfa_ili=>SET_FIELDCATALOG...more details | ||
| SET_LAYOUT | Change Layout | Protected |
| CALL METHOD /isdfps/cl_fdpfa_ili=>SET_LAYOUT...more details | ||
| SET_TABLE_FOR_FIRST_DISPLAY | Display of Data | Protected |
| CALL METHOD /isdfps/cl_fdpfa_ili=>SET_TABLE_FOR_FIRST_DISPLAY...more details | ||
| SET_TOOLBAR_EXCLUDING | Hide Functions in Standard Toolbar | Protected |
| CALL METHOD /isdfps/cl_fdpfa_ili=>SET_TOOLBAR_EXCLUDING...more details | ||
/ISDFPS/CL_FDPFA_ILI 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 |
| C_FC_ILI_APPLOG | Constant | Function Code | 'APPLOG' | LIKE UI_FUNC | Private |
| C_FC_ILI_GENERATE | Constant | Function Code | 'GENREQ' | LIKE UI_FUNC | Private |
| C_FC_ILI_KEYDATE | Constant | Function Code | 'KEYDATE' | LIKE UI_FUNC | Private |
| C_FC_ILI_REFRESH | Constant | Function Code | 'REFRESH' | LIKE UI_FUNC | Private |
| C_FC_ILI_STRUK | Constant | Function Code | 'STRU' | LIKE UI_FUNC | Private |
| C_FC_ILI_STRUK_1 | Constant | Function Code | 'STRU1' | LIKE UI_FUNC | Private |
| C_FC_ILI_STRUK_2 | Constant | Function Code | 'STRU2' | LIKE UI_FUNC | Private |
| C_FC_ILI_VERD | Constant | Function Code | 'VERD' | LIKE UI_FUNC | Private |
| C_FC_ILI_VERD_H_A | Constant | Function Code | 'VERDHA' | LIKE UI_FUNC | Private |
| C_FC_ILI_VERD_H_B | Constant | Function Code | 'VERDHB' | LIKE UI_FUNC | Private |
| C_FC_ILI_VERD_H_F | Constant | Function Code | 'VERDHF' | LIKE UI_FUNC | Private |
| C_FC_ILI_VERD_U_A | Constant | Function Code | 'VERDUA' | LIKE UI_FUNC | Private |
| C_FC_ILI_VERD_U_B | Constant | Function Code | 'VERDUB' | LIKE UI_FUNC | Private |
| C_FC_ILI_VERD_U_F | Constant | Function Code | 'VERDUF' | LIKE UI_FUNC | Private |
| C_STA_ABGELEHNT | Constant | System Status | 'I1173' | LIKE J_ISTAT | Private |
| C_STA_AKTIV | Constant | System Status | 'I1174' | LIKE J_ISTAT | Private |
| C_STA_BEANTRAGT | Constant | System Status | 'I1171' | LIKE J_ISTAT | Private |
| C_STA_GENEHMIGT | Constant | System Status | 'I1172' | LIKE J_ISTAT | Private |
| C_STA_GEPLANT | Constant | System Status | 'I1170' | LIKE J_ISTAT | Private |
| GS_HROBJECT | Instance Attribute | Object | LIKE HROBJECT | Private | |
| GS_LAYOUT | Instance Attribute | ALV Control: Layout Structure | LIKE LVC_S_LAYO | Private | |
| GS_VARIANT | Instance Attribute | Layout (External Use) | LIKE DISVARIANT | Private | |
| GT_CTX_MENU_PATH | Instance Attribute | Context Menu Entries | LIKE SCTX_ENTRYTAB | Private | |
| GT_ERROR_LIST | Instance Attribute | Return Table | LIKE BAPIRET2_T | Private | |
| GT_EXCLUDE_TOOLBAR | Instance Attribute | Function Code Table | LIKE UI_FUNCTIONS | Private | |
| GT_FIELDCATALOG | Instance Attribute | Field Catalog for SAP List Viewer Control | LIKE LVC_T_FCAT | Private | |
| GT_ILI_MO_ALV | Instance Attribute | Table Type for /ISDFPS/ST_RE_ILI_MO_ALV | LIKE /ISDFPS/TB_RE_ILI_MO_ALV | Private | |
| GT_ILI_MO_CHAR_ALV | Instance Attribute | Table Type for /ISDFPS/st_RE_ILI_MO_CHAR_ALV | LIKE /ISDFPS/TB_RE_ILI_MO_CHAR_ALV | Private | |
| GT_ILI_MO_MEAS_ALV | Instance Attribute | Table Type for /ISDFPS/ST_RE_ILI_MO_MEAS_ALV | LIKE /ISDFPS/TB_RE_ILI_MO_MEAS_ALV | Private | |
| G_FLAG_EBENE | Instance Attribute | M = Main Object; S = Subobject | 'H' | LIKE CHAR1 | Private |
| G_FLAG_HIERARCHIE | Instance Attribute | Structure Hierarchy | LIKE AS4FLAG | Private | |
| G_FLAG_VERD | Instance Attribute | Summarization: F = Function; E = Equipment; M = Measurement | 'F' | LIKE CHAR1 | Private |
| G_GRID | Instance Attribute | List Comparison of Infrastructure | LIKE CL_GUI_ALV_GRID | Private | |
| G_GRID_STRUCT_NAME | Instance Attribute | Table Name | LIKE DD02L-TABNAME | Private | |
| G_INSTANCE | Static Attribute | Infrastructure Comparison | LIKE /ISDFPS/CL_FDPFA_ILI | Private | |
| G_KEYDATE | Instance Attribute | Key Date | LIKE DATUM | Private | |
| MO_BADI_MO_ILI_ALV | Instance Attribute | LIKE | Private |
Links to Related Class(s)
/ISDFPS/...Full list of available SAP object classes
Search for further information about these or an SAP related objects