SAP Sales Organization VKORG Text Description for Different Languages in TVKOT Table
If you are developing ABAP applications in SAP, you may require to know which SAP table keeps Sales Organization VKORG text and descriptions for ABAP developers.
While coding in ABAP recently, I required to display VKORG Sales Organization descriptions, so I need to find the SAP table where Sales Organization VKORG texts are stored.
Sales Organization VKORG text information can be found in TVKOT, Organizational Unit: Sales Organizations: Texts table in field VTEXT.
Here is a small part of a larger ABAP program where I read the text of VKORG - sales organization for the login language from TVKOT SAP table.
VTEXT field has the translated text and description for the related Sales Organization VKORG in TVKOT SAP table.
If you open the ABAP Dictionary screen using SE11 SAP transaction code, you can find the structure of the TVKOT Sales Organizations Texts table as seen in the below screenshot.