2008 Mar 19 7:45 AM
Hi Experts
I am getting longtext through function module.Entire Long Text is there in internal table.
Long Text total Length is 1500 characters.
How can i pass into single variyable entire longtext.I would like to print in SmartForm
Please send the detaild code based on above query.
Regards
Hari
Hi Experts
I am getting longtext through function module.Entire Long Text is there in internal table.
Long Text total Length is 1500 characters.
How can i pass into single variyable entire longtext.I would like to print in SmartForm
Please send the detaild code based on above query.
Regards
Hari
2008 Mar 19 7:56 AM
Try using a STRING variable.
And while printing in smartform, break it up using some logic.
OR
Pass the internal table as it is.
Print the same in smartform by looping thru the internal table.
Thanks
Balaji
2008 Mar 19 8:00 AM
Hi
Declare one variable of same type as in FM and pass the same to output ot the smartform using the text element
regards
Shiva
2008 Mar 19 8:32 AM
hi,
Declare the variable with type STRING. A STRING type can take very large data. Also ensure that the variable you are using in the smartform is also of type STRING.
Thanks,
Anil
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |