‎2007 Nov 30 4:44 PM
Hi all
I want to know the steps to include standard text (created in so10)in script.
Thanks
‎2007 Nov 30 4:45 PM
http://help.sap.com/saphelp_nw2004s/helpdata/en/03/7560efcf0d11d3b565006094192fe3/content.htm
Check the link
Regards,
Abhishek
‎2007 Nov 30 4:45 PM
http://help.sap.com/saphelp_nw2004s/helpdata/en/03/7560efcf0d11d3b565006094192fe3/content.htm
Check the link
Regards,
Abhishek
‎2007 Nov 30 4:47 PM
use command
INCLUDE OBJECTNAME <name> ID <> OBJECT < Object> LANGUAGE <EN>
Pavan
‎2007 Nov 30 4:50 PM
Hi,
Go to the Page window editor.There will be a button at last in the application toolbar as a note. Click on the button, it will ask you to provide the Text Name, Give the same Text Name which you have given while creating the standard text from SO10. Provide the Language as EN.
Standard text will get included in your script.
Regards,
Satish
‎2007 Nov 30 4:58 PM
Hi satish
I did acc to ur point. but when i execute it is not showing text from so10 but its showing " INCLUDE Z_CUP OBJECT TEXT ID ST LANGUAGE EN " as it is.
please clear my point
Thanks
‎2007 Nov 30 5:01 PM
‎2007 Nov 30 5:03 PM
Then try by using the actual syntax as below
INCLUDE OBJECTNAME <name> ID <> OBJECT < Object> LANGUAGE <EN>Regards,
Satish