zoukankan      html  css  js  c++  java
  • SAP SD 微观研究之如何得到Customer List?

    SAP SD 微观研究之如何得到Customer List?

    这里研究的是,对于业务用户而言,如何快速查询出一个客户清单出来。所以SE16+表明,以及SE38+程序名的方式,因一般业务用户不会有权限执行,所以不在本文探讨之列。

    1,事务代码S_ALR_87012179 – Customer List.

    SAP SD 微观研究之如何得到Customer List?

     

    其它类似事务代码:

    S_ALR_87009957 - Customer List.S_ALR_87009958 - List of Customer Addresses.S_ALR_87010023 - Top Customers Report.

    2,事务代码VCUST–Customer List.

    You can get the list of customer s using the T-code VCUST irrespective of customer accounting group.

    SAP transaction VCUST (Customer List) is classified in the Sales and Distribution module under application component Sales and runs ERP Sales Portal Roles program ERPSLS_CUSTOMERS upon execution.

    SAP SD 微观研究之如何得到Customer List?

     

    Execute.

    SAP SD 微观研究之如何得到Customer List?

     

    ALV displays all the created customers in the list along with other information.

    SAP SD 微观研究之如何得到Customer List?

     

    3,事务代码VC/1 – Customer List

    Use the transaction code VC/1, you can get all the customer list depending up on the sales org, distribution channel and division.

    相应程序名字:RVDEB001.

    4,事务代码F.20

    The SAP TCode F.20 is used for the task : A/R: Account List.

    The TCode belongs to the FBAS package.

    SAP SD 微观研究之如何得到Customer List?

     

    -完-

    2020-5-18 写于苏州市。

  • 相关阅读:
    JVM内存逃逸
    SQL中游标的使用
    配置JAVA环境变量中CLASSPATH变量的作用
    什么是单点登录?单点登录的三种实现方式
    oracle中 connect by prior 递归算法
    test
    mac idea 常见错误记录
    mac 常用操作命令记录
    mac idea 常用快捷键记录
    运行maven install命令时出现错误(BUILD FAILURE)
  • 原文地址:https://www.cnblogs.com/DicksonJYL/p/13023354.html
Copyright © 2011-2022 走看看