abap-file-formats icon indicating copy to clipboard operation
abap-file-formats copied to clipboard

File formats that define and specify the file representation for ABAP development objects

Results 53 abap-file-formats issues
Sort by recently updated
recently updated
newest added
trafficstars

new-object
ux-review ready

Maybe, our [markdown link check](https://github.com/gaurav-nelson/github-action-markdown-link-check) can be replaced by its successor: https://github.com/UmbrellaDocs/linkspector

enhancement

See #106 This PR shall show one possible approach how translations could be stored in separate `.properties` files (one file per language). The filename pattern would be `...properties`. The keys...

@wurzka can you double check here? 'rfcSettings' is of type enum with a default. I assume that the object has the default `rfcSettings` and hence, the field shall be omitted...

**Scenario** where the ABAP object with translation is available in a gCTS managed git repository, say in format version 1. During development the format version is increased to 2 and...

Initially we decided to keep "Software Component", "Minimum Release" and "Maximum Release" fields that can be maintained for BC Sets. Because of Software Components are being merged, the code split...

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...