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: 

Packed type

Former Member
0 Kudos

Hi,

I have a question here.

Some of the field in internal table are DEC and Curr type.

While passing value to them they are displaying as Packed type and is not taking negative values.

How to proceed?

Regards,

SP

3 REPLIES 3

bpawanchand
Active Contributor
0 Kudos

Hi

Check at the DOMAIN level whether you have checked the SIGN check box or not, Inorder to accept negative values

Regards

Pavan

0 Kudos

Hi Pavan,

What I need to do for those fields which have to pick -ve fields.

Regards,

SP

0 Kudos

Hi

For the fields whcih you want to accept negative values enable the SIGN check box at the DOMAIN in SE11.

If you could post the data declaration part code then i can help you

Regards

Pavan