How to select a specific value from the new "Add/Update/Ok" multi buttons in SAP 10?

The new "Add/Update/Ok" multi buttons on marketing documents in SAP 10 looks like this now:

clip0215

You can "select" a specific drop-down value from the new buttons by setting the value through a macro:

Set($[$1.0.0]|Add & Close);

or

Set($[$1.0.0]|Add & View);

etc.

Please note that these macros are language-specific, so if you're running a different language, you need to change the macros accordingly.

Please note, that if the value in the button is "Add & New", then you cannot Set(); the value as "Add & New", or the button will not do anything. Instead, you need to use the normal Click(); Something like this (sample is for if you wish to automate "Add & View"):

mceclip0.png

Was this article helpful?

1 out of 1 found this helpful

Comments

1 comment

  • Comment author
    Yony Epshtein

    Nothing seems to be working for me on this - set(); doesn't work because I already chose the value I need and Click(); doesn't work either 

     

    0

Please sign in to leave a comment.