cancel
Showing results for 
Search instead for 
Did you mean: 

Shopping Cart enhancement

Former Member
0 Kudos

Hello,

Requirement is to categorize PO's by adding a field. For this I need to append a List item field to Line item in shopping cart in SRM and R/3 system. Could you suggest the Tables or Structures need to append field in SRM as well as in R/3. I am new to this system and it will be helpful if you provide with details.

Thanks in advance,

RM

Accepted Solutions (0)

Answers (2)

Answers (2)

pvanhoove
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello,

Adding new fields to Shopping cart header, items or for other SRM documents is done using Customer fields. Note 458591 explains fully the concept.

Depending on you release check implementation notes: 672960 is the most recent and valid from SRM4.

458591 is for earlier versions but contains valuable information.

Rgds,

Pierre

Former Member
0 Kudos

Hi !

Yes, i agree with Pierre. Those are the two OSS notes you have to rely on. I´d like to give additional information. Depending on your Release you might have problems to transport the added fields of the SC to the Backend. The BADI "BBP_CREATE_REQ_BACK" does not have the customer fields as a parameter until SP 7 / 8 SRm Server 5. Before this change it was necessary to modify the driver function (e.g. B470_REQUISITION_CREATE).

I Hope this is some help,

Christiane

yann_bouillut
Active Contributor
0 Kudos

Hi Ratnakar,

Tables in SRM are :

CRMD_ORDERADM_H : header level

CRMD_ORDERADM_I : item level

You also have :

BBP_PDBEH

BBP_PDBEI

If you run transaction BBP_PD, you will be able to access all required tables.

Kind regards,

Yann

Former Member
0 Kudos

Hi Yann,

Could you give more details about the approach, if possible

Thanks !!