cancel
Showing results for 
Search instead for 
Did you mean: 

Smartforms- TABLE -Lines,rgrding passing Quan&DATS fields to smartforms

Former Member
0 Kudos

Hi All ..

Iam working on Tables in smartform ,

These are queries to which i need solution ..

1) In (Window) Table- Heading i have created 3 LINES in which my data had to display...( i have a line in that TEXT is used to display a particular fields of the Itab ) . as i came to know that in my Zprog iam gettting my data in the fields but wen in smartform these fields values are not displayed ( when these fields are placed in LINE ) but wen these fields are placed outof LINE that is outof table then iamgetting value for these fields.. so please let me know wat are the changes that ishould do to get my data in my table ( LINE )

2) How to pass DATS and QUAN fields to the smartforms..

as iam getting data to DATS and Quan Fields in my Zprog but these values are not showed in my smartForm .. ..

Thanks in Advance..

Looking for a good reply ..

Aslam..

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

you have created 3 linetypes for table .

you have create loop for multiple records display.

in loop you have to pass table from which you are displaying inti output.

To internal table we get data from print program and create text for corresponding cells.

then it will pass those data to table.

2) create programlines for that.

in that mention table from which table is containing quantity.

that is import parameter specified .

export parameters are your output fields using for calculation.

AMOUNT = TAB3-NETWR.

Netamount = Netamount + TAB3-NETWR.

here input is tab3 table it contains quantity data.

lamount,netamount are output parameters.

like that you can display quantity.

or in global definitions currency/quantity fields tab is available you can pass there also.

for dat fields write logic for conversion of date and pass that variabl in form output.

Answers (0)