We have added search box. Key in SAP issue keyword to search
TopBottom

Announcement: wanna exchange links? contact me at sapchatroom@gmail.com.

RE: [sap-dev] Error about select-options in ABAP

Posted by Admin at
Share this post:
Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit

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.
 
__.____._
Manage Settings | Unsubscribe | Create FAQ | Send Feedback
  
Copyright © 2013 Ziff Davis, Inc. and message author.
Ziff Davis, Inc. 28 E 28th Street New York, NY 10016
john.louk  

Workflow Designer
12 achievements
 
Mark as helpful
View this online
Ask a new question
 
In the Spotlight
Have an SAP Question? Ask Your Peers at Toolbox for IT

_.____.__

0 comments:

Post a Comment

T r a n s l a t e to your language