R1 273 when creating BP using WEB UI or BAPIs
[273] [bupa_address_add] [check_partner_get_info] [creating] [creating korea] [CRM] [error creating] [failed creating] [PARTNER_AUTHORITY_CHECK] [R1] [R1273] [WEBUI]
Related:
- BP_VER: Error message AM 054 when creating new BP w/ addressSymptom You create new business partners with address data using...
Symptom
The error occurs in the following scenario :
The user has an authorization profile such that creation of BP in a particular authorization group is allowed, but change of a BP in that authorization group is restricted.
While creating a BP using the CRM WEBUI or using BAPI BUPA_ADDRESS_ADD, the error R1 273 is thrown – No authorization to change partner with authorization group &1
This error is uncalled for since the BP is still in creation mode.
Other terms
R1 273 R1273 BUPA_ADDRESS_ADD CRM WEBUI PARTNER_AUTHORITY_CHECK check_partner_get_info
Reason and Prerequisites
The business partner API BUPA_ADDRESS_ADD requires that a BP exist before its address is created. However, the address can be created even if the BP exists in memory, not in the database. In such a case, the activity should be CREATE, not CHANGE.
Solution
Implement the corrections of this note.