‎2008 Apr 29 10:29 AM
Hi guys,
Kan someone send me example of table control.
i have one scenerio 1)in my 1 screen there is 10 records
2)2nd screen 15 records and in singlle page there is 7 records are visible ,so kan i do recording and what code i have to write,please tell me.
points will be rewarded
‎2008 Apr 29 3:32 PM
Hi,
tell me your id, i will send it to you,
reward points if usful,
thanks and regards,
‎2008 Apr 29 10:53 AM
Because recording is static (the screen sequences are saved exactly as when you did the recording, and you may have to click page downs many times, in case line items are numerous), use
perform bdc_loop_field ...., so that many line items in the table control can be filled
after declaring INCLUDE J_2GBII00.
for example,
do n times.
perform bdc_loop_field tables bdcdata
using sy-index fieldname fieldvalue.
enddo.
This way, you can fill n line items in the table control
‎2008 Apr 29 10:58 AM
‎2008 Apr 29 11:08 AM
‎2008 Apr 29 3:32 PM
Hi,
tell me your id, i will send it to you,
reward points if usful,
thanks and regards,