Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

convert the data type Raw data to Character data?

Former Member
0 Likes
581

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.

3 REPLIES 3
Read only

Former Member
0 Likes
500

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

http://www.scribd.com/doc/2228804/SAP-BC-ABAP-Programming?query2=sap%20convert%20integer%20to%20stri...

Regards,

Jagadish

Read only

Former Member
0 Likes
500

Hi,

Check the Function Modules given below

RS_SCRP_FIELDS_RAW_TO_CHAR

RS_SCRP_HEADER_RAW_TO_CHAR

Regards,

Raj.

Read only

Former Member
0 Likes
500

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.