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

DYNPRO_FIELD_CONVERSION

Former Member
0 Likes
4,081

Hi all,

When iam maintaining customized table YEQUISTK via SM30

iam getting the ABAP dump when its encountering negative values.


Some field types require more characters on the screen than           
in the ABAP program. For example, a date field on a screen needs      
two characters more than it would in the program. Attemting to display
                                            
              Screen name.............. "SAPLZYEQUISTK"               
              Screen number............ 0001                          
              Screen field............. "YEQUISTK-STUECK"             
              Error text............... "FX015: Sign lost."

                                                                 
A temporary solution may be available as an R/3 Note.            
If you have access to SAPnet, you can search for a relevant note 
using the following keywords:                                                                                
"DYNPRO_FIELD_CONVERSION"                                       
 "SAPLZYEQUISTK " bzw. "LSVIMOXX "                               
 "LISTE_SHOW_LISTE"                                                         

I checked SAP notes but i didnt find any notes helpful.

Please help me.

Thanks and regards

Chandu

1 ACCEPTED SOLUTION
Read only

Former Member
2,364

Does the domain allow for signs?

Rob

Hi all,

When iam maintaining customized table YEQUISTK via SM30

iam getting the ABAP dump when its encountering negative values.


Some field types require more characters on the screen than           
in the ABAP program. For example, a date field on a screen needs      
two characters more than it would in the program. Attemting to display
                                            
              Screen name.............. "SAPLZYEQUISTK"               
              Screen number............ 0001                          
              Screen field............. "YEQUISTK-STUECK"             
              Error text............... "FX015: Sign lost."

                                                                 
A temporary solution may be available as an R/3 Note.            
If you have access to SAPnet, you can search for a relevant note 
using the following keywords:                                                                                
"DYNPRO_FIELD_CONVERSION"                                       
 "SAPLZYEQUISTK " bzw. "LSVIMOXX "                               
 "LISTE_SHOW_LISTE"                                                         

I checked SAP notes but i didnt find any notes helpful.

Please help me.

Thanks and regards

Chandu

9 REPLIES 9
Read only

Former Member
2,365

Does the domain allow for signs?

Rob

Read only

0 Likes
2,364

Hi,

The domain iam using is MENG13.

Pls tell me how to check for signs

Read only

0 Likes
2,364

From SE11, display domain MENG13...

it does not support the sign...

Thanks,

Renjith

Read only

0 Likes
2,364

Hi,

I saw it.

So can u tell me the domain which can hold both +/- signs

Read only

0 Likes
2,364

Hi Sai,

If you are looking for a quantity field thats holds the signs,then am afraid the answer is NO,because there is no negative quantity.

Read only

0 Likes
2,364

try MENG13V...

and regenrate the the table maintenance...

Thanks,

Renjith

Read only

0 Likes
2,364

Hi

see the domain MENGV8 or MENGV*

Max

Read only

0 Likes
2,364

HI,

you can take any integer domain, type i will support both +/-

regards

vijay

Read only

Former Member
0 Likes
2,364

Hi

See the domain of field STUECK, probably it doesn't support the sign -.

You should use a domain can accept the sign +/-

Max