cancel
Showing results for 
Search instead for 
Did you mean: 

Shopping Cart No not displays in Classic PO in ECC

Former Member
0 Kudos

Hi Experts,

We are configuring SRM7.0 with ECC6 ( Ehp4) having Classic Scenario .

Its strange that, in the Classic PO craeted from SRM Shopping Cart, there is no any refernce of Shopping Cart Number anywhere like ECC PR ?

Can anyone suggest is there is any std way to display the SC No in PO / PR craeted from SRM Shopping Cart ?

If not, what is the way ? Is any BADi..etc

Thanks

NAP

Accepted Solutions (1)

Accepted Solutions (1)

former_member183819
Active Contributor
0 Kudos

Hi

Narendra . as you said as per standard design shopping cart number will not be printed /logged in either PR or PO.

but these BADI helps to populate the shopping cart number in the PR and PO at item wise

BBP_CREATE_BE_RQ_NEW and BBP_CREATE_BE_PO_NEW

Former Member
0 Kudos

Thanks Buddy.

In which field we can fetch the S/C No. in the ECC PO ( in EKPO Table).

Regards

NAP

Former Member
0 Kudos

Any News Experts ?

Former Member
0 Kudos

Hi Narendra,

You can implement the BADi mentioned by Muthu for passing the SC# to ECC PO .Sc info not stored in ECC tables but only SRM tables.

You can get the SC details from the PO number by simply quering the table BBP_PDBEI.

You must query BBP_PDBEI for each SC item GUID.

You will find:

- BBP_PDBEI-BE_OBJECT_TYPE = BUS2201

- BBP_PDBEI-BE_OBJECT_ID = ECC PO number

-- BBP_PDBEI-GUID = SC guid

Another simple way would be implementing BBP_DOC_CHANGE BADI instead. The tracking number field exists hidden in the shopping cart in SRM, and will tranfer as standard to R/3. The field to change is ET_ITEM-BE_TRACKING_NO.

The above development has been discussed in the below thread..Pls see the below link for code details :

HTH.

Former Member
0 Kudos

Thanks Dipti. It will help my issue.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

I think SRM SC relation information is not stored in ERP PO related tables.

you may need to fetch it from SRM passing PO number....refer tr-cd BBP_PD

i believe BBP_PD holds necessary classic scenario related documents.like sc, rfx,rfx resp,po details.

Regards

Chandra