cancel
Showing results for 
Search instead for 
Did you mean: 

How to convert Numberic To String in absl - SAP SDK

0 Kudos

My param "result" types is numeric so i want to convert it please help me. thanks

result = test.Find(this.Nhap);

raise ThongBao.Create("I", "Đây là vị trí" + result);

fwilhe
Advisor
Advisor
0 Kudos

Hi Hoang Tri Dung,

not sure who can help you, but it was easier to help if you provided more information on what you want to do and which tools/language/sdk you're using. What programming language is that? What kind of environment are you using?

Accepted Solutions (0)

Answers (1)

Answers (1)

ThiagoSarmento
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi hoangtridung245,

You can use the built-in reuse library function ToString().

Please refer to help documentation: https://help.sap.com/docs/SAP_CLOUD_APPLICATIONS_STUDIO/cbcebe3cfb1647a8b0322c18dbb0b481/74818a9f73e...

I hope this helps.

BR,

Thiago