From 48601a87954a6357dc1e1e1957a8267983d5d152 Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Fri, 21 Sep 2018 11:10:12 +0200 Subject: [PATCH] docs: CLAS file format updated --- docs/collections/_development/file-formats.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/collections/_development/file-formats.md b/docs/collections/_development/file-formats.md index 782648de5..6cc7c965c 100644 --- a/docs/collections/_development/file-formats.md +++ b/docs/collections/_development/file-formats.md @@ -3,8 +3,10 @@ title: Object File Formats order: 40 --- +All files for an object is located in the same folder, each folder corresponds to a package. Subpackages are organized under parent packages(directories) according to the logic described in http://docs.abapgit.org/ref-dot-abapgit.html + # CLAS -One ABAP file, corresponding to the editable parts in source based class builder or ABAP in Eclipse: +Files corresponding to the editable parts in source based class builder or ABAP in Eclipse: * `zcl_example.clas.abap` * `zcl_example.clas.locals_def.abap` @@ -12,7 +14,7 @@ One ABAP file, corresponding to the editable parts in source based class builder * `zcl_example.clas.testclasses.abap` * `zcl_example.clas.macros.abap` -Files does not exist if empty +Files does not exist if empty, ie. the developer did not choose to implement it One XML file `zcl_example.clas.xml` containing: @@ -20,4 +22,6 @@ One XML file `zcl_example.clas.xml` containing: * TPOOL information * SOTR information * LINES from DOKU -* Descriptions from SEOCOMPOTX \ No newline at end of file +* Descriptions from SEOCOMPOTX + +See example https://github.com/abapGit-tests/CLAS_full