There is an event named 'Change' of the BOR object ZTEST.
Event Change has two parameters: 'MATNR' & 'MTART'.
Now this event is used to trigger a workflow named z_wf_test which has container elements MATNR and MTART.
In a custom FM, the event has to be triggered to start the workflow.
Now i need to pass values to the event parameter ( eg. 101 to Matnr and FPER to MTART )so that it reaches the workflow container during binding.
Can u please tell which FM to use to set the values in the event parameters and finally trigger the event.
Thanks
Phani Shankar.K