Quantcast
Channel: SCN : Document List - ABAP Development
Viewing all articles
Browse latest Browse all 935

Overcome the default limit of 30 characters to parameters/select-options text on selection screen

$
0
0

Hello Friends,

 

On selection screen we can display up to 30 characters of parameters/select-options text.

However with the help of SELECTION-SCREEN COMMENT [text] FOR FIELD sel”, we can overcome this limit of 30 characters upto 83 characters.

 

Steps:

 

1. Go to transaction code SE38 and create sample program.

demo1.jpg

2.     Let’s say we need to create two radio buttons R1 and R2 with the texts "Service Tax liability Register for manufracturing "and “Service Tax liability Register for services ”, respectively.

3.     Usual way of doing it is with the help of GOTO->TEXT ELEMEMTS->SELECTION TEXTS.

a.     Create two radio buttons as below.

demo2.jpg

 

b.    Now assign the texts to these radio buttons GOTO->TEXT ELEMEMTS->SELECTION TEXTS

 

demo3.jpg

 

c.     Enter the corresponding text here

 

demo4.jpg

 

 

d.    Activate and execute the program.

 

demo5.jpg

 

It will not allow us to write more than 30 characters.

 

4.     Let’s see how this can be achieved.

a.     Write below code and activate the program

demo6.jpg

 

 

b.    Maintain the texts TEXT-001 and TEXT-002 [Goto->Text elements-> Text Symbols] and activate the texts.

 

demo7.jpg

c.     Execute the program.

 

demo8.jpg

And it's DONE..


Viewing all articles
Browse latest Browse all 935

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>