cancel
Showing results for 
Search instead for 
Did you mean: 

multiplication in smartforms

sudhir_manjarekar2
Participant
0 Kudos

Hi Guru's,

I am working on 4.7c. My requirement is i want do multiplication between two columns and result should be display in third column which is not included in structure in smartform. Presently i achieved this by adding that third column as field in table structure and i am doing multiplication in calling program itself. But i wanted to know can i achive this in smartform(can we do math calculation like devide,add,multiply etc. between fields on smartform)

Regards,

SUDHIR MANJAREKAR

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi mr.

what shreeram said is corrct & ucan also try this create a program line give input and output parameters in general attributs and do the calculation . and declare the output parameter in global definitions.

ok, goodluck

Answers (3)

Answers (3)

sudhir_manjarekar2
Participant
0 Kudos

answered

0 Kudos

Hi

u can do manipulations in smartforms.

if u double click on table u can see one of the tab name is calculations. there u have to mention like

total itab- netwr totl afterloop.

declare the variable for totl in global definition.

finally u can have the totla in totl field now u can print totl.

0 Kudos

Hi

u can do manipulations in smartforms.

if u double click on table u can see one of the tab name is calculations. there u have to mention like

total itab- netwr totl afterloop.

declare the variable for totl in global definition.

finally u can have the totla in totl field now u can print totl.