Hi,No, if it is using same structure, you cannot give two different data types. Also, the data type you try to use should be compatible in both environment(Consumer and Provider). If your request data is getting copied as is in your response data, I ...
Hi,Efficient memory management is essential for optimal performance. I would try to utilize LOOP AT <itab> REFERENCE INTO <ref_obj> syntax, if it really works for specific scenario. This would avoid your Field symbol assignment and later type casting...