cancel
Showing results for 
Search instead for 
Did you mean: 

Purchasing Info Record

Former Member
0 Kudos

In shopping cart details, I am required to do some operations based on the value of 'Purchasing Info Record' and 'Contract'. But I am not able to find where 'Purchasing Info Record' values are stored.

Please help me with the table containing these values.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Hariharan,

Info records & contract are read from R/3 backend system.

With the Business Add-In BBP_SOS_BADI, you can search for and check sources of supply according to your own rules.

The BAdI provides the following methods:

1. BBP_SOS_INDEX_UPDATE_CHECK

Use: Check and update contract items in the source of supply table.

2. BBP_SOS_SEARCH

Use: Search for sources of supply according to your own rules.

3. BBP_SOS_CHECK

Use: Check and filter the sources of supply found by the standard search according to your own rules.

4. BBP_SOS_PD_CHECK

Use: Carrying out your own additional checks when creating a shopping cart document item with an assigned contract.

FM "META_INFORECORD_GETLIST" is used to get the inforecord from R/3

Hope these might be helpful.

Thanks

Ashutosh

Former Member
0 Kudos

Thank You

Answers (0)