cancel
Showing results for 
Search instead for 
Did you mean: 

Can we attach scanned bills with Webdynpro Application?

Former Member
0 Kudos

Hi All,

My requirement is that we are proposing a solution to the client for settling medical bills.

they want to submit the scanned copy with the request.

Is that possible?

Warm Regards

Hari Sankar M

Accepted Solutions (1)

Accepted Solutions (1)

yesrajkumar
Active Participant
0 Kudos

Hi Sankar,

You can store any type of document in the R/3 using the Generic Object Service(GOS).

There is a class cl_fitv_gos=>save which is used to upload, cl_fitv_gos=>get_links to get the files as an hyperlink, cl_fitv_gos=>get_content to get the contents of the file.

One of our WD application allows the user to attach any type of documents when he creates the expense report.

I can give the source code if you actually need it.

Thanks,

Rajkumar.S

Former Member
0 Kudos

Hi Rajkumar,

can send me the code for the above.

thanks

kaleem

abhimanyu_lagishetti7
Active Contributor
0 Kudos

Hi Rajkumar

I don't see cl_fitv_gos in ERP ECC6.0 SP10, is it system specific?

Abhi

Former Member
0 Kudos

Hi,

Can you you let me know the standard application name or could you give your source code where in you have attached supporting documents to your webdynpro application?

Regards

Subathra

Answers (2)

Answers (2)

Former Member
0 Kudos

Advanced claims

Standard Application is available which is will allow to attach scanned bills.

Warm Regards

Hari Sankar M

Former Member
0 Kudos

Hi Hari,

We tried attaching attachments with the claim request as per standard application

When the approver tries to view the attachment, it gives an error stating

cannot view file, kindly download it but there is no download button.

Is there any other setting that needs to be done for this functionality

Thanks and Regards,

Nupur

Former Member
0 Kudos

Hi Hari,

We tried attaching attachments with the claim request as per standard application

When the approver tries to view the attachment, it gives an error stating

cannot view file, kindly download it but there is no download button.

Is there any other setting that needs to be done for this functionality

Thanks and Regards,

Nupur

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Any binary document (XSTRING) can also be stored in the database as a Binary String database field. There is nothting special about programming with this data type. You just use normal SQL and insert or select the data from the database.