Dear Freinds,
i have developed smartform , however i have one problem .... iam using the table option in the smartform .
iam getting data in the internal table(Itab) as below before sending to smartform
empno Empname Loantype Amount Designation Location
101 Raja 102 200 supervisor Delhi
101 Raja 103 300 supervisor Delhi
the output in the smart form iam getting as two pages
Empno : 101 Empname : Raja location : delhi
Loantype: 102 Amount 200 Designation : supervisor
Empno : 101 Empname : Raja location : delhi
Loantype: 103 Amount 300 Designation : supervisor
which is wrong
I want the loand type 102 and 103 and amount 200 & 300 should be come two values in the
same record (in one record) and not two records.
ie. the data should come as below:
Empno : 101 Empname : Raja location : delhi
Loantype: 102 Amount 300 Designation : supervisor
103 200
Please help me how i can restrict as one record and get displayed .
regards
madhuri