cancel
Showing results for 
Search instead for 
Did you mean: 

Server Proxy.

vijay_kumar133
Active Participant
0 Kudos

Hi friends,

i need more details on how we update in r/3 tables..

there are many ways i hope. 1.RFC 2.BAPI

can we uploade through BDC also..

here which way is more performance..

If there is a scnario where we need to post debit and credit data in fico..

for this which one is more efective..

If there is a BDC program can we make use of that code in server proxy to make our job easly..

give me suggestions how best way we can implement server proxy..

Thanks and Regards

Vijay

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi

BDC - is used only with offline mode.

Server proxy can be used instead of BDC or RFC.

Compared to RFC, proxy has better performance.

rgds

Arun

vijay_kumar133
Active Participant
0 Kudos

Hi,

You are correct proxy are more performance..

I need when we write code in server proxy if we give data to rfc is this good option.

is there any easy way to write code at server side. For this coding can we make use any existing code(for example bdc).

Thanks and Regards

Vijay

former_member194786
Active Contributor
0 Kudos

Hi Vijay,

If i am correct we use the Object Oriented ABAP for writing the code for Server Proxy. So you will have to use the report accordingly. In case you need a sample code for Server Proxy, you can use this blog:

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

I tried it with the same blog.

Regards,

Sanjeev.

vijay_kumar133
Active Participant
0 Kudos

Hi,

even i am following the same blog..

in the last we are calling function adn exporting the values..

If i need to need to export the complete internal table what is the procedure if i am not having any function.

we need to write a fucntion for this...

here in this blog please explan more clearly regarding this function what actually happening internally..

Thanks and Regards

Vijay

Former Member
0 Kudos

Vijay,

YOu can actually copy your BDC code inside the method of server proxy or you can call BDC from this method.

Former Member
0 Kudos

Vijay,in that blog that function module is internally inserting the values into table.

I think you can call BDC in server proxies.

Answers (0)