Announcement:
wanna exchange links? contact me at sapchatroom@gmail.com.
Posted by
Admin at
Reply from shruthi_shekar on Jan 4 at 4:16 AM Heyy, Select options syntax goes like this SELECT-OPTIONS selection text FOR field name . eg : SELECT-OPTIONS s_name FOR customer_table-name. so here 's_name' in the selection screen will be taken as input to select entries from the field name of the DB table customer_table. what i mean to say is you r supposed to give the field name related to the selection text after FOR .
| | | ---------------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. __.____._ | _.____.__ |