‎2007 Mar 22 6:54 AM
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
‎2007 Mar 22 9:57 AM
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.
‎2007 Mar 22 6:57 AM
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.
‎2007 Mar 22 7:08 AM
‎2007 Mar 22 7:14 AM
Go through this link..
It helps u a lot...
http://www.saptechnical.com/Tutorials/SAPScripts/ScriptMain.htm
reward if it helps u...
sai ramesh
‎2007 Mar 22 7:20 AM
‎2007 Mar 22 7:29 AM
Hi
Click on Main window and then click Text Elements or Press F9 for text elements.
rgds
Deepak
‎2007 Mar 22 7:19 AM
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
‎2007 Mar 22 7:29 AM
Thank you I did that can you please tell me the next step please
‎2007 Mar 22 7:34 AM
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
‎2007 Mar 22 7:36 AM
‎2007 Mar 22 9:57 AM
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.