‎2006 Sep 28 6:02 AM
Hi,
I need to find out the exact standard text name from Read_text function module. I am getting standard text from this function but i need to know the standard text name what exactly used here.
Regards,
ram
‎2006 Sep 28 6:04 AM
Hi ram,
1. In read_text fm,
2. there is one parameter which is passed
NAME LIKE THEAD-TDNAME
3. that itself is the standard text name
4. Along with it, the other important
parameters, attached to standard text is
ID LIKE THEAD-TDID
regards,
amit m.
‎2006 Sep 28 6:37 AM
Hi,
I am passing the TDNAME in so10 transaction to get the standard text. But unable to see that here.
I am passing the TDNAME(text name) as 100000028(IFLOT-TPLNR) and tdid as ST and language EN. But unable to get the standard text stored for this.
Regards,
Ram
‎2006 Sep 28 6:08 AM
check tcode SE75 to find out list of all Std.Text Ids.
Regards
Prabhu