Skip to Content
0
Former Member
Sep 11, 2007 at 12:10 PM

Problems with Select stament

16 Views

Hi expert,

I have used the following query in PBO module in dialog programming.

am selecting the zctlp-test value manually by pressing F4, but while in debug mode, zctlp-test value is 0, can anyone tell me why it is not picking this value.

SELECT SINGLE test descp reqd FROM ZCTLT

INTO (it_zctlp-test , it_zctlp-descp , it_zctlp-reqd)

where test = zctlp-test.

Regards

Rajaram

Title was edited by:

Alvaro Tejada Galindo