‎2009 Jul 22 8:39 AM
Hi All,
Is it possible to use Text modules created in Smartforms in our report programs. if yes, please share some details on the same.
Regards,
Booma Ganesan
‎2009 Jul 22 8:47 AM
You can use read_text fm using object 'TEXT' for standard text. It's also good approach to use them in forms.
call function 'READ_TEXT'
exporting
object = object
id = id
name = name
language = language
importing
header = header
tables
lines = lines
exceptions
not_found = 1
others = 2.
‎2009 Jul 22 9:02 AM
i am giving you a test data for READ_TEXT.
pass as per your requirements.
Function module READ_TEXT
Import parameters Value
CLIENT 400
ID F29
LANGUAGE EN
NAME 320000128500003
OBJECT EKPO
Export parameters Value
HEADER EKPO 320000128500003 F29 EN
Tables Value
LINES 0 Entries
Result: 1 Entry
‎2009 Jul 22 8:54 AM
Hope the FM 'READ_TEXT' is used for std. texts maintained through SO10. This cannot be used to read those text created as text modules in smartform transaction.
pls. clarify
‎2009 Jul 22 8:58 AM
Yes but if this is a requirement for you you can also change your text in smartforms with standard texts (it's possible to use standard texts in smartforms). And you can use standard texts for both purpose.
‎2009 Jul 22 8:55 AM
Hi,
I think it might not be possible, Please refer to the below link,
http://help.sap.com/saphelp_sm32/helpdata/en/24/ccbd2a00c811d4b588006094192fe3/frameset.htm
Thank U,
Jay....