2009 Jan 02 4:57 AM
Hi ,
I have created a RFC .where importing parameter is a table .Now when i am trying to test RFC in tcode se37 i.e i am trying to test is directly .But i am not able to pass data to the importing parameter, which is a table.
So can some one tell me , why its happening.Is it standard process that you cant pass data to rfc importing parameter when its of table type.
regards
PG
2009 Jan 02 5:10 AM
Hai..
When working with Remote Function Modules we need to follow some rules.
1. We cannot pass the parameters by refference.
2. When passing tables as parameters the table should be standard.
3. Caller may be any ABAP program but the called program must be a FM regestered as Remote.
Regards
Sekhar.C
Hi ,
I have created a RFC .where importing parameter is a table .Now when i am trying to test RFC in tcode se37 i.e i am trying to test is directly .But i am not able to pass data to the importing parameter, which is a table.
So can some one tell me , why its happening.Is it standard process that you cant pass data to rfc importing parameter when its of table type.
regards
PG
2009 Jan 02 5:03 AM
2009 Jan 02 5:22 AM
Hi Kalyan,
The type is a table type.So that i can pass a internal table on runtime to this importing parameter.
But when trying to test it , its not allowing me to pass data to that importing parameter manually.
2009 Jan 02 5:10 AM
Hai..
When working with Remote Function Modules we need to follow some rules.
1. We cannot pass the parameters by refference.
2. When passing tables as parameters the table should be standard.
3. Caller may be any ABAP program but the called program must be a FM regestered as Remote.
Regards
Sekhar.C
2009 Jan 02 5:27 AM
Hi shekhar,
Well i think, as i have given type as a table type , which is z type may be because of that i am not able to test it or not able to pass value manually.
regards
PG
2009 Jan 02 5:30 AM
Hi,
we've standard RFMs to read the table entries, just go thru them, like:
RFC_READ_TABLE
thanks|
Mahesh
2009 Jan 02 5:47 AM
Hi PG,
jus declare it as LIKE and gve the structure of the table.Just try if this helps.
2009 Jan 02 9:01 AM
HI,
Please go through the link below, hope it will help you.
Regards,
Sathish R
2009 Jan 02 9:08 AM
Hi,
As it is a RFC enabled FM , the passing structure muyst be exist in destination system also,
So try to use standard structures, if not define same structure in destination system also.
Hope this is useful.
Regards,
Phani.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |