‎2008 Feb 06 11:42 AM
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
‎2008 Feb 06 4:40 PM
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
‎2008 Feb 07 4:37 AM
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