cancel
Showing results for 
Search instead for 
Did you mean: 

Passing text from SRM shopping cart to PR in ECC

Former Member
0 Kudos

Hi

i'm new to SRM please help me!!

we have one requirement as to print the shopping cart creator ID on PR under item text -> requisitioner. for that we implemented BADI: BBP_CREATE_BE_RQ_NEW. in that now i found one structure BBPS_BADI_RQ_ITEM_TEXT to pass item text. and i added some logic in the program as

FIELD-SYMBOLS:<wa_cs_rq_doc_ittext> TYPE BBPS_BADI_RQ_ITEM_TEXT.

loop at cs_rq_document-it_requisition_item_text ASSIGNING <wa_cs_rq_doc_ittext>.

<wa_cs_rq_doc_ittext>-preq_no = <wa_cs_rq_document>-preq_no.

<wa_cs_rq_doc_ittext>-preq_item = <wa_cs_rq_document>-preq_item.

<wa_cs_rq_doc_ittext>-text_id = 'B07'.

<wa_cs_rq_doc_ittext>-text_form = '*'.

<wa_cs_rq_doc_ittext>-text_line = 'w_user'.

endloop.

but the ID is not printing on the PR in ECC. please suggest me weather am i going right way? or need to do any thing?

please help me

thanks in advance......

regards

CD Reddy

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

If you are on SRM 7.0, then you can achieve this using configuration IMG--> SAP Supplier Relationship Management > SRM Server> Cross Application Basic Settings --> Text Mapping...

The above config lets you map text types in SRM to text types in backend system

Regards

Virender Singh