-
Notifications
You must be signed in to change notification settings - Fork 71
[TRAN] Add new object type TRAN #713
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
WDFYvonne
wants to merge
37
commits into
SAP:main
Choose a base branch
from
WDFYvonne:feature/tran
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+1,421
−0
Open
Changes from 26 commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
07c3c46
React to abaplint
WDFYvonne 8c0cd56
Merge branch 'SAP:main' into main
WDFYvonne eed0397
Merge branch 'SAP:main' into main
WDFYvonne 5e8a46f
Merge branch 'SAP:main' into main
WDFYvonne 2a6bfde
Merge branch 'SAP:main' into main
WDFYvonne 630dd2f
Add fildes for TRAN
WDFYvonne d663b3b
React to abaplint
WDFYvonne fcb415b
React of abaplint 2
WDFYvonne feea4b7
React to abaplint
WDFYvonne 21a23c2
React of abaplint 2
WDFYvonne 2b468bd
New types in AFF interface
WDFYvonne f374af9
Delete of SUSH
WDFYvonne 6a84f16
Add example for TRAN
WDFYvonne 65e5e7c
React to EditorConfig
WDFYvonne d7b5eb9
React to JSON examples
WDFYvonne 9604e30
React to validate JASON Examples
WDFYvonne e6162f1
React to error
WDFYvonne 346cc57
Merge branch 'main' into feature/tran
WDFYvonne 48237f3
Correct AFF
WDFYvonne 61a3cdf
React to Validate examples against schema
WDFYvonne 539934b
React to Validate examples against schema
WDFYvonne 8449a51
React to check markdown
WDFYvonne 9f652e7
New type in AFF
WDFYvonne 020596d
New Type in AFF
WDFYvonne 2d6ec4e
New Type in AFF
WDFYvonne 0b2887f
Merge branch 'main' into feature/tran
Markus1812 62f188b
React to CrossCheck1
WDFYvonne c3330f0
React to Validate examples against schema
WDFYvonne 9ac8039
Set right type for some fields
WDFYvonne 5ee72b8
Merge branch 'main' into feature/tran
schneidermic0 786710f
Updated for example
WDFYvonne 9afee69
React to Validate examples against schema
WDFYvonne c8de691
Merge branch 'main' into feature/tran
huber-nicolas 31f3443
Changes to AFF
WDFYvonne c15c275
React to abaplint error
WDFYvonne ce9fef6
React to CrossCheck1
WDFYvonne 33338a1
New defaults for constants
WDFYvonne File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} | ||
} | ||
} |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.