I am trying to add a record to a cross reference table.
I have all the three keys available in the master dataset.
But I am not able to add via Query's UPDATE ADD .
SET NAME:
ACT-WO-DET,DETAIL
ITEMS:
EM-UNIT-NO, X10 <<SEARCH ITEM>>
WM-WO-NO, P8 <<SEARCH ITEM>>
LM-LOC-NO, X4 <<SEARCH ITEM>>
These are from the mast data set, when I do a,
F WO-MAST.EM-UNIT-NO=2121 AND WM-START-DATE="19990722"
WM-WO-NO =900045{
EM-UNIT-NO =2121
LM-LOC-NO =0001
My question is How can i add a record in the detail set,
when wm-wo-no = '900045{' ??
If i enter 900045{ it give an error of
"MISSING SEARCH KEY VALUE FOR WM-WO-NO IN MASTER WO-MAST "
Please Help. Thanks a lot in advance.
Ahash
I have all the three keys available in the master dataset.
But I am not able to add via Query's UPDATE ADD .
SET NAME:
ACT-WO-DET,DETAIL
ITEMS:
EM-UNIT-NO, X10 <<SEARCH ITEM>>
WM-WO-NO, P8 <<SEARCH ITEM>>
LM-LOC-NO, X4 <<SEARCH ITEM>>
These are from the mast data set, when I do a,
F WO-MAST.EM-UNIT-NO=2121 AND WM-START-DATE="19990722"
WM-WO-NO =900045{
EM-UNIT-NO =2121
LM-LOC-NO =0001
My question is How can i add a record in the detail set,
when wm-wo-no = '900045{' ??
If i enter 900045{ it give an error of
"MISSING SEARCH KEY VALUE FOR WM-WO-NO IN MASTER WO-MAST "
Please Help. Thanks a lot in advance.
Ahash