‎2008 Dec 30 8:26 AM
selection-screen: begin of block abc with frame title text-001.
select-options: vb for vbak-vbeln.
select-options: erd for vbak-erdat .
selection-screen: end of block abc.
im getting syntax error :between "data begin of name" and " data end of name"only data statements are allowed.
plz help y dis is so.i checkd my syntax .that is correct but still im getting error.
thnks n regards
mukesh
‎2008 Dec 30 8:28 AM
HI,
The error is with declaration of structure or table. Please check that.
Selection screen declaration is correct.
‎2008 Dec 30 8:28 AM
‎2008 Dec 30 8:28 AM
HI,
The error is with declaration of structure or table. Please check that.
Selection screen declaration is correct.
‎2008 Dec 30 8:31 AM
hi,
Declare the following before the selection screen:
tables:vbak.
this would do the needful.
regards Parijat
‎2008 Dec 30 8:30 AM
Declare the table you are using( Tables: Table name)
Regards,
Kalyan.
‎2008 Dec 30 8:32 AM
Hi,
I tried it in my system.
Declare vbak using tables.
Tables:vbak.
Apart from that evrything is fine.
Regards,
Lakshman.
‎2008 Dec 30 8:32 AM
Hi Mukesh,
Define it as
Tables: vbak
selection-screen: begin of block abc with frame title text-001.
select-options: vb for vbak-vbeln.
select-options: erd for vbak-erdat .
selection-screen: end of block abc.
Regards,
Pravin
‎2008 Dec 30 8:34 AM
If you are getting syntax error then how can you be so sure of your syntax.
Declare the TABLES vbak.
Also comment few linew and do a syntax check. you will get to know where the error is.
Revert if you need more help. with the exact line number of error and msg.
‎2008 Dec 30 8:36 AM
hi;
declare table in the beginning:
TABLES: vbak. " standard tableregards
rahul
Edited by: RAHUL SHARMA on Dec 30, 2008 9:37 AM