MIRO BAPI中缺少条目表的帐户分配-BAPI_INCOMINGINVOICE_CREATE

2020-09-12 11:10发布

         点击此处--->   EasySAP.com群内免费提供SAP练习系统(在群公告中)

加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)


嗨,

在上述MIRO bapi中针对服务购买订单的" 缺少工作表的帐户分配",我遇到了错误。

我已经在程序中编写了以下代码。

***用于标题结构

gw_header-invoice_ind = gv_x。
gw_header-doc_type = gw_data-blart。
gw_header-doc_date = gw_data-bldat。
gw_header-pstng_date = gw_data-budat。
gw_header-ref_ref -xblnr。
gw_header-comp_code = gw_data-bukrs。
gw_header-gross_amount = gw_data-rmwwr。
gw_header-calc_tax_ind = gw_data-xmwst。
gw_header-del_costs_tax。= gw_header-business_place = gw_data-bupla。
gw_header-currency = gw_data-waers。
gw_header-currency_iso = gw_data-waers。
gw_header-item_text = gw_data-sgtxt。
gw_header-gst_part = gst_part。
gw_header-plc_sup = gw_data-plc_sup。

***对于项目表

gw_item-invoice_doc_item =000001。
gw_item-po_number = gw_data-ebeln。
gw_item-po_item = gw_data-ebelp。

gw_item-ref_doc = gw_data-lfbnr。

gw_item-ref_doc_year = gw_data-lfgja。
gw_item-ref_doc_it = gw_data-lfpos。
gw_item-tax_code = gw_data-mwskz。
gw_item-item_amount = gw_data-wrbtr。
= gw_data-menge。
gw_item-po_unit = gw_data-bstme。
gw_item-po_unit_iso = gw_data-bstme。
gw_item-hsn_sac = gw_data-hsn_sac。
gw_item-b_pr_pr。 br> APPEND gw_item到gt_item。

清除gw_item。

***调用带有结构和项目表详细信息的bapi

呼叫功能'BAPI_INCOMINGINVOICE_CREATE'
导出
标头数据= gw_header
导入
发票文档编号= gv_invno
会计年度= gv_fyear
表格
itemdata = gt_item
返回=>

请建议如何解决此问题。

致谢

Amol Khochare

         点击此处--->   EasySAP.com群内免费提供SAP练习系统(在群公告中)

加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)


嗨,

在上述MIRO bapi中针对服务购买订单的" 缺少工作表的帐户分配",我遇到了错误。

我已经在程序中编写了以下代码。

***用于标题结构

gw_header-invoice_ind = gv_x。
gw_header-doc_type = gw_data-blart。
gw_header-doc_date = gw_data-bldat。
gw_header-pstng_date = gw_data-budat。
gw_header-ref_ref -xblnr。
gw_header-comp_code = gw_data-bukrs。
gw_header-gross_amount = gw_data-rmwwr。
gw_header-calc_tax_ind = gw_data-xmwst。
gw_header-del_costs_tax。= gw_header-business_place = gw_data-bupla。
gw_header-currency = gw_data-waers。
gw_header-currency_iso = gw_data-waers。
gw_header-item_text = gw_data-sgtxt。
gw_header-gst_part = gst_part。
gw_header-plc_sup = gw_data-plc_sup。

***对于项目表

gw_item-invoice_doc_item =000001。
gw_item-po_number = gw_data-ebeln。
gw_item-po_item = gw_data-ebelp。

gw_item-ref_doc = gw_data-lfbnr。

gw_item-ref_doc_year = gw_data-lfgja。
gw_item-ref_doc_it = gw_data-lfpos。
gw_item-tax_code = gw_data-mwskz。
gw_item-item_amount = gw_data-wrbtr。
= gw_data-menge。
gw_item-po_unit = gw_data-bstme。
gw_item-po_unit_iso = gw_data-bstme。
gw_item-hsn_sac = gw_data-hsn_sac。
gw_item-b_pr_pr。 br> APPEND gw_item到gt_item。

清除gw_item。

***调用带有结构和项目表详细信息的bapi

呼叫功能'BAPI_INCOMINGINVOICE_CREATE'
导出
标头数据= gw_header
导入
发票文档编号= gv_invno
会计年度= gv_fyear
表格
itemdata = gt_item
返回=>

请建议如何解决此问题。

致谢

Amol Khochare

付费偷看设置
发送
1条回答
wang628962
1楼-- · 2020-09-12 11:44

这里有一些建议-并不是一个真正的答案:

1。 您可以仅使用您提供给BAPI的信息来手动执行此操作吗? 您可能会缺少一些东西。

2。 您是否尝试在SE37中运行BAPI? 它可能会给您更多信息。

尝试搜索SAP BAPI_INCOMINGINVOICE_CREATE SAP帐户分配。 那里有很多东西。 我真的没有读完所有内容,以了解它是否对您有帮助。

最后:谢谢您提供的代码,它将使其他人更容易回答。

一周热门 更多>

点击此处---> EasySAP.com 一起学习S4 HANA ...