cancel
Showing results for 
Search instead for 
Did you mean: 

TABLES RELATING SCHEDULED QTY AND GRN QTY IN SRM

Former Member
0 Kudos

Hi,

Please let me know the table name in SRM whre I can find the follwing details:

-TABLES/Logic relating Sheduled vs GRN (Supply) Quantity in SRM

Thanks in Advance,

Manu

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Please look in most useful transactions

- BBP_PD

- BBP_POC

Also look for object type BUS2203 ( confirmations) and related tables used in SRM

You can use the Function Module - BBP_PD_GETHISTORY to get the details.

Following inputs needs to provided.

H_OBJECT_T as BUS2203

H_GUID as CONF guid

I_OBJECT_T as BUS2203001

I_GUID as item guid

OBJECT_ID as CONF number

NUMBER_INT as item Number

LOGSYS as BACKEND Logical system name.

Other related links ->

OSS note 1010791

Incase you want more details, i can send you the list of All SRM tables used, which will help in future as well.

Do let me know.

Regards

- Atul

Former Member
0 Kudos

Hi,

You can simply use the FM "BBP_PD_CONF_GETDETAIL" to get all the details related to confirmation in SRM.

BR,

Disha.

Pls reward points for useful answers.