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_OK code for scrolling in custon table control

Former Member
0 Likes
516

Hi All,

I have a requirement to create a BDC program for transaction ME31K, but the problem is this ME31K transaction is enhanced adding a custom screen which has three custom table controls. Now this screen is also included in the BDC program.

I am facing problem in tracking the BDC_OKcode for scrolling for these custom table controls. Tried with '=P+' but not working.

While recording it is capturing '/00' for scrolling but while executing through program it is not working.

If anybody has faced this situation before please suggest how to go about it.

Please note '=NP' is not avaiable as it is a custom screen.

Thanks in advance.

Hi All,

I have a requirement to create a BDC program for transaction ME31K, but the problem is this ME31K transaction is enhanced adding a custom screen which has three custom table controls. Now this screen is also included in the BDC program.

I am facing problem in tracking the BDC_OKcode for scrolling for these custom table controls. Tried with '=P+' but not working.

While recording it is capturing '/00' for scrolling but while executing through program it is not working.

If anybody has faced this situation before please suggest how to go about it.

Please note '=NP' is not avaiable as it is a custom screen.

Thanks in advance.

2 REPLIES 2
Read only

Former Member
0 Likes
472

I'm having the same problem. Please let me know if you found any solution for this?

Read only

Former Member
0 Likes
472

go on the screen where you have table control, put /h in command field.

now scroll in table control, this will go in debugger and now check sy-ucomm.

hope you get it.