Skip to Content
0
Former Member
Jul 31, 2007 at 07:17 AM

2LIS_11_VAITM InfoSource and DOC_CATEG = 'H'

28 Views

Hi,

I would like to load ALL shipping orders to the 0SD_O01 / 0SD_O03 ods using the 2LIS_11_* infosources but I discovered that, despite all shipping orders are collected in R3, some of them are deleted in the start routine in the upate rules.

This is the code that appears in the start routine:

IF DATA_PACKAGE-doc_categ NE 'C' AND

DATA_PACKAGE-doc_categ NE 'I'.

DELETE DATA_PACKAGE.

So,

1.- Do you know what happen if I try to remove previous lines from the start routine? Do you know why some shipping documents are not loaded (specially, doc_categ='H' , devolutions) ?

2.- If it's possible to remove these code lines, do you know how to include these new documents into the ODSs when there's an initialization already?

Thanks a lot for your help.