SAP /ISDFPS/CL_CHANGE_SLOC OO Class - Delete and Change Plant/Storage Location
/ISDFPS/CL_CHANGE_SLOC 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_CHANGE_SLOC 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_CHANGE_SLOC 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_MSGTAB_TO_LOG | Adds Notifications to Application Log | Private |
| CALL METHOD /isdfps/cl_change_sloc=>ADD_MSGTAB_TO_LOG...more details | ||
| ADD_SYMSG_TO_LOG | Adds a Notification from SY Fields to Application Log | Private |
| CALL METHOD /isdfps/cl_change_sloc=>ADD_SYMSG_TO_LOG...more details | ||
| CALL_IN_BATCH | Calls User Command Action for Mass Processing | Public |
| CALL METHOD /isdfps/cl_change_sloc=>CALL_IN_BATCH...more details | ||
| CHANGE_STOCK_ALL_SLOC | Repost All Stocks | Public |
| CALL METHOD /isdfps/cl_change_sloc=>CHANGE_STOCK_ALL_SLOC...more details | ||
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD /isdfps/cl_change_sloc=>CONSTRUCTOR...more details | ||
| ON_HOTSPOT_CLICK | Event Handler Hotspot Click | Public |
| CALL METHOD /isdfps/cl_change_sloc=>ON_HOTSPOT_CLICK...more details | ||
|
| ||
| ON_TOOLBAR | Event Handler Toolbar | Public |
| CALL METHOD /isdfps/cl_change_sloc=>ON_TOOLBAR...more details | ||
| SET_DATA | Transfer Data Tables | Public |
| CALL METHOD /isdfps/cl_change_sloc=>SET_DATA...more details | ||
| START_GOODS_MOVEMENT | Repost All Stocks | Public |
| CALL METHOD /isdfps/cl_change_sloc=>START_GOODS_MOVEMENT...more details | ||
| SUBMIT_BATCH_JOB | Creates a Job That Calls Report in Batch Mode | Private |
| CALL METHOD /isdfps/cl_change_sloc=>SUBMIT_BATCH_JOB...more details | ||
| USER_COMMAND | Event Handler User Command | Public |
| CALL METHOD /isdfps/cl_change_sloc=>USER_COMMAND...more details | ||
/ISDFPS/CL_CHANGE_SLOC 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_STOCK_TYPE_001 | Constant | Record Type Planning: Stock | '001' | LIKE /ISDFPS/FDPMAT_RECTYPE | Public |
| GC_STR_CHANGE_SLOC__JOB_PRE | Constant | Prefix for Job Name and Log Text | 'CHANGE_SLOC' | LIKE STRING | Public |
| GC_UCO_CHANGE_SLOC_APPROVE | Constant | Approve | 'APPROVE' | LIKE SY-UCOMM | Public |
| GC_UCO_CHANGE_SLOC_CHANGE_REC | Constant | Change Receiving Plant/Storage Location | 'CHANGE_REC' | LIKE SY-UCOMM | Public |
| GC_UCO_CHANGE_SLOC_GM_BG | Constant | Start Stock Posting | 'GOODS_MOVE_BG' | LIKE SY-UCOMM | Public |
| GC_UCO_CHANGE_SLOC_GOODS_MOVE | Constant | Start Stock Posting | 'GOODS_MOVE' | LIKE SY-UCOMM | Public |
| GC_UCO_CHANGE_SLOC_MAP | Constant | Change Plant/Storage Location | 'CS_STOCK_MAP' | LIKE SY-UCOMM | Public |
| GC_UCO_CHANGE_SLOC_MAP_BG | Constant | Change Plant/Storage Location | 'CS_STOCK_MAP_BG' | LIKE SY-UCOMM | Public |
| GC_UCO_CHANGE_SLOC_REFRESH | Constant | Function Code: Refresh ALV Grid | 'CS_REFRESH' | LIKE SY-UCOMM | Public |
| GC_UCO_CHANGE_SLOC_SAVE_LIST | Constant | Save Stock List | 'SAVE_LIST' | LIKE SY-UCOMM | Public |
| GC_UCO_CHANGE_SLOC_SHOW_LOG | Constant | Function Code: Display Last Log | 'CS_SHOW_PROT' | LIKE SY-UCOMM | Public |
| GC_UCO_CHANGE_SLOC_SHOW_SER | Constant | Display Serial Numbers | 'SHOW_SER' | LIKE SY-UCOMM | Public |
| GC_UCO_CHANGE_SLOC_SHOW_SMX | Constant | Function Code: Job Selection | 'SMX' | LIKE SY-UCOMM | Public |
| GC_UCO_CHANGE_SLOC_SPLIT | Constant | Split Quantity | 'SPLIT' | LIKE SY-UCOMM | Public |
| GC_UCO_CHANGE_SLOC_START_GM | Constant | Start Stock Posting | 'START_GM' | LIKE SY-UCOMM | Public |
| GC_UCO_CHANGE_SLOC_START_GM_BG | Constant | Start Stock Posting | 'START_GM_BG' | LIKE SY-UCOMM | Public |
| GC_UCO_CHANGE_SLOC_TRANSFER | Constant | Change Plant/Storage Location | 'CS_STOCK_TRANSFER' | LIKE SY-UCOMM | Public |
| GC_UCO_CHANGE_SLOC_TRANSFER_BG | Constant | Change Plant/Storage Location | 'CS_STOCK_TRANSFER_BG' | LIKE SY-UCOMM | Public |
| GO_ALV | Instance Attribute | ALV | LIKE CL_GUI_ALV_GRID | Protected | |
| GO_LOG | Instance Attribute | Processing Extended Application Log | LIKE /ISDFPS/CL_LOG_CHANGE_SLOC | Private | |
| GO_STOCK_LIST | Instance Attribute | Stock/Movements Lists | LIKE /ISDFPS/CL_FDP_STOCK_LIST | Private | |
| GO_STOCK_VISUALIZE | Instance Attribute | ALV Grid for Stock/Movement List | LIKE /ISDFPS/CL_FDP_STOCK_VISUALIZE | Private | |
| GO_VISUALIZE | Instance Attribute | UI for Stock/Movements List | LIKE /ISDFPS/CL_FDP_STOCK_VISUALIZE | Protected | |
| GS_CONTEXT | Static Attribute | Additional Fields for Application Log | LIKE /ISDFPS/MM_LOG_SLOC | Private | |
| GT_BATCH_SL | Instance Attribute | Table with Warehouse Stock/Movements | LIKE /ISDFPS/FDPMAT_STOCKLIST_T | Private | |
| GT_LIST | Instance Attribute | Table with Warehouse Stock/Movements | LIKE /ISDFPS/FDPMAT_STOCKLIST_T | Protected | |
| GT_LIST_SER | Instance Attribute | Table of Serial Numbers | LIKE /ISDFPS/FDPMAT_STOCKLIST_T | Protected | |
| GT_SLOC_MAPPING | Instance Attribute | Table Type: Mapping Plant Storage Location | LIKE /ISDFPS/CHANGE_SLOC_MAPPING_T | Private | |
| G_BATCH_MODE | Instance Attribute | Checkbox | SPACE | LIKE XFELD | Protected |
| G_BWART | Static Attribute | Movement Type (Inventory Management) | LIKE BWART | Private | |
| G_BWART_BLOCK | Instance Attribute | Movement Type (Inventory Management) | LIKE BWART | Private | |
| G_BWART_QUAL | Instance Attribute | Movement Type (Inventory Management) | LIKE BWART | Private | |
| G_DATE | Instance Attribute | Current Date of Application Server | LIKE SYDATUM | Protected | |
| G_ERROR_GM | Static Attribute | Checkbox | LIKE XFELD | Public | |
| G_EXTNUMBER | Instance Attribute | Application Log: External Identification | LIKE BALNREXT | Protected | |
| G_INDEX_SER | Instance Attribute | ALV Control: Line Number (Index for Internal Table) | LIKE LVC_INDEX | Public | |
| G_MESSAGE | Instance Attribute | Help Variable for Message Command | LIKE STRING | Private | |
| G_REORG_ID | Instance Attribute | Reorganization ID | LIKE /ISDFPS/REORG_ID | Private | |
| G_TIME | Instance Attribute | Current Time of Application Server | LIKE SYUZEIT | Protected |
Links to Related Class(s)
/ISDFPS/...Full list of available SAP object classes
Search for further information about these or an SAP related objects