cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic text

Former Member
0 Kudos

Hi gurus,

my req is to add a standard text which is not static but dynamic how can i include

this std text which is dynamic.

good points will be awarded for helpful answer.

thanks

deepak.s

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

1.Dynamic Text can be handled in script using the READ_TEXT function Module.

2.In smartforms, we have an option to select the Dynamic text in Text elements.Here also,we can use Read_Text function module.

Like:

CALL FUNCTION 'READ_TEXT' " Esta funcion lee el texto de posicion

EXPORTING

client = sy-mandt

id = c_tdid

language = sy-langu

name = l_tdname

object = c_tdobject

TABLES

lines = i_lineas

EXCEPTIONS

id = 1

language = 2

name = 3

not_found = 4

object = 5

reference_check = 6

wrong_access_to_archive = 7

OTHERS = 8.[/code]

Regards,

Shiva Kumar

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi All,

Thanks all for your replies, my question is related to ADOBE forms....

Thanks

Deepak

Former Member
0 Kudos

Hi,

U can use "INCLUDE TEXT" for the dynamic text or you can call the function "READ_TEXT" for the same..

Thnaks & Regards,

Shaheen.

Former Member
0 Kudos

Hi,

When you create the Text element in smartforms, there are option in that.

follow the procedure ,

Create Text Element > General Attributes > Type(Drop down) >

in that select the option as per you requirement.

I think this will definately hep you.

Thanks.

Swati.