SAP /ISDFPS/CL_CONST OO Class - Constants from Class CL_FORCE
/ISDFPS/CL_CONST 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_CONST 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 /ISDFPS/CL_CONST 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 |
| ICONQUICK | Quick Info for an Icon | Public |
| CALL METHOD /isdfps/cl_const=>ICONQUICK...more details | ||
| ICONSHORT | Description of an icon | Public |
| CALL METHOD /isdfps/cl_const=>ICONSHORT...more details | ||
| REPTEXT | Data Element Heading | Public |
| CALL METHOD /isdfps/cl_const=>REPTEXT...more details | ||
| SCRTEXT_L | Data Element Field Label (Long) | Public |
| CALL METHOD /isdfps/cl_const=>SCRTEXT_L...more details | ||
| SCRTEXT_M | Data Element Field Label (Medium) | Public |
| CALL METHOD /isdfps/cl_const=>SCRTEXT_M...more details | ||
| SCRTEXT_S | Data Element Field Label (Short) | Public |
| CALL METHOD /isdfps/cl_const=>SCRTEXT_S...more details | ||
|
| ||
| TEXT_ELEMENT | Program Text Element | Public |
| CALL METHOD /isdfps/cl_const=>TEXT_ELEMENT...more details | ||
/ISDFPS/CL_CONST 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 |
| AUTHMAT_ABL | Constant | Reject Operation | 'MAT3' | LIKE J_VORGANG | Public |
| AUTHMAT_AKT | Constant | Activate Operation | 'MAT4' | LIKE J_VORGANG | Public |
| AUTHMAT_BEA | Constant | Request Operation | 'MAT1' | LIKE J_VORGANG | Public |
| AUTHMAT_DEA | Constant | Deactivate Operation | 'MAT5' | LIKE J_VORGANG | Public |
| AUTHMAT_GEN | Constant | Approve Operation | 'MAT2' | LIKE J_VORGANG | Public |
| AUTHMAT_STATUS_OART | Constant | Object Number (Authorized Material) | 'FA' | LIKE J_OBART | Public |
| AUTHMAT_STATUS_OTYPE | Constant | Object Status (Authorized Material) | 'FAU' | LIKE J_OBTYP | Public |
| AUTHMAT_STAT_ABG | Constant | System Status Rejected | 'I1173' | LIKE J_ISTAT | Public |
| AUTHMAT_STAT_AKT | Constant | System Status Active | 'I1174' | LIKE J_ISTAT | Public |
| AUTHMAT_STAT_BEA | Constant | System Status Requested | 'I1171' | LIKE J_ISTAT | Public |
| AUTHMAT_STAT_GEN | Constant | System Status Approved | 'I1172' | LIKE J_ISTAT | Public |
| AUTHMAT_STAT_GEP | Constant | System Status Planned | 'I1170' | LIKE J_ISTAT | Public |
| AUTHMAT_STAT_OBS | Constant | System Status Obsolete | 'I1175' | LIKE J_ISTAT | Public |
| AUTHMAT_WIE | Constant | Resubmit Operation | 'MAT0' | LIKE J_VORGANG | Public |
| C_STATUS_ACTIVE | Constant | Character Field of Length 6 | '@5F@' | LIKE CHAR6 | Public |
| C_STATUS_APPROVED | Constant | Character Field of Length 6 | '@B4@' | LIKE CHAR6 | Public |
| C_STATUS_OBSOLETE | Constant | Character Field of Length 6 | '@PB@' | LIKE CHAR6 | Public |
| C_STATUS_PLANNED | Constant | Character Field of Length 6 | '@B3@' | LIKE CHAR6 | Public |
| C_STATUS_REJECTED | Constant | Character Field of Length 6 | '@B6@' | LIKE CHAR6 | Public |
| C_STATUS_SUBMITTED | Constant | Character Field of Length 6 | '@B5@' | LIKE CHAR6 | Public |
| DATE_MAX | Constant | End Date | '99991231' | LIKE ENDDATUM | Public |
| DATE_MIN | Constant | Start Date | '19000101' | LIKE BEGDATUM | Public |
| FORCE_DBOP_DELETE | Constant | Database Operation 'Delete' | 'D' | LIKE CHAR1 | Public |
| FORCE_DBOP_INSERT | Constant | Database Operation 'Insert' | 'I' | LIKE CHAR1 | Public |
| FORCE_DBOP_UPDATE | Constant | Database Operation 'Update' | 'U' | LIKE CHAR1 | Public |
| FORCE_FALSE | Constant | False | '' | LIKE AS4FLAG | Public |
| FORCE_STAT_ACTIVE | Constant | System Status Active | '1' | LIKE ISTAT_D | Public |
| FORCE_STAT_APPROVED | Constant | System Status Approved | '4' | LIKE ISTAT_D | Public |
| FORCE_STAT_PLANNED | Constant | System Status Planned | '2' | LIKE ISTAT_D | Public |
| FORCE_STAT_REJECTED | Constant | System Status Rejected | '5' | LIKE ISTAT_D | Public |
| FORCE_STAT_SUBMITTED | Constant | System Status Requested | '3' | LIKE ISTAT_D | Public |
| FORCE_TRUE | Constant | True | 'X' | LIKE AS4FLAG | Public |
| FUNCT_EQUI | Constant | 'Personal Equipment' Material Category | 'FUNC' | LIKE /ISDFPS/MAT_TYPE | Public |
| GC_CASE_TYPE_BASIC_ORG | Constant | 'Organizational Plan' Usage Type | 'F' | LIKE /ISDFPS/CASE_TYPE | Public |
| GC_CASE_TYPE_DEFENSE | Constant | 'Defense' Usage Type | 'V' | LIKE /ISDFPS/CASE_TYPE | Public |
| GC_CASE_TYPE_EXERCISE | Constant | 'Exercise' Usage Type | 'U' | LIKE /ISDFPS/CASE_TYPE | Public |
| GC_CASE_TYPE_OPERATION | Constant | 'Operation' Usage Type | 'E' | LIKE /ISDFPS/CASE_TYPE | Public |
| GC_FCODE_ACTIVATE | Constant | Function Code 'Status Change to 'Active'' | 'AKTI' | LIKE FCODE | Public |
| GC_FCODE_APPROVE | Constant | Function Code 'Status Change to 'Approved'' | 'GENE' | LIKE FCODE | Public |
| GC_FCODE_PROPOSE_CHANGE | Constant | Function Code 'Status Change to 'Planned (Plan Proposal)'' | 'PLVO' | LIKE FCODE | Public |
| GC_FCODE_REJECT | Constant | Function Code 'Status Change to 'Rejected'' | 'ABLN' | LIKE FCODE | Public |
| GC_FCODE_SUBMIT | Constant | Function Code 'Status Change to 'Requested'' | 'BEAN' | LIKE FCODE | Public |
| GC_HR_ACTIVE_ISTAT_D | Constant | HR Planning Status 'Active' | '1' | LIKE ISTAT_D | Public |
| GC_HR_APPROVED_ISTAT_D | Constant | HR Planning Status 'Approved' | '4' | LIKE ISTAT_D | Public |
| GC_HR_COST_CENTER_OTYPE | Constant | HR Object Type 'Cost Center' | 'K' | LIKE OTYPE | Public |
| GC_HR_FORCE_ELEMENT_OTYPE | Constant | HR Object Type 'Force Element' | 'O' | LIKE OTYPE | Public |
| GC_HR_FORCE_ELEMENT_PLVAR | Constant | Plan Version | '01' | LIKE PLVAR | Public |
| GC_HR_FUNCT_LOCATION_OTYPE | Constant | 'Functional Location' HR Object Type | 'FL' | LIKE OTYPE | Public |
| GC_HR_JOB_OTYPE | Constant | HR Object Type 'Job' | 'C' | LIKE OTYPE | Public |
| GC_HR_LOG_WORK_CENTER_OTYPE | Constant | HR Object Type 'Logistical Work Center' | 'LA' | LIKE OTYPE | Public |
| GC_HR_PA_RSIGN_BOTTOM_UP | Constant | Special PA Relationship Direction 'Up' | 'B' | LIKE RSIGN | Public |
| GC_HR_PA_RSIGN_TOP_DOWN | Constant | Special PA Relationship Direction 'Down' | 'A' | LIKE RSIGN | Public |
| GC_HR_PERSON_OTYPE | Constant | HR Object Type 'Person' | 'P' | LIKE OTYPE | Public |
| GC_HR_PLANNED_ISTAT_D | Constant | HR Planning Status 'Planned' | '2' | LIKE ISTAT_D | Public |
| GC_HR_POSITION_OTYPE | Constant | HR Object Type 'Position' | 'S' | LIKE OTYPE | Public |
| GC_HR_QUALIFICATION_OTYPE | Constant | HR Object Type 'Qualification/Requirement' | 'Q' | LIKE OTYPE | Public |
| GC_HR_QUALI_BLOCK_OTYPE | Constant | HR Object Type 'Qualification/Requirement Block' | 'QB' | LIKE OTYPE | Public |
| GC_HR_REF_FORCE_ELEMENT_OTYPE | Constant | HR Object Type 'Reference Force Element' | 'RF' | LIKE OTYPE | Public |
| GC_HR_REJECTED_ISTAT_D | Constant | HR Planning Status 'Rejected' | '5' | LIKE ISTAT_D | Public |
| GC_HR_ROLE_OTYPE | Constant | 'Role' HR Object Type | 'AG' | LIKE OTYPE | Public |
| GC_HR_RSIGN_BOTTOM_UP | Constant | Relationship Direction 'Up' | 'A' | LIKE RSIGN | Public |
| GC_HR_RSIGN_TOP_DOWN | Constant | Relationship Direction 'Down' | 'B' | LIKE RSIGN | Public |
| GC_HR_SUBMITTED_ISTAT_D | Constant | HR Planning Status 'Requested' | '3' | LIKE ISTAT_D | Public |
| GC_HR_TASK_OTYPE | Constant | HR Object Type 'Task' | 'T' | LIKE OTYPE | Public |
| GC_HR_TECHNICAL_OBJECT_OTYPE | Constant | HR Object Type 'Technical Object' | 'EQ' | LIKE OTYPE | Public |
| GC_HR_USER_OTYPE | Constant | HR Object Type 'User' | 'US' | LIKE OTYPE | Public |
| GC_HR_WORK_CENTER_OTYPE | Constant | HR Object Type 'Work Center' | 'A' | LIKE OTYPE | Public |
| GC_HR_WORK_PLACE_OTYPE | Constant | HR Object Type 'Work Center' | 'A' | LIKE OTYPE | Public |
| GC_INFOTYP_OBJECT | Constant | Infotype 1000 ('Object') | '1000' | LIKE INFOTYP | Public |
| GC_INFOTYP_OPERATION_EXERCISE | Constant | Infotype 1956 ('Operation/Exercise') | '1956' | LIKE INFOTYP | Public |
| GC_INFOTYP_OPEX_RELATIONSHIPS | Constant | Infotype 1985 ('Operation/Exercise Relationships') | '1985' | LIKE INFOTYP | Public |
| GC_INFOTYP_QM_RELATIONSHIPS | Constant | Infotype 1055 ('Qualification Management Relationships') | '1055' | LIKE INFOTYP | Public |
| GC_INFOTYP_RELATIONSHIPS | Constant | Infotype 1001 ('Relationships') | '1001' | LIKE INFOTYP | Public |
| GC_INFOTYP_SUBORDINATION_RELAT | Constant | Infotype 1955 ('Command and Control Relationships') | '1955' | LIKE INFOTYP | Public |
| GC_SUBTYP_EXERCISE | Constant | Infotype 1956: 'Exercise' Subtype | '0002' | LIKE SUBTYP | Public |
| GC_SUBTYP_OPERATION | Constant | Infotyp 1956: 'Operation' Subtype | '0001' | LIKE SUBTYP | Public |
| GC_SUBTYP_OPERATION_EXERCISE | Constant | IT 1956: All - 'Operation' Subtype and 'Exercise' Subtype | SPACE | LIKE SUBTYP | Public |
| INFO_LOGSYS_ASSIGN | Constant | Message Number | 13 | LIKE BALMI-MSGNO | Public |
| INFO_LOGSYS_GET | Constant | Message Number | 14 | LIKE BALMI-MSGNO | Public |
| INFO_NO_AUTHMAT_CHANGE | Constant | Force element changed | 895 | LIKE BALMI-MSGNO | Public |
| INFO_NO_AUTHMAT_CREATE | Constant | Force element created | 894 | LIKE BALMI-MSGNO | Public |
| INFO_NO_AUTHMAT_DELETE | Constant | Force element deleted | 896 | LIKE BALMI-MSGNO | Public |
| INFO_NO_AUTHMAT_DELIMIT | Constant | Force element deleted | 886 | LIKE BALMI-MSGNO | Public |
| INFO_NO_FORCE_CHANGE | Constant | Force element changed | 892 | LIKE BALMI-MSGNO | Public |
| INFO_NO_FORCE_COPY | Constant | Force element deleted | 888 | LIKE BALMI-MSGNO | Public |
| INFO_NO_FORCE_CREATE | Constant | Force element created | 891 | LIKE BALMI-MSGNO | Public |
| INFO_NO_FORCE_DELETE | Constant | Force element deleted | 889 | LIKE BALMI-MSGNO | Public |
| INFO_NO_FORCE_DELIMIT | Constant | Force element deleted | 890 | LIKE BALMI-MSGNO | Public |
| INFO_NO_LOGSYS_CREATE | Constant | Logical system has been assigned to force element | 006 | LIKE BALMI-MSGNO | Public |
| INFO_NO_LOGSYS_READ | Constant | Logical system was read for force element | 012 | LIKE BALMI-MSGNO | Public |
| INFO_NO_MPA_CHANGE | Constant | Force element changed | 898 | LIKE BALMI-MSGNO | Public |
| INFO_NO_MPA_CREATE | Constant | Force element created | 897 | LIKE BALMI-MSGNO | Public |
| INFO_NO_MPA_DELETE | Constant | Force element deleted | 899 | LIKE BALMI-MSGNO | Public |
| INFO_NO_MPA_DELIMIT | Constant | Force element deleted | 887 | LIKE BALMI-MSGNO | Public |
| INFO_NO_PO_CREATE | Constant | Purchase order created successfully | 600 | LIKE BALMI-MSGNO | Public |
| INFO_NO_PO_NOT_CREATED | Constant | Purchase Order Was Not Created | 603 | LIKE BALMI-MSGNO | Public |
| INITIAL_PROVIDER | Constant | Material Indicator | 'S_INP' | LIKE /ISDFPS/MATQUAL | Public |
| MEMORY_ID_PRPL | Constant | ABAP Program Name | '/ISDFPS/PRPL' | LIKE PROGNAME | Public |
| MPA_STATUS_OART | Constant | Object Number (MPA) | 'FP' | LIKE J_OBART | Public |
| MPA_STATUS_OTYPE | Constant | Object Status (MPA) | 'FPA' | LIKE J_OBTYP | Public |
| MSG_CLASS_FORCE | Constant | Message Class 'FORCE' | '/ISDFPS/FORCE' | LIKE BALMI-MSGID | Public |
| MSG_HANDLER_APPLOG | Constant | Message Handler 'Application Log' | 'A' | LIKE /ISDFPS/MSG_HDL | Public |
| MSG_HANDLER_DIALOG | Constant | Message Handler 'Dialog' | 'D' | LIKE /ISDFPS/MSG_HDL | Public |
| MSG_HANDLER_EXTERN | Constant | Message Handler 'External' | 'E' | LIKE /ISDFPS/MSG_HDL | Public |
| MSG_HANDLER_MSGCOL | Constant | Message Handler 'Collector' | 'C' | LIKE /ISDFPS/MSG_HDL | Public |
| MSG_NO_ACTIVITY_NOT_ALLOWED | Constant | Unauthorized operation | 261 | LIKE BALMI-MSGNO | Public |
| MSG_NO_AUTHMAT_CHANGE | Constant | Error when changing authorized materials | 251 | LIKE BALMI-MSGNO | Public |
| MSG_NO_AUTHMAT_CREATE | Constant | Error when creating authorized materials | 252 | LIKE BALMI-MSGNO | Public |
| MSG_NO_AUTHMAT_DELETE | Constant | Error when creating authorized materials | 253 | LIKE BALMI-MSGNO | Public |
| MSG_NO_AUTHMAT_DELIMIT | Constant | Error when deleting authorized materials | 264 | LIKE BALMI-MSGNO | Public |
| MSG_NO_AUTHMAT_EXISTS | Constant | Authorized materials exist | 254 | LIKE BALMI-MSGNO | Public |
| MSG_NO_AUTHMAT_LOCK | Constant | Error when changing authorized materials | 262 | LIKE BALMI-MSGNO | Public |
| MSG_NO_AUTHMAT_PERIOD | Constant | Wrong period | 268 | LIKE BALMI-MSGNO | Public |
| MSG_NO_AUTHMAT_READ | Constant | Error when reading authorized materials | 250 | LIKE BALMI-MSGNO | Public |
| MSG_NO_AUTHMAT_REPLACE | Constant | Error Replacing MPOs | 280 | LIKE BALMI-MSGNO | Public |
| MSG_NO_AUTHMAT_UNLOCK | Constant | Error when changing authorized materials | 263 | LIKE BALMI-MSGNO | Public |
| MSG_NO_AUTHORITY_CHANGE | Constant | No authorization to change object | 082 | LIKE BALMI-MSGNO | Public |
| MSG_NO_AUTHORITY_CREATE | Constant | No authorization to create object | 081 | LIKE BALMI-MSGNO | Public |
| MSG_NO_AUTHORITY_DELETE | Constant | No authorization to delete object | 083 | LIKE BALMI-MSGNO | Public |
| MSG_NO_AUTHORITY_READ | Constant | No authorization to read object | 080 | LIKE BALMI-MSGNO | Public |
| MSG_NO_BERID_ASSIGN | Constant | Error when changing MRP area | 211 | LIKE BALMI-MSGNO | Public |
| MSG_NO_BERID_CREATE | Constant | Error when creating MRP area | 212 | LIKE BALMI-MSGNO | Public |
| MSG_NO_BERID_MISSING | Constant | Error when changing MRP area | 213 | LIKE BALMI-MSGNO | Public |
| MSG_NO_BERID_NOT_UNIQUE | Constant | MRP area already assigned | 214 | LIKE BALMI-MSGNO | Public |
| MSG_NO_BERID_READ | Constant | Error when reading MRP area | 210 | LIKE BALMI-MSGNO | Public |
| MSG_NO_BE_READ | Constant | Error while reading assignments to business entities | 287 | LIKE BALMI-MSGNO | Public |
| MSG_NO_BUKRS_MISSING | Constant | Company Code Not Defined | 601 | LIKE BALMI-MSGNO | Public |
| MSG_NO_CN_READ | Constant | Error while reading assignments to real estate contracts | 288 | LIKE BALMI-MSGNO | Public |
| MSG_NO_COMMON | Constant | General application error | 000 | LIKE BALMI-MSGNO | Public |
| MSG_NO_DB_DELETE_ERROR | Constant | DB delete error | 103 | LIKE BALMI-MSGNO | Public |
| MSG_NO_DB_INSERT_ERROR | Constant | DB insert error | 102 | LIKE BALMI-MSGNO | Public |
| MSG_NO_DB_LOCK_ERROR | Constant | DB lock error | 120 | LIKE BALMI-MSGNO | Public |
| MSG_NO_DB_READ_ERROR | Constant | DB read error | 100 | LIKE BALMI-MSGNO | Public |
| MSG_NO_DB_UNLOCK_ERROR | Constant | DB unlock error | 121 | LIKE BALMI-MSGNO | Public |
| MSG_NO_DB_UPDATE_ERROR | Constant | DB update error | 101 | LIKE BALMI-MSGNO | Public |
| MSG_NO_DOC_FORCER_COPY | Constant | Messages, Message Number | 382 | LIKE BALMI-MSGNO | Public |
| MSG_NO_DOC_FORCER_DELETE | Constant | Messages, Message Number | 385 | LIKE BALMI-MSGNO | Public |
| MSG_NO_DOC_FORCE_COPY | Instance Attribute | LIKE | Private | ||
| MSG_NO_DOC_FORCE_DELETE | Constant | Messages, Message Number | 383 | LIKE BALMI-MSGNO | Public |
| MSG_NO_DOC_PERS_COPY | Constant | Messages, Message Number | 381 | LIKE BALMI-MSGNO | Public |
| MSG_NO_DOC_PERS_DELETE | Constant | Messages, Message Number | 384 | LIKE BALMI-MSGNO | Public |
| MSG_NO_EKGRP_ASSIGN | Constant | Error when assigning purchasing group | 216 | LIKE BALMI-MSGNO | Public |
| MSG_NO_EKGRP_CREATE | Constant | Error when creating purchasing group | 217 | LIKE BALMI-MSGNO | Public |
| MSG_NO_EKGRP_MISSING | Constant | Error when assigning purchasing group | 218 | LIKE BALMI-MSGNO | Public |
| MSG_NO_EKGRP_READ | Constant | Error when creating purchasing group | 215 | LIKE BALMI-MSGNO | Public |
| MSG_NO_EKORG_ASSIGN | Constant | Error when assigning purchasing organization | 231 | LIKE BALMI-MSGNO | Public |
| MSG_NO_EKORG_CREATE | Constant | Error when assigning purchasing organization | 232 | LIKE BALMI-MSGNO | Public |
| MSG_NO_EKORG_MISSING | Constant | Error when assigning purchasing organization | 233 | LIKE BALMI-MSGNO | Public |
| MSG_NO_EKORG_READ | Constant | Error when assigning purchasing organization | 230 | LIKE BALMI-MSGNO | Public |
| MSG_NO_EMPTY_DATA | Constant | Data missing | 10 | LIKE BALMI-MSGNO | Public |
| MSG_NO_EXPO_LIST | Constant | An error occurred when copying object list for distribution | 290 | LIKE BALMI-MSGNO | Public |
| MSG_NO_FORCE_COPY | Constant | Error when creating authorized materials | 278 | LIKE BALMI-MSGNO | Public |
| MSG_NO_FORCE_DELETE | Constant | Error when creating authorized materials | 277 | LIKE BALMI-MSGNO | Public |
| MSG_NO_FORCE_MAINT | Constant | Error when creating authorized materials | 286 | LIKE BALMI-MSGNO | Public |
| MSG_NO_HANDLING_UNIT_LGORT | Constant | HUs Required in Storage Location | 337 | LIKE BALMI-MSGNO | Public |
| MSG_NO_INTERNAL_ERROR | Constant | Error in the message collector | 050 | LIKE BALMI-MSGNO | Public |
| MSG_NO_INVALID_DATE | Constant | Invalid date | 002 | LIKE BALMI-MSGNO | Public |
| MSG_NO_IPO_READ | Constant | Error while reading assignments to infrastructure plng obj. | 292 | LIKE BALMI-MSGNO | Public |
| MSG_NO_ITYP_CHANGE | Constant | Error when changing infotype | 151 | LIKE BALMI-MSGNO | Public |
| MSG_NO_ITYP_COPY | Constant | Error when copying infotype | 155 | LIKE BALMI-MSGNO | Public |
| MSG_NO_ITYP_CREATE | Constant | Error when creating infotype | 152 | LIKE BALMI-MSGNO | Public |
| MSG_NO_ITYP_DELETE | Constant | Error when deleting infotype | 153 | LIKE BALMI-MSGNO | Public |
| MSG_NO_ITYP_DELIMIT | Constant | Error when delimiting infotype | 154 | LIKE BALMI-MSGNO | Public |
| MSG_NO_ITYP_READ | Constant | Error when reading infotype | 150 | LIKE BALMI-MSGNO | Public |
| MSG_NO_LGORT_ASSIGN | Constant | Error when changing storage location | 236 | LIKE BALMI-MSGNO | Public |
| MSG_NO_LGORT_CREATE | Constant | Error when creating storage location | 237 | LIKE BALMI-MSGNO | Public |
| MSG_NO_LGORT_ERROR | Constant | Inconsistency in storage location | 238 | LIKE BALMI-MSGNO | Public |
| MSG_NO_LGORT_MISSING | Constant | Error when changing storage location | 239 | LIKE BALMI-MSGNO | Public |
| MSG_NO_LGORT_NOT_UNIQUE | Constant | Storage location already assigned | 234 | LIKE BALMI-MSGNO | Public |
| MSG_NO_LGORT_READ | Constant | Error when reading storage location | 235 | LIKE BALMI-MSGNO | Public |
| MSG_NO_LGORT_WRONG_ASSIGNED | Constant | Storage location is assigned to another MRP area | 247 | LIKE BALMI-MSGNO | Public |
| MSG_NO_LOGSYS | Constant | Logical system not defined | 001 | LIKE BALMI-MSGNO | Public |
| MSG_NO_LOGSYS_CREATE | Constant | Logical system cannot be created | 008 | LIKE BALMI-MSGNO | Public |
| MSG_NO_LOGSYS_READ | Constant | Logical system cannot be read | 007 | LIKE BALMI-MSGNO | Public |
| MSG_NO_MATQUAL_MISSING | Constant | Error when changing storage location | 246 | LIKE BALMI-MSGNO | Public |
| MSG_NO_MPA_ASSIGN | Constant | The MPA Cannot Be Assigned | 284 | LIKE BALMI-MSGNO | Public |
| MSG_NO_MPA_CHANGE | Constant | Error Changing Logistical Requirement | 271 | LIKE BALMI-MSGNO | Public |
| MSG_NO_MPA_CREATE | Constant | Error Creating Logistical Requirement | 272 | LIKE BALMI-MSGNO | Public |
| MSG_NO_MPA_DELETE | Constant | Error Deleting Logistical Requirement | 273 | LIKE BALMI-MSGNO | Public |
| MSG_NO_MPA_EXISTS | Constant | Material package already exists | 274 | LIKE BALMI-MSGNO | Public |
| MSG_NO_MPA_LOCK | Constant | Error Locking Logistical Requirement | 275 | LIKE BALMI-MSGNO | Public |
| MSG_NO_MPA_NOT_EXIST | Constant | MPO Does Not Exist | 285 | LIKE BALMI-MSGNO | Public |
| MSG_NO_MPA_READ | Constant | Error Reading Logistical Requirement | 270 | LIKE BALMI-MSGNO | Public |
| MSG_NO_MPA_STATUS | Constant | Material package has not been approved | 269 | LIKE BALMI-MSGNO | Public |
| MSG_NO_MPA_UNLOCK | Constant | Error Unlocking Logistical Requirement | 276 | LIKE BALMI-MSGNO | Public |
| MSG_NO_MPO_MISSING | Constant | MPO Missing | 282 | LIKE BALMI-MSGNO | Public |
| MSG_NO_MPO_NOT_EXIST | Constant | MPO does not exist | 249 | LIKE BALMI-MSGNO | Public |
| MSG_NO_MPO_NOT_LOCKED | Constant | MPO Not Locked for Org. Area | 281 | LIKE BALMI-MSGNO | Public |
| MSG_NO_MPO_STATUS | Constant | MPO has not been approved | 266 | LIKE BALMI-MSGNO | Public |
| MSG_NO_MPO_STATUS_NOT_APPR | Constant | MPO is not locked | 267 | LIKE BALMI-MSGNO | Public |
| MSG_NO_MPO_STATUS_NOT_LOCKED | Constant | MPO is not locked | 267 | LIKE BALMI-MSGNO | Public |
| MSG_NO_MPO_WRONG_SERVICE | Constant | MPO is not assigned to this organizational area | 248 | LIKE BALMI-MSGNO | Public |
| MSG_NO_MPO_WRONG_TYPE | Constant | MPO Has Wrong Node Type | 283 | LIKE BALMI-MSGNO | Public |
| MSG_NO_OBJECT_NOT_EXISTS | Constant | Object Exists | 104 | LIKE BALMI-MSGNO | Public |
| MSG_NO_PROJ_CHANGE | Constant | Error when changing WBS object | 221 | LIKE BALMI-MSGNO | Public |
| MSG_NO_PROJ_CREATE | Constant | Error when creating WBS object | 222 | LIKE BALMI-MSGNO | Public |
| MSG_NO_PROJ_READ | Constant | Error when reading WBS object | 220 | LIKE BALMI-MSGNO | Public |
| MSG_NO_PROV_READ | Constant | Error when reading initial provider | 244 | LIKE BALMI-MSGNO | Public |
| MSG_NO_PSP_CHANGE | Constant | Error when changing WBS object | 201 | LIKE BALMI-MSGNO | Public |
| MSG_NO_PSP_CREATE | Constant | Error when creating WBS object | 202 | LIKE BALMI-MSGNO | Public |
| MSG_NO_PSP_READ | Constant | Error when reading WBS object | 200 | LIKE BALMI-MSGNO | Public |
| MSG_NO_RR_READ | Constant | Error while reading assignments to RE search requests | 291 | LIKE BALMI-MSGNO | Public |
| MSG_NO_SERNP_MISSING | Constant | Serial Number Not Defined | 602 | LIKE BALMI-MSGNO | Public |
| MSG_NO_STATUS | Constant | Error in status management | 255 | LIKE BALMI-MSGNO | Public |
| MSG_NO_STATUS_CHANGE | Constant | Error when changing status | 256 | LIKE BALMI-MSGNO | Public |
| MSG_NO_STATUS_CREATE | Constant | Error when creating status | 257 | LIKE BALMI-MSGNO | Public |
| MSG_NO_STATUS_DELETE | Constant | Error when deleting status | 258 | LIKE BALMI-MSGNO | Public |
| MSG_NO_STATUS_PPE | Constant | Status management error in the PPE | 260 | LIKE BALMI-MSGNO | Public |
| MSG_NO_STATUS_READ | Constant | Error when reading status | 259 | LIKE BALMI-MSGNO | Public |
| MSG_NO_VMPO_EXISTS | Constant | Models Exist for MPO | 265 | LIKE BALMI-MSGNO | Public |
| MSG_NO_VMPO_NOT_LOCKED | Constant | Variant of MPO Is Not Locked | 279 | LIKE BALMI-MSGNO | Public |
| MSG_NO_WERKS_ASSIGN | Constant | Error when changing plant | 241 | LIKE BALMI-MSGNO | Public |
| MSG_NO_WERKS_CREATE | Constant | Error when creating plant | 242 | LIKE BALMI-MSGNO | Public |
| MSG_NO_WERKS_ERROR | Constant | Inconsistency in plant | 243 | LIKE BALMI-MSGNO | Public |
| MSG_NO_WERKS_MISSING | Constant | Error when changing plant | 245 | LIKE BALMI-MSGNO | Public |
| MSG_NO_WERKS_READ | Constant | Error when reading plant | 240 | LIKE BALMI-MSGNO | Public |
| MSG_OPT_ALL | Constant | Message options 'ALL' | 'A' | LIKE /ISDFPS/MSG_OPT | Public |
| MSG_OPT_ERRORS | Constant | Message options 'Only Errors' | 'E' | LIKE /ISDFPS/MSG_OPT | Public |
| MSG_OPT_NONE | Constant | Message options 'None' | 'N' | LIKE /ISDFPS/MSG_OPT | Public |
| MSG_OPT_SYSTEM | Constant | Message options 'To System' | 'S' | LIKE /ISDFPS/MSG_OPT | Public |
| MSG_SETTINGS | Static Attribute | Settings | LIKE /ISDFPS/FORCE_SETTINGS | Public | |
| MSG_TYP_ABORT | Constant | Message type 'Abort' | 'A' | LIKE CHAR1 | Public |
| MSG_TYP_DUMP | Constant | Message type 'Dump' | 'X' | LIKE CHAR1 | Public |
| MSG_TYP_ERROR | Constant | Message type 'Error' | 'E' | LIKE CHAR1 | Public |
| MSG_TYP_INFO | Constant | Message Type 'Info' | 'I' | LIKE CHAR1 | Public |
| MSG_TYP_SUCCESS | Constant | Message type 'Successful' | 'S' | LIKE CHAR1 | Public |
| MSG_TYP_WARNING | Constant | Message type 'Warning' | 'W' | LIKE CHAR1 | Public |
| OFF | Constant | 3-Byte Field | 'OFF' | LIKE CHAR3 | Public |
| ON | Constant | 3-Byte Field | 'ON' | LIKE CHAR3 | Public |
| OPREL_DB_NAMES | Constant | Character field 13 digits | '/ISDFPS/OR' | LIKE CHAR13 | Public |
| PERS_EQUI | Constant | 'Personal Equipment' Material Category | 'PERS' | LIKE /ISDFPS/MAT_TYPE | Public |
| STATUS_OBART_FORCER_BE | Constant | Object Type: FORCER BE | 'FZ' | LIKE J_OBART | Public |
| STATUS_OBART_FORCER_CN | Constant | Object Type: FORCER CN | 'FY' | LIKE J_OBART | Public |
| STATUS_OBART_FORCER_EPA | Constant | Object Type: FORCER EPA | 'FI' | LIKE J_OBART | Public |
| STATUS_OBART_FORCER_IPO | Constant | Object Type: FORCER IPO | 'FL' | LIKE J_OBART | Public |
| STATUS_OBART_FORCER_MC | Constant | Object Type: FORCER MC | 'FH' | LIKE J_OBART | Public |
| STATUS_OBART_FORCER_MPO | Constant | Object Type: FORCER MPO | 'FU' | LIKE J_OBART | Public |
| STATUS_OBART_FORCER_RIC | Constant | Object Type: FORCER RIC | 'FJ' | LIKE J_OBART | Public |
| STATUS_OBART_FORCER_RR | Constant | Object Type: FORCER RR | 'FN' | LIKE J_OBART | Public |
| STATUS_OBART_FORCER_VPA | Constant | Object Type: FORCER VPA | 'FV' | LIKE J_OBART | Public |
| STATUS_OBTYP_FORCER_BE | Constant | Object Type: FORCER BE | 'FZA' | LIKE J_OBTYP | Public |
| STATUS_OBTYP_FORCER_CN | Constant | Object Type: FORCER CN | 'FYA' | LIKE J_OBTYP | Public |
| STATUS_OBTYP_FORCER_EPA | Constant | Object Type: FORCER EPA | 'FIA' | LIKE J_OBTYP | Public |
| STATUS_OBTYP_FORCER_IPO | Constant | Object Type: FORCER IPO | 'FLA' | LIKE J_OBTYP | Public |
| STATUS_OBTYP_FORCER_MC | Constant | Object Type: FORCER MC | 'FHA' | LIKE J_OBTYP | Public |
| STATUS_OBTYP_FORCER_MPO | Constant | Object Type: FORCER MPO | 'FUA' | LIKE J_OBTYP | Public |
| STATUS_OBTYP_FORCER_RIC | Constant | Object Type: FORCER RIC | 'FJA' | LIKE J_OBTYP | Public |
| STATUS_OBTYP_FORCER_RR | Constant | Object Type: FORCER RR | 'FNA' | LIKE J_OBTYP | Public |
| STATUS_OBTYP_FORCER_VPA | Constant | Object Type: FORCER VPA | 'FVA' | LIKE J_OBTYP | Public |
| TIMEZONE_UTC | Constant | Time Zone | 'UTC' | LIKE TZONREF-TZONE | Public |
| TIME_MAX | Constant | End Time | '235900' | LIKE /ISDFPS/ENDZT | Public |
| TIME_MIN | Constant | Start Time | '000000' | LIKE /ISDFPS/BEGZT | Public |
Links to Related Class(s)
/ISDFPS/...Full list of available SAP object classes
Search for further information about these or an SAP related objects