cancel
Showing results for 
Search instead for 
Did you mean: 

2000 records to update to sap..

Former Member
0 Kudos

Hi Guys,

I have a requirement where I have 2500 records in database to update to sap.

Im currently using a rfc adapter, using the bapi but I have not tried with 2500 records.

Is it possible with bapi or do i have to use a proxy??

kindly suggest

Regards,

Teja

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Ravindra ,

Is it possible with bapi or do i have to use a proxy??

Possible !!!

but avoid BAPI....Proxies are preferred for voluminous data..more over using proxies will give you better monitoring options at R/3 side .

Regards ,

Former Member
0 Kudos

Hi Santosh,

Thank u for ur input

How complex is proxy coding in comparison to bapi???

I have nt done ABAP hence I have to communicate to the abaper...

Former Member
0 Kudos

Ravindra ,

Will be a cake walk for a good abaper !!

Inside proxy you have to call the bapi or transaction to perform the task.

Regards ,

Former Member
0 Kudos

Ravindra ,

Using SPROXY in R/3 you will be able to cretae Proxy class .

Inside that there will be a method execute_synchronous inside which abaper needs to write the code using the proxy structure which will be carrying the value at run time .

Regards ,

Former Member
0 Kudos

Ravindra ,

check out SAPtechnical website there you can see the blogs on ABAP proxies .

Regards ,

Former Member
0 Kudos

Ravindra ,

Hope you will find the weblogs useful ...

/people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies

/people/siva.maranani/blog/2005/04/03/abap-server-proxies

/people/prateek.shah/blog/2005/06/14/file-to-r3-via-abap-proxy

Regards ,

Answers (0)