SAP Workflow Tutorial [2020] - Part 1- Leave Request

Поделиться
HTML-код
  • Опубликовано: 24 ноя 2024

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

  • @souravgoswami3352
    @souravgoswami3352 2 года назад +1

    It's the 1st sap vid on which I would really want to say - 'Topic very well explained in such a short time'.

  • @AmitSingh-vf9lf
    @AmitSingh-vf9lf 8 месяцев назад

    I could not thank you enough, I was in dire need of learning workflow basics and stumbled upon your channel, I simply loved you content, please keep making such content . Also if you can take up some more complex workflow scenario would be a great service to the community, Thank you from the bottom of heart!

    • @zeel_8112
      @zeel_8112 5 месяцев назад

      Hi,
      How to trigger a workflow from program?
      Can you please explain.

  • @daverares3527
    @daverares3527 2 года назад

    this one is quick and easy to comprehend for HCM people, thank you..!

  • @pradipkesarkar2521
    @pradipkesarkar2521 5 лет назад +2

    I always like your video which enhances my skills. specially your OOPs video are awesome.Keep posting. Thanks a lot Sooraj

  • @abidhussainsyed2118
    @abidhussainsyed2118 2 года назад

    Simply explained but effective
    Thank you

  • @gdocs1307
    @gdocs1307 Год назад +2

    Hi how the system finds out who is the manager of the given employee?

  • @divyagupta2904
    @divyagupta2904 9 месяцев назад

    Thanks for sharing these videos, can you please explain with a real time scenario.

  • @iamrajagrawal
    @iamrajagrawal 5 лет назад +1

    Hi, Can you please create a video on WorkFlow and BRF+ Integration? Also calling BRF+ from ABAP report.

  • @KGopidas
    @KGopidas 4 года назад +1

    Please use additional users for realistic effect.
    Well done and explained

    • @SoorajSasidharanABAP
      @SoorajSasidharanABAP  4 года назад

      Thanks and will take your suggestion into consideration for the next time :)

    • @jaysonm6882
      @jaysonm6882 4 года назад

      Requirement for SAP ABAP HANA with Workflow. Package : 30% to 40% hike
      Exp : 5 to 8 Years Location : Noida ( Sector - 126)
      Notice Period : Immediate Joiners + Max 25 Days Notice Period
      Interested candidates, please share your resume to AMAHESH.B@DYNPROINDIA.COM
      Posted on 9-11-2020

  • @dipakkumarmohanty5979
    @dipakkumarmohanty5979 5 лет назад +3

    Thank you 🙏💕 .... Create a workflow for PO approved scenario...

    • @zeel_8112
      @zeel_8112 5 месяцев назад

      How to trigger a workflow from program?
      Can you please explain?

  • @nikhitaaneesh
    @nikhitaaneesh 5 лет назад +1

    Hi please include how to design and debug a brf plus workflow..

  • @sirishakotnana3981
    @sirishakotnana3981 3 года назад

    Well explained in simple way

  • @Juan-Hdez
    @Juan-Hdez 10 месяцев назад

    Useful. Thank you.

  • @360Automation
    @360Automation 3 года назад

    Can we scripting on SAP Business one like excel macro? Thanks for your help

  • @venu..8786
    @venu..8786 4 года назад +1

    Thanks for sharing basics ...

  • @ayushisharma6392
    @ayushisharma6392 2 года назад

    In my workflow log, it's showing "No agent Ready" on decision step and workflow not getting triggered.
    What could be wrong with this?

  • @sangeethakumaran5850
    @sangeethakumaran5850 10 месяцев назад

    Kindly upload more videos on workflow

  • @yellappajaviniki8067
    @yellappajaviniki8067 Год назад

    nice explanation

  • @kulivamsikrishna
    @kulivamsikrishna Год назад

    Actually i am facing an issue that i am getting wf batch instead of creator name after approving how to rectify it please help me

  • @ashrafkhan1367
    @ashrafkhan1367 3 года назад

    I always like your all videos sir .
    Sir pls upload Idoc's sir

  • @rohitjaybhay1193
    @rohitjaybhay1193 2 года назад

    Nice 🔥

  • @zeel_8112
    @zeel_8112 5 месяцев назад

    How to trigger workflow from program?
    Can you please explain.

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

      1. Create a workflow event object
      2. Set the event parameters
      3. Raise the event to trigger the workflow
      Here's a basic code example:
      DATA: lv_objtype TYPE sweinstcou-objtype,
      lv_objkey TYPE sweinstcou-objkey,
      lt_container TYPE swcont_t.
      " Set object type and key
      lv_objtype = 'BUS2038'. " Example: Sales Order
      lv_objkey = '0000001234'. " Example: Sales Order number
      " Create container for parameters
      CALL FUNCTION 'SWC_CREATE_CONTAINER'
      EXPORTING
      im_objtype = lv_objtype
      im_objkey = lv_objkey
      IMPORTING
      ex_container = lt_container.
      " Raise the event
      CALL FUNCTION 'SWE_EVENT_CREATE'
      EXPORTING
      objtype = lv_objtype
      objkey = lv_objkey
      event = 'SAP_EVENT_NAME' " Replace with your event name
      receiver = 'WS00000001' " Replace with your workflow template ID
      TABLES
      container = lt_container.

  • @mulkihidayat8463
    @mulkihidayat8463 3 года назад

    Thanks for sharing..

  • @maruthibabu7715
    @maruthibabu7715 Год назад

    Super

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

    Thank you very insightful, however your video is not clear

  • @pipepz1003
    @pipepz1003 4 года назад

    hi, I have a question, to which object and event is the workflow related?

    • @SoorajSasidharanABAP
      @SoorajSasidharanABAP  4 года назад

      This is a simple standalone workflow.

    • @jaysonm6882
      @jaysonm6882 4 года назад

      Requirement for SAP ABAP HANA with Workflow. Package : 30% to 40% hike
      Exp : 5 to 8 Years Location : Noida ( Sector - 126)
      Notice Period : Immediate Joiners + Max 25 Days Notice Period
      Interested candidates, please share your resume to AMAHESH.B@DYNPROINDIA.COM
      Posted on 9-11-2020

  • @veera3093
    @veera3093 Год назад

    tutorial...🤞💙

  • @venu..8786
    @venu..8786 4 года назад

    How to trigger workflow programatically?