‎2014 Jun 07 7:11 AM
Hello,
We have developed an interface program for creating notifications through BDC in IW21 . Standard notification transaction IW21 has been enhanced with a screen table control for entering certain data.We have recorded the transaction IW21 in SHDB for developing BDC program for notification creation. When ever this interface is executed ,notification is getting created succesfully without populating the values in the screen table control. But when we executed through debugger then all the data is getting updated in screen table control.
Can anyone guess the problem and suggest the solution.
Thanks in Advance.
Vamsi
‎2014 Jun 07 7:53 AM
Hi Vamsi/Neelima,
Have a wait command after commit work.
COMMIT WORK AND WAIT .
or you can have just WAIT command after execution of transaction.
Cheers,
Varun
‎2014 Jun 07 10:14 AM
Hi Vamsi/Neelima,
check with CTU_PARAMS structure for BINPT field....
regards,
‎2014 Jun 10 12:22 PM
‎2014 Sep 11 1:50 PM