Skip to content
Merged
Show file tree
Hide file tree
Changes from 36 commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
cdc7d69
initial version aifi
D052766 Aug 1, 2024
82aa042
corrected abaplint issues
D052766 Aug 20, 2024
bf5b88c
final new line for example file
D052766 Aug 20, 2024
ed34f7b
remove trailing whitespace
D052766 Aug 20, 2024
937b797
adjust namespace and descriptions (change to sentence case)
D052766 Aug 20, 2024
e1d314c
replace boolean and rollname
D052766 Aug 20, 2024
a4ad61d
try abap_bool for checkboxes
D052766 Aug 20, 2024
6929cd2
adjust further checkboxes
D052766 Aug 20, 2024
05eb44c
update example
D052766 Aug 20, 2024
d94b14b
update example (format version)
D052766 Aug 20, 2024
15480ad
remove trailing whitespace from example and add required values
D052766 Aug 20, 2024
b19e45a
add missing values to example
D052766 Aug 20, 2024
a4df648
Merge branch 'main' into feature/aifi
albertmink Aug 20, 2024
c1fb60a
adjust value helps and required fields
D052766 Aug 26, 2024
0b403fc
Merge branch 'feature/aifi' of https://github.com/D052766/abap-file-f…
D052766 Aug 26, 2024
2729720
Update structuring and field sequence
D052766 Aug 28, 2024
1ea11b3
Update file-formats/aifi/type/zif_aff_aifi_v1.intf.abap
D052766 Aug 29, 2024
eb8c435
Rework after first review
D052766 Aug 29, 2024
487560d
Merge branch 'feature/aifi' of https://github.com/D052766/abap-file-f…
D052766 Aug 29, 2024
d2dfe3b
abaplint: missing type indent
D052766 Aug 29, 2024
80b5095
added pragmas to abap interface
D052766 Sep 2, 2024
2732683
update naming for consistency
D052766 Sep 2, 2024
eba6bce
minor adjstments (review)
D052766 Sep 10, 2024
2479c26
changed data types
D052766 Sep 12, 2024
eab1866
Update file-formats/aifi/README.md
D052766 Sep 12, 2024
a6a1f4e
Merge branch 'main' into feature/aifi
Markus1812 Sep 16, 2024
1531007
removed enumeration for integration type (values to be provided by cu…
D052766 Sep 19, 2024
465625e
Merge branch 'feature/aifi' of https://github.com/D052766/abap-file-f…
D052766 Sep 19, 2024
e5a61a2
Merge branch 'main' into feature/aifi
albertmink Oct 7, 2024
a93969a
Adjustments after review (AIF internal)
D052766 Oct 28, 2024
c0c08fc
Merge branch 'feature/aifi' of https://github.com/D052766/abap-file-f…
D052766 Oct 28, 2024
ee96f11
update example
D052766 Oct 28, 2024
6a3b42a
final new line
D052766 Oct 28, 2024
adbca33
corrected value for scenario
D052766 Oct 28, 2024
45d7b2a
correct findings after rework
D052766 Oct 28, 2024
aa292dd
Merge branch 'main' into feature/aifi
schneidermic0 Oct 29, 2024
fa8dd43
Update file-formats/aifi/type/zif_aff_aifi_v1.intf.abap
D052766 Nov 5, 2024
01124a0
Update file-formats/aifi/type/zif_aff_aifi_v1.intf.abap
D052766 Nov 5, 2024
0db9766
Update file-formats/aifi/type/zif_aff_aifi_v1.intf.abap
D052766 Nov 5, 2024
48eb09a
adjustments related to ux cross check 1
D052766 Nov 5, 2024
9a0656e
simplify sap-raw, source-destination structure
D052766 Nov 5, 2024
29d24a9
Merge branch 'main' into feature/aifi
wurzka Nov 13, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions file-formats/aifi/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# AIFI File Format

File | Cardinality | Definition | Schema | Example
:--- | :--- | :--- | :--- | :---
`<name>.aifi.json` | 1 | [`zif_aff_aifi_v1.intf.abap`](./type/zif_aff_aifi_v1.intf.abap) | [`aifi-v1.json`](./aifi-v1.json) | [`z_aff_example_aifi.aifi.json`](./examples/z_aff_example_aifi.aifi.json)
Loading
Loading