SAP IF_RMPS_GENERATABLE_ATTRIBUTES OO Class - Attributes that can be generated









IF_RMPS_GENERATABLE_ATTRIBUTES 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 IF_RMPS_GENERATABLE_ATTRIBUTES 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 IF_RMPS_GENERATABLE_ATTRIBUTES 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
GENERATE_FIRST_ALL_AUTOMATICGenerate All Attr. Flagged Automat. (gen. profile) 1st TimePublic
CALL METHOD if_rmps_generatable_attributes=>GENERATE_FIRST_ALL_AUTOMATIC...more details

GENERATE_FIRST_WITH_PRESETGenerate 1 Attribute with Value Assignment for 1st TimePublic
CALL METHOD if_rmps_generatable_attributes=>GENERATE_FIRST_WITH_PRESET...more details

GET_INSTANCEGet InstancePublic
CALL METHOD if_rmps_generatable_attributes=>GET_INSTANCE...more details

GET_SESSIONS_INTERFACEGet Methods for Handling Generation SessionsPublic
CALL METHOD if_rmps_generatable_attributes=>GET_SESSIONS_INTERFACE...more details

INITIALIZEInitialization of the ObjectPublic
CALL METHOD if_rmps_generatable_attributes=>INITIALIZE...more details

PREPARE_TO_UNRESERVE_ALLRelease of All Gen. Attr. Prepared (before deletion of obj)Public
CALL METHOD if_rmps_generatable_attributes=>PREPARE_TO_UNRESERVE_ALL...more details

UNRESERVE_PREPAREDRelease Prepared Attributes (after deletion of object)Public
CALL METHOD if_rmps_generatable_attributes=>UNRESERVE_PREPARED...more details

UPDATE_WITHIN_OPERATIONReassign Generatable Attr. in Recursive OperationPublic
CALL METHOD if_rmps_generatable_attributes=>UPDATE_WITHIN_OPERATION...more details




Links to Related Class(s)

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