cancel
Showing results for 
Search instead for 
Did you mean: 

Proxy

Former Member
0 Kudos

Hi,

am working on server proxy?i wnat to update some filelds in R/3?should i use standard transaction of an application or create ztable in order to update the fields?which will be best one to do?

Regards,

swati

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Data can be updated in either Ztable or std table and can be updated using ABAP coding.

Conding in the Server proxy method will server ur purpose.

Now its based on ur requirement where u want to update ur data in Ztable or std table.

should i use standard transaction of an application or create ztable in order to update the fields? this statement is not proper. Ztable is used to hold data and for that u need to use the ABAP coding for update the data in to Ztable.

refer the below welog for help:

Server Proxy -

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

File to Inbound Proxy:

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

chirag

Former Member
0 Kudos

HI chirag,

can i update the data in the transaction by using proxy?

will functional people specify in functional specification whether to update the data in ztable or in transaction ?

Regards,

swati

Edited by: swati i on May 6, 2008 1:32 PM

Former Member
0 Kudos

Hi,

yes functional people mention details in functional specs. if its updated in table then they will give the table name or ztable details.

best way is to write the insert statement and update the data either in Ztable or std table as at the end u need to update the data base in ztable or std table only.

Hope u got the answer.

chirag

Former Member
0 Kudos

Hi chirag,

i got the answer.if we need any function module to update the data.we should write it or abapers will do it.as am only xi consultant here,should i write it,i have no knopwledge in FMS.

Regards,

swati

Former Member
0 Kudos

Hi,

Generally ABAP Proxies will be developed by ABAPers.

An XI Consultant with ABAP background can also do that.

Regards

Bhanu

Intelligroup.

Former Member
0 Kudos

Hi,

proxies wil be developed by xi consultants.but,what about the function modules.

Regards,

swati

Former Member
0 Kudos

Hi,

proxies wil be developed by xi consultants.but,what about the function modules.

I mean to say ABAP code for proxies will be developed by ABAPers.

Function modules also developed by ABAPers.

Regards

Bhanu

Intelligroup.

Former Member
0 Kudos

Hi,

It depends upon the project resource skill sets. If resource has the knowledge of ABAP as well as Xi then he is responsible for writing ABAP code as well as XI part.

If u know ABAP then u can also finsh the work of ABAPers.

Chirag

Close the thread once it respolved with award points.

Answers (4)

Answers (4)

Former Member
0 Kudos

Hello ,

Both are possible in this context,that depends on the requirement.But if you have choice then prefer to update Ztable

*******Reward points ,if found useful

Former Member
0 Kudos

Hi,

If working with standard transactions will serve your pupose, you wouldn't need to chose proxies. You may chose IDOC adapter. Using Proxies, we can write ABAP logic as per our requirement. Hope you got the point.

Regards

Bhanu

Intelligroup.

Former Member
0 Kudos

Hi,

Do not make any changes on standard tables .better to create ztable and update.

Regards

Former Member
0 Kudos

Hi,

Check this According to the Blog

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

REgards

Seshagiri