Skip to Content
0
Former Member
Dec 04, 2008 at 02:15 PM

total value missing

37 Views

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.