cancel
Showing results for 
Search instead for 
Did you mean: 

Inventory Extraction

Former Member
0 Kudos
89

I have a generic extractor as part of the Inventory Extraction Data Model. I need to enhance the extract structure with the Special Stock (SOBKZ) indicator. I am looking to use the MSEG table as my source table with the lookup keys as Plant, Material.

My concerns are whether the there will be a performance issue for the extractor if we are doing a lookup to MSEG. Is there a more suitable source table or will performance not be such an issue? Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Niten,

I think it is better not to extract data out of MSEG as it contains huge amount of data. I dont have access to a system now but you can try this:

Go to MSEG -> SOBKZ find the Data Element -> double click -> click the "where-used-list" button for tables. You should be able to find a table that meet you needs.

In case no table meets your expectation then create a view on MSEG for the fields you need and then use this view to extract SOBKZ in the user exit.

Hope this helps.

Bye

Dinesh

Answers (0)