‎2007 Mar 08 6:30 PM
Hi All,
I am having a problem with catching Scroll Down of vertical scroll bar in BDC.
I am using transaction VL02N to add serial numbers for delivery line items. In default mode it let's you add 19 serial numbers but if you need more then you have to scroll down the scroll bar (there are no new entries or page down buttons available). BDC catches the event as "BDC_OKCODE = /00" but when I execute the BDC from my program it adds the first 19 serial numbers but then it takes /00 as "SAVE" rather than adding a new line for the serial number.
Has anyone encountered this problem with this exact situation in VL02N or similar situation in other transactions. How do I identify the scroll down in BDC.
Thanks in advance for you suggestions.
Regards
‎2007 Mar 08 6:45 PM
BDCs will definitely will have problems with scrolling up and down, as the scrolling behavior is runtime dependent and not definite.
You should make of a "position" function to position on the line you want add/change and add/change line items one at a time. Record this session in SHDB to know the ok codes, this will work perfectly.
Hope this helps.
‎2007 Mar 08 7:04 PM
Here you can use CTRL+F function key to come to the line which you.
Record even this in your BDC. Hope this would help you.
Thanks and Regards,
Sharma NSK