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 PO & PR

Former Member
0 Likes
633

Hi Experts,

I have a problem. When client created a report, that report generated list with PO Number and Purchase Requesition Number in output.

Now, MM team will create a PO & PR, they release the numbers with Release date and Release Time.

Now i want to change the report, their requirement is:

In output, they want display difference b/w Release date and release time for both PO & PR.

Please help me in this, if this needs code, please provide that code also.

Thanks & Regards

Sai

Hi Experts,

I have a problem. When client created a report, that report generated list with PO Number and Purchase Requesition Number in output.

Now, MM team will create a PO & PR, they release the numbers with Release date and Release Time.

Now i want to change the report, their requirement is:

In output, they want display difference b/w Release date and release time for both PO & PR.

Please help me in this, if this needs code, please provide that code also.

Thanks & Regards

Sai

4 REPLIES 4
Read only

Former Member
0 Likes
593

This will not need code, just good thoughts.

Read only

0 Likes
593

Hi Martin,

What do you mean i didn't understand! they want like that. Please help this!!

The table EREV which contains Release date and Release time. Based on this, we can do this requirement with respect to BSTYP - Purchasing document category. Please help me any one!!!!!

Edited by: Sai Babu on Aug 26, 2008 11:59 AM

Read only

0 Likes
593

If you've got a database table that holds the PO and PReq release dates / times (mind you I didn't know that release date / time for POs was held in any of the PO tables - I've always checked the change document tables or the workflow log to get it), then it should be quite easy for you to get the data into your program, do a bit of arithmetic, and display the difference.

Read only

Former Member
0 Likes
593

solved.....