Closed g-back closed 3 years ago
We should also mention that "BASE" is only available from 7.40 SP08.
if the version is 740sp08 or above issue "Use corresponding #( base( source ) target )" for lower "Use corresponding #( source ) if source is initial"
🤷♂️
Ah, I assumed that base
was already included when corresponding
was released. Sounds good, will change it accordingly
Heh, it's been a while. I think I stopped following up on this because I couldn't find a method to check the current systems version. Do we have any other checks that have abap version dependent stuff?
Could you also adapt the documentation in this context?
The check suggests to use CORRESPONDING #( ) instead of MOVE-CORRESPONDING - suggestion: adjust the check message to incorporate the "base", because
The check documentation mentions that
target
is initialized, but changing the check message toUse corresponding #( base( source ) target )
should make this clearer on first glance.Thoughts?