-
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
Add Naming Conventions for AFF Interfaces to Documentation #679
Add Naming Conventions for AFF Interfaces to Documentation #679
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.
Thanks
Co-authored-by: Albert Mink <[email protected]>
docs/json.md
Outdated
Following naming conventions apply to AFF's ABAP interfaces: | ||
|
||
- The interface is called `zif_aff_<object type>_v<format version>` (e.g., `zif_aff_intf_v1`) | ||
- Types starts with `ty_` |
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.
Types start
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, fixed with 2a49089
resolves #674