Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

using read_text

Former Member
0 Likes
467

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

3 REPLIES 3
Read only

Former Member
0 Likes
441

read form funcation module . and put one internal table.

and split the values. and pass through smartforms

Read only

Former Member
0 Likes
441

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

Read only

Former Member
0 Likes
441

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