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 in Table controls in BDC

Former Member
0 Likes
460

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.

3 REPLIES 3
Read only

Former Member
0 Likes
426

Hi,

when the Page goes up the last record is is first record so start form second populating the In Table Control

Regards

Nilesh

Read only

Former Member
0 Likes
426

hi,

Is there any BAPI for VBo2 transaction instead of BDC.

Please let me know.

Read only

Former Member
0 Likes
426

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.