Is it possible to use a multiple for all entries in a one select statement?
My requirement is like this ?
List price (ZLP2) -- KONV-KBETR (where VBAK-KNUMV = KONV-KNUMV; VBAP-POSNR = KONV-KPOSN; and KONV-KSCHL = “ZLP2”)
List price currency -- KONV-WAERS (where VBAK-KNUMV = KONV-KNUMV; VBAP-POSNR = KONV-KPOSN; and KONV-KSCHL = “ZLP2”)
List price per quantity -- KONV-KPEIN (where VBAK-KNUMV = KONV-KNUMV; VBAP-POSNR = KONV-KPOSN; and KONV-KSCHL = “ZLP2”)
List price quantity UoM -- KONV-KMEIN (where VBAK-KNUMV = KONV-KNUMV; VBAP-POSNR = KONV-KPOSN; and KONV-KSCHL = “ZLP2”)
I want to check a VBAK and VBAP ?
Plz anyone can tell me
Naresh