BAPI_SHIPMENT_CHANGE

2020-09-12 20:48发布

点击此处---> 群内免费提供SAP练习系统(在群公告中)加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)嗨, 我想通过bapi更改装运...

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

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


嗨,

我想通过bapi更改装运:'BAPI_SHIPMENT_CHANGE'我尝试使用下面的代码,但没有用。

在我的代码中,我尝试更改CONTAINER_ID。

数据:ls_header TYPE bapishipmentheader,
       ls_headera TYPE bapishipmentheaderaction,
       ls_headerd TYPE bapishipmentheaderdeadline,
       ls_control TYPE BAPISHIPMENTCONTROL,
       lt_headerd bapishipmentheader截止日期的类型标准表,
       ls_headerda TYPE bapishipmentheaderdeadlineact,
       lt_headerda bapishipmentheaderdeadlineact类型标准表,
       lt_return TYPE bapiret2_t。


 ls_header-SHIPMENT_NUM ='4000143'。
 ls_header-CONTAINER_ID ='A2'。


 附加ls_headerd至lt_headerd。
 附加ls_headerda至lt_headerda。


 通话功能" BAPI_SHIPMENT_CHANGE"
 出口
   headerdata = ls_header
   headerdataaction = ls_headera
   TECHNCONTROL = ls_control
 桌子
   headerdeadline = lt_headerd
   headerdeadlineaction = lt_headerda
    return = lt_return。


 通话功能'BAPI_TRANSACTION_COMMIT'
 出口
   等待= abap_true。

最诚挚的问候,

9条回答
lukcy2020
2020-09-12 20:55

用于了解Bapi_shipment_Change

CALL FUNCTION'BAPI_SHIPMENT_CHANGE'"更改装运
EXPORTING
headerdata =" bapishipmentheader装运BAPI,标题数据
headerdataaction =" bapishipmentheaderaction装运BAPI,标题数据,活动
* techncontrol =" bapishipmentcontrol技术 控件交付BAPI
表格
* headerdeadline =" bapishipmentheaderdeadline装运BAPI,标题数据截止日期
* headerdeadlineaction =" bapishipmentheaderdeadlineact装运BAPI,标题数据截止日期,活动
* itemdata =" bapishipmentitem装运BAPI,物料< br> * itemdataaction =" bapishipmentitemaction装运BAPI,项目,活动
* stagedata =" bapishipmentstage装运BAPI,阶段
* stagedataaction =" bapishipmentstageaction装运BAPI,阶段,活动
* stagedeadline =" bapishipmentstagedeadline装运BAPI, 阶段截止日期
* stagedeadlineaction =" bapishipmentstagedeadlineact装运BAPI,阶段截止日期,活动
* itemonstage =" bap ishipmentitemonstage装运BAPI,阶段项目
* itemonstageaction =" bapishipmentitemonstageaction装运BAPI,阶段项目,活动
*地址=" bapishipmentaddress BAPI参考结构地址(组织/公司)
* addressaction =" bapishipmentaddressaction BAPI 地址(组织/公司),活动的参考结构
* hdunheader =" bapishipmenthdunheader处理单元标题数据
* hdunheaderaction =" bapishipmenthdunheaderaction处理单元标题数据,活动
* hdunitem =" bapishipmenthdunitem处理单元项目< br> * hdunitemaction =" bapishipmenthdunitemaction处理单元项目,活动
return =" bapiret2返回参数

仅出于了解:

根据您的要求,您可以实现自己想要达到的目标

一周热门 更多>