I have a program
FIELD-SYMBOLS: <fs> TYPE ZEMM_EXTEND_PLANT.
P_LIT_IDOCDATA STRUCTURE EDI_DD40.
the <fs> is typed to a structure in the dictonary with the following fields
MATNR MATNR CHAR 18
WERKS WERKS_DCHAR 4
SLOC LGORT_D CHAR 4
BIN LGPBE CHAR 10
MIN MINBE QUAN 13
MAX MABST QUAN 13
I do a
CALL METHOD CL_ABAP_CONTAINER_UTILITIES=>FILL_CONTAINER_C
EXPORTING
IM_VALUE = <fs>
IMPORTING
EX_CONTAINER = p_lit_IDOCData-sdata
EXCEPTIONS
ILLEGAL_PARAMETER_TYPE = 1
others = 2
It is not properly converting the quantity fields?
When the idoc is finally posted , it has ######## in the quantity fields