Skip to content

A revoir #8

Description

@ThierryG31

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.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions