2006 Nov 24 5:59 AM
Hi,
How to Develope a report that displays a purchase requisition with details like MRP controller, release date and unit of measure.
2006 Nov 24 6:03 AM
HI,
Just create an internal table with fields PR number, MRP controller, Release date and UNit of measure.
Now write a select statement as below.
Select BANFN DISPO FRGDT MEINS from EBAN into table ITAB
where.......
Regards,
Ram
Hi,
How to Develope a report that displays a purchase requisition with details like MRP controller, release date and unit of measure.
2006 Nov 24 6:03 AM
HI,
Just create an internal table with fields PR number, MRP controller, Release date and UNit of measure.
Now write a select statement as below.
Select BANFN DISPO FRGDT MEINS from EBAN into table ITAB
where.......
Regards,
Ram
| User | Count |
|---|---|
| 6 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |