Application Development 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: 

How to save PO form in desktop upon saving of PO...

aris_hidalgo
Contributor
0 Kudos

Hello Experts,

How do I save a PO upon saving or upon change of message output in my PC? currently

we have a requirement wherein when a PO gets created or changed then I would show a popup

on where to save the PO in PDF format.

1 ACCEPTED SOLUTION

GauthamV
Active Contributor
0 Kudos

Use this badi and write logic according to your requirement.

ME_PROCESS_PO_CUST

3 REPLIES 3

GauthamV
Active Contributor
0 Kudos

Use this badi and write logic according to your requirement.

ME_PROCESS_PO_CUST

aris_hidalgo
Contributor
0 Kudos

Hi Guys,

Any other inputs? Thank you.

0 Kudos

Hi,

Use workflows and business objects.....

when ever a PO is created or changed... there is an internal event that gets triggered.... based on that event you generate a workflow... which will get triggered when that event is triggered and using Business Object you can write a code to save the form in desktop.

Regards.

Siddarth