SAP Automation | How to Automate SAP using Automation 360 | Automation Anywhere

Поделиться
HTML-код
  • Опубликовано: 8 сен 2024
  • This video will describe how you can automate SAP using Automation Anywhere. Here in this video I have explained how to download report using one of the transaction code using various SAP control/actions.
    If you have any queries regarding this video then you can raise your queries in the comment section and I will be more than happy to answer all your queries.

Комментарии • 18

  • @The_Sunrisers-c7q
    @The_Sunrisers-c7q 2 месяца назад +1

    Thanks for your valuable video on SAP Automation.
    Can you pls let me know how can we identify the colour of any button in SAP using Automation Anywhere?
    Also kindly upload more videos on SAP automation

    • @abhishekarora6136
      @abhishekarora6136  2 месяца назад

      Hi @Suraj, please use the colorIndex property to detect the colour.

  • @yesunakka8453
    @yesunakka8453 8 месяцев назад +1

    thank u abhishek

  • @pushpendrakowthavarapu9317
    @pushpendrakowthavarapu9317 4 месяца назад

    Thanks for the video bro, can't we use delete cells action in the first loop itself.

    • @abhishekarora6136
      @abhishekarora6136  4 месяца назад +1

      We can use that as well it is up to you how you want to use it.

    • @pushpendrakowthavarapu9317
      @pushpendrakowthavarapu9317 4 месяца назад

      @@abhishekarora6136 And other thing you used recorder action to click but we already have click in sap package which is more reliable I think. I don't know that so I was just asking?

    • @abhishekarora6136
      @abhishekarora6136  4 месяца назад +1

      @@pushpendrakowthavarapu9317 Both are reliable but the only difference in using recorder and SAP package is that when you use recorder to capture an object the object id will be auto populated in the properties but if you use SAP package then first using script recording and playback option in SAP you need to record the script in order to get the object id and then put that in the field path textbox in the properties section of that action.

  • @user-of7pt2qn8j
    @user-of7pt2qn8j 5 месяцев назад

    Hi sir, thanks for the great tutorial! I have a question regarding the SAP pop 'A script is trying to attach to the SAP GUI'. My company doesn't allow to grant RZ11 access to common user like me who is not using SAP for daily working operation. I am only using SAP to develop AA360 bot at the moment. I tired to google on how to disable or remove this pop up, i only found guide to uncheck the box that says, 'Notify When a Script Attaches to a Running GUI' but when i uncheck this option, the script somehow will not run at all and prompt error 'session not found'. So i tried to use 'send virtual action' to press enter but doesn't work. Then i tried using mouse click action but not working either. I wanted to screen record but the pop up will disappear once i launch the recorder. Could u kindly advise on this? Thanks!

  • @vipulkarmakar007
    @vipulkarmakar007 7 месяцев назад

    Where did u deleted bro? U just shift them up

    • @abhishekarora6136
      @abhishekarora6136  7 месяцев назад

      Delete is used and when we delete the row we have to select one option out of multiple options so in this case I used to shift it up after deleting the row

  • @TheGreenArrow
    @TheGreenArrow 8 месяцев назад

    How to get the file path?

    • @abhishekarora6136
      @abhishekarora6136  8 месяцев назад

      From the file package drag and drop the get path action and select the tab accordingly where your file is located and then browse for the file for which you want to get the path

  • @iamraghua
    @iamraghua 6 месяцев назад

    how to get the field path

    • @abhishekarora6136
      @abhishekarora6136  6 месяцев назад

      To get field path you need to record script from aap and get the ID of that control and copy and paste that control id into the field path.
      If you still have any doubt please connect with me and call me on 9910796342.

    • @krishh7143
      @krishh7143 6 дней назад

      ​@@abhishekarora6136 In my case, unable to get the fieldpath for a table through script recording. Is there any alternative way to get the field path?

    • @abhishekarora6136
      @abhishekarora6136  6 дней назад

      @krishh7143 you will get the field path when you record the script

    • @krishh7143
      @krishh7143 6 дней назад

      @@abhishekarora6136 No bro .. I am trying to export the sap table as excel. When I record the script, I cant see any field path for table object.