-
Notifications
You must be signed in to change notification settings - Fork 68
[AIFA] Add new object type #703
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your AFF! I have a few questions and some minor comments :)
BEGIN OF ty_fields_restore, | ||
"! <p class="shorttext">Field Name</p> | ||
"! Field name | ||
field_name TYPE c LENGTH 255, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
field_name TYPE c LENGTH 255, | |
name TYPE c LENGTH 255, |
BEGIN OF ty_fields_restore, | ||
"! <p class="shorttext">Field Name</p> | ||
"! Field name | ||
field_name TYPE c LENGTH 255, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this length correct? 255
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Its string now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IN the future it will be field path. In case we have a deep structure with many substructures the path will be longer than char 40.
Hi, we had a long discussion with a team about changes with Action file format and here is the summary: We need number id because it's a key field for our table and its shouldn't be calculated automatically. Earlier it was a key and an order number of a check, we decided to spilt t up and now number field isn't about an order of a check and just a key field. we have a new field for the order, and it will be defined by the order of a check in the table on the UI we will add order changeable to the table for that to happen. Also, there was some discussion about 'number' as a name for this key field on the UI and we think it's not showing what is this field is about. We propose name 'numeric_id', but we are also opened for the discussion. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your proposals, @Smartynkov. @GuilhermeSaraiva96 asked me to review the changes, too. I have added some questions and comments.
I guess an example object would also help to understand your use case even better.
@@ -0,0 +1,11 @@ | |||
# Action File Format |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Observations related to recent README updates: @schneidermic0 this section title is generated from the current SVAL object. Merging the pr then may lead to uncorrect README as the SVAL will be checked much later in our process.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I agree. I don't see a simple way to improve this, do you?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
More generic README outside the ABAP System 😉
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, on the other hand, I think it is helpful to see a meaningful name (even if it is not 100% correct and might be updated in the future) instead of having none.
Hi, We have discussed this in our team. We have a few questions: |
Hi, |
I will schedule a brief meeting with us and Michael then. |
No description provided.