fidley / falv

FALV - Fast ALV Grid
https://abapblog.com
GNU General Public License v3.0
141 stars 52 forks source link

One bug on VERTICAL MERGE + plus one personal change on SET_DRDN_HNDL #80

Closed RTagliento closed 1 year ago

RTagliento commented 1 year ago

Hi Łukasz, I figure out one bug on vertical merge.... this method CLEAR the value of next column.... image

I resolved removing the line "CLEAR -value." [32] into the method "SET_MERGE_VERTICALLY"

And this work for me: image

and last I did some chenges on the method "SET_DRDN_HNDL" of the class ZCL_FALV_COLUMN.. I added this 4 optional parameters: image

in this way will appear automatically the dropdown values retrived from related domain of the column, if exist.

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

fidley commented 1 year ago

Thank you once again!

RTagliento commented 1 year ago

Thank to you.