Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Purchaseorder report

Former Member
0 Likes
924

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

7 REPLIES 7
Read only

Former Member
0 Likes
892

hi

please check this thread

this might help you

regards

Aakash Banga

Read only

Former Member
0 Likes
892

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

Read only

GauthamV
Active Contributor
0 Likes
892

hi,

Did you ever check these TRANSACTIONS.

ME2N

ME2L

ME2M

ME2K

ME2C

ME2B

ME2W.

Read only

Former Member
0 Likes
892

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.

Read only

Former Member
0 Likes
892

hi

there is a field gjahr in ekbe for fiscal year,

and mjahr in mseg for fiscal year.

regards

suren.s

Read only

Former Member
0 Likes
892

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

Read only

Former Member
0 Likes
892

thanks