bapi_contract_createfromdata 参数bapi_contract_createfromdata参数如下: 1.Contract Type(合同类型):指定合约的类型,例如固定价格、成本加等。 2.Contract Item(合同项):指定合约项的类型,例如商品、服务、劳动力等。 3.Contract Subitem(合同子项):指定合约子项的类型
Hi All, I've a problem with the bapi BAPI_CONTRACT_CREATEFROMDATA. I try to pass item configuration data for multiple items, but when I check the created contract, the
1) I have created tables with required contract data. 2) Then data flow is created with contract table as input to the query. 3) In the query, I have added the new function call and selected BAPI_CONTRACT_CREATE as function name. 4) I am stuck at the next screen "Define Input Param...
i don't quite understand your problem. Please be more specific and hopefully i'll be able to answer your question.
在BAPI_CONTRACT_CREATEFROMDATA中使用扩展结构EXTENSIONIN image.png 需要将字段加到4个结构中去, DATA:LV_SALEDOC TYPE BAPIVBELN-VBELN, LV_ITEMNO TYPE POSNR_VA, LS_HEADER_IN TYPE BAPISDHD1, LS_HEADER_INX TYPE BAPISDHD1X, LS_ITEMS_IN TYPE BAPISDITM, ...