‎2007 Nov 05 8:43 AM
Hi all,
If i use read_text and create values in so10 and after this using fm read_text.
i get internal table of required values...now this internal table i will use in smartforms to get valuse in text nodes....like we generally dont hardcode
Material no isntead we get it from from read_text......so if i use this way and print
Material from read_text rather than hardcoding it...i have some 30 text nodes ...so than i have to assign these values in variables (30 variables).....using read command in codes lines before text nodes in smartforms.......so now i have 30 new variables..is there any good way instead of this
‎2007 Nov 05 8:48 AM
read form funcation module . and put one internal table.
and split the values. and pass through smartforms
‎2007 Nov 05 8:51 AM
splitting itself creates varialbes this is my problem....i pass whole internal in smart forms and read internal table into variable...than i have to export these variables in codes node in smart form and use these in text nodes ......so in all i have some 30 nodes ..so 20 new variables....do u have some better method..plz suggest
‎2007 Nov 05 8:58 AM
sorry...
i read internal table in a loop and pass this values in variables...so there will be 30 variables....so is there any better method