技术标签:ABAP update fm update fm需要在属性中勾选“更新模块” 然后在程序中使用 call function in update task调用,此时不会立即执行函数,在执行到commit work时触发执行(注:debug隐式提交不会触发)。 update task不在当前dialog work process中执行,会在update work proc
ABAP Development Programming Tool View products (1) Updating Variant Configuration data for SO item became little tricky for us in an ongoing implementation. After spending some hours investigating the correct combination of data to pass, we were able to post...