Application Development 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: 

BDC table control DATA upload

ajay_sharma10
Participant
0 Kudos

i am uploading the data in xd02 Partner Function(table control).

But how can i know when will i have to make a break NEXT PAGE .

when i login with my user name table control lines visible per page is 18

and when sd person login with there user name table control lines visible are 10

so bdc run when i login in development server but not run when sd person logon in development server ..

KNVP-PARVW(01)

KNVP-PARVW(02)

KNVP-PARVW(03)

KNVP-PARVW(04)

KNVP-PARVW(05)

KNVP-PARVW(06)

etc

etc

;

;

;

;

Now how can i transport this bdc to production server , i don't know how many table control records are visible per page ..

Any suggestion to handle this condition.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

you can try with LSMW method, its very easy to load partners...

5 REPLIES 5

Former Member
0 Kudos

you can try with LSMW method, its very easy to load partners...

0 Kudos

Actually the functional persons do it by lsmw ..but when they enter the partner function , then they use their mouse curser to the end of the (already presnet records) and then make enter ..

this is the reason why i am making se38 program for our functional consulatants because they daily need to run this programs 10 to 15 times .

0 Kudos

why they are doing in foreground, you can provide the file and run the job in back gorund..

in BDC there is no option for NEXT PAGE....... otherwise use any BAPI in SE38 ...

Former Member
0 Kudos

Hi , suppose in ur login u r seeing 15 lines...ur sd consultant is seeing say around 12 lines

then trigger ur next page function code for every 10 lines .

Ram

Former Member
0 Kudos

Hi forgot to say u can capture next page ...but not scrolling

Ram