-
Notifications
You must be signed in to change notification settings - Fork 17
Samples Update #492
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Samples Update #492
Conversation
z2ui5_cl_demo_app_067 - added numeric Conversion z2ui5_cl_demo_app_326 - was not added to samples_000 this sample will dump! /SCWM/TANUM is a NUMC12 with an conversion exit ALPH0. NUMC12 in an external format (000000000099 -> 99) can not be serialized.
src/z2ui5_cl_demo_app_067.clas.abap
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe better use type n length 10?
src/z2ui5_cl_demo_app_326.clas.abap
Outdated
INTERFACES z2ui5_if_app. | ||
|
||
DATA unit TYPE meins. | ||
DATA numc TYPE /SCWM/TANUM. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
to reduce dependancies we better make an dictoionary type out of it?
updated the branch with latest changes from #493 Don't miss to pull these changes before continuing... |
Created Dataelement Z2UI5_NUMC12 to showcase conversion of Numerics. Z2UI5_NUMC12: Data Type NUMC No. Characters 12 Decimal Places 0 Routine ALPH0
thanks |
z2ui5_cl_demo_app_067 - added numeric Conversion
z2ui5_cl_demo_app_326 - was not added to samples_000 this sample will dump! /SCWM/TANUM is a NUMC12 with an conversion exit ALPH0. NUMC12 in an external format (000000000099 -> 99) can not be serialized.