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

regarding Purchase order

Former Member
0 Likes
732

hi all

I got task regarding report.

Description is ....

"Developed purchase orders listing between two given dates and sales by destination report"

Could any one please explian what is this ....

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
708

Hi Satya,

It is probably a report which woudl give a list of Purchase orders that were created in a range that was selected by th user in the selection screen.

The selection has also a filter based on the destination to which the goods were sent to.

Regards,

Ravi

hi all

I got task regarding report.

Description is ....

"Developed purchase orders listing between two given dates and sales by destination report"

Could any one please explian what is this ....

5 REPLIES 5
Read only

Former Member
0 Likes
708

You need to speak to whoever you got the spec off. It could mean anything. For example it could mean Report on Purchase Orders that have been assigned to a delivery with a delivery date of (from...to...) by plant.

Read only

0 Likes
708

Hi Martin,

you said that this is a report generated to give list of purchase orders that were created in a range.

"Developed purchase orders listing between two given dates and sales by destination report"

But i think that ABAP has a trancsaction code ME21N,can we do the above task by this transaction code?

please tell me is it wrong or correct about my thinking.

cheers

satya

Read only

Former Member
0 Likes
709

Hi Satya,

It is probably a report which woudl give a list of Purchase orders that were created in a range that was selected by th user in the selection screen.

The selection has also a filter based on the destination to which the goods were sent to.

Regards,

Ravi

Read only

0 Likes
708

Hi Ravi

you said that this is a report generated to give list of purchase orders that were created in a range.

"Developed purchase orders listing between two given dates and sales by destination report"

But i think that ABAP has a trancsaction code ME21N,can we do the above task by this transaction code?

please tell me is it wrong or correct about my thinking.

cheers

satya

Read only

0 Likes
708

HI Satya,

What you say is partially correct.

In a transaction you can only see the data of ONE purchase order at a time.

Suppose the user wants a list of all the purchase order, which have a common property(Like falling in a date range, having the same sold to party etc), you cannot see all the list of purchase orders in the same transaction(Me23n) to be precise.

Regards,

Ravi