SAP / abap-file-formats

File formats that define and specify the file representation for ABAP development objects
MIT License
58 stars 56 forks source link

new README for objects #184

Closed albertmink closed 3 years ago

albertmink commented 3 years ago

Progress:

Desicision:

Adopt the READMEs to https://github.com/SAP/abap-file-formats/issues/184#issuecomment-907013335

//---------------------

This is extracted from PR #177

To be discussed here.

FUGR File Format

File Cardinality Definition Schema Example
<name>.fugr.json 1 def fugr.json z_example.fugr.json
<name>.fugr.sapl<name>.reps.abap 1 - ABAP z_example.fugr.saplz_example.reps.abap
<name>.fugr.sapl<name>.reps.json 1 def reps.json z_example.fugr.saplz_example.reps.json
<name>.fugr.l<name>top.reps.abap 1 - ABAP z_example.fugr.lz_exampletop.reps.abap
<name>.fugr.l<name>top.reps.json 1 def reps.json z_example.fugr.lz_exampletop.reps.json
<name>.fugr.<fmname>.func.abap 0...n - ABAP z_example.fugr.z_foobar.func.abap
<name>.fugr.<fmname>.func.json 0...n def func.json z_example.fugr.z_foobar.func.json
<name>.fugr.texts.<lang>.properties 0...n ? ? z_example.fugr.texts.en.properties

Originally posted by @larshp in https://github.com/SAP/abap-file-formats/issues/177#issuecomment-904346473

albertmink commented 3 years ago

for CHKO see https://github.com/SAP/abap-file-formats/pull/177#issuecomment-903880126

CHKO File Format

File Cardinality Definition Schema Example
<name>.chko.json 1 zif_aff_intf_v1.chko.abap chko.json foobar.chko.json
albertmink commented 3 years ago

for INTF, see https://github.com/SAP/abap-file-formats/tree/hvam/read2008/file-formats/intf#readme

Shouldn't we move the INTF ABAP reference to column definition? Then the column title are proper?! image

albertmink commented 3 years ago
larshp commented 3 years ago

looking good 👍