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

PROBLEM

former_member329386
Participant
0 Likes
304

HI ALL

I AM DOING A SCRIPT PROGRAME. DRIVER PROGRAME PICKS THE

SELECT SINGLE * FROM EKPO

WHERE EBELN = P_EBELN AND

EBELP = P_EBELP.

CLEAR KNA1.

SELECT SINGLE NAME1 FROM KNA1

INTO KNA1-NAME1

WHERE KUNNR = EKPO-KUNNR.

IN FORM I HAVE

&KNA1-NAME1& AND &EKPO-EBELN&

BUT FORM SYMBOLS ARE SHOWING ERRORS AS UNKNOWN SYMBOLS.

PLEASE CHECK THIS ?

THANKS

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
279

Hi,

Make sure the work area KNA1 is declared globally..

Thanks

Naren

1 REPLY 1
Read only

Former Member
0 Likes
280

Hi,

Make sure the work area KNA1 is declared globally..

Thanks

Naren