cancel
Showing results for 
Search instead for 
Did you mean: 

Difference between 0RECORDMODE and STORNO

Former Member
0 Kudos

Hi Sdns,

I am loading the data form the 2LIS_02_SCL datasource to the DSO in BI.

In 7.O transormation between the Datasource and DSO, ROCANCEL field needs to be mapped to the either the 0RECORDMODE or STORNO to identify the delta records.

Among the ORECRODMODE and STORNO, which is better option to be mapped with the ROCANCEL field.

What is the difference between the 0RECORDMODE and STORNO?

Thanks

Karun

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hello,

These posts are quite interesting, in particular the linked document. There is however one important point for which I was not able to find any answer accross the forum:

Do I have to use 0RECORDMODE and 0STORNO at all in my DSOs? Will the delta not work if I don't map these objects? Could I for example create and map my own infoobject instead?

With other words: are these objects purely informative objects, or do they have a specific function (hard-coded infoobject name)?

I am asking this as I am wondering how these objects could be combined into a DSO when you are combining data from different logistic's delta sources into one single DSO.

Regards,

Thierry

Former Member
0 Kudos

0RECORDMODE SHOULD BE MAPPED TO ROCANCEL.

The record mode describes the type of change that a data record contains.

If a datasource is delta capable, the field ROCANCEL which is part of the datasource, holds the changes from R/3 side.

This field for the DataSource is assigned to the InfoObject 0RECORDMODE in the BI system.

ROCANCEL serves the same purpose at R/3 side which its counterpart 0RECORDMODE does at BW side.

go through below link. It is really a good document for delta concept.

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/5080c337-81e5-2c10-97af-8929424f3...

Former Member
0 Kudos

For 2LIS_02_SCL in particular, field ROCANCEL is mapped to both 0RECORDMODE and 0STORNO since it actually works for both in terms of values and meaning...

ROCANCEL - Cancellation of Data Records

'Blank' - New Data Record

'X' - Cancellation of Data Record

'R' - Deletion of Data Record

For 0RECORDMODE it translates to

'Blank' - After Image

'X' - Before Image

'R' - Reverse Image

0STORNO is just the Reversal Indicator for that record as it shows in the schedule line document...

Hope this helps.

andrea_previati
Contributor
0 Kudos

0record mode is a technical object in DSO used to process the delta updates

storno is an applicative object used in logistics modules to determine certain process types

In these cases 0STORNO is flagged with X; The 0storno is a sort of Deletion indicator of certain movements types .

Hope it helps

Andreas