2008 Dec 03 5:06 AM
Hi,
My requirement is to generate purchase orders from the fiscal year entered,that means if ia m going fiscal year ,then it should choose from and to dates and give the purchase orders.
Please provide me thelogic or sample code if possible.
Regards
SAP ABAPER
Hi,
My requirement is to generate purchase orders from the fiscal year entered,that means if ia m going fiscal year ,then it should choose from and to dates and give the purchase orders.
Please provide me thelogic or sample code if possible.
Regards
SAP ABAPER
2008 Dec 03 5:09 AM
2008 Dec 03 5:10 AM
Hi,
Just make a selection screen with two fields. First fiscal year and second date field with high and low date extension.
Then Write select query.
SELECT <PO_field> FROM <tab_name>
INTO TAble <itab>
WHERE date in <S_date>.
Thanks
Nitesh
Edited by: Nitesh Kumar on Dec 3, 2008 10:40 AM
2008 Dec 03 5:10 AM
hi,
Did you ever check these TRANSACTIONS.
ME2N
ME2L
ME2M
ME2K
ME2C
ME2B
ME2W.
2008 Dec 03 5:14 AM
Hi,
My requirment for example if i give the input as 2008.
Then for the fiscal year 2008 it should display the purchase orders i want to help how to get from and to dates.
2008 Dec 03 5:20 AM
hi
there is a field gjahr in ekbe for fiscal year,
and mjahr in mseg for fiscal year.
regards
suren.s
2008 Dec 03 5:17 AM
hi jhansi,
see the t-code me23n, " for disply po
migo, "for grn
miro .
here u have to find out the required fields for the po report.
check the ekpo,
ekko,
mseg,
mkpf,
komv,
a016,
konp,
ekbe tables.
regards
suren.s
2008 Dec 03 5:22 AM