本文介绍了应用程序测试的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

XYZ公司有一组业务合作伙伴(客户和供应商)根据特定特征分组。

问题:



·表:[dbo] .fibpa011,[dbo]。 fibpa031



找出2个表格中的字段,并为两者提供合适的表格描述。



b。显示网格以列出每个业务伙伴的发票金额以及您可以找到的所有详细信息(来自两个表格)。



c。详细查看



I.添加新的业务合作伙伴及其相应的发票金额



II。应该包含一个用于使用cBpaGrpName(而不是cBpaGrp)选择业务伙伴组的组合框

A company XYZ has a set of Business Partners (Customers and Suppliers) grouped based on certain characteristics.
Question :

· Tables: [dbo].fibpa011, [dbo]. fibpa031

Find out what fields are present in the 2 tables and give an apt table description for both.

b. Display a grid to list the invoice amount of each business partner with all the details you can find (from both tables).

c. Make a detailed view to

I. Add new business partner and its corresponding invoice amount

II. Should contain a combo box for selecting business partner group using cBpaGrpName (and not cBpaGrp)

推荐答案


这篇关于应用程序测试的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-29 13:13