2007 Feb 13 2:15 PM
Hi gurus,
I have program <b>GP3FCXWYVG0NP43CQUGM4X9DUDF</b> which I have scheduled in background. Job was canceled because of the below syntax error.
<i>Includes RKEB090F.
Incorrect nesting : Before the statement "FORM",the structure
introduced by "SELECTION-SCREEN BEGIN OF BLOCK BLOCKV" must be
concluded by "SELECTION-SCREEN END OF BLOCK BLOCKV".</i>
Please advice,as it is urgent
Thanks
Sam.
Hi gurus,
I have program <b>GP3FCXWYVG0NP43CQUGM4X9DUDF</b> which I have scheduled in background. Job was canceled because of the below syntax error.
<i>Includes RKEB090F.
Incorrect nesting : Before the statement "FORM",the structure
introduced by "SELECTION-SCREEN BEGIN OF BLOCK BLOCKV" must be
concluded by "SELECTION-SCREEN END OF BLOCK BLOCKV".</i>
Please advice,as it is urgent
Thanks
Sam.
2007 Feb 13 2:19 PM
Hi,
U might not have defined the SELECTION-SCREEN Block properly.
SELECTION-SCREEN BEGIN OF BLOCK block1 WITH FRAME
TITLE text-001.
SELECT-OPTIONS: p_ktopl FOR t030-ktopl,
p_komok FOR t030-komok,
p_ktosl FOR t030-ktosl.
SELECTION-SCREEN SKIP.
SELECTION-SCREEN END OF BLOCK block1.
2007 Feb 13 2:21 PM
u need to add the bolded code...
SELECTION-SCREEN BEGIN OF BLOCK blockv.
SELECT-OPTIONS: s_matnr like mara-matnr.
<b>SELECTION-SCREEN END OF BLOCK blockv.</b>
2007 Feb 13 2:32 PM
Hi,
Is it a standard program which you have scheduled?
or it seems like you are calling the RKEB090F program in your custom program.
Are you using a Include RKEB090F. stmt inside a begin of block and end of block. If so, remove that.
Regards
Subramanian
2007 Feb 13 3:03 PM
These are standard SAP programs. You should raise an OSS message.
rob
2007 Feb 13 3:46 PM
Hello,
If the program that u have scheduled is a Z program then include the code written in Capitals
Selection Screen Begin of Block B1.
..........
..........
SELECTION SCREEN END OF THE BLOCK B1
If the Program is a Standard Program check in the service market place whether an OSS note is available for the same . If relevant OSS note is not available then raise a not with SAP.
Regards,
Sowmya.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |