cancel
Showing results for 
Search instead for 
Did you mean: 

Change in the fields B/C Stk that is seen in SMI Details screen

Former Member
0 Kudos

Requirement

Need to check where we can make some change in the fields B/C Stk that is seen in SMI Details screen for a material.

Clue:

On this same screen there is a field SOH (Stock on hand). We know how to modify this field but not the others.

To modify SOH -

BADI: ZSNC_ICH_STOCKONHAND

In this BADI we can make change to the values that appear on SMI Overview Screen in column Stock On Hand (SOH). Table CT_INVENTORY is the table which contains SOH value. ANy chnage made here for SOH is reflected on Overview and Details screen. However the other fields such as B/C Stk are not available in this BADI.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

What exactly is the change you are looking at..? Can you pls explain the business rationale for changing the vlaue in SNC..?

a) Use the code : /sca/createinv to change the block inventory.

b) if you want to change the block inventory dynamically at the time of data posting into SNC, based on some kind of custom calculation, use the implicit enhancement point in the function module /LIME/QUERY_QUAN

Thanks,

Krishna

Answers (0)