It's the 1st sap vid on which I would really want to say - 'Topic very well explained in such a short time'.
@AmitSingh-vf9lf9 ай бұрын
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_81126 ай бұрын
Hi, How to trigger a workflow from program? Can you please explain.
@daverares35272 жыл бұрын
this one is quick and easy to comprehend for HCM people, thank you..!
@pradipkesarkar25215 жыл бұрын
I always like your video which enhances my skills. specially your OOPs video are awesome.Keep posting. Thanks a lot Sooraj
@gdocs13072 жыл бұрын
Hi how the system finds out who is the manager of the given employee?
@abidhussainsyed21182 жыл бұрын
Simply explained but effective Thank you
@venu..87864 жыл бұрын
Thanks for sharing basics ...
@SoorajSasidharanABAP4 жыл бұрын
My pleasure
@KGopidas4 жыл бұрын
Please use additional users for realistic effect. Well done and explained
@SoorajSasidharanABAP4 жыл бұрын
Thanks and will take your suggestion into consideration for the next time :)
@jaysonm68824 жыл бұрын
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
@dipakkumarmohanty59795 жыл бұрын
Thank you 🙏💕 .... Create a workflow for PO approved scenario...
@zeel_81126 ай бұрын
How to trigger a workflow from program? Can you please explain?
@nikhitaaneesh5 жыл бұрын
Hi please include how to design and debug a brf plus workflow..
@yellappajaviniki8067 Жыл бұрын
nice explanation
@sirishakotnana39813 жыл бұрын
Well explained in simple way
@Juan-Hdez Жыл бұрын
Useful. Thank you.
@divyagupta290411 ай бұрын
Thanks for sharing these videos, can you please explain with a real time scenario.
@iamrajagrawal5 жыл бұрын
Hi, Can you please create a video on WorkFlow and BRF+ Integration? Also calling BRF+ from ABAP report.
@360Automation3 жыл бұрын
Can we scripting on SAP Business one like excel macro? Thanks for your help
@sangeethakumaran585011 ай бұрын
Kindly upload more videos on workflow
@ayushisharma63922 жыл бұрын
In my workflow log, it's showing "No agent Ready" on decision step and workflow not getting triggered. What could be wrong with this?
@ashrafkhan13673 жыл бұрын
I always like your all videos sir . Sir pls upload Idoc's sir
@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
@zeel_81126 ай бұрын
How to trigger workflow from program? Can you please explain.
@SoorajSasidharanABAP6 ай бұрын
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.
@pipepz10034 жыл бұрын
hi, I have a question, to which object and event is the workflow related?
@SoorajSasidharanABAP4 жыл бұрын
This is a simple standalone workflow.
@jaysonm68824 жыл бұрын
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
@venu..87864 жыл бұрын
How to trigger workflow programatically?
@SoorajSasidharanABAP4 жыл бұрын
You have different function modules for that. :)
@veera3093 Жыл бұрын
tutorial...🤞💙
@maruthibabu7715 Жыл бұрын
Super
@rohitjaybhay11932 жыл бұрын
Nice 🔥
@mulkihidayat84634 жыл бұрын
Thanks for sharing..
@chiedzaelizabethnhuvira43148 ай бұрын
Thank you very insightful, however your video is not clear