Hi Team,
I have created New BP role ZUDM0PY by copy of standard UDM000. Everything is working well , when I choose "Display BP" in Worklist system throws error "BP role UDM000 does not exist Message no. R1206"
My doubt is if i am using BP role ZUDM0PY not UDM000 then why system throwing error for BP role UDM000? and what will be the solution.
Regards
Arun
Hi Arun.
I don't know why but 'Display Business partner' icon can shows only 'UDM000' now.
Please refer SAP Function UDM_WORKLIST_BUS_PARTNER_SHOW specified only 'UDM000' as follows.
*Prepare the parameters for displaying Bus Partner details
SET PARAMETER ID 'BPO' FIELD 'UDM000'.
SET PARAMETER ID 'BPOG' FIELD 'UDM000'.
swc_create_object handle 'BUS1006' l_bpartnerid.
swc_call_method handle 'DISPLAY' container.
No confidence but Is BP Role Cat. in configuration 'Define BP Roles' should be 'UDM000' ???
Add a comment