Skip to content

use .acds extension for DDL? #575

@larshp

Description

@larshp

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

define table demo_blob_table {
  key name : abap.sstring(255) not null;
  picture  : abap.rawstring(0);
}

would the ddl file for this be named demo_blob_table.tabl.acds ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions