Automate

 View Only
  • 1.  Mapping selection boxes

    Posted 12 days ago
      |   view attached

    Hi there,

    is it possible to map selection choices in SAP? for example, if a screen appears and you have to select the correct box. In the image below there are two choices and I want to use one script for both choices, is it possible to map this? Attached is the script, the screen below appears between column A and C. I already mapped the other fields.



    ------------------------------
    Javier Santiago
    CI Analyst
    The Mosaic Company
    TX
    ------------------------------

    Attachment(s)

    Txr
    O4T5_20241022_095502.Txr   383 KB 1 version


  • 2.  RE: Mapping selection boxes

    Employee
    Posted 12 days ago
    Edited by Jayasri Varyani 12 days ago

    Hi Javier, 

    Yes you can map for a radio selection popup. Here is how you can change your script to allow the user to pick. 

    You will notice that the cursor position needs to be on the correct line based on the option selected by the user. 

    I have to warn you though (I don't have access to test this tcode in my environment) but I know based on experience with other condition setup (Pricing conditions for example), SAP will often have different subscreens and sequence based on user's selection of the specific key combination. So ideally, you want to record both scripts individually first, one for each key combo. Then you can consolidate both into one (just copy and paste) and  create IF conditions around each one. At runtime, it would only execute one of them based on the IF condition being true, driven by the user's selection of the Key combo. 

    Hopefully that makes sense. 

     



    ------------------------------
    Jayasri Varyani
    SE
    Precisely Software Inc.
    ------------------------------



  • 3.  RE: Mapping selection boxes

    Posted 12 days ago

    thank you! I will follow your advice here and let you know the outcome.



    ------------------------------
    Javier Santiago
    CI Analyst
    The Mosaic Company
    TX
    ------------------------------