Hello Experts,
Function Module bbp_pd_sc_create has a field named E_HEADER-TOTAL_VALUE
as export parameter which stores the total value of SC.
In my case I have always 0.00 after a SC has been created.
TOTAL_VALUE 0.00What can cause that ?
Please help I need a solution.
FUNCTION bbp_pd_sc_create. IMPORTING ... EXPORTING VALUE(E_HEADER) LIKE BBP_PDS_SC_HEADER_D STRUCTURE BBP_PDS_SC_HEADER_D ...... ENDFUNCTION.