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 value table?

Former Member
0 Likes
897

How can i get condition value for a contract order (va42) ,sales order (va02) and invoice order (vf02)?

All these are having same field name i,e..konv-kwert.

And i want value for all of these in alv.

How can i get that??

Moderator message : Not enough re-search before posting, discussion locked.

Message was edited by: Vinod Kumar

5 REPLIES 5
Read only

vinoth_aruldass
Contributor
0 Likes
801

hi ,

in konv there is a field called kschl (conditional type ) you can read these type by procedure and display the konv-kwert value...

hope it helps,

'Vinoth

Read only

0 Likes
801

Hi vinoth,

I have an alv in that there is contract order number , sales order number and invoice order number and so many other columns related to all these three.

I need condition value for the contract order , same for sales order and invoice order in three

different column.

How can i get that?

Read only

0 Likes
801

Hi vinoth,

I have an alv in that there is contract order number , sales order number and invoice order number and so many other columns related to all these three.

I need condition value for the contract order , same for sales order and invoice order in three

different column.

How can i get that?

Read only

0 Likes
801

hi,

first of i would like to tell you you need to get the condition record no for order..

for ex : sales order means condition record no will  be in vbak table knumv  

then pass that condition record no to konv

you will get all the condition value presented for that .. from that you need to calculate ..

for condtion type's contact your SD consultant...

hope it helps,

Vinoth

Read only

Former Member
0 Likes
801

Hi,

you can use FM , F4 help of your particular field.

Regards,

vijay