2022 Aug 31 10:05 AM
We have a business requirement, we need to use soap2rest on the PI side to obtain the data of the third-party system and save the data in the SAP database,And there are three query variables in the Restful interface
Now we have completed the development of the PI side and generated the proxy class on the SAP GUI. May I ask two questions:
1. If you want to execute this proxy class regularly, do you need to write an abap program to call this proxy class, and then use sm36 to set the abap program to execute regularly
2. Can the action of saving the returned data to the self-built table be done in the proxy class?
or can it only be written in the abap program that is called regularly?