-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use .acds
extension for DDL?
#575
Comments
//cc: @BeckerWdf is there an easy answer? File name pattern is |
Data Defintions (DDLS) uses ddls.acds. See https://github.com/SAP/abap-file-formats/tree/main/file-formats/ddls So I also would says that TABLs also use the CDS syntax so .tabl.acds would be ok from my point of view. |
Don't confuse the term "Data Definition Language" (DDL) with the object type "CDS Data Definition" (DDLS) though. |
https://help.sap.com/doc/abapdocu_cp_index_htm/CLOUD/en-US/index.htm?file=abencds_ddl_glosry.htm
https://help.sap.com/doc/abapdocu_cp_index_htm/CLOUD/en-US/abencds_ddl_glosry.htm
I'm not really sure what it means, but seems like DDL and ABAP CDS is related somehow |
serialization and deserialization in progress, https://github.com/abapGit/abapGit/blob/fcf1674cd8e3069ffdd9325d518f193410745b62/src/objects/tabl/zcl_abapgit_object_tabl_ddl.clas.abap |
Currently, different parsers are used for CDS and TABL. This might have an impact on the decision of the file extension. I have involved further colleagues to get insights here. |
it will be different file names, so it is possible to determine the parser from the filename
|
I know some registrations which use only the last extension (in your case |
TABL objects are defined in DDL in Eclipse, https://help.sap.com/doc/abapdocu_cp_index_htm/CLOUD/en-US/abenddicddl_define_table.htm
given
would the ddl file for this be named
demo_blob_table.tabl.acds
?The text was updated successfully, but these errors were encountered: