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

Problem with paging down in batch input table control

Former Member
0 Likes
623

Hi,

i create a custom function module that call a custom transaction using bdcdata.

Problem concerning scroll down action in a table control; i copied source code with SHDB transaction but this functionality in batch input session doesn't work.

If i scroll down data filled in table control, using my custom transaction, this works well.

Thank's in advance

Maurizio Ortolani

2 REPLIES 2
Read only

former_member182371
Active Contributor
0 Likes
440

Hi,

have a look at :

http://www.sap-basis-abap.com/abap/handling-table-control-in-bdc.htm

note that the key here is:


CONCATENATE 'EKPO-EMATN(' v_indx ')'  INTO v_fnam.
PERFORM  subr_bdc_table USING ' ' v_fnam x_idata-ematn.

Another similar link is:

http://www.sap-img.com/abap/bdc-example-using-table-control-in-bdc.htm

Best regards

Edited by: pablo casamayor on Feb 6, 2008 5:42 PM

Read only

Former Member
0 Likes
440

Hi

While recording in SHDB, u have to use the PAGEDOWN /ENTER button (after filling all the visible rows in the table control), then it scrolls to next set of visible rows.

After that, u have to code to handle this situation.

i.e u have to handle 1st set of rows with one login and remaining set s of rows with another logic

Reward if useful

Narendra