cancel
Showing results for 
Search instead for 
Did you mean: 

Change document in R/3 PO

Former Member
0 Kudos

Hi Experts,

I need to change the userid in the change document (CDHDR-USERNAME) of the PO in R/3. Whenever a change is made to the PO, the changes are copied to R/3 with the RFC userid. I want to change this to the user who actually made the change. I am able to find the changed_by userid in table crmd_orderadm_h in EBP.

Regards,

Maria.

Accepted Solutions (1)

Accepted Solutions (1)

yann_bouillut
Active Contributor
0 Kudos

Hi Maria,

Please try BBP_ECS_PO_OUT_BADI .

Kind regards,

Yann

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

BBP_ECS_PO_OUT_BADI doesn't have the Changed_by value. It only has the Created_by. So, i am not sure how to change the Changed_by username in CDHDR.

Let me know if someone else is facing this problem.

Thanks,

Maria.

Former Member
0 Kudos

Hi

Then you should try using some other BADI

- BBP_DOC_CHANGE_BADI

- BBP_INBOUND_BADI

or using

- BAPI_POEC_CHANGE Function module

Regards

- Atul

Former Member
0 Kudos

Hi

Which SRM and R/3 Versions are you using ?

There is no standard report in SRM side...

But, Few Function modules are there, which can help ..

<b>Please go through the links below -></b>

Regards

- Atul

Former Member
0 Kudos

Dear Maria,

You would need to implement a proper BAdi/Enhancement wherein you would need to assign the username as per your requirement before updating change document record.

Regards,

Naveen.