2008 May 22 6:53 AM
Hi all
Am printing this simple program but when i click on the output it is giving me dump.Please help.
REPORT ZPRE_6.
TABLES:BSEG.
DATA:ITAB LIKE STANDARD TABLE OF BSEG WITH HEADER LINE.
PARAMETERS:p_WERKS TYPE BSEG-WERKS.
Select * From bseg into corresponding fields of table itab up to 10 rows where werks = p_werks .
Loop at itab.
Write:/ itab-werks,itab-wrbtr.
endloop.
AT LINE-SELECTION.
Call transaction 'se38' and skip first screen.
WIth Regards
Vijay
2008 May 22 6:56 AM
give se38 in caps
SE38
AT LINE-SELECTION.
Call transaction 'SE38' and skip first screen.
regards
prasanth
give se38 in caps
SE38
AT LINE-SELECTION.
Call transaction 'SE38' and skip first screen.
regards
prasanth
2008 May 22 6:56 AM
give se38 in caps
SE38
AT LINE-SELECTION.
Call transaction 'SE38' and skip first screen.
regards
prasanth
2008 May 22 7:00 AM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |