Hi Colleagues,
I defined five new partner functions and assigned eight partner functions to procedure 'ZCVAA001' via the following customizing path. Please see the screen shot as below. But these eight parnter functions cannot be displayed totally on Web UI, only display five. I did debugging and found there is a statement in the code to remove some partner functions in standard function module 'COM_PARTNER_FCT_TO_DISPLAY_UI', please see the below. Please tell me how to solve this issue to make all eight partner functions displayed on Web UI?
==> IMG: Customer Relationship Management->Transactions->Basic Functions->Partner Processing->Define Partner Determination Procedure
coding |
---|
* remove partner functions which are already represented in determ -- SUPPLY partner_fct = ls_determ_proc-partner_fct
IF NOT lv_unique IS INITIAL. LOOP AT lt_functions INTO ls_function DELETE lt_functions_to_use DELETE lt_determ_proc ENDLOOP. ENDIF. * delete function that is not allowed ENDLOOP. |
Kind Regards
Andie