cancel
Showing results for 
Search instead for 
Did you mean: 

Need to hide "Partner" section in item details of an invoice

Former Member
0 Kudos

Hi All,

Could anyone please help on how to hide "Partner" section in item details of an invoice.

Tried by right-click and getting the component & configuration controller, but no use.

Components & configurations which i tried are as follows.

/SAPSRM/WDC_DOFC_INV_I_D1
/SAPSRM/WDCC_FPM_DOFC_INV_I_D1

/SAPSRM/WDC_DODC_PARTNER
/SAPSRM/WDCC_PARTNER_INV_ITM

Please help!!

Regards,

RaajaKumar V.

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Hi Raajakumar,

You can hide partner section in item details of Invoice.

Implement badi WD_BADI_DOMODIFYVIEW.

Develop logic in method IF_WD_BADI_DOMODIFYVIEW~WDDOMODIFYVIEW.

You can get view name as import parameter and set visible property of view /SAPSRM/WDC_DODC_PARTNER to 01.

Let me know if more information required.

Regards,

Vishal

Former Member
0 Kudos

Hi,

Try enchancing the class /SAPSRM/CL_PDO_BO_INV method  /SAPSRM/IF_PDO_DO_PARTNER_BASE~GET_ITEM_PARTNERS.

Delete the partner from et_partner .It will just delete from the view.

Regards,

Neelima