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

Hello colleagues, I would like to ask you for having better format for DTELs. I can see that tables and structures already have nice plain/text format. But in case of...

for later, seems like there are more fields in the db table than presented to the user, ![image](https://user-images.githubusercontent.com/5888506/128143402-9368452d-f1f4-4d89-9ded-874940467a57.png)

There are file formats that specify two fields. It is required that one (either the first or the second) field is specified (i.e., required). Examples SAJC: You need to specify...

https://github.com/SAP/abap-file-formats/blob/main/file-formats/doma/type/zif_aff_doma_v1.intf.abap `TYPES ty_data_type TYPE c LENGTH 4.` this is the internal data type(after conversion exit), ie. not what developers see in SE11? there is also fixed value appends, which as...

I know that the goal is to make it human readable but don't forget that we also want to write CI jobs where we have to use scripting. Would it...

Maybe we can have a `abcd.json` JSON Schema that can validate JSON data of type `abcd` of any available formatVersion. We want to reuse the existing `abcd-vX.json` schema and not...

This issue is motivated by https://github.com/SAP/abap-file-formats-tools/issues/150 Following types need a default value or have to become required: - [x] CLAS https://github.com/SAP/abap-file-formats/blob/515386378e9c1269433ee378fa806a58b54964d1/file-formats/clas/type/zif_aff_clas_v1.intf.abap#L6 - [ ] DSFI https://github.com/SAP/abap-file-formats/blob/515386378e9c1269433ee378fa806a58b54964d1/file-formats/dsfi/type/zif_aff_dsfi_v1.intf.abap#L8 - [x] ENHO 1...

as the only type, ENHO contains `"! $callbackClass {@link cl_seef_aff_enho_filter_st}`, this is something outside this repository, so I cannot really tell what it is is it required? https://github.com/SAP/abap-file-formats/blob/main/file-formats/enho/type/zif_aff_enho_v1.intf.abap#L261