Hello Hung,
For error "no receiver entered", I think you should add a new entry for the workflow event and your custom workflow as Receiver Type in tcode SWE2 Event type linkage.
Regards,
.
Hello Mohamed,
I think the way you set D and "current date" for the parameter is correct and enough to fulfill your requirement. Flag "Save field without values" is not necessary for this case. Can you make a quick test by displaying the selection ...
Hello Srishty,My demo code just to show you that SUBMIT command can show only records which have matched case number (<fs_case>-casenr) and not display all data.For your case, put this code in the event of your customized button:Types: begin of gty_c...
Hello Srishty,Instead of using CALL TRANSACTION, you can use SUBMIT.I made the demo and it seems ok.TABLES : emma_case.
SELECT-OPTIONS: so_emma FOR emma_case-casenr.
SUBMIT remmacaselist
WITH caseno IN so_emma.
Input your casenr and it will d...
Hi Poorna,Because you are updating data by UPDATE statement so you must add some step to use the changed document.Please follow this guide: https://wiki.scn.sap.com/wiki/display/ABAP/ABAP+-+Data+Change+Tracker+for+Custom+TablesI hope your issue is do...