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

A revoir #8

Open
ThierryG31 opened this issue Oct 6, 2017 · 0 comments
Open

A revoir #8

ThierryG31 opened this issue Oct 6, 2017 · 0 comments
Assignees

Comments

@ThierryG31
Copy link
Owner

IF p_pe1 = 'X'.
it_comment-info = 'PE1'.
w_or = ' or'.
ENDIF.
IF p_ve1 = 'X'.
CONCATENATE it_comment-info w_or ' VE1' INTO it_comment-info.
w_or = ' or'.
ENDIF.
IF p_de2 = 'X'.
CONCATENATE it_comment-info w_or ' DE2' INTO it_comment-info.
w_or = ' or'.
ENDIF.
IF p_ve2 = 'X'.
CONCATENATE it_comment-info w_or ' VE2' INTO it_comment-info.
w_or = ' or'.
ENDIF.
IF p_ve3 = 'X'.
CONCATENATE it_comment-info w_or ' ve3' INTO it_comment-info.
w_or = ' or'.
ENDIF.
IF p_ve4 = 'X'.
CONCATENATE it_comment-info w_or ' ve4' INTO it_comment-info.
w_or = ' or'.
ENDIF.
IF p_ie1 = 'X'.
CONCATENATE it_comment-info w_or ' IE1' INTO it_comment-info.
w_or = ' or'.
ENDIF.
IF p_de1 = 'X'.
CONCATENATE it_comment-info w_or ' DE1' INTO it_comment-info.
ENDIF.

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

No branches or pull requests

1 participant