2009 Mar 02 12:01 PM
hi,
Is it required to create table types in SE11 for populating TABLE parametes in RFC FMs.
I have got structures but when i mention T_RSPARAMS type RSPARAMS in tables tab its not accepting.
Do I need to create table type first for those structures and then declare in TABLES tab?
2009 Mar 02 12:03 PM
Tables parameter is obselete in ECC 6.0
If you are not in ECC 6.0 try this.
T_RSPARAMS like RSPARAMS .
hi,
Is it required to create table types in SE11 for populating TABLE parametes in RFC FMs.
I have got structures but when i mention T_RSPARAMS type RSPARAMS in tables tab its not accepting.
Do I need to create table type first for those structures and then declare in TABLES tab?
2009 Mar 02 12:03 PM
Tables parameter is obselete in ECC 6.0
If you are not in ECC 6.0 try this.
T_RSPARAMS like RSPARAMS .
2009 Mar 02 12:06 PM
I m in ECC 6.0. So what is the solution for including table param? do i need to create table types for structures?
2009 Mar 02 12:09 PM
Hi,
U need to craete a table type in se11 using the structure as line type. Then u can assign this to the table parameters of the FM. Otherwise if it is a transparent table then u can assign it as it is.
Keerthi
2009 Mar 02 12:09 PM
Hi,
If you are in ECC 6.0, use the foll declaration for tables :
IT_X LIKE abc.
where abc shud be a structure. It works perfectly fine. " LIKE " parameter is not present in the F4 help, but u manually enter it. It works alright.
Thanks
Nayan
2009 Mar 02 12:05 PM
HI,
Yes, U need to create structure first, and then u can use it in the table parameter. No need to create Table type.
Edited by: Selva M on Mar 2, 2009 5:40 PM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |