2018 Apr 17 5:58 PM
Subject contains the question, I‘m interested in the technical reason for marking the command as obsolete.
Ralf
2018 Apr 17 7:00 PM
I guess you know the documentation.
https://help.sap.com/http.svc/rc/abapdocu_752_index_htm/7.52/en-US/index.htm?file=abapdo_varying.htm
Do you think that kind of programming, that depends on internal memory layout, is still appropriate nowadays?
Just mentioning alignment gaps ...
2018 Apr 17 7:00 PM
I guess you know the documentation.
https://help.sap.com/http.svc/rc/abapdocu_752_index_htm/7.52/en-US/index.htm?file=abapdo_varying.htm
Do you think that kind of programming, that depends on internal memory layout, is still appropriate nowadays?
Just mentioning alignment gaps ...
2018 Apr 18 5:51 AM
I hoped, YOU will read this question, Horst 😉
Of course, I know it‘s documentation and I never used this command (in fact, I never understood it *lol*), but in another (german) forum this question has been posted and I didn‘t know the answer.
What do you mean with „alignment gaps“?
Ralf
2018 Apr 18 6:39 AM
2018 Apr 18 7:16 AM
I had an issue with alignment gaps years ago. In order to test for equality quickly, I converted my key values to a hex string. It didn't work, because of the undefined values in the alignment gap.
2018 Apr 18 7:54 AM
Thank you very much! Developers might be potientally interested in facts like this, so the docu should give these informations.
Ralf