2009 Jul 29 12:43 PM
Dear Friends,
From where i can get PO Net value. I dont want to calculate from line items ( EKPO ).
any help highly appricated.
regards
Naeem
Dear Friends,
From where i can get PO Net value. I dont want to calculate from line items ( EKPO ).
any help highly appricated.
regards
Naeem
2009 Jul 29 2:12 PM
Hi,
Try using this way
Select KNUMV from EKKO by passing the Purchase Order No.
With the retrieved KNUMV, go to KONV and get the KBETR, which should give you the Net Amount
Regards
Hiren K.Chitalia
2009 Jul 29 2:15 PM
2009 Jul 29 2:30 PM
Hi,
Try the following as suggested,
data: begin of it_knumv occurs 0,
knumv like ekk0-knumv,
end of it_knumv.
select knumv
into it_knumv
where ebeln = p_ebeln.
select kbetr
into it_out
for all entries in it_knumv
where knumv = it_knumv-knumv.
Regards,
Vik
2009 Jul 29 2:37 PM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |