cancel
Showing results for 
Search instead for 
Did you mean: 

Exclude ABAP command in a report from S4HANA_READINESS check

felix_fichtner
Explorer
0 Kudos

Hi,

is there a way to exclude single ABAP statements in a report from the S4 readiness check in SCI (check variant S4HANA_READINESS)? Normally SCI allows to exlude single lines in a program with comments like "#EC CI_NOCLIENT. But I cannot find any of these statements for the errors the s4 readiness check gives me.

We would like to have the possibility to rerun the check and exclude the lines we already checked. If there are no pseudo comments or pragmas, how would one handle this? Then the only possibility seems to be to modify the object set and exclude programs we already checked.

Example:

CONCATENATE a b INTO b.

Gives error "Concatenate (DOMA MATNR, Note: 0002215424) length conflict".

CONCATENATE a b INTO b. "#EC CI_CONCAT

Statement is not checked = no error in SCI check

Accepted Solutions (0)

Answers (2)

Answers (2)

tomas_balcar4
Explorer
0 Kudos

If ATC check is assigned to a note, you can exclude related note in SCI variant.

sathyags
Active Participant
0 Kudos

As far as I know, 'No' we can't do that. We either needed to correct it or add corresponding pragmas for the line to be ignored by the check.