cancel
Showing results for 
Search instead for 
Did you mean: 

Transfer Notes for Approval to backend PR

Former Member
0 Kudos

Hi Experts,

I m using SRM4.0, Classic scenario.

I want to transfer the "Notes for Approval" field text which is in the shopping cart screen, to backend PR.

Can anyone help me out to do so???

Regards

Raaam's.....

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

My guess is, you can call the function module READ_TEXT to get the text from SRM and then call a remote function module in ECC which will call SAVE_TEXT to save the long text in ECC.

Former Member
0 Kudos

Thanks Hari...

Could you please explain me in detail of this process???

Regards

Raaam's...

Former Member
0 Kudos

Hello,

You can acheive the functionality using the below steps.

step1. In the backend , create a new item text for SC approval text ( SPRO->Materials Management->Purchasing ->Purchase requesition -> Define text types ) [ Here you define sequence number and meaning, in your case say '06', Shopping cart approval text ]

Step2 : Use the below method to pass the approval text from SC to PR

BADI:BBP_CREATE_BE_RQ_NEW

Method:FILL_RQ_INTERFACE

If you face any problem, kindly reply back.

Regards

Paris.

Former Member
0 Kudos

Hi Baskar,

New text type has been added to backend PR thru SPRO settings as you said.

But i m using SRM4.0. There is no BAdI called BBP_CREATE_BE_RQ_NEW.

Former Member
0 Kudos

Hi Baskar,

Also if make entry in SPRO for PR Text type, it ll be added at item level. I want to show the Notes for Approval text(SC) in Header text field which is the PR.

Former Member
0 Kudos

Hello

Check this BADI BBP_CREATE_REQ_BACK

method:FILL_REQ_INTERFACE

Regards,

Paris

Former Member
0 Kudos

Hi all,

Can anyone explain me this in detail???

it ll be more helpful to me...

Regards

Raaam's...

Former Member
0 Kudos

Hi Raam,

Has any body answered your quey.

We also have the same requirement.

Could you please advise and if you provide details it will be greatly help ful for .

Thanks

CK