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

DDLS, the objectdependencies filename does not follow specification #167

Closed
larshp opened this issue Aug 13, 2021 · 2 comments
Closed

DDLS, the objectdependencies filename does not follow specification #167

larshp opened this issue Aug 13, 2021 · 2 comments

Comments

@larshp
Copy link
Collaborator

larshp commented Aug 13, 2021

https://github.com/SAP/abap-file-formats/blob/main/doc/specification.md#file-names

also see #115

@schneidermic0
Copy link
Contributor

schneidermic0 commented Aug 13, 2021

What is wrong with the filename z_aff_example_ddls.ddls.objectdependencies.json?

A content type is specified as mentioned in https://github.com/SAP/abap-file-formats/blob/main/doc/specification.md#content-type.

Do I miss anything?

BTW: I just saw that the filename pattern is specified wrong. I will open a PR to fix it.

<object_name>.<object_type>.
  [<sub_object_name>.<sub_object_type>.]
  [<content_type>.<language>.]
<file_extension>

It should be be:

<object_name>.<object_type>.
  [<sub_object_name>.<sub_object_type>.]
  [<content_type>.][<language>.]
<file_extension>

´´´

@BeckerWdf
Copy link
Contributor

In #311 we removed this file. So this is not longer an issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants