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

Quick Viewer problem with KONV

Former Member
0 Likes
601

Hi Gurus,

I have to do a query on Client System ( I cannot use abap code..).

I have to extract data from KONV ( KWERT) so I have to create a Query with logical DB (VFV).

I have to start with :

VBPK then VBRP con VBPK-VBELN then VPBA -VBELN with VBRP-VGBEL ( until here a query with Join tables is ok ) but after I have to add KONV to take the value of KWERT for each materials of my delivery.

When I create a query with quick viewer , the system advised me there were some errors :

The query specifications cannot be used to generate a list,

i.e. the query will probably not return the list you desire.

    • Fields from parallel tables within a line

Field: Customer Number 1

(VBPAPO-KUNNR, table VBPAPO)

Field: Condition type

(KONV-KSCHL, table KONV)

(VBPAPO-KUNNR, table VBPAPO)

Field: Condition changed manually

(KONV-KMPRS, table KONV)

    • Fields from parallel tables within a line

(VBPAPO-KUNNR, table VBPAPO)

Field: Condition for configuration

(KONV-KVARC, table KONV)

(VBPAPO-KUNNR, table VBPAPO)

(KONV-KFKIV, table KONV)

(VBPAPO-KUNNR, table VBPAPO)

(KONV-KWERT K, table KONV)

(VBPAPO-KUNNR, table VBPAPO)

Field: Condition currency (for cumulation fields)

(KONV-KWAEH, table KONV)

(VBPAPO-KUNNR, table VBPAPO)

Field: Condition base value

(VBPA-PARVW, table VBPA)

(VBPAPO-KUNNR, table VBPAPO)

Somebody could help me?

Maybe I have to use another table but I don't know which.

Thanks in advance

Vanessa

(KONV-KAWRT K, table KONV)

2 REPLIES 2
Read only

madhu_vadlamani
Active Contributor
0 Likes
489

Hi Vanessa,

I have to do a query on Client System ( I cannot use abap code..).

is there any issue if you go with abap code.I will suggest you instead of going for query better to develop a custom report.

Regards,

Madhu.

Read only

0 Likes
489

Hi

yes I cannot do any abap code...

Otherwise I should have not wriiten the message!!!

Best regards