SAP /SCMB/IF_SCU OO Class - Interface: Supply Chain Unit
/SCMB/IF_SCU 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 /SCMB/IF_SCU 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 /SCMB/IF_SCU 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 |
| ADDRESS_EXISTENCE_CHECK | Checks Whether Address Exists in Supply Chain Unit | Public |
| CALL METHOD /scmb/if_scu=>ADDRESS_EXISTENCE_CHECK...more details | ||
| DEL_ROLE | Removes SCU Role | Public |
| CALL METHOD /scmb/if_scu=>DEL_ROLE...more details | ||
| DEL_ROLES | Removes SCU Roles | Public |
| CALL METHOD /scmb/if_scu=>DEL_ROLES...more details | ||
| GEOCODE_ADDRESS | Geocodes Supply Chain Unit | Public |
| CALL METHOD /scmb/if_scu=>GEOCODE_ADDRESS...more details | ||
| GET_ADDRESS | Supplies Address Data | Public |
| CALL METHOD /scmb/if_scu=>GET_ADDRESS...more details | ||
| GET_ADDRESS_NUMBER | Supplies Address Number | Public |
| CALL METHOD /scmb/if_scu=>GET_ADDRESS_NUMBER...more details | ||
|
| ||
| GET_ADMDATA_IO | Supplies Management Data | Public |
| CALL METHOD /scmb/if_scu=>GET_ADMDATA_IO...more details | ||
| GET_ALT_KEY | Supplies Alternative Keys | Public |
| CALL METHOD /scmb/if_scu=>GET_ALT_KEY...more details | ||
| GET_DELFLAG | Supplies Deletion Flag | Public |
| CALL METHOD /scmb/if_scu=>GET_DELFLAG...more details | ||
| GET_DESCRIPTION | Supplies Text | Public |
| CALL METHOD /scmb/if_scu=>GET_DESCRIPTION...more details | ||
| GET_ENTITY | Supplies Indicator | Public |
| CALL METHOD /scmb/if_scu=>GET_ENTITY...more details | ||
| GET_GEODATA | Supplies GeoData | Public |
| CALL METHOD /scmb/if_scu=>GET_GEODATA...more details | ||
| GET_GEODATA_GMS | Supplies Geodata in Degrees, Min., Sec. | Public |
| CALL METHOD /scmb/if_scu=>GET_GEODATA_GMS...more details | ||
| GET_MAPPING | Supplies Mapping Data | Public |
| CALL METHOD /scmb/if_scu=>GET_MAPPING...more details | ||
| GET_PARTNER | Supplies Business Partner (Operator) | Public |
| CALL METHOD /scmb/if_scu=>GET_PARTNER...more details | ||
| GET_PARTNER_GUID | Supplies Partner GUID | Public |
| CALL METHOD /scmb/if_scu=>GET_PARTNER_GUID...more details | ||
| GET_ROLES | Supplies Roles | Public |
| CALL METHOD /scmb/if_scu=>GET_ROLES...more details | ||
| GET_SCUGUID | Supplies GUID16 | Public |
| CALL METHOD /scmb/if_scu=>GET_SCUGUID...more details | ||
| GET_SCUGUID22 | Supplies GUID22 | Public |
| CALL METHOD /scmb/if_scu=>GET_SCUGUID22...more details | ||
| GET_TIMEZONE | Outputs Timezone | Public |
| CALL METHOD /scmb/if_scu=>GET_TIMEZONE...more details | ||
| GET_TYPE | Supplies Type | Public |
| CALL METHOD /scmb/if_scu=>GET_TYPE...more details | ||
| IS_CHANGED | Checks Whether SCU Was Changed | Public |
| CALL METHOD /scmb/if_scu=>IS_CHANGED...more details | ||
| IS_NEW | Checks Whether SCU Is New | Public |
| CALL METHOD /scmb/if_scu=>IS_NEW...more details | ||
| SET_ADDRESS | Sets SCU Address | Public |
| CALL METHOD /scmb/if_scu=>SET_ADDRESS...more details | ||
| SET_ALT_KEY | Sets Alternative Key | Public |
| CALL METHOD /scmb/if_scu=>SET_ALT_KEY...more details | ||
| SET_DELFLAG | Sets SCU Deletion Flag | Public |
| CALL METHOD /scmb/if_scu=>SET_DELFLAG...more details | ||
| SET_DESCRIPTION | Sets SCU Description | Public |
| CALL METHOD /scmb/if_scu=>SET_DESCRIPTION...more details | ||
| SET_GEODATA | Sets GeoData | Public |
| CALL METHOD /scmb/if_scu=>SET_GEODATA...more details | ||
| SET_GEODATA_GMS | Sets Geodata in Degrees, Min., Sec. | Public |
| CALL METHOD /scmb/if_scu=>SET_GEODATA_GMS...more details | ||
| SET_PARTNER | Sets Busienss Partner (Operator) | Public |
| CALL METHOD /scmb/if_scu=>SET_PARTNER...more details | ||
| SET_ROLE | Sets SCU Role | Public |
| CALL METHOD /scmb/if_scu=>SET_ROLE...more details | ||
| SET_ROLES | Sets SCU Roles | Public |
| CALL METHOD /scmb/if_scu=>SET_ROLES...more details | ||
| SET_TIMEZONE | Sets Timezone | Public |
| CALL METHOD /scmb/if_scu=>SET_TIMEZONE...more details | ||
| UNSET_DELFLAG | Retracts Deletion Flag | Public |
| CALL METHOD /scmb/if_scu=>UNSET_DELFLAG...more details | ||
/SCMB/IF_SCU 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_BC_DOOR | Constant | Door | 'DOOR' | LIKE /SCMB/OE_ROLE | Public |
| GC_BC_INVENTORY | Constant | Warehouse | 'INV' | LIKE /SCMB/OE_ROLE | Public |
| GC_BC_PLANNINGLOC | Constant | Planning Location | 'PLOC' | LIKE /SCMB/OE_ROLE | Public |
| GC_BC_ROFFICE | Constant | Goods Receipt Office | 'RO' | LIKE /SCMB/OE_ROLE | Public |
| GC_BC_SHIPFROM | Constant | Ship-From Location | 'SFLO' | LIKE /SCMB/OE_ROLE | Public |
| GC_BC_SHIPTO | Constant | Ship-To Location | 'STLO' | LIKE /SCMB/OE_ROLE | Public |
| GC_BC_SOFFICE | Constant | Shipping Office | 'SO' | LIKE /SCMB/OE_ROLE | Public |
| GC_BC_ZONE | Constant | Zone | 'ZONE' | LIKE /SCMB/OE_ROLE | Public |
Links to Related Class(s)
/SCMB/IF...Full list of available SAP object classes
Search for further information about these or an SAP related objects