Skip to content
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

Merged
merged 10 commits into from
Dec 19, 2024

Conversation

schneidermic0
Copy link
Contributor

resolves #674

@schneidermic0 schneidermic0 marked this pull request as ready for review December 17, 2024 15:24
@schneidermic0 schneidermic0 added the documentation Improvements or additions to documentation label Dec 17, 2024
Copy link
Contributor

@albertmink albertmink left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

docs/json.md Outdated Show resolved Hide resolved
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_`

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Types start

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, fixed with 2a49089

@schneidermic0 schneidermic0 merged commit 65f8e4d into SAP:main Dec 19, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Documentation Missing for Naming Conventions
4 participants