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

  • 相关阅读:
    链路的有效性检测 及 基于TCP的通信为什么需要RETRY
    python join
    协程
    python socket 选项
    Spring @Resource、@Autowired、@Qualifier的区别
    maven插件
    代码中的特殊注释
    AOP 底层技术比较
    关于Android开发中的证书和密钥等问题
    tomcat部署web项目的3中方法
  • 原文地址:https://www.cnblogs.com/DicksonJYL/p/13023354.html
Copyright © 2011-2022 走看看