SAP CL_DPR_UI_LOG_GANTT OO Class - Gantt Chart/Table: Data Retrieval
CL_DPR_UI_LOG_GANTT 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 CL_DPR_UI_LOG_GANTT 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 CL_DPR_UI_LOG_GANTT 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 |
| ADD_2_CHANGED_OBJECTS_LIST | Object was changed | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>ADD_2_CHANGED_OBJECTS_LIST...more details | ||
| ADD_DELIMITER_TO_END_DATE_INFO | Add 'Comma' and delimiter (&&&) before final output | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>ADD_DELIMITER_TO_END_DATE_INFO...more details | ||
| ADD_FILTERED_ROW_IDS_TO_BUFFER | Private | |
| CALL METHOD cl_dpr_ui_log_gantt=>ADD_FILTERED_ROW_IDS_TO_BUFFER...more details | ||
| ADD_RELATIONS | Relationships | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>ADD_RELATIONS...more details | ||
| ADD_ROW_IDS_TO_BUFFER | Private | |
| CALL METHOD cl_dpr_ui_log_gantt=>ADD_ROW_IDS_TO_BUFFER...more details | ||
| BUFFER_BAR_CHANGE | Writes Bar Changes to MT_CHANGED_ATTR | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>BUFFER_BAR_CHANGE...more details | ||
|
| ||
| BUFFER_CELL_CHANGE | Writes Changes to a Cell in MT_CHANGED_ATTR | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>BUFFER_CELL_CHANGE...more details | ||
| BUFFER_LINK_CHANGE_NEW | Private | |
| CALL METHOD cl_dpr_ui_log_gantt=>BUFFER_LINK_CHANGE_NEW...more details | ||
| BUILD_DEFAULT_PERS_COLUMNS | Default Table Columns for Personalization | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>BUILD_DEFAULT_PERS_COLUMNS...more details | ||
| BUILD_EXCEL_SPREADSHEET_HEADER | builds the header of the excel spreadsheet | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>BUILD_EXCEL_SPREADSHEET_HEADER...more details | ||
| CALCULATE_DATE_BOUNDS | Re-Calculate the earliest start and latest finish | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>CALCULATE_DATE_BOUNDS...more details | ||
| CALCULATE_DIFF_DATES | Calculate Duration from Start/Finish Date (Date Format) | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>CALCULATE_DIFF_DATES...more details | ||
| CHANGE_COMP_SOURCE_DATA | change the dates to be displayed as comparison source | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>CHANGE_COMP_SOURCE_DATA...more details | ||
| CHANGE_EDGE_RELATION_TYPE | Change Relationship Type | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>CHANGE_EDGE_RELATION_TYPE...more details | ||
| CHECK_RELATION_CHANGEABILITY | Check and Set Relationship Changeability | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>CHECK_RELATION_CHANGEABILITY...more details | ||
| CLASS_CONSTRUCTOR | Private | |
| CALL METHOD cl_dpr_ui_log_gantt=>CLASS_CONSTRUCTOR...more details | ||
| CLEAR_CHANGED_OBJECTS | Delete Change Buffer | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>CLEAR_CHANGED_OBJECTS...more details | ||
| CLEAR_DETAIL_BUFFER | Delete object data | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>CLEAR_DETAIL_BUFFER...more details | ||
| CLEAR_SCHEDULE_CONFLICT_OBJS | clear the buffer for objects with scheduling conflicts | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>CLEAR_SCHEDULE_CONFLICT_OBJS...more details | ||
| COLLECT_OBJECTS | Get Objects | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>COLLECT_OBJECTS...more details | ||
| COMPARE_WITH_TARGET | Start the compare mode | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>COMPARE_WITH_TARGET...more details | ||
| CONSTRUCTOR | Private | |
| CALL METHOD cl_dpr_ui_log_gantt=>CONSTRUCTOR...more details | ||
| CONVERT_DATES_FOR_BAR | convert the date values for the bar data | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>CONVERT_DATES_FOR_BAR...more details | ||
| CONVERT_DETAIL_DATA | Data for Time Bars / Conversion of Field Names | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>CONVERT_DETAIL_DATA...more details | ||
| CONVERT_TREE_DATA | Converts Tree to Gantt Format | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>CONVERT_TREE_DATA...more details | ||
| CREATE_AND_UPLOAD_EXCEL_SHEET | Private | |
| CALL METHOD cl_dpr_ui_log_gantt=>CREATE_AND_UPLOAD_EXCEL_SHEET...more details | ||
| CREATE_CONSTR_DRAGGING_TOOLTIP | Generates HTML Tooltip for Chart | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>CREATE_CONSTR_DRAGGING_TOOLTIP...more details | ||
| CREATE_DRAGGING_TOOLTIP | Generates HTML Tooltip for Chart | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>CREATE_DRAGGING_TOOLTIP...more details | ||
| CREATE_TOOLTIP | Generates HTML Tooltip for Chart | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>CREATE_TOOLTIP...more details | ||
| DATE_FIELDS_FOR_BAR | Determines Field Names for Gantt Bar | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>DATE_FIELDS_FOR_BAR...more details | ||
| DELETE_FROM_BUFFER | Remove deleted elements from detail buffer mt_data | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>DELETE_FROM_BUFFER...more details | ||
| DETERMINE_HEADER_FOOTER_VALUE | Interprets the given BadI values for header and footer | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>DETERMINE_HEADER_FOOTER_VALUE...more details | ||
| DETERMINE_TARGET_BAR_TYPE | Determine Target Bar Type | Public |
| CALL METHOD cl_dpr_ui_log_gantt=>DETERMINE_TARGET_BAR_TYPE...more details | ||
| DETERMINE_USER_SPECIFIC_COLS | Get Columns According to User-Specific Setting | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>DETERMINE_USER_SPECIFIC_COLS...more details | ||
| EXPORT_DATA_TO_EXCEL | Public | |
| CALL METHOD cl_dpr_ui_log_gantt=>EXPORT_DATA_TO_EXCEL...more details | ||
| FILL_CHANGES_BY_EXT_ACTIONS | fill the externally changed objects into changed objs list | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>FILL_CHANGES_BY_EXT_ACTIONS...more details | ||
| FILL_COMP_DATES_FOR_TARGET | Fill Compare Dates for Target | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>FILL_COMP_DATES_FOR_TARGET...more details | ||
| FILL_COMP_DATES_FOR_TARGET_UI5 | Fill Compare Dates for Target for UI5 Gantt | Public |
| CALL METHOD cl_dpr_ui_log_gantt=>FILL_COMP_DATES_FOR_TARGET_UI5...more details | ||
| FILL_CONTEXT_MENU | Fills the tree context menu data for Create (and Insert) | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>FILL_CONTEXT_MENU...more details | ||
| FILL_DETAIL_BUFFER | Get Detailed Data for Gantt Chart | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>FILL_DETAIL_BUFFER...more details | ||
| FILL_DEVIATION | fill deviation column into the tab data | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>FILL_DEVIATION...more details | ||
| FILL_FORECASTED_DATES | Fill dates for compare with forecasted into tab and bar data | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>FILL_FORECASTED_DATES...more details | ||
| FILL_PRINT_HEADER_FOOTER | fill in the values for the printing header and footer | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>FILL_PRINT_HEADER_FOOTER...more details | ||
| GANTT_PARAMETERS | Parameters for Gantt Chart | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>GANTT_PARAMETERS...more details | ||
| GET_APPROPRIATE_TIMESCALE | Delivers Appropriate Scale for Longest Root Element | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>GET_APPROPRIATE_TIMESCALE...more details | ||
| GET_AUX_DATE | Supplies Data for Object Links | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>GET_AUX_DATE...more details | ||
| GET_BADI_INSTANCE | Delivers BAdI Instance | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>GET_BADI_INSTANCE...more details | ||
| GET_CHANGED_OBJECTS_LIST | return the changed objects | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>GET_CHANGED_OBJECTS_LIST...more details | ||
| GET_COMBO_COLUMNS_FR_NEW_GANTT | Get additional dropdowns for new Gantt | Public |
| CALL METHOD cl_dpr_ui_log_gantt=>GET_COMBO_COLUMNS_FR_NEW_GANTT...more details | ||
| GET_COMPARE_MODE | returns the compare mode | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>GET_COMPARE_MODE...more details | ||
| GET_COMPARE_WITH_VALUES | get possible values for DDL Compare_with | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>GET_COMPARE_WITH_VALUES...more details | ||
| GET_COMPARISON_VALUES | get possible values for new DDL Comparison | Public |
| CALL METHOD cl_dpr_ui_log_gantt=>GET_COMPARISON_VALUES...more details | ||
| GET_DETAILS_OPT_ACTIVE | Get if Detail window optimization is active in Customizing | Public |
| CALL METHOD cl_dpr_ui_log_gantt=>GET_DETAILS_OPT_ACTIVE...more details | ||
| GET_DETAIL_DATA_FOR_NEW_GANTT | Get details of Gantt Object Attributes | Public |
| CALL METHOD cl_dpr_ui_log_gantt=>GET_DETAIL_DATA_FOR_NEW_GANTT...more details | ||
| GET_EARLIEST_LATEST_DATES | Get earliest/latest dates | Public |
| CALL METHOD cl_dpr_ui_log_gantt=>GET_EARLIEST_LATEST_DATES...more details | ||
| GET_EXCEL_COLUMNS | Private | |
| CALL METHOD cl_dpr_ui_log_gantt=>GET_EXCEL_COLUMNS...more details | ||
| GET_EXCEL_ROWS | Private | |
| CALL METHOD cl_dpr_ui_log_gantt=>GET_EXCEL_ROWS...more details | ||
| GET_FC | Field Control for Input Fields | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>GET_FC...more details | ||
| GET_FCB | Field Control for Buttons | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>GET_FCB...more details | ||
| GET_FILTER_FLAG | Is Filter Active? | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>GET_FILTER_FLAG...more details | ||
| GET_GANTT_ADDITIONAL_INFO | Get additional GANTT information to be displayed in GANTT | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>GET_GANTT_ADDITIONAL_INFO...more details | ||
| GET_GANTT_COLUMNS | Get Columns Depending on CPRO_GANTT Enhancement | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>GET_GANTT_COLUMNS...more details | ||
| GET_GANTT_DATA | Get XML for Initial Call for Gantt Chart | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>GET_GANTT_DATA...more details | ||
| GET_GANTT_DATA_REMOVE_EDGE_NEW | XML for Deleting/Restoring a Relationship | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>GET_GANTT_DATA_REMOVE_EDGE_NEW...more details | ||
| GET_GANTT_HANDLE_DELTA | Deltahandling ? | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>GET_GANTT_HANDLE_DELTA...more details | ||
| GET_GANTT_LOADED | loaded = 'X': Gantt Already Fully Loaded | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>GET_GANTT_LOADED...more details | ||
| GET_GANTT_VIEWPOS | Determine Date for Start of Visible Area in Gantt Chart | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>GET_GANTT_VIEWPOS...more details | ||
| GET_HIDE_CONSTRAINTS_ACTIVE | Get if Hide Constraints in Gantt is active in Customizing | Public |
| CALL METHOD cl_dpr_ui_log_gantt=>GET_HIDE_CONSTRAINTS_ACTIVE...more details | ||
| GET_INSTANCE | Get Instance (Singleton) | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>GET_INSTANCE...more details | ||
| GET_LABEL_TYPE_FOR_CELL | gets the Gantt label type for a table cell | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>GET_LABEL_TYPE_FOR_CELL...more details | ||
| GET_LAST_GANTT_ACTION | Current Gantt Action | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>GET_LAST_GANTT_ACTION...more details | ||
| GET_NEXT_TREE_LEVEL_BUFFER | Read Children for a Tree Element in the Loaded Objects | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>GET_NEXT_TREE_LEVEL_BUFFER...more details | ||
| GET_NOT_YET_LOADED_OBJECTS | Delivers the Objects Still to Be Loaded | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>GET_NOT_YET_LOADED_OBJECTS...more details | ||
| GET_OBJECTS_TO_BE_FILTERED | Delivers Elements to Be Filtered | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>GET_OBJECTS_TO_BE_FILTERED...more details | ||
| GET_OBJ_ATTR_FOR_GANTT | Get the Objects and attributes in Gantt Chart | Public |
| CALL METHOD cl_dpr_ui_log_gantt=>GET_OBJ_ATTR_FOR_GANTT...more details | ||
| GET_PARAMETERS_FOR_NEW_GANTT | Get Parameters for Gantt | Public |
| CALL METHOD cl_dpr_ui_log_gantt=>GET_PARAMETERS_FOR_NEW_GANTT...more details | ||
| GET_POSSIBLE_TIMESCALE | Can the Selected Scale Be Used? | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>GET_POSSIBLE_TIMESCALE...more details | ||
| GET_PROJECTS_FOR_COMPARE | returns table of possible target projects | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>GET_PROJECTS_FOR_COMPARE...more details | ||
| GET_PROJECT_DESCRIPTION | Delivers Project Name and Number for Popup | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>GET_PROJECT_DESCRIPTION...more details | ||
| GET_SELECTION_4_DEL_IN_FILTER | Selection After Deletion in Filter Result List | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>GET_SELECTION_4_DEL_IN_FILTER...more details | ||
| GET_SETTINGS_FROM_BE | Get Settings | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>GET_SETTINGS_FROM_BE...more details | ||
| GET_SRC_COMP_DATE_FR_NEW_GANTT | Get Source Compare dates for new Gantt | Public |
| CALL METHOD cl_dpr_ui_log_gantt=>GET_SRC_COMP_DATE_FR_NEW_GANTT...more details | ||
| GET_START_END | Get earliest start and latest finish | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>GET_START_END...more details | ||
| GET_TIMESCALE | Time Scale | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>GET_TIMESCALE...more details | ||
| GET_TREE_MENU_FR_NEW_GANTT | Get tree menu items for new Gantt | Public |
| CALL METHOD cl_dpr_ui_log_gantt=>GET_TREE_MENU_FR_NEW_GANTT...more details | ||
| GET_UI_DATA_FROM_FC | Convert Field Controls to External Format | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>GET_UI_DATA_FROM_FC...more details | ||
| GET_UPDATE_INDICATOR | Delivers Update Indicator (Data Must Be Read) | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>GET_UPDATE_INDICATOR...more details | ||
| GET_USERSPEC_SET_GANTT_CHANGED | Get: User-Specific Settings for Graphic Were Changed | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>GET_USERSPEC_SET_GANTT_CHANGED...more details | ||
| GET_USER_SETTINGS | Read User Settings for Additional Date | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>GET_USER_SETTINGS...more details | ||
| GET_VIEWOPS_DATA_FOR_NEW_GANTT | Get details of restore viewops | Public |
| CALL METHOD cl_dpr_ui_log_gantt=>GET_VIEWOPS_DATA_FOR_NEW_GANTT...more details | ||
| GET_VIEW_TYPES | Values for DDLB Views | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>GET_VIEW_TYPES...more details | ||
| GET_VISIBLE_TREE_GANTT | Delivers Visible Objects for Gantt Chart | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>GET_VISIBLE_TREE_GANTT...more details | ||
| HANDLE_EXPANSION_CHANGE | Expand/Collapse for Loaded Children | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>HANDLE_EXPANSION_CHANGE...more details | ||
| HAS_EARLIEST_LATEST_CHANGED | Get flag of changed Earliest/ Latest dates | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>HAS_EARLIEST_LATEST_CHANGED...more details | ||
| IDENTIFY_OBJECT | Identifies Object Category by GUID | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>IDENTIFY_OBJECT...more details | ||
| INIT_FOR_OVERWRITE | Intialize Member Attributes for overwrite with old data | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>INIT_FOR_OVERWRITE...more details | ||
| INIT_TAB_DATA_CONV | prepare converted data table before update | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>INIT_TAB_DATA_CONV...more details | ||
| INIT_TARGET_DATA | clear all target detail data in gantt buffer | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>INIT_TARGET_DATA...more details | ||
| IS_COMP_WITH_OTHER_DATE | check if in compare mode with other dates of entry object | Public |
| CALL METHOD cl_dpr_ui_log_gantt=>IS_COMP_WITH_OTHER_DATE...more details | ||
| IS_COMP_WITH_VERSION | check if currently in compare mode with other version | Public |
| CALL METHOD cl_dpr_ui_log_gantt=>IS_COMP_WITH_VERSION...more details | ||
| IS_MILESTONE | When true - returns 'X' | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>IS_MILESTONE...more details | ||
| IS_SCROLL_TO_START_DISABLED | Is scroll to start on select disabled? | Public |
| CALL METHOD cl_dpr_ui_log_gantt=>IS_SCROLL_TO_START_DISABLED...more details | ||
| IS_TERMINATION_AVAILABLE | Scheduling Possible? | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>IS_TERMINATION_AVAILABLE...more details | ||
| MERGE_TREE_TAB_TO_GANTT_EXPORT | Private | |
| CALL METHOD cl_dpr_ui_log_gantt=>MERGE_TREE_TAB_TO_GANTT_EXPORT...more details | ||
| MODIFY_XSLT_INPUT_INITIATIVE | Initiative: Project Definition Hidden | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>MODIFY_XSLT_INPUT_INITIATIVE...more details | ||
| READ_CONSTRAINTS | Get Time Constraints from Buffer | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>READ_CONSTRAINTS...more details | ||
| READ_FURTHER_USER_SETTINGS | Read further user settings | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>READ_FURTHER_USER_SETTINGS...more details | ||
| READ_SETTING_SCHEDULE_CONFLICT | Read user setting for highlighting scheduling conflicts | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>READ_SETTING_SCHEDULE_CONFLICT...more details | ||
| READ_USER_SETTINGS_RELATIONS | Read User Settings for Hiding Relationships | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>READ_USER_SETTINGS_RELATIONS...more details | ||
| REFRESH_ROW_IDS_BUFFER | Deselect Modified Flag for All Entries | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>REFRESH_ROW_IDS_BUFFER...more details | ||
| REMOVE_CHANGED_LINKS | Delete Changed Links from Buffer Table | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>REMOVE_CHANGED_LINKS...more details | ||
| REPORT_ACTION | Send Actions to Change Manager | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>REPORT_ACTION...more details | ||
| REPORT_CHANGED_DATA | Send Changes to Back-End | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>REPORT_CHANGED_DATA...more details | ||
| REPORT_CHANGED_DATA_POPUP | Send Changes to Back-End | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>REPORT_CHANGED_DATA_POPUP...more details | ||
| REPORT_CHANGED_LINKS | Send Changes to Back-End | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>REPORT_CHANGED_LINKS...more details | ||
| REPORT_CHANGED_LINKS_NEW | Send Changes to Back-End | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>REPORT_CHANGED_LINKS_NEW...more details | ||
| RESEND_ALL_ELEMENTS_TO_GANTT | Send All Objects to Graphic After Reset Filter | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>RESEND_ALL_ELEMENTS_TO_GANTT...more details | ||
| RESET_COMPARE | undo the compare mode | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>RESET_COMPARE...more details | ||
| RESET_PERS_COLUMN_DEFINITION | Reset Personalized Column Definition for Gantt Table | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>RESET_PERS_COLUMN_DEFINITION...more details | ||
| RESTORE_LOADINGMODE | Set/Reset the restore loadingmode | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>RESTORE_LOADINGMODE...more details | ||
| RESTORE_VIEWPOS | Set/Reset the viewpos | Public |
| CALL METHOD cl_dpr_ui_log_gantt=>RESTORE_VIEWPOS...more details | ||
| RETRIEVE_AUX_DATE | Read Additional Data | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>RETRIEVE_AUX_DATE...more details | ||
| RETRIEVE_BEFORE_UPDATE | Get Current Data from Back-End | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>RETRIEVE_BEFORE_UPDATE...more details | ||
| SET_ADDITIONAL_COMBOS | Set key value pairs for additional combo fields (dropdowns) | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>SET_ADDITIONAL_COMBOS...more details | ||
| SET_CHANGES_BY_EXT_ACTIONS | Save objects changed by external actions (CopyToForecasted) | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>SET_CHANGES_BY_EXT_ACTIONS...more details | ||
| SET_FILTER_FLAG | Set Filter Indicator | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>SET_FILTER_FLAG...more details | ||
| SET_FILTER_RESULT | Sets Filter Result | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>SET_FILTER_RESULT...more details | ||
| SET_FILTER_RESULT_FR_NEW_GANTT | Sets Filter Result for new Gantt | Public |
| CALL METHOD cl_dpr_ui_log_gantt=>SET_FILTER_RESULT_FR_NEW_GANTT...more details | ||
| SET_GANTT_HANDLE_DELTA | Deltahandling? | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>SET_GANTT_HANDLE_DELTA...more details | ||
| SET_GANTT_LOADED | loaded = 'X': Gantt Already Fully Loaded | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>SET_GANTT_LOADED...more details | ||
| SET_GANTT_MORE_INFORMATION | Set GANTT Additional User Settings Information | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>SET_GANTT_MORE_INFORMATION...more details | ||
| SET_GANTT_USER_SETTINGS | Set: User-Specific Settings for Graphic (Additional Info.) | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>SET_GANTT_USER_SETTINGS...more details | ||
| SET_LAST_GANTT_ACTION | Current Gantt Action | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>SET_LAST_GANTT_ACTION...more details | ||
| SET_LINK_UNLINK | Set indicator for link and unlink actions | Public |
| CALL METHOD cl_dpr_ui_log_gantt=>SET_LINK_UNLINK...more details | ||
| SET_OBJ_ATTR_FOR_GANTT | Set the Objects and attributes in Gantt Chart | Public |
| CALL METHOD cl_dpr_ui_log_gantt=>SET_OBJ_ATTR_FOR_GANTT...more details | ||
| SET_PERSONALIZED_COLUMNS | Private | |
| CALL METHOD cl_dpr_ui_log_gantt=>SET_PERSONALIZED_COLUMNS...more details | ||
| SET_PRINT_BOUNDS | Set print boundaries for print preview | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>SET_PRINT_BOUNDS...more details | ||
| SET_SCHEDULING_CONFLICTS | Fill the table with scheduling conflict objects | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>SET_SCHEDULING_CONFLICTS...more details | ||
| SET_TIMESCALE | Time Scale | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>SET_TIMESCALE...more details | ||
| SET_UPDATE_INDICATOR | Sets Update Indicator (Data Must Be Read) | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>SET_UPDATE_INDICATOR...more details | ||
| SET_USERSPEC_SET_GANTT_CHANGED | Set: User-Specific Settings for Graphic Were Changed | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>SET_USERSPEC_SET_GANTT_CHANGED...more details | ||
| START_GANTT_IN_COMPARE_MODE | start the gantt directly with target from the compare screen | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>START_GANTT_IN_COMPARE_MODE...more details | ||
| TRANSFORM_ABAP_2_DELTA_XML | Call XSLT Transformation | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>TRANSFORM_ABAP_2_DELTA_XML...more details | ||
| TRANSFORM_ABAP_2_XML | Call XSLT Transformation | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>TRANSFORM_ABAP_2_XML...more details | ||
| TRANSLATE_BAR_CHANGE | Interprets Changes to a Ganttbar | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>TRANSLATE_BAR_CHANGE...more details | ||
| UPDATE_BUFFERED_LINKS | Public | |
| CALL METHOD cl_dpr_ui_log_gantt=>UPDATE_BUFFERED_LINKS...more details | ||
| UPDATE_CHANGED_LINKS | Private | |
| CALL METHOD cl_dpr_ui_log_gantt=>UPDATE_CHANGED_LINKS...more details | ||
| UPDATE_CONSTRAINT | Update Constraint, e.g. delete constraint | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>UPDATE_CONSTRAINT...more details | ||
| UPDATE_DATA_FOR_NEW_GANTT | Updtae table & detail data based on filter condition | Public |
| CALL METHOD cl_dpr_ui_log_gantt=>UPDATE_DATA_FOR_NEW_GANTT...more details | ||
| UPDATE_VISIBLE_TREE_GANTT | Update Buffer of Visible Objects | Private |
| CALL METHOD cl_dpr_ui_log_gantt=>UPDATE_VISIBLE_TREE_GANTT...more details | ||
CL_DPR_UI_LOG_GANTT 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_EXCEL_SPREADSHEET_HEADER | Constant | LIKE | Public | ||
| MR_BADI_GANTT | Instance Attribute | LIKE | Private | ||
| MR_BADI_SCHED | Instance Attribute | Interface zum BAdI: DPR_SCHEDULING | LIKE | Private | |
| MR_LOG_TREE | Instance Attribute | UI Logic for Tree | LIKE | Private | |
| MR_TARGET | Instance Attribute | target object instance for compare | LIKE | Private | |
| MS_TREE_CONTEXT_MENU | Instance Attribute | LIKE | Private | ||
| MS_USER_SETTINGS | Instance Attribute | API: Structure for User Settings | LIKE | Private | |
| MT_AUX_DATES | Instance Attribute | Additional Data | LIKE | Private | |
| MT_CHANGED_ATTR | Instance Attribute | Attributes Last Changed by User | LIKE | Private | |
| MT_CHANGED_LINKS | Instance Attribute | Links Last Changed | LIKE | Private | |
| MT_CHANGED_LINKS_NEW | Instance Attribute | LIKE | Private | ||
| MT_CHANGED_OBJECTS | Instance Attribute | Changed Objects | LIKE | Private | |
| MT_CHANGED_OBJS_BY_ACTION | Instance Attribute | List of objects changed e.g. by copyToForecasted Action | LIKE | Private | |
| MT_DATA | Instance Attribute | Objects and Attributes in Gantt Chart | LIKE | Private | |
| MT_FILTER_ROW_BUFFER | Instance Attribute | Row Buffer for Filter | LIKE | Private | |
| MT_GANTT_LINKS | Instance Attribute | Buffer for All Relationships | LIKE | Private | |
| MT_GANTT_TREE_DATA | Instance Attribute | Tree Data in Gantt Format | LIKE | Private | |
| MT_PERS_COLS | Instance Attribute | Column Definition for Gantt Table | LIKE | Private | |
| MT_ROW_BUFFER | Instance Attribute | Row Buffer for Standard Display | LIKE | Private | |
| MT_SCHEDULE_CONFLICT_OBJS | Instance Attribute | Objects with scheduling conflicts | LIKE | Private | |
| MT_TABLE_COLS | Instance Attribute | Columns for Table | LIKE | Private | |
| MT_TARGETS_4_DELETE | Instance Attribute | Target bars to delete | LIKE | Private | |
| MT_TREE_MENU_ITEMS | Instance Attribute | Menu itmes for the selected element | LIKE | Private | |
| MT_VISIBLE_TREE_DATA | Instance Attribute | Visible Tree Data | LIKE | Private | |
| MV_ACTIVATE_DETAILS_OPT | Static Attribute | switch to activate Details window optimization | ABAP_FALSE | LIKE ABAP_BOOL | Private |
| MV_ACTIVATE_HIDE_CONTRAINTS | Static Attribute | Switch to activate Hide Constraint Icons | ABAP_FALSE | LIKE ABAP_BOOL | Private |
| MV_APPROPRIATE_TIMESCALE | Instance Attribute | LIKE | Private | ||
| MV_BAR_ACTION | Instance Attribute | Action of bar | LIKE STRING | Private | |
| MV_CHART_VIEW_START | Instance Attribute | Initial Visible Area in Chart | LIKE | Private | |
| MV_COMPARE_MODE | Instance Attribute | Version type to compare with in gantt | LIKE | Private | |
| MV_DATE_RANGE_END | Instance Attribute | End Date | LIKE | Private | |
| MV_DATE_RANGE_START | Instance Attribute | Start Date | LIKE | Private | |
| MV_DEBUG | Instance Attribute | Debug Mode | LIKE | Private | |
| MV_DISABLE_SCROLL_TO_START | Instance Attribute | 'X' = Disable Scroll to Start on Select | LIKE BOOLEAN | Private | |
| MV_EARLIEST_START | Instance Attribute | Earliest Start Date | LIKE | Private | |
| MV_EARLIEST_START_GUID | Instance Attribute | Guid of object with earliest start of all | LIKE | Private | |
| MV_FILTER_ACTIVE | Instance Attribute | Filter Active? | LIKE | Private | |
| MV_GANTT_DELTA | Instance Attribute | Use Delta Handling | LIKE | Private | |
| MV_GANTT_LOADED | Instance Attribute | Gantt Chart Loaded | LIKE | Private | |
| MV_GANTT_USER_SETTINGS | Instance Attribute | 'X' = Changed GANTT User-Specific Setting for Graphic | LIKE | Private | |
| MV_GANTT_USER_SPEC_CHANGED | Instance Attribute | 'X' = Changed User-Specific Setting for Graphic | LIKE | Private | |
| MV_HIDE_CONSTRAINTS | Instance Attribute | 'X' = Hide Constraint Icons | LIKE BOOLE_D | Private | |
| MV_HIDE_RELATIONS | Instance Attribute | 'X' = Hide Relationships | LIKE | Private | |
| MV_HIDE_SCHEDULE_CONFLICTS | Instance Attribute | 'X' = highlight project elements with scheduling conflicts | LIKE | Private | |
| MV_LAST_GANTT_ACTION | Instance Attribute | Current Action in Gantt | LIKE | Private | |
| MV_LATEST_END | Instance Attribute | Latest Finish | LIKE | Private | |
| MV_LATEST_END_GUID | Instance Attribute | Guid of object with latest end of all | LIKE | Private | |
| MV_LINK | Instance Attribute | Boolean Variable (X=True, -=False, Space=Unknown) | LIKE BOOLEAN | Public | |
| MV_NEW_CRITP_LOGIC | Static Attribute | New critical path logic ('X'= Yes) | LIKE XFELD | Private | |
| MV_RECALCULATE_START_END | Instance Attribute | Earliest Start and Latest Finish have to be re-calculated | LIKE | Private | |
| MV_RESTORE_LOADINGMODE | Instance Attribute | Restore user settings after event | LIKE | Private | |
| MV_RESTORE_VIEWPOS | Instance Attribute | Boolean Variable (X=True, -=False, Space=Unknown) | LIKE BOOLEAN | Private | |
| MV_SINGLE_ROOT_GUID | Instance Attribute | Unique Object Key | LIKE DPR_TV_OBJECT_GUID_CHAR | Public | |
| MV_SOURCE_DATE_TYPE | Instance Attribute | which dates to compare with (planned, actual, forecasted...) | SC_COMP_SRC_PLANNED | LIKE DPR_TV_COMPARE_DATE_TYPE | Private |
| MV_START_COMPARE | Instance Attribute | LIKE | Private | ||
| MV_TIMESCALE | Instance Attribute | Selected Time Scale | LIKE | Private | |
| MV_TITLE | Instance Attribute | Title of Gantt | LIKE | Private | |
| MV_TOP_ELEMENT | Instance Attribute | Highest Element | LIKE | Private | |
| MV_UNLINK | Instance Attribute | Boolean Variable (X=True, -=False, Space=Unknown) | LIKE BOOLEAN | Public | |
| MV_UPDATE_INDICATOR | Instance Attribute | Update Indicator | LIKE | Private | |
| SC_ACT_COLLAPSE_ALL | Instance Attribute | Collapse Using Button | LIKE | Private | |
| SC_ACT_COLLAPSE_TREE | Instance Attribute | Collapse a Single Node | LIKE | Private | |
| SC_ACT_CUT_PASTE | Instance Attribute | Action in Gantt: Paste after cut | LIKE | Private | |
| SC_ACT_EXPAND_TREE | Instance Attribute | Expand Nodes Not Loaded Yet | LIKE | Private | |
| SC_ACT_LINK_CHANGE | Instance Attribute | LIKE | Private | ||
| SC_ACT_ORDER_CHANGE | Instance Attribute | The order of elements in tree has changed | LIKE | Private | |
| SC_ACT_PAPERCLIP | Constant | 'PAPERCLIP' | LIKE STRING | Public | |
| SC_ACT_PARA_CHANGE | Instance Attribute | Parameter Changed in Chart | LIKE | Private | |
| SC_ACT_PERSONALIZATION | Constant | Personalization of layout (note 3202310) | 'PERS' | LIKE STRING | Public |
| SC_ACT_PRINT_BOUNDS | Instance Attribute | LIKE | Private | ||
| SC_ACT_SEL_OBJ | Instance Attribute | Action in Gantt: Select Object | LIKE | Private | |
| SC_ACT_START_COMPARE | Instance Attribute | Action in Gantt: Start of Compare | LIKE | Private | |
| SC_ACT_UNDO_EDGE | Instance Attribute | Action in Gantt: Delete Edge | LIKE | Private | |
| SC_COL_ACTUAL_FINISH | Constant | 'ACTUAL_FINISH' | LIKE STRING | Public | |
| SC_COL_ACTUAL_START | Constant | 'ACTUAL_START' | LIKE STRING | Public | |
| SC_COL_DEVIATION | Instance Attribute | deviation between version ates | LIKE | Private | |
| SC_COL_ELEMENT_TYPE | Instance Attribute | Project Element Category | LIKE | Private | |
| SC_COL_FINISH | Instance Attribute | Finish Date | LIKE | Private | |
| SC_COL_RESP_ROLE | Instance Attribute | Responsible Role | LIKE | Private | |
| SC_COL_START | Instance Attribute | Start Date | LIKE | Private | |
| SC_COL_VERSION_FINISH | Instance Attribute | finish date of target version | LIKE | Private | |
| SC_COL_VERSION_START | Instance Attribute | start date of target version | LIKE | Private | |
| SC_COMPARE_WITH_OVERWRITE | Instance Attribute | LIKE | Private | ||
| SC_COMP_ACTUAL | Constant | Compare with Actual dates | 'ACT' | LIKE DPR_TV_UI_COMPARE_WITH | Public |
| SC_COMP_FORECAST | Instance Attribute | Compare with Forcast dates | LIKE | Private | |
| SC_COMP_NONE | Instance Attribute | No Compare | LIKE | Private | |
| SC_COMP_OPERATIONAL | Instance Attribute | Compare with Operational | LIKE | Private | |
| SC_COMP_PLAN | Constant | Compare with Planned dates | 'PLN' | LIKE DPR_TV_UI_COMPARE_WITH | Public |
| SC_COMP_SIMULATION | Instance Attribute | Compare with Simulation | LIKE | Private | |
| SC_COMP_SNAPSHOT | Instance Attribute | Compare with Snapshot | LIKE | Private | |
| SC_COMP_SRC_ACTUAL | Constant | Actual dates as compare source | 'SRC_ACTUAL' | LIKE DPR_TV_COMPARE_DATE_TYPE | Public |
| SC_COMP_SRC_PLANNED | Constant | Planned dates as compare source | 'SRC_PLAN' | LIKE DPR_TV_COMPARE_DATE_TYPE | Public |
| SC_CONSTR_FINISH | Instance Attribute | Finish Date Constraint | LIKE | Private | |
| SC_CONSTR_START | Instance Attribute | Start Date Constraint | LIKE | Private | |
| SC_CPROJ_TABLE | Instance Attribute | ID of Table Part | LIKE | Private | |
| SC_DATA_CHANGE | Instance Attribute | Data Has Been Changed | LIKE | Private | |
| SC_DATE_EARLY | Instance Attribute | Early Dates | LIKE | Private | |
| SC_DATE_LATE | Instance Attribute | Late Dates | LIKE | Private | |
| SC_DELETE_LINK | Instance Attribute | Single-Character Indicator | LIKE | Private | |
| SC_DURATION_UNIT | Instance Attribute | Duration unit | LIKE | Private | |
| SC_FALSE_TXT | Instance Attribute | LIKE | Private | ||
| SC_GANTT_CELL | Instance Attribute | LIKE | Private | ||
| SC_GANTT_COL | Instance Attribute | LIKE | Private | ||
| SC_GANTT_EDGE | Instance Attribute | LIKE | Private | ||
| SC_GANTT_NODE | Instance Attribute | LIKE | Private | ||
| SC_GANTT_OLD | Instance Attribute | LIKE | Private | ||
| SC_GANTT_RELATION | Instance Attribute | LIKE | Private | ||
| SC_GANTT_ROW | Instance Attribute | LIKE | Private | ||
| SC_GANTT_SOURCE | Instance Attribute | LIKE | Private | ||
| SC_GANTT_TARGET | Instance Attribute | LIKE | Private | ||
| SC_INSERT_LINK | Instance Attribute | Single-Character Indicator | LIKE | Private | |
| SC_MENU_ITEM_CREATE | Instance Attribute | Key for the context menu entry 'Create'' | LIKE | Private | |
| SC_MENU_ITEM_INSERT | Instance Attribute | Key for the context menu entry 'Create and Insert' | LIKE | Private | |
| SC_MENU_ITEM_SCROLL_TO_START | Constant | Key for the context menu entry 'Scroll to Start' | 'ITEM_SCROLL_TO_START' | LIKE STRING | Public |
| SC_MODE_INSERT | Instance Attribute | LIKE | Private | ||
| SC_MODE_OVERWRITE | Instance Attribute | LIKE | Private | ||
| SC_MODE_OVERWRITE_RESTORE | Instance Attribute | LIKE | Private | ||
| SC_NEW_MIME_REP_PATH | Instance Attribute | redirect Path for MimeRepository Objects | LIKE | Private | |
| SC_TMSC_DATE_RANGE | Instance Attribute | Timescale: fit from-to date | LIKE | Private | |
| SC_TMSC_FIT | Instance Attribute | Timescale: Fit | LIKE | Private | |
| SC_TMSC_MONTH | Instance Attribute | Timescale | LIKE | Private | |
| SC_TMSC_OVERVIEW | Instance Attribute | Timescale- overview | LIKE | Private | |
| SC_TMSC_QUARTER | Instance Attribute | Timescale | LIKE | Private | |
| SC_TMSC_WEEK | Instance Attribute | Timescale | LIKE | Private | |
| SC_TMSC_YEAR | Instance Attribute | Timescale | LIKE | Private | |
| SC_TP_EDGE | Instance Attribute | LIKE | Private | ||
| SC_TP_EDGE_FF | Instance Attribute | LIKE | Private | ||
| SC_TP_EDGE_SF | Instance Attribute | LIKE | Private | ||
| SC_TP_EDGE_SS | Instance Attribute | LIKE | Private | ||
| SC_TP_EDITPROPS_000 | Instance Attribute | combination of moveable, sizeable and linkable | LIKE | Private | |
| SC_TP_EDITPROPS_001 | Instance Attribute | combination of moveable, sizeable and linkable | LIKE | Private | |
| SC_TP_EDITPROPS_010 | Instance Attribute | combination of moveable, sizeable and linkable | LIKE | Private | |
| SC_TP_EDITPROPS_011 | Instance Attribute | combination of moveable, sizeable and linkable | LIKE | Private | |
| SC_TP_EDITPROPS_100 | Instance Attribute | combination of moveable, sizeable and linkable | LIKE | Private | |
| SC_TP_EDITPROPS_101 | Instance Attribute | combination of moveable, sizeable and linkable | LIKE | Private | |
| SC_TP_EDITPROPS_110 | Instance Attribute | combination of moveable, sizeable and linkable | LIKE | Private | |
| SC_TP_EDITPROPS_111 | Instance Attribute | combination of moveable, sizeable and linkable | LIKE | Private | |
| SC_TP_LABEL_READONLY | Instance Attribute | LIKE | Private | ||
| SC_TP_ND | Instance Attribute | LIKE | Private | ||
| SC_TP_NDFIX | Instance Attribute | LIKE | Private | ||
| SC_TP_NDFIX_CP1 | Instance Attribute | LIKE | Private | ||
| SC_TP_NDFIX_CP2 | Instance Attribute | LIKE | Private | ||
| SC_TP_NDRED | Instance Attribute | LIKE | Private | ||
| SC_TP_NDRED_CP1 | Instance Attribute | LIKE | Private | ||
| SC_TP_NDRED_CP2 | Instance Attribute | LIKE | Private | ||
| SC_TP_NDSUMTSK | Static Attribute | 'Gantt.CProjects.NodeSumTsk' | LIKE STRING | Public | |
| SC_TP_NDSUMTSK_CP1 | Constant | 'cPro.NodeSumTskCp1' | LIKE STRING | Public | |
| SC_TP_NDSUMTSK_CP2 | Constant | 'cPro.NodeSumTskCp2' | LIKE STRING | Public | |
| SC_TP_ND_CP1 | Instance Attribute | LIKE | Private | ||
| SC_TP_ND_CP2 | Instance Attribute | LIKE | Private | ||
| SC_TP_ND_MILESTONE | Instance Attribute | LIKE | Private | ||
| SC_TP_ND_MILESTONE_CP1 | Instance Attribute | LIKE | Private | ||
| SC_TP_ND_MILESTONE_CP2 | Instance Attribute | LIKE | Private | ||
| SC_TP_ND_OBJLINK | Instance Attribute | LIKE | Private | ||
| SC_TP_ND_SUM | Instance Attribute | LIKE | Private | ||
| SC_TP_ND_SUM_CP1 | Instance Attribute | LIKE | Private | ||
| SC_TP_ND_SUM_CP2 | Instance Attribute | LIKE | Private | ||
| SC_TP_ND_TRIANGLE | Instance Attribute | LIKE | Private | ||
| SC_TP_ND_TRIANGLE_CP1 | Instance Attribute | LIKE | Private | ||
| SC_TP_ND_TRIANGLE_CP2 | Instance Attribute | LIKE | Private | ||
| SC_TP_TABLE | Instance Attribute | LIKE | Private | ||
| SC_TREE_MENU_ID | Instance Attribute | ID for the Context Menu in the Tree | LIKE | Private | |
| SC_TRUE_TXT | Instance Attribute | LIKE | Private | ||
| SC_UPDATE_LINK | Instance Attribute | Single-Character Indicator | LIKE | Private | |
| SC_UPDATE_LINK_REL | Instance Attribute | Single-Character Flag | LIKE | Private | |
| SR_GANTT | Instance Attribute | Gantt Chart/Table: Data Retrieval | LIKE | Private | |
| ST_COMBO_COLUMNS | Instance Attribute | table type for additional dropdowns in Gantt | LIKE | Private | |
| ST_COMBO_FINISH_CONSTRAINT | Instance Attribute | Business Server Pages (BSP) Value List Search Help | LIKE | Private | |
| ST_COMBO_START_CONSTRAINT | Instance Attribute | Business Server Pages (BSP) Value List Search Help | LIKE | Private | |
| ST_MENU_TEXTS | Instance Attribute | Menu Texts | LIKE | Private | |
| ST_TABLE_COLS | Instance Attribute | Columns for Table | LIKE | Private | |
| ST_VIEW_TYPES | Instance Attribute | Business Server Pages (BSP) Value List Search Help | LIKE | Private | |
| ST_VIS_VIEW_TYPES | Instance Attribute | Business Server Pages (BSP) Value List Search Help | LIKE | Private | |
| SV_DATE_TXT | Instance Attribute | UI Text for Tooltip | LIKE | Private | |
| SV_DURATION_TXT | Instance Attribute | UI Text for Tooltip | LIKE | Private | |
| SV_END_TXT | Instance Attribute | UI Text for Tooltip | LIKE | Private | |
| SV_FINISH_NO_EARLIER_TXT | Instance Attribute | 'Start No Finish Than'Text for GMI (Gantt More Information) | LIKE | Private | |
| SV_FINISH_NO_LATER_TXT | Instance Attribute | 'Start No Finish Than'Text for GMI (Gantt More Information) | LIKE | Private | |
| SV_GANTT_EVENTS | Instance Attribute | Gantt Events as String | LIKE | Private | |
| SV_MUST_FINISH_ON_TXT | Instance Attribute | 'Must Finish On' Text for GMI (Gantt More Information) | LIKE | Private | |
| SV_MUST_START_ON_TXT | Instance Attribute | 'Must Start On' Text for GMI (Gantt More Information) | LIKE | Private | |
| SV_NAME_TXT | Instance Attribute | UI Text for Tooltip | LIKE | Private | |
| SV_NUMBER_TXT | Instance Attribute | UI Text for Tooltip | LIKE | Private | |
| SV_OBJ_DATE_TXT | Instance Attribute | UI Text for Tooltip | LIKE | Private | |
| SV_PLANNED_END_DATE_TXT | Instance Attribute | 'Planned End Date'Text for GMI (Gantt More Information) | LIKE | Private | |
| SV_PLANNED_START_DATE_TXT | Instance Attribute | 'Planned Start Date'Text for GMI (Gantt More Information) | LIKE | Private | |
| SV_PROCESS_TXT | Instance Attribute | UI Text for Tooltip | LIKE | Private | |
| SV_RESPONSIBLE_RESOURCE_TXT | Instance Attribute | 'Responsible Resource'Text for GMI (Gantt More Information) | LIKE | Private | |
| SV_RESPONSIBLE_ROLE_TXT | Instance Attribute | 'Responsible Role'Text for GMI (Gantt More Information) | LIKE | Private | |
| SV_SETTINGS_DATES_TXT | Static Attribute | UI Text for Tooltip | LIKE STRING | Private | |
| SV_START_NO_EARLIER_TXT | Instance Attribute | 'Start No Earlier Than'Text for GMI (Gantt More Information) | LIKE | Private | |
| SV_START_NO_LATER_TXT | Instance Attribute | 'Start No Later Than'Text for GMI (Gantt More Information) | LIKE | Private | |
| SV_START_TXT | Instance Attribute | UI Text for Tooltip | LIKE | Private | |
| SV_STATUS_TXT | Instance Attribute | 'Status'Text for GMI (Gantt More Information) | LIKE | Private | |
| SV_TOTAL_FLOAT_TXT | Instance Attribute | 'Total Float'Text for GMI (Gantt More Information) | LIKE | Private | |
| SV_WITHOUT_PERFORMANCE | Instance Attribute | 'X' = Without Runtime Improvement to Compare with Old Logic | LIKE | Private | |
| SV_WORK_TXT | Instance Attribute | 'Work' Text for GMI (Gantt More Information) | LIKE | Private |
CL_DPR_UI_LOG_GANTT types
TT_GANTT_EXPORT -TT_MENU_ITEMS -
TT_ROW_IDS -
TT_VAL_TAB -
TY_ACTUALS -
TY_GANTT_EXPORT -
TY_MENU_ITEMS -
TY_ROW_IDS -
TY_VAL_TAB -
Links to Related Class(s)
CL_DPR_U...Full list of available SAP object classes
Search for further information about these or an SAP related objects