cancel
Showing results for 
Search instead for 
Did you mean: 

Path and File name of the attachment

Former Member
0 Kudos

Hello Srm Guys,

Where should be the Path and File name of the attachment are stored for a shopping card Item.

Thanks

Ram

Accepted Solutions (1)

Accepted Solutions (1)

mani_sreedharala
Active Participant
0 Kudos

Hello Ram,

Execute the function module BBP_PROCDOC_ITEM_GETDETAIL by providing the item guid,object type . Now it will populate the et_attach importing parameter with the attatchement details.

In the ET_ATTATCH internal table , the field PHIO_FNAME/PHIO_PATH_FILE provides the physical storage location of the document.

Hope this info will be helpful.

Regards,

Mani

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You could also use the FM ,BBP_PD_SC_GETDETAIL.Enter the SC no in I_OBJECT_ID and in the table ET_ATTACH in PHIO* related fields you get all the info related to the file.

BR,

Disha.

Pls reward points for useful answers.