FORCERRIC_MAINT_NO_LIMITING SAP Method Obsolete: Create/Change a FORCERRIC Relationship









Below is documentation, parameters and attributes of ABAP Method FORCERRIC_MAINT_NO_LIMITING within SAP class /ISDFPS/CL_FORCERRIC. There is also a number of example ABAP code snipts to help you use the functionality of this method.

This method is available within SAP systems depending on your version and release level, you can view further information by entering the class name /ISDFPS/CL_FORCERRIC into the relevant SAP transactions such as SE24 or SE80, and then selecting the method you are interested in.


Method Type - Static

This is a Static Method so you can call it directly

The following technical details of method FORCERRIC_MAINT_NO_LIMITING can also be found below:

  • Importing parameters
  • Exporting parameters
  • Changing parameters
  • Returning parameters
  • Exceptions
  • Coding Examples


Parameters of Method FORCERRIC_MAINT_NO_LIMITING

.

NameTypeData TypeDescriptionDefault Value
IV_ACTIVITYImportingTYPE
J_VORGANG
Business Transaction
IV_CREATEImportingTYPE
C
Allow Relationship to Be Created
IV_MSG_OPTImportingTYPE
C
Message Option
IV_STATUS_NEWImportingTYPE
J_STATUS
Object Status
CS_FORCERRICChangingTYPE
/ISDFPS/FORRIC
CS_FORCERRICIDChangingTYPE
/ISDFPS/FORCERID
IDs of Force Elements



Exceptions of Method FORCERRIC_MAINT_NO_LIMITING

FORCERRIC_MAINT_ERROR - Error creating/changing the data record

Example ABAP coding


DATA: lv_CS_FORCERRIC TYPE /ISDFPS/FORRIC,
lv_CS_FORCERRICID TYPE /ISDFPS/FORCERID,
lv_IV_ACTIVITY TYPE J_VORGANG,
lv_IV_CREATE TYPE C,
lv_IV_MSG_OPT TYPE C,
lv_IV_STATUS_NEW TYPE J_STATUS,
lv_other TYPE c.

CALL METHOD /ISDFPS/CL_FORCERRIC=>FORCERRIC_MAINT_NO_LIMITING(
EXPORTING
IV_ACTIVITY = lv_IV_ACTIVITY
IV_CREATE = lv_IV_CREATE
IV_MSG_OPT = lv_IV_MSG_OPT
IV_STATUS_NEW = lv_IV_STATUS_NEW
CHANGING
CS_FORCERRIC = lv_CS_FORCERRIC
CS_FORCERRICID = lv_CS_FORCERRICID ).

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!