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

string to image in abap?

Former Member
0 Likes
1,930

hi all

Is it possible to convert a string to image (any format) file and then use it?

regards

vaibhav

hi all

Is it possible to convert a string to image (any format) file and then use it?

regards

vaibhav

7 REPLIES 7
Read only

mangesh_sonawane
Participant
0 Likes
1,494

Hi

to store a file we require 3 parameters

1.file-name type string,

2.file-type type string,

3.file-content type type xstring.

Read only

former_member194152
Contributor
0 Likes
1,494

You need to store image object in SAP repository which gives you URL for the object in string data type, you can check standard program : SAP_PICTURE_DEMO

Read only

Former Member
0 Likes
1,494

hi gagan

sap_picture_demo is little unclear to me

what i m trying to do is  i have a string variable containing some value and i want that value to be displayed as a picture

regards

vaibhav

Read only

0 Likes
1,494

Why do you want that?

Read only

0 Likes
1,494

Use IGS.

Read only

0 Likes
1,494

Its been almost a decade.. Do any one of you have any solution for this.. ?? Any proper links or blogs or even hints or ideas would help.. Even concluding as, it is not possible will do.. 😛

Read only

0 Likes
1,494

create your own question please

a string is a variable format, a picture is a content type