Announcement:
wanna exchange links? contact me at sapchatroom@gmail.com.
Posted by
Admin at
Reply from densilgreen on Jan 4 at 4:08 AM You do not need that line at all. Remove OPTION FOR EQ SIGN I, from your code. The system will populate the option & sign in the background for you. You do not need to do it yourself in this particular case. Also S_1 and S_2 are selecting on the same field SFLIGHT-CARRID Remove S_2. If you want to select AC & AA for SFLIGHT-CARRID you can do this by entering these values on the screen when you run the program. Also what are you trying to select with S_3 and S_4. These are not linked to a table field and look to be meaning less. Densil
| | | ---------------Original Message--------------- From: DiggingSAP Sent: Friday, January 04, 2013 3:48 AM Subject: Error about select-options in ABAP TABLES : SFLIGHT. DATA : I_SO TYPE CHAR20. SELECT-OPTIONS : S_1 FOR SFLIGHT-CARRID DEFAULT 'AC', S_2 FOR SFLIGHT-CARRID DEFAULT 'AA*', OPTION FOR EQ SIGN I, S_3 FOR I_SO DEFAULT '1111' TO '9999', S_4 FOR I_SO DEFAULT '1111' TO '9999', ... I am getting error message after checking above sentences 'Field "EQ" is unknown. It is neither in one of the specified tables nor defined by a "DATA" statement.' what is the problem and how to fix it? please answer it. and thank you. | | Reply to this email to post your response. __.____._ | _.____.__ |