cancel
Showing results for 
Search instead for 
Did you mean: 

Workflow : WAPI to attach document to workitem

Former Member
0 Kudos

Hi,

I am developing intermediate screen with PBO/PAI to be used in workflow. I want to enable this screen to have attachment options to workitem. Is there any WAPI provided to attach document externally through WAPI programming.

How do i handle File upload option in ABAP PAI module? Is there any component available to enable uploading documents?

Hope this question belong to this forum!!!

Thank you

arun

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

there is a generic function module for uploading, called GUI_UPLOAD, which allows to upload both binary and textfiles . I forgot, how to write a File chooser, but searching for the usage of this function should reveal engough programs that allow to select&upload files

Cheers

Christian