2023 Feb 14 7:19 PM
Hi,
I am getting warning for below code.
WARNING: The VALUE specification is longer than the corresponding field.
The VALUE specification will only be passed to the field length!
CODE:
DATA: S3 VALUE 'SAP' , S4 VALUE 'ABAP' TYPE STRING.
WRITE / S3 && S4.
OUTPUT: SABAP
Why i am getting this warning and
Why only the first character of String 's3' is concatenated with the String 's4' ?
Please explain.
THANK YOU...
2023 Feb 14 7:44 PM
2023 Feb 14 7:19 PM
Thank you for visiting SAP Community to get answers to your questions.
As you're looking to get most out of your community membership, please consider include a profile picture to increase user engagement & additional resources to your reference that can really benefit you:
I hope you find this advice useful, and we're happy to have you as part of SAP Community!
All the best,
Alex
2023 Feb 14 7:44 PM