Application Development 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: 

Urgent -Table Control BDC

Former Member
0 Kudos

Hello Everyone,

Is screen field for batch input is necessary for data uploading through BDC?

thanks.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Sangeeta,

Yes it is, otherwise how the program will know which field to update.

Regards,

Atish

3 REPLIES 3

Former Member
0 Kudos

I like to think of BDC as like a playback of a series of keystrokes and values... you can only feed data into screen fields through the BDCDATA structure, and trigger function keys (via BDC_OKCODE), and position the cursor (via BDC_CURSOR).

That said, if you are directly doing a "call transaction" in your program, and not building an SM35 Batch Input session, then it may be possible to export additional data to memory which you can re-import inside a user exit within the called transaction - I've used this trick in VA01 for example.

Former Member
0 Kudos

Hi,

yes it is must, without it BDC will not work

Jogdand M B

Former Member
0 Kudos

Hi Sangeeta,

Yes it is, otherwise how the program will know which field to update.

Regards,

Atish