How to Define a Distribution Channel?
A distribution channel is a mean through which salable materials or services reach the customer. Distribution
channel will be assigned to a sales organization.
IMG -> Enterprise Structure -> Definition -> Sales and Distribution -> Define, copy, delete, check distribution channel
If you like this post, you may as well like these too:
- How to Define a Sales Organisation? The sales organization is an organizational unit in Logistics that groups the enterprise according to the requirements of sales and distribution. A sales organization is responsible for distributing goods and ...
- How to Define a Division? A division is used to group materials and services. Division will be assigned to a sales organization. IMG -> Enterprise Structure -> Definition -> Logistic General -> Define, copy, delete,...
- How to define types and data objects REPORT CHAP0101. * Elementary type character, length 20DATA CUSTOMER_NAME(25) TYPE C. * Non-elementary typeTYPES T_NAME(25) TYPE C.DATA NEW_CUSTOMER_NAME TYPE T_NAME.* Reference to a data objectDATA VENDOR_NAME LIKE CUSTOMER_NAME. * RecordDATA:...
- DEFINE : ABAP Keyword a day DEFINE Basic formDEFINE macro.EffectDefines a program component (macro) under the name macro . It must consist only of ABAP/4 statements and is expanded at compilation time.A macro should always be...
- ABAP Source Code: Three approaches to define data objects REPORT ZSOURCE0401.* 1. Elementary typesDATA: CUSTOMER_NAME_1(25) TYPE C, VENDOR_NAME_1(25) TYPE C. * 2. Reference to an existing fieldDATA: CUSTOMER_NAME_2(25) TYPE C, VENDOR_NAME_2 LIKE CUSTOMER_NAME_2. * 3. Reference to a non-elementary...
- Define Number Range Intervals for Cash Journal Document You have to define a number range interval for cash journal documents. Each document then receives a unique number that does not clash with the G/L document number. Note: This...



















Leave a Reply