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

Interface file definitions naming #128

Closed larshp closed 3 years ago

larshp commented 3 years ago

we currently have:

zif_oo_aff_intf_v1.intf.abap
zif_atc_aff_chkc_v1.intf.abap

INTF and CHKC are the TADIR R3TR names, which are guaranteed to be unique, I suggest leaving out the "_oo" and "_atc" parts

schneidermic0 commented 3 years ago

We have to consider interface names for R3TR objects and most probably LIMU objects.

Furthermore, we have to define the naming for reuse interfaces (like the one for classes and interfaces; see #143).

schneidermic0 commented 3 years ago

To rename the interface names stored in this repostitory, a issue #151 was opened.

Therefore, can we close this one? The documentation about the interface name was add in #146.

The name of the interface follows the pattern zifaff_v.

wurzka commented 3 years ago

Yes, we can close this one

larshp commented 3 years ago

agree, its dococumented

and renaming is https://github.com/SAP/abap-file-formats/issues/151

schneidermic0 commented 3 years ago

Specification for the interface names of R3TR objects is available.

Unfortunately, it is still unclear how interface names for LIMU objects shall be handled. See comments in #153.