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 NameDescriptionVisability
ADDRESS_EXISTENCE_CHECKChecks Whether Address Exists in Supply Chain UnitPublic
CALL METHOD /scmb/if_scu=>ADDRESS_EXISTENCE_CHECK...more details

DEL_ROLERemoves SCU RolePublic
CALL METHOD /scmb/if_scu=>DEL_ROLE...more details

DEL_ROLESRemoves SCU RolesPublic
CALL METHOD /scmb/if_scu=>DEL_ROLES...more details

GEOCODE_ADDRESSGeocodes Supply Chain UnitPublic
CALL METHOD /scmb/if_scu=>GEOCODE_ADDRESS...more details

GET_ADDRESSSupplies Address DataPublic
CALL METHOD /scmb/if_scu=>GET_ADDRESS...more details

GET_ADDRESS_NUMBERSupplies Address NumberPublic
CALL METHOD /scmb/if_scu=>GET_ADDRESS_NUMBER...more details

GET_ADMDATA_IOSupplies Management DataPublic
CALL METHOD /scmb/if_scu=>GET_ADMDATA_IO...more details

GET_ALT_KEYSupplies Alternative KeysPublic
CALL METHOD /scmb/if_scu=>GET_ALT_KEY...more details

GET_DELFLAGSupplies Deletion FlagPublic
CALL METHOD /scmb/if_scu=>GET_DELFLAG...more details

GET_DESCRIPTIONSupplies TextPublic
CALL METHOD /scmb/if_scu=>GET_DESCRIPTION...more details

GET_ENTITYSupplies IndicatorPublic
CALL METHOD /scmb/if_scu=>GET_ENTITY...more details

GET_GEODATASupplies GeoDataPublic
CALL METHOD /scmb/if_scu=>GET_GEODATA...more details

GET_GEODATA_GMSSupplies Geodata in Degrees, Min., Sec.Public
CALL METHOD /scmb/if_scu=>GET_GEODATA_GMS...more details

GET_MAPPINGSupplies Mapping DataPublic
CALL METHOD /scmb/if_scu=>GET_MAPPING...more details

GET_PARTNERSupplies Business Partner (Operator)Public
CALL METHOD /scmb/if_scu=>GET_PARTNER...more details

GET_PARTNER_GUIDSupplies Partner GUIDPublic
CALL METHOD /scmb/if_scu=>GET_PARTNER_GUID...more details

GET_ROLESSupplies RolesPublic
CALL METHOD /scmb/if_scu=>GET_ROLES...more details

GET_SCUGUIDSupplies GUID16Public
CALL METHOD /scmb/if_scu=>GET_SCUGUID...more details

GET_SCUGUID22Supplies GUID22Public
CALL METHOD /scmb/if_scu=>GET_SCUGUID22...more details

GET_TIMEZONEOutputs TimezonePublic
CALL METHOD /scmb/if_scu=>GET_TIMEZONE...more details

GET_TYPESupplies TypePublic
CALL METHOD /scmb/if_scu=>GET_TYPE...more details

IS_CHANGEDChecks Whether SCU Was ChangedPublic
CALL METHOD /scmb/if_scu=>IS_CHANGED...more details

IS_NEWChecks Whether SCU Is NewPublic
CALL METHOD /scmb/if_scu=>IS_NEW...more details

SET_ADDRESSSets SCU AddressPublic
CALL METHOD /scmb/if_scu=>SET_ADDRESS...more details

SET_ALT_KEYSets Alternative KeyPublic
CALL METHOD /scmb/if_scu=>SET_ALT_KEY...more details

SET_DELFLAGSets SCU Deletion FlagPublic
CALL METHOD /scmb/if_scu=>SET_DELFLAG...more details

SET_DESCRIPTIONSets SCU DescriptionPublic
CALL METHOD /scmb/if_scu=>SET_DESCRIPTION...more details

SET_GEODATASets GeoDataPublic
CALL METHOD /scmb/if_scu=>SET_GEODATA...more details

SET_GEODATA_GMSSets Geodata in Degrees, Min., Sec.Public
CALL METHOD /scmb/if_scu=>SET_GEODATA_GMS...more details

SET_PARTNERSets Busienss Partner (Operator)Public
CALL METHOD /scmb/if_scu=>SET_PARTNER...more details

SET_ROLESets SCU RolePublic
CALL METHOD /scmb/if_scu=>SET_ROLE...more details

SET_ROLESSets SCU RolesPublic
CALL METHOD /scmb/if_scu=>SET_ROLES...more details

SET_TIMEZONESets TimezonePublic
CALL METHOD /scmb/if_scu=>SET_TIMEZONE...more details

UNSET_DELFLAGRetracts Deletion FlagPublic
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.

NameLevelDescriptionInitial ValueTypeVisability
GC_BC_DOORConstantDoor'DOOR'LIKE
/SCMB/OE_ROLE
Public
GC_BC_INVENTORYConstantWarehouse'INV'LIKE
/SCMB/OE_ROLE
Public
GC_BC_PLANNINGLOCConstantPlanning Location'PLOC'LIKE
/SCMB/OE_ROLE
Public
GC_BC_ROFFICEConstantGoods Receipt Office'RO'LIKE
/SCMB/OE_ROLE
Public
GC_BC_SHIPFROMConstantShip-From Location'SFLO'LIKE
/SCMB/OE_ROLE
Public
GC_BC_SHIPTOConstantShip-To Location'STLO'LIKE
/SCMB/OE_ROLE
Public
GC_BC_SOFFICEConstantShipping Office'SO'LIKE
/SCMB/OE_ROLE
Public
GC_BC_ZONEConstantZone'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



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!