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

cannot maintain Selection Text

Former Member
0 Likes
1,448

Hello,

I am maintaining selection screens, but I cannot maintain Selection Texts under Text Module and input is not allowed. Thanx for your help.

Regards

7 REPLIES 7
Read only

Former Member
0 Likes
1,010

I am not sure why that is not allowed, however take a look at SELECTION-SCREEN COMMENT.

http://help.sap.com/abapdocu_70/en/ABAPSELECTION-SCREEN_COMMENT.htm

Read only

0 Likes
1,010

Even I tried the simplest selection screen, I am stilled not allowed to input selection texts,

the table for selection texts is grayed, and the first column under the tab of Selection Texts is empty.

code:

PARAMETERS dob TYPE i DEFAULT 1.

Read only

0 Likes
1,010

I dont understand, you can edit the program but not the Selection texts.

If you can edit the program, why don't you add the SELECTION SCREEN COMMENT as I have said above?

PS:Do you have Modification assistant switched on? In that case, you should be able to see Insert button on the top.

Read only

0 Likes
1,010

Thanx for your help. Modification assistant is on by default, and I am also not allowed to disable it. Does it means that I have limited access to the system?

Read only

0 Likes
1,010
Read only

0 Likes
1,010

I maintained a message class and from an example I learned that 'Member number & is already existing.' I think & here stands for a variable. Would u pls tell me where can I find reference articles on  the usage of &? I really appreciate your favor.

Read only

0 Likes
1,010

If you use &, the assignment can be dynamic.

For eg, in the above case if the message number is 099, MESSAGE e099 WITH '100' will display Member number 100 is already existing.