2006 Oct 20 4:31 PM
I have return LBD and executed it in Program by giving folllow code
tables : kna1,vbak,vbap,mara.
get kna1.
get vbak.
get vbap.
get mara.
When i try to execute it Iam not getting output but there is no error. It is continuously in execution.
Thanks in advance
Ranjith
I have return LBD and executed it in Program by giving folllow code
tables : kna1,vbak,vbap,mara.
get kna1.
get vbak.
get vbap.
get mara.
When i try to execute it Iam not getting output but there is no error. It is continuously in execution.
Thanks in advance
Ranjith
2006 Oct 20 8:11 PM
just the GET statements & nothing else? GET is like a SELECT loop & will have to be closed.. I hope you have put the GETs between the start-of-selection &
END-OF-SELECTION evenst ie..
tables : kna1,vbak,vbap,mara.
start-of-selection.
get kna1.
* do your processing
get vbak.
* do your processing
get vbap.
* do your processing
get mara.
* do your processing
end-of-selection.
write : / 'report executed'.
~Suresh
| User | Count |
|---|---|
| 6 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |