[sap-log-mm] Problem after implementing exit EXIT_SAPLEBND_002

Posted by shubhpbt
on Aug 31 at 8:25 AM
Hello Experts, I had implemented the exit EXIT_SAPLEBND_002 for triggering the release strategy for change in purchase order. I had written the following code:
if sy-tcode eq 'ME22N' and sy-ucomm eq 'MESAVE'.  e_cekko = i_cekko.  I_CEKKO-USRC1 = 'Y'.  MOVE-CORRESPONDING i_cekko to e_cekko.  e_cekko-gnetw = e_cekko-gnetw + '0.01'.  endif.
Now, problem is version management and release strategy are not working together i.e If I am enabling Version management than while creating PO release strategy tab is not appearing. Requirement is version management and release strategy should work together. How can it be solved. Please help.
__.____._
Copyright © 2011 Toolbox.com and message author.

Toolbox.com 4343 N. Scottsdale Road Suite 280, Scottsdale, AZ 85251
View this online
  
Popular White Papers

In the Spotlight
Share Knowledge About SAP Scripting. Join the Discussion Group
_.____.__

0 Response to "[sap-log-mm] Problem after implementing exit EXIT_SAPLEBND_002"

Post a Comment