SAP Function TB_LIMIT_CHARS_GEN_TABLES - Generates Characteristic Tables for Limit Types

Parameter Reference Type Length Default Optional Text
IT_SLA TRLM_T_LA 0 Table of Limit Types
I_ENQUEUE BOOLE-BOOLE C 1 'X' X Block Everything
I_FORCE_GEN BOOLE-BOOLE C 1 X X': Also Generate Name Space if Generation Is Inactive
I_LOGHANDLE BALLOGHNDL C 22 X Log Handle: If Blank: No Log
I_MANDT MANDT C 3 X Client

Exception Text
ACTIVATE_ERROR Error When Activating Generated Table
CHECK_ERROR Error During Checks
ENQUEUE_ERROR Limit System Could Not Be Blocked
GET_ERROR Error When Reading DDIC Information

Functionality
This function module generates one table for each limit type in whichcombinations of limit characteristic values can be maintained. Thesegenerated tables replace table VTBLS (previous to Release 4.63).
The limit characteristics for each limit type are generated as a key.
The assignment limit type <-> name of generated table is maintained in aseparate management table.

Integration
The module is integrated in:

  • Report RFTBLT01

  • View maintenance of limit types and assignment of limit characteristics
  • Notes
    Note: Each generation sets a cross-client block forevery limit management function (this is because whilst tablecontents are client-specific, table objects are cross-client), thismeans that you need exclusive use of the system before you cangenerate.
    After a table has been generated for the first time the limit recorddata from the "old" VTBLS has to be transferred to the newly generatedtable. Report RFTBLT02 transfers this data.

    Further information
    See Release Note for 4.63
    See Report Documentation RFTBLT01