Announcement:
wanna exchange links? contact me at sapchatroom@gmail.com.
Posted by
Admin at
Reply from john.louk on Jan 4 at 1:44 PM As someone said, you do not need these. However, the issue you have is that it should be coded as a lower case "eq" and lower case "i". select-options: ... s_2 for sflight-carrid default 'AA*' option eq sign i, ... Although 'AA*" would be a pattern search. So, I am not sure you want EQ and I (look as suggested at the help, this might be CP NP). But, if you are looking to do this same on you first select option that might make more sense. Originally I would have thought it was simply missing literals. But, that gave a syntax error. So, I plugged it in like above. Cheers, John
| | | ---------------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. __.____._ | _.____.__ |