‎2008 Jun 26 9:18 AM
Hello All,
In Purchase order in the conditions tab there is a condition type 'mxva' and some value in condition value column now under same condition type in the next row there is discount value and thn net price.
now im able to read only one value from this statement.
'Read table xkomv with key kschl = 'MXVA''
how to read remaining two values of discount and net price?
Regards,
Sunny
‎2008 Jun 26 9:24 AM
The work area xkomv will have the discount and net price.After your read statement check the SY-SUBRC.If it is 0,then in the debugger check what values are coming in xkomv.Because it is a table with header line.
‎2008 Jun 26 9:28 AM
Hi,
Use the fields STUNR(Step number),ZAEHK(Condition counter) from table KONV where KAPPL = 'M' and KSCHL = 'MXVA'.
Rgds,
Bujji
‎2008 Jun 26 9:44 AM
hello,
what is exact difference of at new and at onchange events?
paramesh.kalluri
‎2008 Jun 26 10:08 AM
‎2008 Jun 26 2:19 PM
Hi,
Why don't you search in forum?there are bunch of theards are availbale for the same.
Refer one of the theard
https://forums.sdn.sap.com/click.jspa?searchID=13372517&messageID=3553662
Regards
Kiran Sure
‎2008 Jul 10 11:25 AM