Hi,
I'm using OCI without SRM and want to map CUST_FIELD1 into a Z field that I added in EBAN.
I added this Z field into structure MEREQ3211 too (for the mapping in LMEGUICJM)
It does'nt work... The command « map » in LMEGUICJM return a subrc of 4.
Mapping in IF_ME_CATALOG_INTERFACE~MAP_CAT_VALUES
ls_fields_map-catalog_field = 'CUST_FIELD1'.
ls_fields_map-item_field = 'zext_matgroup'.
APPEND ls_fields_map TO ex_field_map.
But, If I use an existing field in MAT_CAT_VALUES, like AFNAM, it works...
Mapping in IF_ME_CATALOG_INTERFACE~MAP_CAT_VALUES
ls_fields_map-catalog_field = 'CUST_FIELD1'.
ls_fields_map-item_field = 'AFNAM'.
APPEND ls_fields_map TO ex_field_map.
Strange, do you have an idea?
Edited by: Emanuel Champagne on Feb 12, 2010 3:47 PM
Edited by: Emanuel Champagne on Feb 12, 2010 3:51 PM