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 写于苏州市。

  • 相关阅读:
    Tomcat项目部署
    java 项目时间和服务器时间不一致
    初始bat命令
    前端入门学习路线
    后台报错java.lang.IllegalArgumentException: Invalid character found in the request target.
    mysql
    java运行时数据区
    java 静态初始化块,初始化块,构造器执行顺序
    java byte和char
    springboot加载外部的配置文件
  • 原文地址:https://www.cnblogs.com/DicksonJYL/p/13023354.html
Copyright © 2011-2022 走看看