2014 Aug 13 9:17 AM
Hi Team,
iam using BBP_BADI_EXTREQ_OUT to transfer custom fields from ECC to SRM,
I have defined custom structure in SRM
INCL_EEW_PD_ITEM_CSF_SC
and
INCL_EEW_PD_ITEM_CSF
with three fields
and in the same way with same names i have defined fileds in Method -BBP_GROUPING_MAPPING and parameter ITEM_CUST_IMP(structure BBPS_ER_SC_ITEM_CUST_C_PI)
and i have writtenr logic like below but i could not see the value for requstioner in SRM shopping cart
FIELD-SYMBOLS:<fs_item_cust> TYPE bbps_er_sc_item_cust_c_pi.
LOOP AT item_cust_imp ASSIGNING <fs_item_cust> ."INTO lwa_item_cust.
<fs_item_cust>-requistioner = '12345678'.
ENDLOOP.
ENDIF.
what could be the reason ,please suggest.do i need add some structures in ECC ?
Thanks
Surendra
2014 Aug 14 9:06 AM
Hi Team,
iam using BBP_BADI_EXTREQ_OUT to transfer custom fields from ECC to SRM,
I have defined custom structure in SRM
INCL_EEW_PD_ITEM_CSF_SC
and
INCL_EEW_PD_ITEM_CSF
with three fields
and in the same way with same names i have defined fileds in Method -BBP_GROUPING_MAPPING and parameter ITEM_CUST_IMP(structure BBPS_ER_SC_ITEM_CUST_C_PI)
and i have writtenr logic like below but i could not see the value for requstioner in SRM shopping cart
FIELD-SYMBOLS:<fs_item_cust> TYPE bbps_er_sc_item_cust_c_pi.
LOOP AT item_cust_imp ASSIGNING <fs_item_cust> ."INTO lwa_item_cust.
<fs_item_cust>-requistioner = '12345678'.
ENDLOOP.
ENDIF.
what could be the reason ,please suggest.do i need add some structures in ECC ?
Thanks
Surendra
2014 Aug 14 9:06 AM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |