‎2008 May 28 7:42 AM
Hi All,
How to convert the data type Raw data to Character data. When Iu2019m putting relation with FOR ALL ENTRIES itu2019s saying data type mismatching. Pls let me know hw to convert?
Akshitha.
‎2008 May 28 7:44 AM
Hi,
Data : var type c.
Move <raw data> to var.
Move Var to <ur varialble>.
Or check with
RS_SCRP_FIELDS_RAW_TO_CHAR
RS_SCRP_HEADER_RAW_TO_CHAR
http://help.sap.com/saphelp_nw04/helpdata/en/d9/4a990051ea11d189570000e829fbbd/content.htm
Regards,
Jagadish
‎2008 May 28 7:48 AM
Hi,
Check the Function Modules given below
RS_SCRP_FIELDS_RAW_TO_CHAR
RS_SCRP_HEADER_RAW_TO_CHAR
Regards,
Raj.
‎2008 May 28 7:57 AM
im not understanding, how to give inputs there and i have one more doubt, how the system knows we are giving input as raw data, and hw should we know it is converted to char data.
pls let me know and hw to use those FMs. where to give the input and hw to execute the FM.