Hi,
I created a legacy project to upload the data from the info records. In the source fields of the legacy I created three levels.
The first one contains the tables of the info record. Referring in the first field with a KEY in the indentifying field content to the second level. I also activitated the SELECTION PARAMETER FOR Import / Convert data. This level contains the EINA and EINE database tables to get his information from.
The second level refers to the CONDITION button in the info record. Here I used anothor KEY in the indentifying field content referring to the first level. This level in the source structure gets his data from the database tables KONP. Using KSCHL, KBETR, KMEIN, KPEIN and KONWA.
And using the table KSCHL as KEY2 in the indentifying field content referrring to the third level
The third level retrieves the data from database table KONM using KSCHL, KSTBM AND KBETR.
Here the table KSCHL is referred to again as KEY2 to make the link with the second level.
The txt files I created to upload the data from the INFO RECORD have the following structure:
For level 2
KEY KSCHL KBETR KMEIN KPEIN KONWA
1 PB00 20 CJ 1 EUR
And for level 3
KSCHL KSTBM KBETR
PB00 1 20
PB00 2 20
PB00 10 17
PB00 15 20
PB00 12 50
PB00 10 100
The problem is that when I want to Display Read Data i get 3 ´not written´ errors in the last level. The error is referring in level 3 to the following data which he cant read:
PB00 10 17
PB00 15 20
PB00 12 50
PB00 10 100
The weird thing is that when I change all the values in the table KBETR to 20 I have no more ´written errors´.
I´m stuck with this so some help would be helpfull.
thx.
Martijn