cancel
Showing results for 
Search instead for 
Did you mean: 

2LIS_03_BF: Why 2 records per record in MSEG

Former Member
0 Kudos

When we run a setup for 2LIS_02_BF for a single material document the setup table is filled with 2 records (per material document item).

One record has Sender/Receiver indicator 'H' and the other has 'S'.

Question:

Why are there 2 records created per material-document-item? What do they mean?

It appears that there are 2 registrations per movement:

- one with processkey 001 (Goods Receipt) (Send/Rec = 'S')

- one with processkey 101 (Returns) (Send/Rec = 'H')

Question:

Which of these registrations represents the movement that is stored in the MSEG table?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

In the extraction the fields are filled from different tables, as mentioned below.

MBLNR is being filled from table MKPF

MJAHR is being filled from table MKPF

ZEILE is being filled from table MSEG

For further details, take a look on

http://help.sap.com/saphelp_bw32/helpdata/en/05/c69480c357354a8846cc61f7b6e085/frameset.htm

A data record belonging to extractor 2LIS_03_BF is defined in a unique way using the key fields

Material Document Number (MBLNR), Material Document Year (MJAHR), Item in Material Document (ZEILE),

and Unique Identification of Document Line (BWCOUNTER).

Hope it helps.

Regards