SAP /SCTM/CL_RG_FORMAT OO Class - Format of RG Solutions









/SCTM/CL_RG_FORMAT 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 /SCTM/CL_RG_FORMAT including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events

Inheritance

This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for /SCTM/CL_RG_FORMAT is /SCTM/CL_FORMAT

Method list of /SCTM/CL_RG_FORMAT 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
CAST_FORMATCast general format into RG formatPrivate
CALL METHOD /sctm/cl_rg_format=>CAST_FORMAT...more details

CHECK_ASSIGNAssignment Comparison for Format RequirementsPublic
CALL METHOD /sctm/cl_rg_format=>CHECK_ASSIGN...more details

CHECK_LEG_TRIPLeg Comparison for Format RequirementsPublic
CALL METHOD /sctm/cl_rg_format=>CHECK_LEG_TRIP...more details

CHECK_MTRMeans of Transport Comparison for Format RequirementsPublic
CALL METHOD /sctm/cl_rg_format=>CHECK_MTR...more details

CHECK_TRIPLeg Comparison for Format RequirementsPublic
CALL METHOD /sctm/cl_rg_format=>CHECK_TRIP...more details

CHECK_TSPTransp. Service Provider Comparison for Format RequirementsPublic
CALL METHOD /sctm/cl_rg_format=>CHECK_TSP...more details

CLASS_CONSTRUCTORPublic
CALL METHOD /sctm/cl_rg_format=>CLASS_CONSTRUCTOR...more details

CONSTRUCTORConstructorPublic
CALL METHOD /sctm/cl_rg_format=>CONSTRUCTOR...more details

CREATE_RG_FORMATGenerate FormatPrivate
CALL METHOD /sctm/cl_rg_format=>CREATE_RG_FORMAT...more details

DOES_CHANGE_BUNDLE_TRIPSDoes Change of Format Result in Trips Being Bundled?Public
CALL METHOD /sctm/cl_rg_format=>DOES_CHANGE_BUNDLE_TRIPS...more details

DOES_CHANGE_SPLIT_TRIPDoes Change in Format Result in Trips Being Divided?Public
CALL METHOD /sctm/cl_rg_format=>DOES_CHANGE_SPLIT_TRIP...more details

GET_RG_FORMATFormat of Given UIDPublic
CALL METHOD /sctm/cl_rg_format=>GET_RG_FORMAT...more details

LINK_RG_FORMATConnect FormatsPrivate
CALL METHOD /sctm/cl_rg_format=>LINK_RG_FORMAT...more details



/SCTM/CL_RG_FORMAT 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
MC_ANYConstantNo requirements1LIKE
/SCTM/DE_FORMAT_UID
Public
MC_UNIQUE_MTRConstantUniform Means of Transport2LIKE
/SCTM/DE_FORMAT_UID
Public
MC_UNIQUE_MTR_TSPConstantUniform Assignment4LIKE
/SCTM/DE_FORMAT_UID
Public
MC_UNIQUE_TSPConstantUniform Transportation Service Provider3LIKE
/SCTM/DE_FORMAT_UID
Public
MO_HIERARCHYInstance AttributeHierarchical Context FormatLIKE
/SCTM/CL_H_FORMAT
Public
MV_UNIQUE_MTRInstance AttributeUniform Means of Transport/SCMB/CL_C=>BOOLE_FALSELIKE
BOOLE_D
Public
MV_UNIQUE_TSPInstance AttributeUniform Transportation Service Provider/SCMB/CL_C=>BOOLE_FALSELIKE
BOOLE_D
Public


Links to Related Class(s)

/SCTM/CL...
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!