cancel
Showing results for 
Search instead for 
Did you mean: 

confirmation number

Former Member
0 Kudos

Dear Experts

Generally how can you find out the Shopping Card Number according to a confirmation number.

Suppose you have the confirmation number inside SRM 5.0 and you are trying to find out the correct shopping card to this confirmation.

Regards

Marco

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You can get the shopping cart number through two options :

01. Using Application monitor for shopping cart and passing the confirmation number as follow on documents

02. Using BBP_PD in SAP GUI where you would have the link of business object BUS2121

Thanks

Rajesh K

Former Member
0 Kudos

I am sorry

Is there not a separate table for goodsreceipt - ..cause the way you have recommended did't help.

With object type BUS2121 within BBP_PD you can see details of SC but nothing about confirmation etc.

Regards

Marco

Former Member
0 Kudos

HI,

Pass the confirmation number in BBP_PD and look for bus object 2121 under links.

Thanks

Rajesh K

Former Member
0 Kudos

Hi

I am typing in in BBP_PD the confirmation Nr. at -> Ext. Rqt Tracking No.

and BUS2121 at -> Object Type. No results

Regards

Marco

Former Member
0 Kudos

Hello Marco,

Execute FM BBP_PD_CONF_GETLIST with

I_OBJECT_ID = confirmation number in E_PDLIST you will get PO number.

With PO Number

Execute FM BBP_PD_PO_GETDETAIL with

I_OBJECT_ID = po number in E_HEADER_REL you will get SC guid in GUID_A where OBJTYPE_A = BUS2121

Regards,

Neelima

Former Member
0 Kudos

Hi Neelima

with this Function Module and this input I am getting all the confirmations and not what I want to see.

Execute FM BBP_PD_CONF_GETLIST with

I_OBJECT_ID = confirmation number in E_PDLIST you will get PO number.

Regards

Marco

Former Member
0 Kudos

Hello Marco,

Which scenerio your in Classic or ECS

Please Try this

1.get header GUID of Confirmation number

2. BBP_PD_CONF_GETDETAIL Function Module

input :

I_GUID confirmation guid

I_OBJECT_ID confirmation number

output:-

Es_header

In es_header get BE_REFOBJ i.e Po number .

3. Pass the Purchase Order number to BE_OBJECT_ID field in BBP_PDBEI table.

4. take the GUID where BE_OBJECT_TYPE = BUS2201.

Now we might get the Item GUID of Shopping cart

5 pass the Item GUID of Shopping cart into CRMD_ORDERADM_I table and get header guid .

6. pass the Header GUID of Shopping cart into CRMD_ORDERADM_H table

to get the Shopping cart number

Regards,

Neelima

Edited by: S Neelima on Nov 8, 2011 2:46 PM

Edited by: S Neelima on Nov 8, 2011 2:47 PM

Former Member
0 Kudos

pls note i dont have the number of PO!!! Also not the GUID????

How can I use BBP_PD_CONF_GETLIST correctly in order to obtain the Confirmation Number

Former Member
0 Kudos

Hello,

You just need Confirmation number to follow above steps.

After step 2 you will be getting Po number from es_header- BE_REFOBJ .

Please use BBP_PD_CONF_GETDETAIL not BBP_PD_CONF_GETLIST .

Follow above steps you will get the SC number for the confirmation.

Regards,

Neelima

Former Member
0 Kudos

Excuse me Neelima,

you are writing get header GUID of Confirmation number ??

Where can I get GUID of Confirmation?

Regards

Marco

Former Member
0 Kudos

In BBP_PD transcation if you give OBJECT_ID = confirmation number and OBJECT TYPE = BUS2203

You will get the GUID

Or

CRMD_ORDERADM_H table give OBJECT_ID = confirmation number and get GUID.

Thanks,

Neelima

Edited by: S Neelima on Nov 9, 2011 10:42 AM

Former Member
0 Kudos

Hi Neelima

I thank you for your kindly efforst. It works now.

Regards

Marco

Answers (0)