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 quantity fields in smartfroms

Former Member
0 Likes
391

hi experts,

i have developed a driver program and print program in the form ,the first three column is coming which are ::

plant id materail number storage location

1000 1000000001 ibf1

but the fourth column which is <b>target monthly</b> is not coming

whenever i mention the text for this field i.e ''ITAB_FINAL_SFM-LABST_TM''

which is of component type <b>labst</b> and <b>datatype quan</b> of mard table in my smartforms and after executing the driver program the controls return back to the selectionscreen means it wont show any printform..plz help me rectify this....

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
371

hi,

In the smartform, under the tab GLOBAL DEFINITIONS you have a tabstrip called

Currency/Quantity fields, there u mention the field u want to display under the field name and data type as curr/quan.

regards,

Navneeth K.

2 REPLIES 2
Read only

varma_narayana
Active Contributor
0 Likes
371

Hi Ravi..

In smartforms Currency Quantity (QUAN) fields must be converted to Char type.

So Convert this field to CHAR field and Display.

<b>reward if Helpful</b>

Read only

Former Member
0 Likes
372

hi,

In the smartform, under the tab GLOBAL DEFINITIONS you have a tabstrip called

Currency/Quantity fields, there u mention the field u want to display under the field name and data type as curr/quan.

regards,

Navneeth K.