ā2012 Nov 04 1:27 PM
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
ā2012 Nov 04 1:42 PM
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
ā2012 Nov 04 2:00 PM
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.
ā2012 Nov 04 2:06 PM
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.
ā2012 Nov 04 2:26 PM
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?
ā2012 Nov 04 2:31 PM
You dont have to disable it, you can change the texts.
http://help.sap.com/saphelp_nw04s/helpdata/en/04/33c0e6e02111d195490000e82de14a/content.htm
ā2012 Nov 04 3:26 PM
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.
ā2012 Nov 04 3:37 PM
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.