cancel
Showing results for 
Search instead for 
Did you mean: 

transfer attachments from backend to srm part II

former_member186143
Active Contributor
0 Kudos

I thought I could solve my problem with

LBBP_PDH_TEXTF14 and the logic in add_attachment

see

for more info on my last thread

but I can't figure out how the initial attachment info is transported to mime_info ?

when

CALL FUNCTION 'ALEWEB_GET_MIME_INFO'
      TABLES
        MIME_INFO = &1
      EXCEPTIONS
        OTHERS    = 1.

is called it has the information of the screen.

but I can't find the function that puts the information from the html page into the mime_info objects on its ?

where can I find this logic ?

I figured out how I could attach an attachment through the backend to a shoppingcart but it is only not visible from the html page bbpstart (the attachment is visible in bbp_pd)

kind regards

arthur

kind regards

Arthur

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member186143
Active Contributor
0 Kudos

Problem solved, I first upload the attachment with BBP_OUTPUT_X_OPEN_FILE and BBP_ATTACH_BUILD_URL

and then I use BBP_PD_SC_UPDATE to add the attachment to the shoppingcart.

kind regards

arthur

0 Kudos

Arthur, can you give more details about how do you add attachment with BBP_PD_SC_GETDETAIL?

I'm trying, but don't return e_changed = 'X'

kind regards.