Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Includes

Former Member
0 Likes
497

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
476

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

4 REPLIES 4
Read only

Former Member
0 Likes
476

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

Read only

Former Member
0 Likes
476

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

Read only

Former Member
0 Likes
476

hi,

include in sap script is not include statement for programs.

We can use the include for logo's and some other.

Read only

Former Member
0 Likes
477

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