2013 Nov 13 12:13 AM
Hi Gurus.
I have a module pool and in my PAI I have:
Loop at t_tela.
endloop.
In extend verification appears the message:
Program: SAPLZGMM008 Include: LZGMM008TOP Row: 37
The current ABAP command is obsolete
Tables with headers are no longer supported in the OO context.
Internal Message Code: MESSAGE G1D
Cannot be suppressed using a pragma or pseudo-comment
If i use:
Loop at t_tela into w_tela.
endloop.
Appears the message:
| In the event PROCESS AFTER INPUT, no additions are allowed with "LOOP |
AT
What is the solution? .
Thanks
2013 Nov 13 12:30 AM
Hi Ronaldo,
There's no "solution". You keep the original code:
Loop at t_tela.
endloop.
It would be an issue in the OO context, but screens are not OO so you're fine.
Cheers,
Custodio
Hi Gurus.
I have a module pool and in my PAI I have:
Loop at t_tela.
endloop.
In extend verification appears the message:
Program: SAPLZGMM008 Include: LZGMM008TOP Row: 37
The current ABAP command is obsolete
Tables with headers are no longer supported in the OO context.
Internal Message Code: MESSAGE G1D
Cannot be suppressed using a pragma or pseudo-comment
If i use:
Loop at t_tela into w_tela.
endloop.
Appears the message:
| In the event PROCESS AFTER INPUT, no additions are allowed with "LOOP |
AT
What is the solution? .
Thanks
2013 Nov 13 12:30 AM
Hi Ronaldo,
There's no "solution". You keep the original code:
Loop at t_tela.
endloop.
It would be an issue in the OO context, but screens are not OO so you're fine.
Cheers,
Custodio
2013 Nov 14 2:46 PM
2013 Nov 13 1:05 AM
Hi,
Yes as pointed out its a generic check message and as pointed out, if the context is not OO you are fine.
Cheers,
Arindam
2013 Nov 13 6:45 AM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |