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

Text Elements

Former Member
0 Likes
797

Hi folks,

How to create Text Elements?

Thanks in advance,

Ravi

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
770

Hi,

Go to SE38...

Give the program name..

Select the radio button...Text elements..

Press change..

There you can create text elements..

Thanks,

Naren

8 REPLIES 8
Read only

Former Member
0 Likes
771

Hi,

Go to SE38...

Give the program name..

Select the radio button...Text elements..

Press change..

There you can create text elements..

Thanks,

Naren

Read only

Former Member
0 Likes
770

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.

Read only

0 Likes
770

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)

Read only

Former Member
Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
770

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

Read only

Former Member
0 Likes
770

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

Read only

Former Member
0 Likes
770

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.

Read only

Former Member
0 Likes
770

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.