SAP CL_RSPLS_CR_MASTER_DATA OO Class - Characteristic Relationships: Master Data, Attributes









CL_RSPLS_CR_MASTER_DATA 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 CL_RSPLS_CR_MASTER_DATA including details of:

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

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_RSPLS_CHAR_RELATION

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_RSPLS_CR_METHODS

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_RSPLS_CR_TYPES

Method list of CL_RSPLS_CR_MASTER_DATA 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
CHECKPrivate
CALL METHOD cl_rspls_cr_master_data=>CHECK...more details

CONSTRUCTORConstructorPublic
CALL METHOD cl_rspls_cr_master_data=>CONSTRUCTOR...more details

CREATEPrivate
CALL METHOD cl_rspls_cr_master_data=>CREATE...more details

CREATE_DATA_REFProtected
CALL METHOD cl_rspls_cr_master_data=>CREATE_DATA_REF...more details

CREATE_SESSION_AS_MTABPrivate
CALL METHOD cl_rspls_cr_master_data=>CREATE_SESSION_AS_MTAB...more details

DERIVEProtected
CALL METHOD cl_rspls_cr_master_data=>DERIVE...more details

GET_ATTRIBUTESRead AttributesPublic
CALL METHOD cl_rspls_cr_master_data=>GET_ATTRIBUTES...more details

GET_INSTANCECreate InstancePublic
CALL METHOD cl_rspls_cr_master_data=>GET_INSTANCE...more details

GET_INSTANCE_PCreate InstanceProtected
CALL METHOD cl_rspls_cr_master_data=>GET_INSTANCE_P...more details

GET_MAP_STRUCMapping structure for MOVEPrivate
CALL METHOD cl_rspls_cr_master_data=>GET_MAP_STRUC...more details

GET_REC_FROM_KEYAccess to master data via keyPrivate
CALL METHOD cl_rspls_cr_master_data=>GET_REC_FROM_KEY...more details

MOVE_SY_TO_MESGFill SY Fields in Message StructurePrivate
CALL METHOD cl_rspls_cr_master_data=>MOVE_SY_TO_MESG...more details

SELDR_TO_SELOPTConversion: Seldr to SeloptPrivate
CALL METHOD cl_rspls_cr_master_data=>SELDR_TO_SELOPT...more details



CL_RSPLS_CR_MASTER_DATA 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
N_BASIC_PROVInstance AttributeLIKE
Public
N_CHANMInstance AttributeCharacteristicLIKE
RSCHANM
Public
N_C_ROLE_SOURCEInstance AttributeLIKE
Protected
N_C_ROLE_TARGETInstance AttributeLIKE
Protected
N_C_ROLE_UNKNOWNInstance AttributeLIKE
Protected
N_DATETOInstance AttributeCurrent Date of Application ServerLIKE
SYDATUM
Public
N_IS_DERIVEInstance AttributeLIKE
Protected
N_STEPInstance AttributeNumber of the Characteristic RelationshipLIKE
RSPLS_STEP
Public
N_TS_CHASInstance AttributeLIKE
Protected
P_CHABASNMInstance AttributeCharacteristicLIKE
RSCHANM
Private
P_CHNTABInstance AttributeLIKE
RSCHNTAB
Private
P_CHTTABInstance AttributeLIKE
RSCHTTAB
Private
P_DUMMYInstance AttributeDummy StringLIKE
STRING
Private
P_R_CHASInstance AttributeRecord for Check/DeriveLIKE
DATA
Private
P_R_FLAT_READERInstance AttributeMaster Data Read ServicesLIKE
IF_RSMD_RS
Private
P_R_MAPInstance AttributeMapping structure for MOVELIKE
DATA
Private
P_R_MD_KInstance AttributeKey of Master DateLIKE
DATA
Private
P_R_READERInstance AttributeRead Master Data of an InfoObjectLIKE
CL_RSMD_RS_READ_MDATA
Private
P_R_STRUCDESCRInstance AttributeRuntime Type ServicesLIKE
CL_ABAP_STRUCTDESCR
Private
P_SIDS_USEDInstance AttributeIndicator: SID UsedLIKE
RS_BOOL
Private
P_TH_POSITIONInstance AttributeInformation on Position of InObj Name in Generated StructureLIKE
RSMD_RS_TH_IOBJNM_POS
Private
P_TSX_INSTANCEStatic AttributeTable of InstancesLIKE
TP_TSX_INSTANCE
Private
P_TS_CHA_CONSTInstance AttributeConstants for N_BASIC_PROVLIKE
RSD_TS_CHANM
Private
P_TS_MAPInstance AttributeControl table to create the MOVE structureLIKE
TP_TS_MAP
Private
P_T_FIELDSInstance AttributeLIKE
TP_T_FIELDS
Private
P_T_LOOKUP_ATTRIBUTE_CHECKInstance AttributeLIKE
TREXT_LOOKUPATTRIBUTE
Private
P_T_LOOKUP_ATTRIBUTE_DERIVEInstance AttributeLIKE
TREXT_LOOKUPATTRIBUTE
Private
P_T_REQ_IOBJNMInstance AttributeRequired Attributes for the Master Data Read ServicesLIKE
RSMD_RS_T_REQ
Private
P_USE_FLAT_READERInstance AttributeBooleanLIKE
RS_BOOL
Private




CL_RSPLS_CR_MASTER_DATA types

TN_ROLE -
TN_S_CHAS -
TN_S_CHA_ROLE -
TN_TS_CHAS -
TN_TS_CHA_ROLE -
TP_SX_INSTANCE - Instance structure
TP_S_FIELDS - Structure for Information about Attributes
TP_S_MAP - Structure: To create the MOVE structure
TP_TSX_INSTANCE - Table of Instances
TP_TS_MAP - Table: To create the MOVE structure
TP_T_FIELDS - Table of Attributes Used

Links to Related Class(s)

CL_RSPLS...
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!