zoukankan      html  css  js  c++  java
  • SAP ABAP和Hybris Commerce的Sample数据

    ABAP

    BC系列有很多sample report,要使用这些report需要表里具有sample data。SAP提供了标准的report来生成这些sample data。

    (1) SAPBC_DATA_GENERATOR program for filling SFLIGHT and SBOOK tables
    (2) SAPBC_DATA_GENERATOR_ALE program for ALE demo programs
    (3) SFLIGHT_DATA_GEN program for filling STICKET and SNVOICE tables
    (4) BCALV_GENERATE_ALV_T_T2 program for filling ALV_* tables (a few ALV test programs)

    Hybris

    Hybris安装包里有很多.impex文件,在安装过程中这些.impex文件会被执行,里面包含的sample data会被导入到数据库里。

    参考:

    (1) 通过Impex实现CRM和Hybris的轻量级data exchange
    (2) Data migration approach in CRM, C4C and Hybris
    比如这个product id为300938的product:

    如果想查看所有关于这个product的sample data:

    搜出来48个和product相关的文件,包含该product各个维度的sample data:

    impex的内容很难读:

    要获取更多Jerry的原创文章,请关注公众号"汪子熙":

  • 相关阅读:
    NOIP前做题记录
    AtCoder Grand Contest 021题解
    AtCoder Grand Contest 020 题解
    CODE FESTIVAL 2017 Final题解
    Code Chef October Challenge 2019题解
    5.20 校内模拟
    5.19 湖南师大附中省选模拟1
    NOI2016 循环之美
    博弈复习
    5.18 省选模拟
  • 原文地址:https://www.cnblogs.com/sap-jerry/p/12371027.html
Copyright © 2011-2022 走看看