‎2009 Feb 08 6:18 AM
I want the text of sap script to use in my object,can any body tell me the format of the text which will be used in scripts,
tnx in advance
‎2009 Feb 08 6:22 AM
sap scripts texts are used like this
/: INCLUDE ZABC OBJECT TEXT ID ST LANGUAGE EN PARAGRAPH C.
Name: ZABC
Object: Text
Text id: ST (Text id from SO10)
Language: EN
Paragraph: C (Centered)
‎2009 Feb 08 6:22 AM
‎2009 Feb 08 6:23 AM
Hello,
U can create u r own Paragraphformats OR char Formats within Script anduse them script editor as per u r requirement,
Or if it isa standard text , create the sameusing SO10 tocde and use the samewithin script editor using INCLUDE Statement .Transport the same using RSTXTRAN Standard progrqm.
Regards,
‎2009 Feb 08 7:41 AM