Minor fix to instructions from:
Kept getting rejected message and realized the 'DA' literal was missing from the parameter list:
"AIF_ADRESS_LOW; VIN; Today Date; Software Number ; Authority Number; Assembly Number; Serial Number; Handler Number; AIF Programmed KM; AIF Program Number"
"AIF_ADRESS_LOW; VIN; Today Date; AIF_AENDERUNGS_INDEX; Software Number ; Authority Number; Assembly Number; Serial Number; Handler Number; AIF Programmed KM; AIF Program Number"
So the mapping is:
AIF_ADRESSE_LOW
AIF_FG_NR=new vin
AIF_DATUM =today's date
AIF_AENDERUNGS_INDEX=DA
AIF_SW_NR=Software Number
AIF_BEHOERDEN_NR=Authority Number
AIF_ZB_NR =Assembly Number
AIF_SERIEN_NR=Serial Number
AIF_HAENDLER_NR=Handler Number
AIF_KM=AIF Programmed KM
AIF_PRG_NR=AIF Program Number
Kept getting rejected message and realized the 'DA' literal was missing from the parameter list:
"AIF_ADRESS_LOW; VIN; Today Date; Software Number ; Authority Number; Assembly Number; Serial Number; Handler Number; AIF Programmed KM; AIF Program Number"
"AIF_ADRESS_LOW; VIN; Today Date; AIF_AENDERUNGS_INDEX; Software Number ; Authority Number; Assembly Number; Serial Number; Handler Number; AIF Programmed KM; AIF Program Number"
So the mapping is:
AIF_ADRESSE_LOW
AIF_FG_NR=new vin
AIF_DATUM =today's date
AIF_AENDERUNGS_INDEX=DA
AIF_SW_NR=Software Number
AIF_BEHOERDEN_NR=Authority Number
AIF_ZB_NR =Assembly Number
AIF_SERIEN_NR=Serial Number
AIF_HAENDLER_NR=Handler Number
AIF_KM=AIF Programmed KM
AIF_PRG_NR=AIF Program Number
