‎2013 Nov 24 6:23 AM
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.
‎2013 Nov 24 6:44 AM
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
‎2013 Nov 24 7:24 AM
‎2013 Dec 04 5:28 AM
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.
‎2013 Dec 04 6:26 AM
Have you tried this?
Please make use of this command &<your_variable(.0)>& this should work. Like &wa_vbap-kwmeng(.0)&
-Venkat
‎2013 Dec 04 8:10 AM
Hi Venkat, Yes ,Its working my problem solved...Thanks you so much Thanks Abhay Manna.