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

sap script components

Former Member
0 Likes
653

hi all,

1.what r the components of sap script?

5 REPLIES 5
Read only

Former Member
0 Likes
603

These are the components of the sapscript

1.Header

2.Pages

3.Windows

4.Page windows

5.Paragraph Formats

6.Character formats.

when u open transaction SE71 it display all the component of sap script which component u want to create u can creae checking radiobutton of perticular component,.

Read only

0 Likes
603

but kishan

i think that these r components of layout sets.

not components of sap script?

Read only

0 Likes
603

layout set.

sapscript is just a layout to display.

these aree call component of sapscript.its means u have to create all component to make a perfect sapscript layout.

Read only

Former Member
0 Likes
603

Hi Sanjeev,

You can check the below link -

http://help.sap.com/saphelp_erp2005vp/helpdata/en/d6/0db364494511d182b70000e829fbfe/content.htm

Hope this helps!

PS: Reward points if useful!

Regards,

Saurabh

Read only

Former Member
0 Likes
603

Hello,

For designing a form in script, rquired things are.

1. Page

2. Window

3. Paragraph format

4. Character format

For devloping a driver program.

1. A form name

2. Output type

3. Different function modules

Open_Form

Close_form

Start_form

end_form

write_form

Let me know ur exact requirement so that I can be more clear.

Regards