-
Notifications
You must be signed in to change notification settings - Fork 61
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
Update ENHS Type #129
Update ENHS Type #129
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.
in general there are also other so-called enhancement technologies than badi_def.
that's why there is a tool_type mentioned in the enhancement spot. but I guess we can add more later to the schema (I think we don't need others yet) and have a new "type" next to badi_definitions in ty_main then.
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.
See my comments.
As soon as we have adapted the format I suggest to reintroduce an example which was deleted (currently) by this PR
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.
Looks good to me, except for the removed example. Do you plan to add id?
Just see my additional comment. You can decide whether, you want to change it.
The example will be added as soon as I get the 'ok' for the type for ENHS. |
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.
Here you go :)
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.
See my comment
@@ -173,9 +173,6 @@ INTERFACE zif_seef_aff_enhs_v1 | |||
"! <p class="shorttext">Example Classes of the BAdI Definition</p> | |||
"! Example classes of the BAdI definition | |||
example_classes TYPE ty_example_classes, | |||
"! <p class="shorttext">Use Fallback Class</p> | |||
"! Use fallback class in case no implementation is executed | |||
use_fallback_class TYPE abap_bool, | |||
"! <p class="shorttext">Name of the Default/Fallback Class</p> | |||
"! Name of the default/fallback class |
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.
Should we add the meaning of the fallback class in the description?
"! Name of the default/fallback class | |
"! Name of the default/fallback class. The fallback class is executed if no BAdI implementation exists. |
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 like it
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. looks good to me
closes #117