Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Problem in executing BDC through interface.

Former Member
0 Likes
689

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

4 REPLIES 4
Read only

Former Member
0 Likes
643

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

Read only

narendar_naidu
Active Participant
0 Likes
643

Hi Vamsi/Neelima,

check with CTU_PARAMS structure for BINPT  field....

regards,

Read only

0 Likes
643

Hi Naren

nobinpt = 'X'.


Regards

Neelima

Read only

0 Likes
643

This message was moderated.