SQL Server administration and T-SQL development, Web Programming with ASP.NET, HTML5 and Javascript, Windows Phone 8 app development, SAP Smartforms and ABAP Programming, Windows 7, Visual Studio and MS Office software
Development resources, articles, tutorials, code samples, tools and downloads for SAP HANA and ABAP, HANA Database, SQLScript, SAP UI5, Screen Personas, Web Dynpro, Workflow


SAP Sales Distribution Channel VTWEG Text Description for Different Languages in TVTWT Table


While developing ABAP modules and ABAP applications for SAP, ABAP developers may require the SAP table which keeps Sales Distribution Channel VTWEG text and descriptions.
I also required to display VTWEG Distribution Channel description for the current users login language, so had to find the SAP table where Distribution Channels texts are stored.

Distribution Channel VTWEG text information is in TVTWT, Organizational Unit: Distribution Channels: Texts table in field VTEXT.

Here is a small ABAP code part of a larger ABAP program where I read the text of VTWEG - distribution channel for the login language from TVTWT SAP table.
VTEXT field contains the translated text and the description for the related Sales Distribution Channel VTWEG in TVTWT SAP table.

CLEAR gv_VTWEG_VTXTK.
SELECT SINGLE VTEXT FROM TVTWT
INTO gv_VTWEG_VTXTK
WHERE spras = sy-langu
AND vtweg = gs_knvv-vtweg.
Code




When you open ABAP Dictionary screen with SAP transaction code SE11, you can see the structure of the TVTWT Distribution Channels Texts table as you can see in below screenshot.

sap-table-tvtwt-sales-distribution-channels-texts



SAP HANA and ABAP

Install SAP Free
CRM Companies List
Web Based CRM Software


Copyright © 2004 - 2021 Eralper YILMAZ. All rights reserved.