2011 Jul 12 12:14 AM
Hi
For each PO = PO (Z01-EBELN) AND PO Line = PO Line (Z01-EBELP), extract all 50 ntn field (NTEM001-NTEM050) from Z01.
b. For each PO line number, if any one of the NTEM001 through NTEM050 fields contain the value "CFC", then the PO is considered in CLOSED status. There is only one "CFC" possible on a PO line in the ntn fields so as soon as the CFC match is found, there is no need to loop through the remaining field.
I am getting error to perform this check for OPEN/CLOSE PO line. Can someone help?
Hi
For each PO = PO (Z01-EBELN) AND PO Line = PO Line (Z01-EBELP), extract all 50 ntn field (NTEM001-NTEM050) from Z01.
b. For each PO line number, if any one of the NTEM001 through NTEM050 fields contain the value "CFC", then the PO is considered in CLOSED status. There is only one "CFC" possible on a PO line in the ntn fields so as soon as the CFC match is found, there is no need to loop through the remaining field.
I am getting error to perform this check for OPEN/CLOSE PO line. Can someone help?
2011 Jul 12 5:36 AM