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: 

LSMW issue when seleting from list

Former Member
0 Kudos

Hiya

I am working on an lsmw where in i am trying to select an item from a list. The list has 50n items and i need to scroll to select item no 20, which hapens to be after one scroll/page down.

When i do that, the lsmw records it as item 10, example BDC_CURSOR TT_T777T-ITEXT (10).

Where as the correct should have been BDC_CURSOR TT_T777T-ITEXT (20).

When i run the batch job 10th value is selected.

I guess scroll or page down is not recorded in lsmw and need some help on this on....

Thanks in anticipation.

Regards

RJ

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Whether it is BDC or LSMW try recording your transaction by putting in your entry at the last line in the table control and press enter.

When the above thing gets recorded, every time there's any entry in the TC the enter button is fired and the record moves to the first line.

Try finding an appropriate BAPI or FM to proceed if you are still facing issues.

Regards,

Amit

5 REPLIES 5

martin_voros
Active Contributor
0 Kudos

Which transaction do you call? I would try to find BAPI to avoid these usual problems with BDC.

Cheers

Former Member
0 Kudos

Hi,

Whether it is BDC or LSMW try recording your transaction by putting in your entry at the last line in the table control and press enter.

When the above thing gets recorded, every time there's any entry in the TC the enter button is fired and the record moves to the first line.

Try finding an appropriate BAPI or FM to proceed if you are still facing issues.

Regards,

Amit

Former Member
0 Kudos

Hi,

what tcode are you calling? sometimes there is a button new line item supplied. you can use it or press enter first. not scrolling function.

Cheers,

Etrafanob

0 Kudos

Hi Everybody,

Thanks for you responses.

I figured it out,, just used the tab key and page down, at one point i had to use it twice and then selcted the line via click , and there i was good to go.

Just a tip:- Do not use mouse to scroll down, that would screw it up...

Happy sapping

Regards

Ranjeet

0 Kudos

Thank you very much for posting the solution! I've struggled with this issue for a while. Your solution worked perfectly

Thanks,

Greg