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

Scroll Down in BDC

former_member445996
Participant
0 Likes
644

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

2 REPLIES 2
Read only

Former Member
0 Likes
411

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.

Read only

Former Member
0 Likes
411

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