‎2007 Oct 24 4:50 AM
Hello Friends,
I am trying to add "include text" to print form. I have the Text Object and Text Id details. I do NOT have the Text Name. I went to SE75 (SAPScript Settings) and tried to determine the text name. I am not able to do so as SE75 lists the object and the corresponding ids but not the associated text name.
Please let me know if anybody knows how to find out the <b>Text Name</b> for a given <b>Text Object</b> and <b>Text Id</b>.
Points will be rewarded for helpful answers.
Thanks,
Arun.
‎2007 Oct 24 5:05 AM
Check the contents of STXH and STXL table.
STXL table maintains STXD SAPscript text file lines and has keys TDOBJECT, TDNAME, TDID and TDSPRAS . So you can pass desired information and get the output from SE16 for STXL.
Hope this will get you the desired information.
ashish
‎2007 Oct 24 4:57 AM
Hi ..
The Tcode for SAP Script Texts is SO10. it is not SE75.
So you can find the Texts in SO10 and INCLUDE Them in the Form.
Alternatively:
You can also include the Text using :
Open the Text elements of the window .
Select the menu path: INSERT -> TEXT -> STANDARD TEXT (Press F4 to find the Text IDs)
REWARD IF HELPFUL.
‎2007 Oct 24 5:05 AM
Check the contents of STXH and STXL table.
STXL table maintains STXD SAPscript text file lines and has keys TDOBJECT, TDNAME, TDID and TDSPRAS . So you can pass desired information and get the output from SE16 for STXL.
Hope this will get you the desired information.
ashish
‎2007 Oct 24 5:12 AM