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.
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.