While you are making parameters to pass by value it is giving some performance warning Please tell me how to avoid that
@sapabapbyrahulmehta9 ай бұрын
When we use table type means we will pass multiple values and RFC function module will be called from another system. So SAP is providing the warning that if the bandwidth is low at the time of sending data, so performance will be less and it is a warning. If you want to remove that warning, you can take single value at a time and you need to call RFC function module in loop from from the external system.