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

Former Member
0 Likes
727

Hi ,

Could any one please tell me how to fill a proxy structure which is a deep stucture?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
690

I am also curious about the proxy process. Please let me know if you know of a post that has mentioned this before.

We have to customize our Delivery Schedule Notification proxy. I already regenerated the standard one into a Z proxy name. I already put in my custom code to load Z fields into a Z table.

Here is my new problem. The users wants more additional fields.

Here is the standard proxy generated layout for this structure:

/SCA/BIF_S_DELIVERY_SCHEDULE

CONTROLLER

ID

TYPE_CODE

CREATION_DATE_TIME

BUYER_PARTY

VENDOR_PARTY

BILL_TO_PARTY

NOTE

ITEM

Here is the new proxy generated layout for this structure:

ZDELIVERY_SCHEDULE_NOTIFICATIO

CONTROLLER

ID

TYPE_CODE

CREATION_DATE_TIME

BUYER_PARTY

VENDOR_PARTY

SUPPLYING_VENDOR

BILL_TO_PARTY

NOTE

ITEM

Notice that SUPPLYING_VENDOR is the new field. VENDOR_PARTY is already loaded into the system. How can I get SUPPLYING_VENDOR loaded into the database?

Thank you in advance for your assistance.

5 REPLIES 5
Read only

Sandra_Rossi
Active Contributor
0 Likes
690

proxy for web services? What is the difficulty to fill a complex structure? Moreover, the" difficulty" is not related to proxy. Could you give more clues? (as you can see, nobody understood the question)

Read only

Former Member
0 Likes
690

Hi,

All the Proxies when generated using SPROXY or SE80(webservice proxies) will generate the Proxy class and the methods inside the class..

Hence you need to first initiate the class using an object and then fill the method is in the class

Hope this helps

Regards

Shiva

Read only

Former Member
0 Likes
691

I am also curious about the proxy process. Please let me know if you know of a post that has mentioned this before.

We have to customize our Delivery Schedule Notification proxy. I already regenerated the standard one into a Z proxy name. I already put in my custom code to load Z fields into a Z table.

Here is my new problem. The users wants more additional fields.

Here is the standard proxy generated layout for this structure:

/SCA/BIF_S_DELIVERY_SCHEDULE

CONTROLLER

ID

TYPE_CODE

CREATION_DATE_TIME

BUYER_PARTY

VENDOR_PARTY

BILL_TO_PARTY

NOTE

ITEM

Here is the new proxy generated layout for this structure:

ZDELIVERY_SCHEDULE_NOTIFICATIO

CONTROLLER

ID

TYPE_CODE

CREATION_DATE_TIME

BUYER_PARTY

VENDOR_PARTY

SUPPLYING_VENDOR

BILL_TO_PARTY

NOTE

ITEM

Notice that SUPPLYING_VENDOR is the new field. VENDOR_PARTY is already loaded into the system. How can I get SUPPLYING_VENDOR loaded into the database?

Thank you in advance for your assistance.

Read only

0 Likes
690

Please, as your reply is not related to Anand question (which is quite unclear), you should not post a reply but create a new thread (please read forum rules).

Thank you

Read only

0 Likes
690

New thread has been posted

Please provide assistance.

Thank you.