cancel
Showing results for 
Search instead for 
Did you mean: 

taking delivery address of PR

Former Member
0 Kudos

Hi Forum,

while Purchase Requisitions UPLOADING from Backendsystem

into SRM System shall only be taken into account the delivery address of

Purchase Requisition instead of any other address.

How can such a requirment be implemented, is there a BADI existing or

do I need a completely different approach ?

Regards

sas

Accepted Solutions (1)

Accepted Solutions (1)

former_member206968
Active Contributor
0 Kudos

Hi,

PR delivery address may not be carried over to srm system. You can think of using bbp_doc_change badi to modify ship to address in the srm system. Read backend pr data using bapi_requisition_getdetail and then change the address.

Regards,

Sanjeev

Former Member
0 Kudos

hi thanky ou for your kindly efforts

at which step,

or where exactly,

or from where

is the delivery address per defaullt (as standard) determined in the SRM.

I am asking because first of all I must deactivate the standandard behavior to override

it .

Regards

sas

former_member206968
Active Contributor
0 Kudos

Hi,

Delivery address is determined using the ship_to attributes(ppoma_bbp) of the user which you are using as rfc user to pass pr from ecc to srm. You can maintain a default address for this user.

Regards,

Sanjeev

Answers (1)

Answers (1)

Former Member
0 Kudos

Sas,

You can use BADI: BBP_CREATE_BE_PO_NEW to read the ship to address on PR(with FM BAPI_REQUISITION_GETDETAIL). The BADI is triggered on PO creation from SRM.

Regards,

Surya