Hello All,
I am developing ISR Forms in ECC 6.0 Sys.
1. I have created ISR SCenario in Transaction QISRSCENARIO. with form attched
to it.
2. Then I have created one Button in the form & write following script at the click
event of button. "xfa.record.CONTROL_PARAM.ISR_EVENT.value = "CHECK";
3. Then I have Implemented BADI for this scenario
"·SCENARIO_PROCESS_USER_COMMAND " & written some code.
4. Now ISR_EVENT is getting value CHECK as event but BADI method is not getting triggered ,Pls help me to find the reson Why after clicking on button script is called but not BADI is getting triggered.
Pls help.
Smita