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

SAP Script -Delivery remainder noitce

Former Member
0 Likes
560

Hi ,

The current SAP standard program for printing the reminders prints individual PO with pending line items.

However the functionality what we are looking for is grouping all open PO’s based on vendors and print One Reminder notice per vendor which will have all the Pending PO’s with PO item details

Please give me yours input.

Regards

Raj

Hi ,

The current SAP standard program for printing the reminders prints individual PO with pending line items.

However the functionality what we are looking for is grouping all open PO’s based on vendors and print One Reminder notice per vendor which will have all the Pending PO’s with PO item details

Please give me yours input.

Regards

Raj

3 REPLIES 3
Read only

Former Member
0 Likes
504

Hi,

You can develop your own driver program and Script for this purpose.

Develop the driver program such that it fetches data for all venodrs from EKKO,EKPO, MSEG tables and calculates/finds the OPEN PO's (GR qty - PO qty) for all items of PO. call all the script fun modules and print the Script output.

reward if useful

regards,

Anji

Read only

0 Likes
504

The current SAP standard program (RM06ENMA )for printing the reminders prints individual PO with pending line items Tcode :ME91F

However the functionality what we are looking for is grouping all open PO’s based on vendors and print One Reminder notice per vendor which will have all the Pending PO’s with PO item details

Read only

Former Member
0 Likes
504

Hi Experts

The current SAP standard program (RM06ENMA )for printing the reminders prints individual PO with pending line items Tcode :ME91F

However the functionality what we are looking for is grouping all open PO’s based on vendors and print One Reminder notice per vendor which will have all the Pending PO’s with PO item details

Regards

Raj