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

Regarding Scripts

kishorepallapothula
Participant
0 Likes
573

Hi Guys,

Please tell me what is the purpose of including INCLUDES in the line editor of a window.

1. Please let me know why and how to include INCLUDES?

2. Need to write any code in the print program?

Reward are sure.

kishore

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
555

hi,

we use INCLUDES in line editor to inser logo (created in se78) and standard text created in SO10.

5 REPLIES 5
Read only

former_member196280
Active Contributor
0 Likes
555

Includes are mainly used to read the standard text maintained in So10, you can modify the text in So10, it will automatically reflect in your form. So this helps the user not to change the form always.

Ex: So10, give Standard text name, ID and language...

No need of writing code in print program.

Regards,

Sairam

Read only

0 Likes
555

Hi Sai Ram Reddy Neelapu,

Thanks for your responce, one more doubt.

I have some code here. Please help me to explore this below total line.

INCLUDE &VBDKL-TDNAME& OBJECT VBBK ID ZTB2 PARAGRAPH A2

Reward you sure.

kishore

Read only

0 Likes
555

Hi Kishore..

INCLUDE &VBDKL-TDNAME& OBJECT VBBK ID ZTB2 PARAGRAPH A2

Here &VBDKL-TDNAME& is the Variable that stores the Name of the Text.

You find the value of this variable by displaying it or in debugging of Form.

For Eg it may be PO_TEXT

Then Goto Tcode SO10

Enter the Text Name as : PO_TEXT

Text ID as : VBBK

Language as : EN

And Display ..

Here you can see the Acutal text that is called.

<b>Reward if Helpful</b>

Read only

0 Likes
555

Hi Narayana Varma,

I am watching keanly watching this SDN from yesterday you are giving tremendos answers. I am very thankful to you if you provide your personal mail id.

I recently joined with an enduser in singapore. I am facing so many things. Here i am looking SAP in different angle. If i find any queries i can direcly approach you.

If you are willing to give your id i will be very thankful to you.

Regards,

kishore

Read only

Former Member
0 Likes
557

hi,

we use INCLUDES in line editor to inser logo (created in se78) and standard text created in SO10.