cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Shopping cart delivery address not transferred to ECC PR

Former Member
0 Likes
492

Hi Forum,

We recently upgraded from SRM 701 to 713 and to ECC EHP6. After upgrade the SC Delivery address is not getting transferred to back end PR instead the PR shows Plant address as delivery address. As per this wiki article

Shopping Cart Delivery Address transfer from SRM to ECC - Supplier Relationship Management - SCN Wik...

the standard behavior is that SRM Delivery address should be transferred to PR but to our OSS SAP replied that standard behavior is opposite i.e.

PR Takes Plant address as delivery address as default.


Response from SAP:


Please see that the standard fields of EMLIF and LBLKZ are not
available in BAPI structures. This is the standard functionality of
BAPI_REQUISITION_CREATE.
If you are using a release newer than Release 4.7 , which I believe
you are , you can use BAPI_PR_CREATE instead. However , this is not
possible using BAPI_REQUISITION_CREATE.
I am sorry that I do not have a better answer for you at this time but
the behavior that you are experiencing is standard SAP system design.

Q1. What is the standard behavior - SC Delivery address is transferred to PR or Plant address is used in PR?

Q2. What are the changes required to transfer SC Delivery address to back end PR?

Thanks,

Anubhav

View Entire Topic
Former Member
0 Likes

Hi Anubhav

Did you try the methods mentionedin the link you had sent ..

It should ideallysolve your purpose ..

  • Note 984211 - BAPI_REQUISITION_CREATE: Ship-to address is transferred
    With this consulting note, ship to address will not be transferred to ECC Purchase Requisition. As SRM will not send this information, ECC plant address will be used.

  • If you wish to pass the delivery address only in certain cases, then the BADIs BBP_PO_CREATE_BACK / BBP_CREATE_BE_PO_NEW or BBP_PREQ_CREATE_BACK / BBP_CREATE_BE_RQ_NEW should be implemented to clear the delivery address value based on the business logic. Once this is done, ECC plant address will be used.            

  • There is no consulting notes for POs. Therefore, you should implement BBP_PO_CREATE_BACK / BBP_CREATE_BE_PO_NEW and delete the delivery address content in order to get the ECC plant address assigned to ECC PO.

Regards

Vinita