2006 Oct 25 9:22 PM
Hi all,
Is there anytable that would relate the idoc and po
Thanks
2006 Oct 25 9:30 PM
Hi Venki,
Please check table NAST.
NAST-KAPPL = 'EF' (Purchase Order)
NAST-OBJKY = EKPO-EBELN
Regards,
Ferry Lianto
Hi Venki,
Please check table NAST.
NAST-KAPPL = 'EF' (Purchase Order)
NAST-OBJKY = EKPO-EBELN
Regards,
Ferry Lianto
2006 Oct 25 9:30 PM
Hi Venki,
Please check table NAST.
NAST-KAPPL = 'EF' (Purchase Order)
NAST-OBJKY = EKPO-EBELN
Regards,
Ferry Lianto
2006 Oct 25 9:33 PM
Hi FERRY,
what about the idoc number.
lets say if i know the idoc number then on what basis i would retrieve the po number.
Thanks
VENKI
2006 Oct 25 9:58 PM
2006 Oct 25 10:30 PM
Venki,
I think one practice is to build the linkage by placing the IDOC number within the "Our reference" field of the PO header (field EKKO-UNSEZ).
Alternatively, if the PO# is actually passed on the IDOC, and you know the segment, you can do something like this to get at it:
select * from edid4 into yourtable
where docnum = youridocnumber and
segnam = 'E1MBXYH'.
Paul
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |