SAP Function Modules

Share |

ABL_CHECK_REFERENCE SAP Function module - Check References for Accuracy

Pattern for FM ABL_CHECK_REFERENCE - ABL CHECK REFERENCE
Associated Function Group: SABL
Released Date: Not Released
CALL FUNCTION 'ABL_CHECK_REFERENCE' "Check References for Accuracy
  EXPORTING
    obj =                       " any
  EXCEPTIONS
    NO_REFERENCE_TYPE = 1       "
    ILLEGAL_OBJECT_REFERENCE = 2  "
    ILLEGAL_FIELD_REFERENCE = 3  "
    ILLEGAL_TABLE_REFERENCE = 4  "
    ILLEGAL_STRING_REFERENCE = 5  "
    .  "  ABL_CHECK_REFERENCE






Share |