‎2007 Feb 20 3:58 AM
‎2007 Feb 20 4:00 AM
Hi,
Go to SE38...
Give the program name..
Select the radio button...Text elements..
Press change..
There you can create text elements..
Thanks,
Naren
‎2007 Feb 20 4:00 AM
Hi,
Go to SE38...
Give the program name..
Select the radio button...Text elements..
Press change..
There you can create text elements..
Thanks,
Naren
‎2007 Feb 20 4:01 AM
hi,
just type in your program text-001 and double click on it
for example
SELECTION-SCREEN : BEGIN OF BLOCK blk1 WITH FRAME TITLE text-001.
‎2007 Feb 20 4:01 AM
Please change ur selection parameters as shown below (replace title1 with Text-001):
*---Selection Parameters.
selection-screen begin of block b1 with frame title Text-001.
Then double click on text-001.
If you defined as "Title1" progarm consider as a vbariable and it will look for that variable.
Hope this will resolve your issue. Some one earlier suggested the same.
Selection Texts also working fine. (GOTO>TEXTELEMENTS> SELEC.TEXTS)
‎2007 Feb 20 4:07 AM
Hi Ravi,
chk this:
http://help.sap.com/saphelp_nw2004s/helpdata/en/e3/9609ffeb0711d194d100a0c94260a5/content.htm
regards,
keerthi
‎2007 Feb 20 4:08 AM
Hi
In your program
just type in your program text-001 and double click on it .
for example
SELECTION-SCREEN : BEGIN OF BLOCK blk1 WITH FRAME TITLE text-001.
Now it will give the pop-up that text-001 is not avialable you want to create it.
Press yes and give the desired description for that text element.
Regards,
kumar
‎2007 Feb 20 4:10 AM
Hi,
go to se38 give the name of the report and click on text elements radio button
and then you can create your own text and also parameter text also
Regards
Shiva
‎2007 Feb 20 4:13 AM
Hi Ravi,
goto SE38 give your program name and type in ur program like text-001 and double click on it .
Example
SELECTION-SCREEN : BEGIN OF BLOCK B1 WITH FRAME TITLE <b>text-001</b>.
SELECT-OPTIONS:.........................
SELECTION-SCREEN : END OF BLOCK B1 .
reward if useful.
‎2007 Feb 20 4:18 AM
Hi,
You can create Text elements by the follwoing methods
1. Goto SE38 give the program name and in the program type text-<number> . Double click . The Text element is created.
2 . Goto SE38 give the program name and GOTO -->Text Elements.
3 . Goto SE38 give the program name and select the radio button Text Elements.
Regards,
Sowmya.