B1UP Code worked in earlier version
AnsweredHello - We have a function button on the item card that calls the macro below to copy an item master with certain data. We had this working in SAP 8.82 B1UP 5.1.0.0. When we upgraded to SAP 9.0 PL15 B1UP 2014.0.9.0 it fails on the AutoPressNextPopup() with "Form - Not Found [66000-9]". If AutoPressNextPopup() is commented out, the system message form "Do you want to update the item information (including UoM group) according to the selected item group" appears, we click yes and the macro continues without error. Thank you.
Activate(3073); // Open New Item Form
Activate(1282); // Enter Add Mode
Transfer($[$7.0.0]|$[$7.0.0]); // Item Name
AutoPressNextPopup(); //Will Press default "Yes" on popup caused by next transfer
Transfer($[$39.0.0]|$[$39.0.0]); // Item Group
Set($[$129.2.0.6]|Y); // Property 6
Transfer($[$IPT10.0.0]|$[$IPT10.0.0]); // Word Message
Transfer($[$IPT11.0.0]|$[$IPT11.0.0]); // Translation
Transfer($[$BOYX_2.0.0]|$[$BOYX_2.0.0]); //Symbol Number
Transfer($[$BOYX_3.0.0]|$[$BOYX_3.0.0]); //Word Message Color
Focus($[$5.0.0]); // Focus on the Item Number
CloseParent(); // Close the original form
-
Official comment
Hi,
I have tested this macro in B1UP V.2015.0.5 and it is working great.
Please upgrade and try again.Thanks, Naama
-
Hi Naama,
Before I received your response I did upgrade to 2015.0.6.0. I am having the same results. Do you have any other ideas? Thanks Peter -
Hi,
I suggest you open a message to support including screenshots.
Please also try to deactivate any other validation your have working on this form and try again.Thanks, Naama
-
Hi Naama,
I found that this is working perfectly when Third Waves Advance Productivity Pack add-on is not running. What actions do you recommend? Thank you.
Please sign in to leave a comment.
Comments
4 comments