313 SAP Message of Class VF Sales organization & is not defined











313(VF) - Sales organization & is not defined

Message number 313 of class VF is used to display message "Sales organization & is not defined" and can be triggered using the following ABAP code:

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

    MESSAGE E313(VF) WITH lv_val1. "Error message example

    MESSAGE W313(VF) WITH lv_val1. "Warning message example

    MESSAGE I313(VF) WITH lv_val1. "Information message example
See here for more options


What causes this issue

The specified sales organization &V1& is not permitted.
The following causes are possible:
The sales organization is not defined in CustomizingThere is no entry in text table TVKOT for the sales organization in thelogon language.INCLUDE 'NA_NO_PROCESSING_2' OBJECT DOKU ID TX LANGUAGE E

How to fix

DEFINE &ANLEGEOBJEKT& = 'sales organizations'INCLUDE 'NA_CREATE_CHANGE' OBJECT DOKU ID TX LANGUAGE EIf the sales organization already exists in the logon language, maintain
the missing text in Customizing.IF &DEVICE&='SCREEN'ProceedENDIFIf only the entry is missing in the text table, insert it there.

Message text extract from SAP system. Copyright SAP SE.


Return to Message Class VF 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!