Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Programming WARNING: The VALUE specification is longer than the corresponding field.

kk_india_2023
Explorer
0 Kudos

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...

1 ACCEPTED SOLUTION

Sandra_Rossi
Active Contributor

Same answer as for you previous question 10 minutes ago.

2 REPLIES 2

AlexGourdet
Product and Topic Expert
Product and Topic Expert
0 Kudos

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

Sandra_Rossi
Active Contributor

Same answer as for you previous question 10 minutes ago.