cancel
Showing results for 
Search instead for 
Did you mean: 

how to transfer item text of SC to RQ

Former Member
0 Kudos

hello,

In my request, the system need to transfer item text(item note, long text) of shopping cart to that of RQ.

I want to use BADI BBP_CREATE_BE_RQ_NEW to do it. In the method IF_EX_BBP_CREATE_BE_RQ_NEW~FILL_RQ_INTERFACE , FM BBP_PROCDOC_GETDETAIL will be called to get the long text into table LT_PDS_LONGTEXT.

But i don't know how to set the paremeters of the table IT_REQUISITION_ITEM_TEXT and how to debug the BADI.

In my business, there are two level approve before a SC transfered to RQ. I want to know when the BADI will be triggered and how can I debug it?

Please advice

Best Regards

Nicole

Edited by: nicoleyyh on Aug 19, 2009 12:45 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

solved by myself.