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

smartform designe table

Former Member
0 Likes
6,053

Hi,

I have  created a smartform..also in that  I have designed a table..data are coming proper..but the new requirement came..that I need to add one new column in that exsiting designed table..now how will I add that column in designing??please share your knowledge..

Regards

Abhay Manna.

1 ACCEPTED SOLUTION
Read only

venkat_aileni
Contributor
0 Likes
6,011

Hi-

Draw a new cell by choosing Pencil symbol from Toolbar.

After above step a new cell will be inserted into your table.

If your table already consists of this field data you can display it by creating a text under Table->Main Area -> Line Type-> Newly created cell.

-Venkat

43 REPLIES 43
Read only

Former Member
0 Likes
3,426

This message was moderated.

Read only

Former Member
0 Likes
3,426

Hi, In smartforms when I am retrieving a field "kwmeng " from vbap table that is quantity in output it is showing with decimal like 25.00 But user requirement is like they want it as with out decimal point they want to show quantity  in output as only number like 25 how would I convert it from 25.00 to 25 Please share your knowledge.. Thanks Abhay Manna.

Read only

0 Likes
3,426

Have you tried this?

Please make use of this command &<your_variable(.0)>& this should work. Like &wa_vbap-kwmeng(.0)&

-Venkat

Read only

0 Likes
3,426

Hi Venkat, Yes ,Its working  my problem solved...Thanks you so much Thanks Abhay Manna.