cancel
Showing results for 
Search instead for 
Did you mean: 

MM initialization

Former Member
0 Kudos

Hi All

i have one cube based on 2lis_03_bf,2lis_03_bx,2lis_03_um these 3 datasources

i want to do ' init ' for that

can u please guide me and give me the proper steps

EVERY THING AND ANY THING WILL BE REWARED

Thanks in advance

ravi

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

Check it out Before filling setup table,Other cubes doesn't get update.

MCB_ - Industry selected ( It should not be NONE)

MCB0 - Process key are there for (MM,03, entries)

Then only processkey and application component get filled.These values play a important in update rule of the standard cube(0PUR_C*).

Regards,

saran

Former Member
0 Kudos

Hi,

The 2LIS_03_BX DataSource is used to extract an opening stock balance on a

detailed level (material, plant, storage location and so on). At this moment, the opening stock is the operative stock in the source system. "At this moment" is the point in time at which the statistical setup ran for DataSource 2LIS_03_BX.

For 2LIS_03_BX Extractor u have to initialize with <u>MCNB</u> T.code it is one time process for Opening Stock Data loading.

The 2LIS_03_BF DataSource is used to extract the material movements intothe BW system. This DataSource provides the data as material documents (MCMSEG

structure).

The 2LIS_03_UM Datasource contains data from valuated

revaluations in Financial Accounting (document BSEG). This data is required to update valuated stock changes for the calculated stock balance in the BW. This information is not required in many situations as it is often only the quantities that are of importance.This DataSource only describes financial accounting processes, not logistical ones. In other words, only the stock value is changed here, no changes are made to thequantities. Everything that is subsequently mentioned here about the upload sequence and compression regarding DataSource

For more information look at below link

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f83be790-0201-0010-4fb0-98bd7c01...

former_member228339
Contributor
0 Kudos

Hi...

The DataSource 2LIS_03_BX is used to extract an opening stock balance

on a detailed level (material, plant, storage location and so on). At

this moment, the opening stock is the operative stock in the source

system.

The DataSource 2LIS_03_BF is used to extract the material movements

into the BW system. This DataSource provides the data as material

documents in the MCMSEG structure.

1. Initialization of the current stock (opening balance) in the R/3

source system (transaction code in R/3: MCNB).

2. Setup of statistical data for material documents in the R/3 source

system.

3. Loading the opening stock balance (InfoSource 2LIS_03_BX) into

InfoCube 0IC_C03. In the InfoPackage, choose the upload mode “Create

opening balance”.

4. Compressing the request containing the opening stock that was just

uploaded. Make sure the "No marker update" indicator is not set.

5. Loading the historical movements into the InfoCube 0IC_C03 via the

DataSource/InfoSource 2LIS_03_BF. Choose the upload mode "Initializing

the delta process" here.

6. After successfully uploading the historical material movements,

the associated request has to be compressed. You must make sure the "No

marker update" indicator is set.

7. Schedule the V3 update for 03 area.

8. Delta uploads can be started with the DataSource 2LIS_03_BF from

this point in time on.

Former Member
0 Kudos

Hi Raj,

Handling Inventory is different from other components in LO.

Here BX is one time Init.All the historical load is carried out by BX.Then BF will take care of deltas and UM will take care of revaluations.

Refer this PDF for Step by step process.

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f83be790-0201-0010-4fb0-98bd7c01...

Hope this solves

Regards

Karthik

Former Member
0 Kudos

thanks for ur quick response

can i schedule data uploading to Bx by delta every day

bze u are saying bx is one time init

thanks

rk

Former Member
0 Kudos

Hi Raj,

Deltas will not be running from BX.Its only one time Init.All the deltas will be carried out by BF.Refer the PDF you will be knowing it well.

Regards

Karthik

Former Member
0 Kudos

thanku

so then coming to my issue

there is no data consistency detween erp and bw

so i want to load the whole data again

what are the steps i am going to take?

can u please ...

thanks

Former Member
0 Kudos

Hi Raj,

While loading data first check your Transfer rules and update rules weather the fields are mapped properly or not.Also check weather there are any routines or not.If there are routines check them carefully and analyse them.Usually Iwill do the same while loading data.

Regards

Karthik