211 SAP Message of Class FV You do not have authorization for cash management in company code &











211(FV) - You do not have authorization for cash management in company code &

Message number 211 of class FV is used to display message "You do not have authorization for cash management in company code &" and can be triggered using the following ABAP code:

DATA: lv_val1(100) TYPE C.
lv_val1 = '123'.

    MESSAGE E211(FV) WITH lv_val1. "Error message example

    MESSAGE W211(FV) WITH lv_val1. "Warning message example

    MESSAGE I211(FV) WITH lv_val1. "Information message example
See here for more options


What causes this issue

You do not have authorization for editing cash management memo records.

System Response



How to fix

If you did not intend to read cash management payment advice notes, the
'Read CM pmnt advice notes' switch must be switched off (see Settings-> Defaults in the menu).If your entries are correct, make sure that you are given authorizationfor company code &V1& with activity '&V3&' for authorization object'&V2&'.
Message text extract from SAP system. Copyright SAP SE.


Return to Message Class FV main page



Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!