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

How to display Quantity fields in Table control

Former Member
0 Likes
1,144

Hi,

I need to display quantity fields in my table control based on the resb-meins field. i.e. I need a feature similar to qname of ALV Grid Control in Table control.

Can any body help me.

Regards,

Srinivas

Hi,

I need to display quantity fields in my table control based on the resb-meins field. i.e. I need a feature similar to qname of ALV Grid Control in Table control.

Can any body help me.

Regards,

Srinivas

5 REPLIES 5
Read only

deepak_dhamat
Active Contributor
0 Likes
848

Dear ,

Use character field insted of quantity field for display .

i.e pass quantity field to a other charater field in internal table to display .

it will work .

Thanks And Regards

Deepak Dhamat .

Read only

Former Member
Read only

Former Member
0 Likes
848

Hi,

what is the problem u r facing can u explain it clearly ?.

Regards,

R K.

Read only

Former Member
0 Likes
848

hi,

use the charecter filed and convert u field in to charecter

check this link

~linganna

Read only

Former Member
0 Likes
848

solved