2011 Aug 28 5:53 PM
Hi Experts,
I have created one RFC function module, which is used to pass and receive the data from the portal. to send and receive the data to portal, I created one Table parameter in the RFC function module.
When function module is getting called from the portal to read the data, the data is getting passed correctly in the internal table.
But from the portal when i am passing the data to the same internal table, then it is not getting passed. I am not sure why this is happening. Since table parameter is able to pass the data to portal on first execution, but same table parameter is not able to accept the data from the Portal.
Any suggestion why this is happening.. Do i Need to define that table parameter as Changing parameter?
since i am using same table parameter to send and receive the values form Portal....?
Hi Experts,
I have created one RFC function module, which is used to pass and receive the data from the portal. to send and receive the data to portal, I created one Table parameter in the RFC function module.
When function module is getting called from the portal to read the data, the data is getting passed correctly in the internal table.
But from the portal when i am passing the data to the same internal table, then it is not getting passed. I am not sure why this is happening. Since table parameter is able to pass the data to portal on first execution, but same table parameter is not able to accept the data from the Portal.
Any suggestion why this is happening.. Do i Need to define that table parameter as Changing parameter?
since i am using same table parameter to send and receive the values form Portal....?
2011 Aug 28 6:37 PM
2011 Aug 28 7:16 PM
niraj,
tables parameters are not to be used any more.
it should be either in a import/export/changing parameter.
create a table type (or else it will just behave as a structure) and define your import/export/changing parameter as of the type of that table parameter.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |