‎2009 Aug 05 7:58 AM
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.
‎2009 Aug 05 8:11 AM
you can try with LSMW method, its very easy to load partners...
‎2009 Aug 05 8:11 AM
you can try with LSMW method, its very easy to load partners...
‎2009 Aug 05 8:15 AM
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 .
‎2009 Aug 05 8:28 AM
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 ...
‎2009 Aug 05 1:05 PM
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
‎2009 Aug 05 1:08 PM
Hi forgot to say u can capture next page ...but not scrolling
Ram