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 Form

Former Member
0 Likes
982

Hi all,

I want to create a form that consist of the main window only ..... this main window should have in it layout [ date / sender and receiver addresses / some data from the internal table and a signature].... can any one please tell the steps to create this form right from se71...... thanks in advance

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
959

hi shaheen,

in form, main screen will be default.Goto text elements of the main screen.

In the menu, u can see the change editor, click that one. Line editor screen will be opened.

u can use control command,date to use the date & ADDRESS to insert the address of the sender and receiver.

to insert the internal table fields.

/E text " text element

P1 &itab-field1& &itab-field2&

save,check and activate and write the code in the print program.

Hope u understood.

if u have any doubt, get back to me.

Regards...

Arun.

Reward points if useful.

10 REPLIES 10
Read only

Former Member
0 Likes
959

hi,

date / sender and receiver addresses / some data from the internal table and a signature , make the text elements and put them in window.

rgds

Deepak.

Read only

0 Likes
959

Can you please tell me how to make a text elements

Read only

Former Member
0 Likes
959

Go through this link..

It helps u a lot...

http://www.saptechnical.com/Tutorials/SAPScripts/ScriptMain.htm

reward if it helps u...

sai ramesh

Read only

0 Likes
959

Thanks but I'm not able to open the link

Read only

0 Likes
959

Hi

Click on Main window and then click Text Elements or Press F9 for text elements.

rgds

Deepak

Read only

RKSK
Participant
0 Likes
959

Just right click you rmail window there you can see the Text element

Click that and after that in that text element write the date and what ever you want

Your pupose wil only be solved by using text elements

Read only

Former Member
0 Likes
959

Thank you I did that can you please tell me the next step please

Read only

Former Member
0 Likes
959

Shaheen put your variable between && (e.g. &Date& ) .

or hardcode it like 2/2/2007

rgds

Deepak

Message was edited by:

Deepak Kumar

Message was edited by:

Deepak Kumar

Read only

Former Member
0 Likes
959

can you explain a bit more please i did not get you

Read only

Former Member
0 Likes
960

hi shaheen,

in form, main screen will be default.Goto text elements of the main screen.

In the menu, u can see the change editor, click that one. Line editor screen will be opened.

u can use control command,date to use the date & ADDRESS to insert the address of the sender and receiver.

to insert the internal table fields.

/E text " text element

P1 &itab-field1& &itab-field2&

save,check and activate and write the code in the print program.

Hope u understood.

if u have any doubt, get back to me.

Regards...

Arun.

Reward points if useful.