cancel
Showing results for 
Search instead for 
Did you mean: 

Which program / BADI to create a PR after shopping cart in backend R3

Former Member
0 Kudos

Hi SRM experts

In our system after shopping cart creation a purchase requisition get create in backend system R3.

Some how ADDRESS number field not get populated in Purchase requisition at the item level under deliery address tab.

I need to debug the process to find out the reason.

I want to know which program and BADI is responsible to create the PR in backend.

How can i debug this scenario. I am not sure on this.

Please help me.

Thanks

Sandeep

Accepted Solutions (1)

Accepted Solutions (1)

former_member183819
Active Contributor
0 Kudos

Hi

Depend upon your backend version this class may called to create a PR

CL_BBP_BS_ADAPTER_RQ_CRT_31I Adapter for Backend Purchase Requisition

CL_BBP_BS_ADAPTER_RQ_CRT_40B Adapter for Backend Purchase Requisition

CL_BBP_BS_ADAPTER_RQ_CRT_45B Adapter for Backend Purchase Requisition

CL_BBP_BS_ADAPTER_RQ_CRT_46C Adapter for Backend Purchase Requisition

CL_BBP_BS_ADAPTER_RQ_CRT_470 Adapter for Backend Purchase Requisition

CL_BBP_BS_ADAPTER_RQ_CRT_ERP10 Adapter for Backend Purchase Requisition

method create_document

--

ADDR_SHIPT - Are you maintaing this attribute in SRM - This is a delivery address in r/3

regards

Muthu

Answers (2)

Answers (2)

former_member183819
Active Contributor
0 Kudos

Note 984211 - BAPI_REQUISITION_CREATE: Ship-to address is transferred

former_member526144
Active Contributor
0 Kudos

Hi Sandeep,

First please make sure that you are assigned address number at org level to that particular user or you must have entered address while creating a shopping cart.

If you not maintain address number in attributes then you will not able to see address number under delivery address tab...but u can see address...

Thanks

Ravi