‎2009 Nov 11 4:16 AM
Hi All,
I have porblem in BDC using table controls.
I am working on VBO2 transaction i developed BDC for that i used CTUParameters for screen resulution
whenever press P+ it will go 11 recors in up and 11 is the first line in second page so how to map that
please help me.
‎2009 Nov 11 5:40 AM
Hi,
when the Page goes up the last record is is first record so start form second populating the In Table Control
Regards
Nilesh
‎2009 Nov 11 7:27 AM
hi,
Is there any BAPI for VBo2 transaction instead of BDC.
Please let me know.
‎2009 Nov 11 7:30 AM
HI...
when that screen perform will come follow these steps...
before the table control screen... write following code.....
v_count = v_count + 1. ( you need to declare this variable )
(as your screen contains 11 row....)
IF v_count le 11.
pass the values to the perform statements.......
else.
add the perform related to P+ .
v_count = 1.
pass the values to the perform statements.......
ENDLOOP.
i hoep this info will be helpfull for you,,,,,,
if you need any clarification please revert back....
regards,
nag.