zoukankan      html  css  js  c++  java
  • 如何在BAPI中建立测试数据

    直接在BAPI中手动输入测试数据显然又费时间又不现实.使用程序FBGENDAT可以实现测试目的.

    Troubleshooting for BAPI problems is difficult if the parameters transferred to the interface are not completely available as a test data record. This is particularly problematic if the BAPI is called by RFC,and then debugging is very complicated or cannot be performed at all. For example, this is the case when the BAPI is called from SAP applications such as SRM and APO, but in particular, when the BAPI is called from external systems that are programmed with Java, MicrosoftVisual Basic or C++ and that use SAP integration technology such as BAPI ActiveX Control, C++ class libraries, or Java Connector.In these cases, it would be useful to have a complete test data recording the Function Builder, which could be used to reproduce the error in the target system. 

    1.  For the user, under whose name the call is to be executed, enter parameter FBGENDAT = X. Use Transaction SU01 

    to do this. If the call comes from an external system, the caller can be an RFC user.

    2.  Execute report FBGENDAT to activate the generation of test data records for certain function modules. Enter the corresponding function module in the first line. Choosethe mode in which you want to generate the report and execute it.The displayed list shows all function modules for which the testdata generator is active and in which mode.

    3.  Start the BAPI call and check whether a test data record was generated in the Function Builder.
    4.  Deactivate the generation of test data records by deleting the entries in report FBGENDAT and resetting the user parameter.

    Note 539978: Automatic generation of BAPI test data directory

  • 相关阅读:
    JavaScript的for循环
    javaScript的执行机制-同步任务-异步任务-微任务-宏任务
    js排他性算法
    js倒计时
    微信小程序 简单获取屏幕视口高度
    小程序scroll-view实现回到顶部
    Vue使用js鼠标蜘蛛特效
    小程序获取当前播放长度和视频总长度,可在播放到某一时长暂停或停止视频
    Django学习笔记
    SQLite简单介绍
  • 原文地址:https://www.cnblogs.com/lazymango/p/1838344.html
Copyright © 2011-2022 走看看