Do you have any question about this error?
Message type: E = Error
Message class: CRMN_REPORT - Reporting: Messages
Message number: 120
Message text: PARTNER_NO_SECOND/PARTNER_PFT_SECOND not usable due to authorization
Program error: These search criteria cannot be used by the application
in this case.
These search criteria are reserved for the authorization check in the
Reporting Framework. They can only be used by applications if this will
not lead to collision after FM CRM_REPORT_RF_CHECK_AUTHORITY (the
authorization check does not require the search criteria in this case).
If FM CRM_REPORT_RF_CHECK_AUTHORITY does not permit an external
application, the Reporting Framework should be called up twice.
- First call up with first partner
- Second call up with second partner and the GUID list from the first
step
Whether the authorization itself requires the search criteria depends on
the problem and the search criteria. Therefore, it is advisable to use
the if-then-else statement:
CALL CRM_REPORT_RF_CHECK_AUTHORITY.
<call RFW only once with both partners>
<call RFW twice as described above>
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
Error message extract from SAP system. Copyright SAP SE.
CRMN_REPORT120
- PARTNER_NO_SECOND/PARTNER_PFT_SECOND not usable due to authorization ?The SAP error message "CRMN_REPORT120 PARTNER_NO_SECOND/PARTNER_PFT_SECOND not usable due to authorization" typically indicates that a user is attempting to access or perform an action related to a partner function or partner number for which they do not have the necessary authorizations. This error is common in SAP Customer Relationship Management (CRM) systems when dealing with partner data.
Cause:
- Authorization Issues: The user does not have the required authorization to access or modify the specified partner number or partner function.
- Role Configuration: The user's role may not include the necessary permissions for the specific partner functions or partner numbers.
- Data Restrictions: There may be restrictions in place that limit access to certain partner data based on organizational rules or data privacy regulations.
Solution:
Check User Authorizations:
- Use transaction code
SU53
immediately after encountering the error to check the authorization check that failed. This will provide insight into which specific authorization object is missing.- Review the user's roles and authorizations in transaction code
PFCG
to ensure that the necessary permissions for accessing the partner functions and partner numbers are included.Modify Roles:
- If the required authorizations are missing, you may need to modify the user's role or create a new role that includes the necessary authorizations.
- Ensure that the role is assigned to the user and that the changes are activated.
Consult with Security Team:
- If you do not have the necessary permissions to change roles or authorizations, consult with your SAP security team or administrator. They can help identify the missing authorizations and make the necessary adjustments.
Testing:
- After making changes to roles or authorizations, have the user log out and log back in to ensure that the changes take effect. Test the action again to confirm that the error has been resolved.
Related Information:
CRM_ORDER
, CRM_PARTNER
, and others that may pertain to partner data.By following these steps, you should be able to identify and resolve the authorization issue causing the error message.
Get instant SAP help. Start your 7-day free trial now.
CRMN_REPORT119
Too many partners for entry; search cannot start
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
CRMN_REPORT118
Selection option not supported for installed base field
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
CRMN_REPORT121
Changes have been made
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
CRMN_REPORT122
Order due date: RFC system error in accessed system
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
Click on this link to search all SAP messages.