Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

condition type values

Former Member
0 Likes
805

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

6 REPLIES 6
Read only

Former Member
0 Likes
783

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.

Read only

Former Member
0 Likes
783

Hi,

Use the fields STUNR(Step number),ZAEHK(Condition counter) from table KONV where KAPPL = 'M' and KSCHL = 'MXVA'.

Rgds,

Bujji

Read only

Former Member
0 Likes
783

hello,

what is exact difference of at new and at onchange events?

paramesh.kalluri

Read only

0 Likes
783

Hi,

Check this thread to get the answer.

Regards,

Nisrin.

Read only

0 Likes
783

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

Read only

Former Member
0 Likes
783

thnks