cancel
Showing results for 
Search instead for 
Did you mean: 

Transfer field to R/3

Former Member
0 Kudos

Hello Friends, Need some help. I created a new field in R3, extended the structure of EBANC and zbabiebanc in SRM.

I have implemented BBP_CREATE_REQ_BACK badi. I am using function BBP_PD_SC_GETDETAIL to retrive the new field in SRM (ZZnew).

When i debug i can see the field in SRM but it is not being transfered to R3.

Here is my code:

Modify req_items_wa TRANSPORTING f1 f2 zzf3

Fields f1 and f2 were already there. Can someone please tell me what i am doing wrong. Your help is appreciated.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Jolee,

I guess req_items_wa is the workarea you created for the BADI-structure req_items. You want to change the relevant item in the structure req_items, so you should use:

modify req_items from req_items_wa transporting...

BR,

Sjoerd

Answers (0)