Hi All,
I am working on smartforms.I have given select query for codition records like following.
SELECT SINGLE KBETR FROM KONV INTO TOTAL WHERE KNUMV = VBDKA-KNUMV AND KPOSN = VBDPA-POSNR AND KSCHL = 'PR00'.
Its displaying error that VBDKA is not maintained in DICTIONARY.
I need to check condition from VBDKA(not a header table).
How to get condition from the table VBDKA AND VBDPA?
I want to do it smartform only.
Thanks,
Murthy