Application Development and Automation 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: 
Read only

regarding NUMC comparison

Former Member
0 Likes
661

hi gurus,

We have problem in comparison of NUMC field in ABAP code. could you please see the below sample.

46C system,

In table DD04L, for data element "Viewname" have SPACE value for ROUTPUTLEN field.

ECC system,

In table DD04L, for data element "Viewname" have 000000 value for ROUTPUTLEN field.

so when we fetch values using Select stmt from DD04L table and compare both values for field ROUTPUTLEN its giving different.

Please let us know how to solve this prob

Regards

Ambichan

4 REPLIES 4
Read only

Former Member
0 Likes
578

HI

WHEN YOU FETCH THE FIELD VALUE FROM 46C move it to a NUMC field and compare with ECC field

then it works fine

reward if useful

regards

Anji

Read only

Former Member
0 Likes
578

take a numeric field nad pass the vale of 4.6c version value to this n compare it with ecc

hope this solves ur problem..

Read only

0 Likes
578

hi guys,

I am doing the same but i have this problem still..

Regards

Ambichan

Read only

0 Likes
578

Hi prince,

Go through this link, it will be very helpful for you......

http://www.esnips.com/doc/84dee105-933b-4c83-a5de-4a38c8dcb4b5/Inserting_new_field

<b>

Reward all helpful answers</b>

Regards,

V.Raghavender.