Search code examples
abapsap-erp

Update Total Val. in Item overview


I have added a new condition type and using transaction ME53N, I am able to get the Net value in condition screen and Total Val. In item overview.

enter image description here

enter image description here

I am using BAPI_PR_CREATE to create PR and created an enhancement ( class CL_DB_SERVICE_PACKAGE_MMSRV method POST_CONDITIONS ) to update the condition and the Total val. In Item overview screen by setting the variable MY_EXT_HEADER-net_value to the calculated value. However, I am not able to set the Total Val. with my calculated value. Can anyone tell me what is wrong? Any method or function module to update Item Overview Total Val. in the method POST_CONDITIONS?


Solution

  • I've manage to solve it by creating another enhancement in lcl_req_header