Skip to main content

DD02L

SAP-Tabellen

1 SELECT

1.1 z_sysp_sap_adapter.abap

1537 select a~tabname as tableName
1538 into corresponding fields of table iDictStructure
1539 from dd02l as a
1540 inner join tadir as b
1541 on a~tabname = b~obj_name
1542 where a~tabname in soTable
1543 and a~tabclass <> 'CLUSTER'
1544 and a~tabclass <> 'POOL'
1545 and a~tabclass <> 'VIEW'
1546 and a~as4user in soAuthor
1547 and a~as4local = 'A'
1548 and b~pgmid = 'R3TR'
1549 and b~object = 'TABL'
1550 and b~devclass in soLocPackage[].

z_sysp_sap_adapter.abap:1537