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

BDC Tcode IA02

former_member230535
Participant
0 Likes
860

Dear all,

I am developing a program to add components to a tasklist. I used BDC but I met a problem. BDC can not record when I tick the operation at index 44 ( tick operation after scroll the mouse).

Please help me to use BDC for this case or give me a function module.

Thanks so much.

3 REPLIES 3
Read only

former_member230535
Participant
0 Likes
694

Help me please! Can not BDC for scrolling.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
694

Did you execute the recording in SHDB with option "Simulate Background Mode" maybe screen will change allowing some "go to item" function ?

Else you could try to execute LSMW to analyze object 0470 "Equipment task list" which seems to be able to generate the batch input or directly analyze  function pool IBIP.

Regards,

Raymobd

Read only

ThangaPrakash
Active Contributor
0 Likes
694

Hello Dai,

You can use the OKCODE "=+P" in your code like below to achieve the scroll bar function

perform bdc_field       using 'BDC_OKCODE'

                              '=P+'.

Also refer to the below link.

http://scn.sap.com/thread/656339

Regards,

TP