‎2014 Mar 24 9:45 AM
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.
‎2014 Mar 24 2:44 PM
‎2014 Mar 24 3:31 PM
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
‎2014 Mar 24 6:30 PM
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