Hi,
I have a Function Module XYZ and it contains field Custline of datatype char30.
Now I want to change it to Char65 i.e Character type with 65 length. I get a Error message stating that Type Char65 does not exist whereas when i check in se11. I can see that data type.
Thanks in Adv
HI
Use data element TEXT_65.
parameter:Custoline
type: TYPE
Associated type: TEXT_65
Thanks,
Ramakrishna
HI all I found out that there is an include program in which all the Data type for that Function module is present, However it states that
THIS FILE IS GENERATED BY THE FUNCTION LIBRARY**
NEVER CHANGE IT MANUALLY, PLEASE!**
**********************************************************
DATA ORG_XY TYPE CHAR30.
Then how to go about Changing it, Its a Remote Function Call.
HI,
if CHAR65 exists in the datadictionary then defintiely u will not get that error .... As CHAR65 is does not exist in Data dictioanry if exists then u will never get that error...
hope my suggestion gives u an idea.....
Regards,
Sridhar Reddy
Add a comment