Skip to main content

DD40T

Texte zu Tabellentypen

1 SELECT (2)

1.1 z_sysp_sap_adapter.abap (2)

1572 select *
1573 into corresponding fields of table iLocTableTypes
1574 from dd40l as a
1575 inner join dd40t as t
1576 on a~typename = t~typename
1577 inner join tadir as b
1578 on a~typename = b~obj_name
1579 where a~typename in sotabletypenames
1580 and t~ddlanguage eq sy-langu
1581 and a~as4user in soauthor
1582 and a~as4local = 'A'
1583 and b~pgmid = 'R3TR'
1584 and b~object = 'TTYP'
1585 and b~devclass in solocpackage[].

z_sysp_sap_adapter.abap:1572

3066 select *
3067 into corresponding fields of table iLocTableTypes
3068 from dd40l as a
3069 inner join dd40t as t
3070 on a~typename = t~typename
3071 where a~typename = waDictionary-tableName
3072 and t~ddlanguage eq sy-langu
3073 and a~as4local = 'A'.

z_sysp_sap_adapter.abap:3066