Application Development and Automation 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: 
Read only

ABAP Proxy : Modification in Structure

Former Member
0 Likes
9,295

Hi Experts,

I have one query in ABAP Proxy. I had one customized table type as declared

DATA: ITAB TYPE ZABCD.

It is having line type as ZABCD_LINE.

This is just line type. Now I wanted to add 2 fields in same line type.

While using SE11 whenever I am trying to change the line type of it it, i am getting status message "Change using transaction SPROXY".

I am totally new in ABAP proxy. Can anybody will suggest me using SPROXY step by step how I can add the req. field in that line type?

Thanks,

Neha

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
4,100

Hi Neha,

you can take the help of SAP XI tutorial. I m sending u this link, hope it would help you.

http://sapxitutorials.blogspot.com/2009/04/value-mapping-replication-scenario.html

with regards,

Mamta Kumari

5 REPLIES 5
Read only

Former Member
0 Likes
4,100

hai neha , the strucutre which u want to change is not generated in sap as normal isntead it was generated due to proxy the proxy may be either inbound or outbound , this proxy may be due to XI or it might be due to webservice u can seee the proxies in transaction sproxy and search where the strucuture is used and then tyr to add it or else change in original strucuutre and regenerate the proxy

m.a

Read only

0 Likes
4,100

Hi Afzal,

But if I tried to change that original structure using SE11 getting status message "Change it using SPROXY".

Can you suggest me in better way how I can track where my structure used?

Thanks,

Neha

Read only

0 Likes
4,100

hai neha sproxy is the transaction where u can see all the proxies both inbound and outbound

if u want to see where it is used just search ur strucutre in where used list and u migh tget the class where it is used and based on that class u can get the class in sproxya nd tyr to change there

m.a

Read only

Former Member
0 Likes
4,101

Hi Neha,

you can take the help of SAP XI tutorial. I m sending u this link, hope it would help you.

http://sapxitutorials.blogspot.com/2009/04/value-mapping-replication-scenario.html

with regards,

Mamta Kumari

Read only

Former Member
0 Likes
4,100

Hello Neha,

SPROXY is the ABAP proxy generation transaction where you can create proxy class for any function module.

This structure is linked to proxy parameter so if you want to change anything you need to go to SPROXY and then change parameter over there as per your requirement and that will change the internal used structure.

In message interface you can select particular and double click that will take you to transaction where you can edit that object.

Hope this helps,

Thanks,

Augustin.