cancel
Showing results for 
Search instead for 
Did you mean: 

Auction upload and download?

Former Member
0 Kudos

Hi,

I want to delete some fo fields in excel sheet which was downloaded form auction.

I got one note 812884. I have done things which was mentioned in note.

while download itself i want to delete some fields in excel sheet which are not requried for enduser.

i have changed the table BBPC_UP_DOWNLOAD as mentioned in the note. i have implmented the BADI BBP_PD_DOWNLOAD.

Method is APPEND_DOWNLOAD_OPTIONS. Code in method is below :

method IF_EX_BBP_PD_DOWNLOAD~APPEND_DOWNLOAD_OPTIONS.

IF IV_OBJECT_TYPE = 'BUS2208'.

IV_DISP_VARIANT = 'ZTEST'.

ENDIF.

endmethod.

I am passing my varaint instead of standard. Instead of this any thing else i need to do. still those fields are visible in excel sheet

please help...

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

To modify the fields,i think you should use the method "APPEND_DOWNLOAD_DATA".

Also see the foll related note:

Note 859049 - SRM 5.0: Restrictions for uploading and downloading

BR,

Disha.

Pls reward points for useful answers.