cancel
Showing results for 
Search instead for 
Did you mean: 

Save an image from interactive form to R/3 system table

Former Member
0 Kudos

Hi to all,

my scenario is this: Web AS 7.0 (probably patched to the last available patch), NWDS 7.0 and, at the moment, a 4.6c R/3 backend system (within some months we will upgrade to ECC 6.0). I have an online interactive form with some input fields and a user, logged in, fills these fields and pressing the "Submit to SAP" button will save the datas to a custom table on 4.6c backend. All this is simple and is working, but my problem is that one of these fields is an image. The purpose is that the user click on the image field and load an image from local PC and then, pressing submit to SAP button, will save the image on the custom table.

How can I make this? Which kind of context I have to bind to the image field? I have to add a java script/form calc code to image field? And to backend side, how can I do?

Thank you very much in advance,

Enrico

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

In your forms you got the image or a link to the image ? If it's the image the field is define as an XSTRING is supposed. If yes you can add it easily in a database table.

If it's a link, your SAP system ( 4.6 C ) need to the the repository where the image is and then you can add it in the database.If you SAP system doesn't see the repository it's impossible to do so.

Hope this help you.

Best regards

Answers (1)

Answers (1)

Former Member
0 Kudos

I have still this problem... please help me

Thanks

Enrico