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

change in smartforms

Former Member
0 Likes
613

Dear Experts ,

my requirement is

i am having a smf and driver prog.

i am displaying the table content in smf (Data coming from driver prog )

need to group the value


ex: i am getting output

1   bsp     40000

2   plc         1000

3   plc1        2000

4   car         5000

5   bus          6000

grand total            54000

i need out put like

a bsp 40000

   total 40000

b plc    1000

   plc1   2000

c others  5000

              6000

  total      11000

grand total  54000

please suggest ....

1 ACCEPTED SOLUTION
Read only

former_member249399
Active Participant
0 Likes
590

HI,

if field like bsp, plc, plc1 are fixed , use template , pass data from program  and print it.

4 REPLIES 4
Read only

former_member249399
Active Participant
0 Likes
591

HI,

if field like bsp, plc, plc1 are fixed , use template , pass data from program  and print it.

Read only

0 Likes
590

Dear Raju ,

these value are nothing but condition types which is maintain in va01 .

Read only

vinodkumar_thangavel
Participant
0 Likes
590

Hi,

Instead of using numbers u shall use field SY-ABCDE  and based on the numbers u shall read the corresponding character ex: SY-ABCDE+0(1) and u shall map the same in your smart form field.

Regards,

Vinodkumar.

Read only

0 Likes
590

hi vinod

can u please tell me more  about this or some sample code .