‎2009 Mar 05 2:02 PM
Hi,
When ever the PO will be created through the transaction ME21n my program it has to store the PO.
For this functionality.
I writen the subroutine program and created the entry in ME21n under the messages but it is not triggering.
Error is coming like 'ZProg does not exist'.
Any inputs for this error.
Regards,
Vijay
‎2009 Mar 05 2:04 PM
may it be that you forgot about teh "in program" at perform in program?
‎2009 Mar 05 2:05 PM
hi,
You can capture the PO number in your program using system fields such as
SY-MSGV1, SY-MSGV2, SY-MSGV3.
One of this will be filled with the required content whenever a PO is created. check it.
Thanks
Sharath