‎2009 Jul 18 7:13 AM
Hi ,
Could any one please tell me how to fill a proxy structure which is a deep stucture?
‎2009 Jul 28 9:12 PM
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.
‎2009 Jul 18 11:19 PM
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)
‎2009 Jul 19 2:59 PM
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
‎2009 Jul 28 9:12 PM
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.
‎2009 Jul 29 10:46 AM
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
‎2009 Jul 29 1:19 PM