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

Sapscript

Former Member
0 Likes
1,049

I would like a create a form in sapscript for learning.

Kindly guide me as to how to start with. (Give me some samples). Also if any document is available, pls share.

Thankx in advance,

MARK K

9 REPLIES 9
Read only

Former Member
0 Likes
819

Mark,

Check the below two links in ths FORUM, you can find furter links from there.

rgds,

TM

Read only

Former Member
0 Likes
819
Read only

Former Member
0 Likes
819

HI,

Use se71-> create layout.

write associated driver program for form

in se38 using follwing function modules

1) open_form

2) write_form

3) close_form

Regards

Amole

Read only

Former Member
0 Likes
819
Read only

Former Member
0 Likes
819

This message was moderated.

Read only

0 Likes
819

What does the following mean, in sapscript.

/: DEFINE &.......&

/: USING &.....&

/: CHANGING &.........&

Regards,

Read only

0 Likes
819

Hi Mark,

DEFINE is used for to define a variable in the TEXT elements of SAP Script.

If you need some extra variable to calculate data and to store data temporarly..you can use it.

USING & CHANGING..these are part of subroutines in the TEXT Elemetns of SAP Script.

Some times, if you get a requirement like, you have to add extra fields in the layout without. But the new fields are not available in the layout and not coming from the driver program.

So, in this case, you have to write subroutine in SE38 program and then call it from your TEXT Element of particular window where you would like to add new fields.

pls reward points if it is helpfull.

Regards,

ram

Read only

0 Likes
819

> /: DEFINE &.......&

> /: USING &.....&

> /: CHANGING &.........&

Where from you get this?

Regards,

Subhasish