2009 Mar 11 3:22 PM
Hi gurus,
my customer would like to see the contract nr. and the contract type populated in PO and possibly RFQ.
What fields (and tables) can I use, any clues or suggestions?
Thx
RM
2009 Mar 11 3:27 PM
Hi,
Contract number is sotred in the table EKKO with the filed EBELN .
contract type is EBTYP = "K' ( for contracts...)
select EBELN
FROM EKKO,
WHERE EBTYP = 'K' " contractshope it helps you.
Thanks!
Hi gurus,
my customer would like to see the contract nr. and the contract type populated in PO and possibly RFQ.
What fields (and tables) can I use, any clues or suggestions?
Thx
RM
2009 Mar 11 3:25 PM
2009 Mar 11 3:27 PM
Hi,
Contract number is sotred in the table EKKO with the filed EBELN .
contract type is EBTYP = "K' ( for contracts...)
select EBELN
FROM EKKO,
WHERE EBTYP = 'K' " contractshope it helps you.
Thanks!
2009 Mar 11 3:34 PM
for Service Contracts: VBAK , AUART (order type) check what order types they want to display and query on VBAK for those Order types.
AUART: "likely to change..
AC Quotation f.Contra
CD Contract Handling
CE Quantity Contract
GQ Master Contract
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |