Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Custom Fields Transfer from ECC to SRM using BBP_BADI_EXTREQ_OUT

Former Member
0 Likes
566


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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
522

Solved by OWN closing the thread.


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

1 REPLY 1
Read only

Former Member
0 Likes
523

Solved by OWN closing the thread.