‎2008 May 09 3:58 PM
Hi All,
I am working on a SAP Script where few includes have been used on the MAIN Page but when I went to se38 and tried into those includes...it's giving me an error ...program not found...can you please tell me what woud be the possible error.
Thanks,
Rajeev
‎2008 May 09 4:08 PM
Hi,
Those includes may be used to display the address or some text according to the need of user.some of them will be filled in run-time and some may be Standard texts ,you can check those in SO10 transction by providing the text-name object id and language.
Include 'Text-name' OBJECT TEXT ID ADRS LANGUAGE &lang-key&
In the above include statement the first one is name of the text and Object id and language will vary.
I hope it will help you.
Thanks
Harris
‎2008 May 09 4:02 PM
in includes in sap script you refer to text element which you want to include not programms .
with so10 you can retrieve the text elements.
or if it are variable fieldnames in the include you can check the programm which uses the sapscript
kind regards
arthur de smidt
‎2008 May 09 4:06 PM
hi
dear that include r not programs they r either text elements or that include will be an style
so do not confuse with this includes
cheers
snehi chouhan
‎2008 May 09 4:07 PM
hi,
include in sap script is not include statement for programs.
We can use the include for logo's and some other.
‎2008 May 09 4:08 PM
Hi,
Those includes may be used to display the address or some text according to the need of user.some of them will be filled in run-time and some may be Standard texts ,you can check those in SO10 transction by providing the text-name object id and language.
Include 'Text-name' OBJECT TEXT ID ADRS LANGUAGE &lang-key&
In the above include statement the first one is name of the text and Object id and language will vary.
I hope it will help you.
Thanks
Harris