Ansicht
Dokumentation

CNV_21500_GET_DDIC_RELIDS - Gets all RELIDs from T52RELID which have defined structure

CNV_21500_GET_DDIC_RELIDS - Gets all RELIDs from T52RELID which have defined structure

BAL Application Log Documentation   rdisp/max_wprun_time - Maximum work process run time  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

Gets all RELIDs from T52RELID which have defined structure. Results are returned as an internal table with structure CNV_21500_CLUSTER_RELID.

In T52RELID table are probably defined all cluster RELIDs, but not all of them have structure defined. These will not by returned by this function module by default.

If you want all RELIDs returned you have to set P_ALL parameter to 'X'.

Example

DATA:
  ld_relid TYPE cnv_21500_cluster_relid,
  lt_relid TYPE STANDARD TABLE OF cnv_21500_cluster_relid.

CALL FUNCTION 'CNV_21500_GET_DDIC_RELIDS'
  IMPORTING
    pt_relid = lt_relid.

LOOP AT lt_relid INTO ld_relid.
* ...
ENDLOOP.

Notes

Further information





Parameters

PT_RELID
P_ALL

Exceptions

Function Group

CNV_21510_ANALYS_FUNCT

Addresses (Business Address Services)   rdisp/max_wprun_time - Maximum work process run time  
This documentation is copyright by SAP AG.

Length: 1182 Date: 20240523 Time: 113610     sap01-206 ( 22 ms )