SAP /ISDFPS/CL_ASSIGN OO Class - Assign Authorized Materials to Force Element









/ISDFPS/CL_ASSIGN 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_ASSIGN 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 /ISDFPS/IF_ASSIGN_EVENT_HANDLE

Interface Implementation

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

Method list of /ISDFPS/CL_ASSIGN 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
ADD_CHANGED_OBJECTPreselect an Object for RefreshProtected
CALL METHOD /isdfps/cl_assign=>ADD_CHANGED_OBJECT...more details

ADD_MESSAGES_TO_PROTOCOLAdd Messages to LogProtected
CALL METHOD /isdfps/cl_assign=>ADD_MESSAGES_TO_PROTOCOL...more details

CONSTRUCTORCONSTRUCTORPublic
CALL METHOD /isdfps/cl_assign=>CONSTRUCTOR...more details

CREATE_MSG_PROTOCOLCreate Message LogProtected
CALL METHOD /isdfps/cl_assign=>CREATE_MSG_PROTOCOL...more details

DATA_CHECKData Consistency CheckProtected
CALL METHOD /isdfps/cl_assign=>DATA_CHECK...more details

DISPATCHPrivate
CALL METHOD /isdfps/cl_assign=>DISPATCH...more details

DISPLAY_MSG_PROTOCOLDisplay MSG LogProtected
CALL METHOD /isdfps/cl_assign=>DISPLAY_MSG_PROTOCOL...more details

FILL_KEY_IDSet Key AttributesProtected
CALL METHOD /isdfps/cl_assign=>FILL_KEY_ID...more details

GET_DDIC_APPD_FIELDSReturn Fields of Append StructuresProtected
CALL METHOD /isdfps/cl_assign=>GET_DDIC_APPD_FIELDS...more details

GET_MSG_KEY1Enter HR Key for Message DisplayProtected
CALL METHOD /isdfps/cl_assign=>GET_MSG_KEY1...more details

GET_MSG_KEY2Enter External Key for Message DisplayProtected
CALL METHOD /isdfps/cl_assign=>GET_MSG_KEY2...more details

GET_PPE_SAVE_FLAGRead the Save Symbol for iPPEProtected
CALL METHOD /isdfps/cl_assign=>GET_PPE_SAVE_FLAG...more details

GET_SAVE_FLAGRead the Save SymbolProtected
CALL METHOD /isdfps/cl_assign=>GET_SAVE_FLAG...more details

GET_SELECTED_ROWSRead the Rows Selected (Including Keys)Public
CALL METHOD /isdfps/cl_assign=>GET_SELECTED_ROWS...more details

GET_TOOLBARDisplay Toolbar TablePublic
CALL METHOD /isdfps/cl_assign=>GET_TOOLBAR...more details

GET_WB_SAVE_FLAGRead the Save Symbol for Structures WorkbenchProtected
CALL METHOD /isdfps/cl_assign=>GET_WB_SAVE_FLAG...more details

MY_DESTRUCTORDelete Container and Grid ControlPublic
CALL METHOD /isdfps/cl_assign=>MY_DESTRUCTOR...more details

READ_ADDITIONAL_INFORMATIONRead Additional Data (Texts, Status)Protected
CALL METHOD /isdfps/cl_assign=>READ_ADDITIONAL_INFORMATION...more details

READ_HROBJECTRead HR Object InformationProtected
CALL METHOD /isdfps/cl_assign=>READ_HROBJECT...more details

READ_MAT_TYPE_DESCRIPTIONRead Usage Type Long TextProtected
CALL METHOD /isdfps/cl_assign=>READ_MAT_TYPE_DESCRIPTION...more details

READ_OPERATIONRead Operation and Assign IconsProtected
CALL METHOD /isdfps/cl_assign=>READ_OPERATION...more details

READ_STATUSRead Status Text and Assign IconsProtected
CALL METHOD /isdfps/cl_assign=>READ_STATUS...more details

REFRESH_CHANGED_OBJECTSRefresh Preselected ObjectsProtected
CALL METHOD /isdfps/cl_assign=>REFRESH_CHANGED_OBJECTS...more details

REFRESH_CHANGED_OBJECTS_WBTrigger Refresh in Structures WorkbenchProtected
CALL METHOD /isdfps/cl_assign=>REFRESH_CHANGED_OBJECTS_WB...more details

REFRESH_GRIDRefresh Display DataProtected
CALL METHOD /isdfps/cl_assign=>REFRESH_GRID...more details

REFRESH_TABLE_DISPLAYRefresh Interface DataProtected
CALL METHOD /isdfps/cl_assign=>REFRESH_TABLE_DISPLAY...more details

SET_ASTATSet the Assignment Status TableProtected
CALL METHOD /isdfps/cl_assign=>SET_ASTAT...more details

SET_DISPLAY_MODEDisplay / Change ModePublic
CALL METHOD /isdfps/cl_assign=>SET_DISPLAY_MODE...more details

SET_EDITABLE_FIELDSSet Fields Ready for EntryProtected
CALL METHOD /isdfps/cl_assign=>SET_EDITABLE_FIELDS...more details

SET_FIELDCATALOGField Catalog (Depending on Display Mode)Protected
CALL METHOD /isdfps/cl_assign=>SET_FIELDCATALOG...more details

SET_FORCERDATSet the Period TableProtected
CALL METHOD /isdfps/cl_assign=>SET_FORCERDAT...more details

SET_GANTT_CUSTOMIZINGConfigure GANTT DisplayProtected
CALL METHOD /isdfps/cl_assign=>SET_GANTT_CUSTOMIZING...more details

SET_LAYOUTGrid LayoutProtected
CALL METHOD /isdfps/cl_assign=>SET_LAYOUT...more details

SET_ORG_MEASURESet Information: Organizational Measure/Individual MeasurePublic
CALL METHOD /isdfps/cl_assign=>SET_ORG_MEASURE...more details

SET_PPE_SAVE_FLAGSet Save Symbol for iPPEProtected
CALL METHOD /isdfps/cl_assign=>SET_PPE_SAVE_FLAG...more details

SET_RE_SAVE_FLAGSet Save Indicator for Structures WorkbenchProtected
CALL METHOD /isdfps/cl_assign=>SET_RE_SAVE_FLAG...more details

SET_SAVE_FLAGSet Save SymbolProtected
CALL METHOD /isdfps/cl_assign=>SET_SAVE_FLAG...more details

SET_TOOLBARSet Toolbar TablePublic
CALL METHOD /isdfps/cl_assign=>SET_TOOLBAR...more details

SET_TOOLBAR_EXCLUDINGHide Functions in Standard ToolbarProtected
CALL METHOD /isdfps/cl_assign=>SET_TOOLBAR_EXCLUDING...more details

SET_VARIANTSet the Display VariantProtected
CALL METHOD /isdfps/cl_assign=>SET_VARIANT...more details

SET_WB_SAVE_FLAGSet Save Indicator for Structures WorkbenchProtected
CALL METHOD /isdfps/cl_assign=>SET_WB_SAVE_FLAG...more details



/ISDFPS/CL_ASSIGN 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
CONTAINERInstance AttributeContainer for Custom Controls in the Screen AreaLIKE
CL_GUI_CUSTOM_CONTAINER
Protected
GT_FORCERKEY_MAINTInstance AttributeKey for Forcer AssignmentsLIKE
/ISDFPS/FORCERKEY_TAB
Protected
GT_FORDELInstance AttributePlanned Delimitation and Deletion OperationsLIKE
/ISDFPS/FORDEL_TAB
Protected
MC_CREATEInstance AttributeLIKE
Private
MC_MAT_TYPE_FUNCConstantFunctional Material Category'FUNC'LIKE
/ISDFPS/MAT_TYPE
Protected
MC_MAT_TYPE_INITConstantInitial Material CategorySPACELIKE
/ISDFPS/MAT_TYPE
Protected
MC_OTYPE_BEConstantObject Type'BE'LIKE
/ISDFPS/OTYPE
Protected
MC_OTYPE_CNConstantObject Type'CN'LIKE
/ISDFPS/OTYPE
Protected
MC_OTYPE_EPAConstantObject Type'EPA'LIKE
/ISDFPS/OTYPE
Protected
MC_OTYPE_IPOConstantObject Type'IPO'LIKE
/ISDFPS/OTYPE
Protected
MC_OTYPE_MCConstantObject Type'MC'LIKE
/ISDFPS/OTYPE
Protected
MC_OTYPE_MCHConstantObject Type'MCH'LIKE
/ISDFPS/OTYPE
Protected
MC_OTYPE_MPHConstantObject Type'MPH'LIKE
/ISDFPS/OTYPE
Protected
MC_OTYPE_MPOConstantObject Type'MPO'LIKE
/ISDFPS/OTYPE
Protected
MC_OTYPE_RICConstantObject Type'RIC'LIKE
/ISDFPS/OTYPE
Protected
MC_OTYPE_RRConstantObject Type'RR'LIKE
/ISDFPS/OTYPE
Protected
MC_OTYPE_VPAConstantObject Type'VPA'LIKE
/ISDFPS/OTYPE
Protected
MC_SAVE_VARIANTConstantConstant for Controlling the User Variants'U'LIKE
CHAR01
Protected
MO_BADI_FORCER_ALV_FIELDSInstance AttributeLIKE
Private
MO_INSTANCEStatic AttributeAssign Authorized Materials to Force ElementLIKE
/ISDFPS/CL_ASSIGN
Protected
MR_DATA_PROTOCOLStatic AttributeMessage Log for Data EntryLIKE
CL_ALV_CHANGED_DATA_PROTOCOL
Protected
MR_FORXXXInstance AttributeReference to Application Data TableLIKE
DATA
Protected
MR_FORXXXIDInstance AttributeReference to ID TableLIKE
DATA
Protected
MR_GRIDInstance AttributeSAP List ViewerLIKE
CL_GUI_ALV_GRID
Protected
MR_OUTTABInstance AttributeReference to Output TableLIKE
DATA
Protected
MS_CURRENT_CELLInstance AttributeCurrent Cell in ALV GridLIKE
/ISDFPS/GRIDCELL
Protected
MS_FORCERDATInstance AttributeTime Attributes of the RelationshipsLIKE
/ISDFPS/FORCERDAT
Protected
MS_HROBJECTInstance AttributeObjectLIKE
HROBJECT
Protected
MS_LAYOUTInstance AttributeALV control: Layout StructureLIKE
LVC_S_LAYO
Protected
MS_ORGM_TYPE_INFOInstance AttributeInformation About the Measure TypeLIKE
/ISDFPS/ORGM_TYPE_INFO
Protected
MS_PNODIDInstance AttributeiPPE Node: IdentificationLIKE
PNODID
Protected
MT_ASTATInstance AttributeAssignment StatusLIKE
/ISDFPS/ASSIGNSTAT_TAB
Protected
MT_CHANGED_OBJECTSInstance AttributeTable Structure of Structures Workbench ObjectLIKE
TT_FDP_OBJECT
Protected
MT_DROPDOWNInstance AttributeALV Control: Dropdown List BoxesLIKE
LVC_T_DRAL
Protected
MT_EXCLUDE_TOOLBARInstance AttributeFunction Code TableLIKE
UI_FUNCTIONS
Protected
MT_FIELDCATALOGInstance AttributeField Catalog for SAP List Viewer ControlLIKE
LVC_T_FCAT
Protected
MT_GANTT_SERIE_DATAInstance AttributeSeries Table Type for Gantt Chart DisplayLIKE
/ISDFPS/GANTT_SERIE_TAB
Protected
MT_GANTT_VALUE_DATAInstance AttributeValues Table Type for Gantt Chart Display (Chart Designer)LIKE
/ISDFPS/GANTT_VALUE_TAB
Protected
MT_TOOLBARInstance AttributeToolbar ButtonsLIKE
TTB_BUTTON
Protected
MT_TOOLBAR_NEWInstance AttributeToolbar ButtonsLIKE
TTB_BUTTON
Protected
MV_F4HELPInstance AttributeF4 Event Triggered?LIKE
CHAR01
Protected
MV_GREY_FLAGInstance AttributeIndicator (X or Blank)LIKE
AS4FLAG
Protected
MV_INDIVIDUAL_CHNGInstance AttributeDirect ChangeLIKE
/ISDFPS/INDIVIDUAL_CHNG
Protected
MV_INTRENOInstance AttributeInternal Key of Real Estate ObjectLIKE
RECAINTRENO
Protected
MV_STATUS_NEWInstance AttributeStatus for Creation of New Data RecordsLIKE
J_STATUS
Protected
MV_UCOMMInstance AttributeFunction Code That Triggered PAILIKE
SY-UCOMM
Protected
MV_VARIANTInstance AttributeLayout (External Use)LIKE
DISVARIANT
Protected
M_OTYPEInstance AttributeObject TypeLIKE
/ISDFPS/OTYPE
Protected
M_RELATIVE_NAMEInstance AttributeName of Data StructureLIKE
STRING
Protected




/ISDFPS/CL_ASSIGN types

TT_FDP_OBJECT - Workbench Notification
TT_FORCERID - Assignments of iPPE Objects to Force Elements
TT_FORCERID_HR - Assignments of iPPE Objects to Organizational Units

Links to Related Class(s)

/ISDFPS/...
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!