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] comma without preceding colon (after select?).

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

Posted by Khatia_
on Jun 4 at 8:21 AM
Mark this reply as helpfulMark as helpful
Try this code. Don't need space after "(" ")" :)
* Tables

TABLES: lfa1.

SELECT lifnr name1 ort01 FROM lfa1 INTO (lfa1-lifnr, lfa1-name1,
lfa1-ort01).

WRITE: / lfa1-name1, lfa1-lifnr, lfa1-ort01.

ENDSELECT.


On 4 June 2010 08:42, vinanthi shetty via sap-dev <
sap-dev@groups.ittoolbox.com> wrote:

> Posted by vinanthi
> on Jun 4 at 12:46 AM hi
>
> this vijayalakshmi
> i am everytime getting this error
> can anybody please give suggestion to solve this problem.
>
> REPORT YSIMPLE.
> TABLES: LFA1.
> SELECT LIFNR NAME1 ORT01 FORM LFA1 INTO ( LFA1-LIFNR, LFA1-NAME1,
> LFA1-ORT01 ).
> WRITE: LFA1-NAME1, LFA1-LIFNR, LFA1-ORT01.
> ENDSELECT.
>
>
> this my program when ever i compile this program i am getting errror
> like
> COMMA WITHOUT PRECEDING COLON (AFTER SELECT?).
> how to solve this problem.
> right now i am using select * from lfa1 instead of the above mentioned
> code.
> i am not getting what is wrong in the above mentioned code.
>
> Regards
> vijayalakshmi.

__.____._
Copyright © 2010 Toolbox.com and message author.

Toolbox.com 4343 N. Scottsdale Road Suite 280, Scottsdale, AZ 85251
In the Spotlight
Earn Recognition for Your Contributions at Toolbox for IT. Gain Points for Community Achievements
_.____.__

0 comments:

Post a Comment

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