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

create objects in SAP scripts

Former Member
0 Likes
708

Hi all,

As a beginner i want to know the steps to create objects which i can use in include statements. Suppose for this stmt,INCLUDE ZFOOTER OBJECT TEXT ID ST LANGUAGE EN

In this how will i create 'ZFOOTER' object..Pls Help me..

1 ACCEPTED SOLUTION
Read only

former_member222860
Active Contributor
0 Likes
659

U can create that from SO10 transaction..

5 REPLIES 5
Read only

former_member222860
Active Contributor
0 Likes
660

U can create that from SO10 transaction..

Read only

Former Member
0 Likes
659

Hi Gayathri,

You can create this kind of include from transaction- SO10,

And then in your script's windows text element area you can use this

Include statement to include the text id created through the above t-code.

Hope it helps

Regrds

Mansi

Read only

0 Likes
659

Hi all,

Thank u for ur valuable suggestions.....

Read only

former_member209217
Active Contributor
0 Likes
659

Use Tcode so10 .Its for creating standard texts.

Read only

Former Member
0 Likes
659

Use Tcode so10 .create standard texts. and use them in SAP script