2008 Apr 07 11:58 AM
Hi,
I'm writing a report getting the approvers of purchase requisition. I dont find in any MM tables, the approval details are getting updated.
Do anyone knows how can i get the PR approvers from any table passing the PR number ??
Regards,
JMB
Hi,
I'm writing a report getting the approvers of purchase requisition. I dont find in any MM tables, the approval details are getting updated.
Do anyone knows how can i get the PR approvers from any table passing the PR number ??
Regards,
JMB
2008 Apr 07 12:21 PM
Hi,
You can get it from table UST12
Find Authorization from UST12 where
UST12-OBJCT = M_EINK_FRG and
FRGGR = PR Release Group (Z1).
REWARD IF USEFUL
2008 Apr 07 12:28 PM