Skip to content
Open
Show file tree
Hide file tree
Changes from 26 commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
07c3c46
React to abaplint
WDFYvonne Jan 5, 2023
8c0cd56
Merge branch 'SAP:main' into main
WDFYvonne Apr 25, 2023
eed0397
Merge branch 'SAP:main' into main
WDFYvonne May 9, 2023
5e8a46f
Merge branch 'SAP:main' into main
WDFYvonne Mar 14, 2024
2a6bfde
Merge branch 'SAP:main' into main
WDFYvonne May 15, 2025
630dd2f
Add fildes for TRAN
WDFYvonne Jul 24, 2025
d663b3b
React to abaplint
WDFYvonne Jul 24, 2025
fcb415b
React of abaplint 2
WDFYvonne Jul 24, 2025
feea4b7
React to abaplint
WDFYvonne Jul 24, 2025
21a23c2
React of abaplint 2
WDFYvonne Jul 24, 2025
2b468bd
New types in AFF interface
WDFYvonne Jul 25, 2025
f374af9
Delete of SUSH
WDFYvonne Jul 25, 2025
6a84f16
Add example for TRAN
WDFYvonne Jul 25, 2025
65e5e7c
React to EditorConfig
WDFYvonne Jul 25, 2025
d7b5eb9
React to JSON examples
WDFYvonne Jul 25, 2025
9604e30
React to validate JASON Examples
WDFYvonne Jul 25, 2025
e6162f1
React to error
WDFYvonne Jul 25, 2025
346cc57
Merge branch 'main' into feature/tran
WDFYvonne Jul 28, 2025
48237f3
Correct AFF
WDFYvonne Jul 28, 2025
61a3cdf
React to Validate examples against schema
WDFYvonne Jul 28, 2025
539934b
React to Validate examples against schema
WDFYvonne Jul 28, 2025
8449a51
React to check markdown
WDFYvonne Jul 28, 2025
9f652e7
New type in AFF
WDFYvonne Jul 28, 2025
020596d
New Type in AFF
WDFYvonne Jul 28, 2025
2d6ec4e
New Type in AFF
WDFYvonne Jul 28, 2025
0b2887f
Merge branch 'main' into feature/tran
Markus1812 Jul 29, 2025
62f188b
React to CrossCheck1
WDFYvonne Aug 6, 2025
c3330f0
React to Validate examples against schema
WDFYvonne Aug 6, 2025
9ac8039
Set right type for some fields
WDFYvonne Aug 8, 2025
5ee72b8
Merge branch 'main' into feature/tran
schneidermic0 Aug 18, 2025
786710f
Updated for example
WDFYvonne Aug 22, 2025
9afee69
React to Validate examples against schema
WDFYvonne Aug 25, 2025
c8de691
Merge branch 'main' into feature/tran
huber-nicolas Aug 26, 2025
31f3443
Changes to AFF
WDFYvonne Sep 1, 2025
c15c275
React to abaplint error
WDFYvonne Sep 1, 2025
ce9fef6
React to CrossCheck1
WDFYvonne Sep 4, 2025
33338a1
New defaults for constants
WDFYvonne Sep 8, 2025
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
13 changes: 13 additions & 0 deletions file-formats/tran/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Transaction File Format

## Object Type Information

Object Type | Description | Group
:--- | :--- | :---
TRAN | Transaction | Others

## File Structure

File | Cardinality | Definition | Schema | Example
:--- | :--- | :--- | :--- | :---
`<name>.tran.json` | 1 | [`zif_aff_tran_v1.intf.abap`](./type/zif_aff_tran_v1.intf.abap) | [`tran-v1.json`](./tran-v1.json) | [`z_aff_example_tran.tran.json`](./examples/z_aff_example_tran.tran.json)
60 changes: 60 additions & 0 deletions file-formats/tran/examples/z_aff_example_tran.tran.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
{
"formatVersion": "1",
"header": {
"description": "SE93 Test - Parameter Transaction",
"originalLanguage": "en"
},
"generalInformation": {
"transactionType": "par",
"parameterTransaction": {
"parParentTransactionCode": "SE16",
"parameterValues": [
{
"parameterName": "DATABROWSE-TABLENAME",
"parameterValue": "TSTC"
}
]
}
},
"userInterface": {
"inheritanceMode": "active",
"pervasiveMode": "disabled",
"win32Mode": "notSupported"
},
"authorizations": {
"authorizationDefaults": {
"inheritanceMode": "inactive",
"authObjects": [
{
"authObjectName": "S_ABPLNGVS",
"maintenanceStatus": "noDefault"
},
{
"authObjectName": "S_DEVELOP",
"maintenanceStatus": "noDefault"
},
{
"authObjectName": "S_TABU_CLI",
"maintenanceStatus": "noDefault"
},
{
"authObjectName": "S_TABU_NAM",
"authObjectFieldValues": [
{
"authFieldName": "ACTVT",
"authFieldLowValue": "03"
},
{
"authFieldName": "TABLE",
"authFieldLowValue": ""
}
]
},
{
"authObjectName": "S_TCODE",
"maintenanceStatus": "noDefault"
}
]
}
}
}
Loading
Loading