2025 Mar 22 10:12 AM - edited 2025 Mar 25 5:16 PM
Hello,
I'm trying to activate a Z-custom CDS Table Function and I get this error message:
DDL view cannot be renamed as ZZZ (DDL source ZZZ is active) (DDLS 534)
(German: Ddl-View kann nicht nach ZZZ umbenannt werden, Ddl Src ZZZ ist aktiv)
Note that right after "DDL view"/"Ddl-View", there should be the DDL View name (&1) but there's no name!!
It's probably related to what I did just before:
I feel that's a bug, probably I should report it to SAP Support.
Any idea to bypass the error?
Thank you.
Sandra
NB: No SAP note found. My system: ABAP 7.58 SP 01 (ABAP PLATFORM 2023 SP 01 (02/2024))
Request clarification before answering.
I could fix it. It's probably either a bug or a very restrictive transport check, so I'll ask my client to get an S-User to contact the SAP Support.
Bug reason:
entityname_old = |{ cast cl_qlast_tab_func_definition( ddl )->get_name( ) case = upper }|.
endif.
if viewname_old <> viewname or entityname_old <> entityname.
changed = abap_true.
endif.
endmethod.
To be honest, by debug, I just set CHANGED to false (empty), and the activation was successful.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
78 | |
12 | |
9 | |
8 | |
7 | |
5 | |
4 | |
4 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.