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

[EDCK] Add new object type for EDCK #629

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

KUMARMUKULSAP
Copy link

No description provided.

Copy link

cla-assistant bot commented Jul 5, 2024

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

1 similar comment
Copy link

cla-assistant bot commented Jul 5, 2024

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Copy link

@GuilhermeSaraiva96 GuilhermeSaraiva96 left a comment

Choose a reason for hiding this comment

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

Hi, thank you for the contribution! Do not mind the amount of comments, they are basically all the same. We have some guidelines on how the title and description are written: sentence case for descriptions (only the very first letter is capital) (https://github.com/SAP/abap-file-formats/blob/main/docs/json.md#description)

TYPES:
BEGIN OF ty_attributes,
"! <p class="shorttext">Check Category</p>
"! Consistency Check Category

Choose a reason for hiding this comment

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

Suggested change
"! Consistency Check Category
"! Consistency check category

"! $values {@link zif_aff_edck_v1.data:co_check_classification}
"! $default {@link if_aff_edck_v1.data:co_check_classification.core}
"! $required
checkidclassification TYPE ty_check_classification,

Choose a reason for hiding this comment

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

Suggested change
checkidclassification TYPE ty_check_classification,
check_id_classification TYPE ty_check_classification,

"! $required
checkcategory TYPE ty_check_category,
"! <p class="shorttext">Check Classification</p>
"! Consistency Check ID Classification

Choose a reason for hiding this comment

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

Suggested change
"! Consistency Check ID Classification
"! Consistency check ID classification

"! $values {@link zif_aff_edck_v1.data:co_check_category}
"! $default {@link if_aff_edck_v1.data:co_check_category.exist}
"! $required
checkcategory TYPE ty_check_category,

Choose a reason for hiding this comment

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

Suggested change
checkcategory TYPE ty_check_category,
check_category TYPE ty_check_category,

checkidclassification TYPE ty_check_classification,
"! <p class="shorttext">Additional Check Class</p>
"! Consistency Check Class
checkclass TYPE zif_aff_types_v1=>ty_object_name_30,

Choose a reason for hiding this comment

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

Suggested change
checkclass TYPE zif_aff_types_v1=>ty_object_name_30,
check_class TYPE zif_aff_types_v1=>ty_object_name_30,

"! Consistency Check Class
checkclass TYPE zif_aff_types_v1=>ty_object_name_30,
"! <p class="shorttext">Result Derivation Indicator</p>
"! Result Process Derived by BAdI

Choose a reason for hiding this comment

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

Suggested change
"! Result Process Derived by BAdI
"! Result process derived by BAdI

checkclass TYPE zif_aff_types_v1=>ty_object_name_30,
"! <p class="shorttext">Result Derivation Indicator</p>
"! Result Process Derived by BAdI
resultderivationindicator TYPE abap_bool,

Choose a reason for hiding this comment

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

Suggested change
resultderivationindicator TYPE abap_bool,
result_derivation_indicator TYPE abap_bool,

"! Header
"! $required
header TYPE zif_aff_types_v1=>ty_header_60_cloud,
"! <p class="shorttext">Check ID Definition</p>

Choose a reason for hiding this comment

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

Should the title here mention attributes as well?


TYPES:
"! <p class="shorttext">Consistency Check ID</p>
"! Check ID (EDCK) v1

Choose a reason for hiding this comment

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

Suggested change
"! Check ID (EDCK) v1
"! Consistency check ID (EDCK) v1


CONSTANTS:
"! <p class="shorttext">Check Classification</p>
"! Check Classification

Choose a reason for hiding this comment

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

Suggested change
"! Check Classification
"! Check classification

@GuilhermeSaraiva96
Copy link

Furthermore, the example object is missing

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

Successfully merging this pull request may close these issues.

None yet

2 participants