SAP Community
About tomasz_kowalczyk
tomasz_kowalczy
k
Newcomer
Member since
2016 Feb 09
User Statistics
1
Posts
0
Solutions
0
Kudos given
0
Kudos received
View all badges
Options
Report User
User Activity
Posts
Replies
No posts to display.
Re: UDT & UDF related issues
2018 Sep 15
/*1) UDT is defined but does not exist.*/ select T0."TableName" from OUTB T0 where not exists (select 1 from sys.tables T1 where T1.schema_name = current_schema and T1.is_system_table = 'FALSE' and T1.table_name = '@' || "TableName"); /*2) UDF i...