‎2006 Aug 23 7:43 PM
Hi,
How to Create a RFC Function Module like
Import
StudentNo type CHAR(10)
Name type CHAR(10)
Export
Status type CHAR(3)
How to give CHAR with Length? Any option to do this directly?
Thanks
Seshu
‎2006 Aug 23 7:47 PM
To create the RFC function module, U have select the <b>Remote-enabled module</b> radio buttion in the Attributes column of the function module.
How to give CHAR with Length? Any option to do this directly?
There are standard data types CHAR10, CHAR3 U can directly use that in the function module.
Regards,
Prakash.
‎2006 Aug 23 7:45 PM
‎2006 Aug 23 7:47 PM
Hi,
How? When i type CHAR(10) in Associated Type Filed its saying "Type CHAR(10) does not exist"
please elobrate.
Thanks
Seshu
‎2006 Aug 23 7:48 PM
‎2006 Aug 23 7:48 PM
Get rid of the parentheses. CHAR10 not CHAR(10). This works because there is a data element defined called CHAR10 which is a CHAR of length 10.
‎2006 Aug 23 7:47 PM
To create the RFC function module, U have select the <b>Remote-enabled module</b> radio buttion in the Attributes column of the function module.
How to give CHAR with Length? Any option to do this directly?
There are standard data types CHAR10, CHAR3 U can directly use that in the function module.
Regards,
Prakash.
‎2006 Aug 23 7:48 PM
Hi,
check existing data elements with the length and the data type in the transaction SE84 -> ABAP DICTIONARY -> DATA ELEMENTS.
Or create a new data element in SE11.
Thanks,
Naren