‎2007 Dec 14 1:31 AM
Hi All,
I have a problem in the report S_ALR_87013340 where the Selection Text in the selection screen is not displaying any text in one client and when i check it in another client it is displaying correctly.I tried to find the reason but couldnt, if anyone can help me i will be happy.
Please it is urgent.
Regards
Andrew
‎2007 Dec 14 1:34 AM
If its a standard program , please search for the note in service market place.
Regards,
Ram.
‎2007 Dec 14 2:01 AM
Hi Ram,
I dont have a service marketplace login id.
i think the problem is due to language when i checked the program the Selection texts where in a mess.And it says "No text for program in text pool GPEVO4MSY0AK62KAHGEC3PL2H33340 Language EN".
Can you figure out anything with this?
Thanks and regards
Andrew
‎2009 Apr 14 5:38 AM
‎2009 Apr 14 5:55 AM
Hi Andrew J,
I think you add a screen field in standard program. You have to use a selection-screen comment.
Ex:
SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE tit.
SELECTION-SCREEN BEGIN OF LINE.
SELECTION-SCREEN : COMMENT 1(15) text FOR FIELD s_bednr.
SELECT-OPTIONS: s_bednr FOR s_ekpo-bednr.
SELECTION-SCREEN END OF LINE.
SELECTION-SCREEN END OF BLOCK b1.
INITIALIZATION.
text = 'Ref Tracking Number'.
Thank You,
Anupama.B.