cancel
Showing results for 
Search instead for 
Did you mean: 

Condtion Type

Former Member
0 Kudos

Hello All,

Can any one please tell me how can i check aparticaular condtion is applied or not in list of billingdocumnets. for ex condition type ZAXX is applied in list of 500 billing documents or nor???

Thanks & Regards,

Rani

Accepted Solutions (1)

Accepted Solutions (1)

former_member183879
Active Contributor
0 Kudos

for the order or billing documents fetch the field VBAK-KNUMV or VBRK-KNUMV

Give this as input for table KONV the field KNUMV

Give KONV-KSCHL = ZAXX

Now you get the KNUMV which has this condition type

As you already know VBAK-VBELN or VBRK-VBELN for a given KNUMV, you can find the order or invoice numbers (using VLOOKUP function in excel sheet.

Reward if this helps.

Answers (1)

Answers (1)

Former Member
0 Kudos

goto <i>SE16N</i> give table name: <b>VBRK</b>

choose fields like VBELN, KSCHL

Put the condition as KSCHL = "ZAXX"

Reward points if it is useful.

Regards,

Anbu