cancel
Showing results for 
Search instead for 
Did you mean: 

Error In smartform - FOOTERTEXT Field "EQ" is unknown.

Former Member
0 Kudos

Hi all,

I am getting an error in smartform in the FOOTERTEXT - Field "EQ" is unknown. It is neither in one of the specified tables nor defined by a "DATA" statement. .

What is the problem and how to fix this error

Thanks in advance

Neela

Accepted Solutions (1)

Accepted Solutions (1)

former_member156446
Active Contributor
0 Kudos

check the language translation in SE63, some where in some language you used some field EQ..

Former Member
0 Kudos

Hi,

I checked in the coding i get the error in this line of the coding

IF &3 EQ 'T'.

%L_NAME = &1-PARAMETER.

ENDIF.

pls help me in debugging this error.

Thanks in advance,

Neela

Former Member
0 Kudos

Hi,

Thank u i found the solution.

Thankl u.

Neela

Former Member
0 Kudos

Hi,

When i am accessing the code and trying to debug the line with error i am asked to enter an access key.

What is it . Where ll i get it..How can i proceed further

Thanks in advance,

Neela

former_member156446
Active Contributor
0 Kudos

the code is generated in the background, based on the elements u used in the design.. so u need to make neccessary changes in the design... its asking the access key bcoz its SAP's code thats generated in background..

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi

Check in TEXT EDITOR where u have Used EQ , as the system is checking for EQ field, which is not declared.

u might have used &EQ& some where ....or in the SELECT statement.

surya

Former Member
0 Kudos

Hi,

You would have put a condition and didnt remove that correctly. Check the Conditions Tab of your nodes.

Regards,

former_member217544
Active Contributor
0 Kudos

Hi Neela,

You would have used the word 'EQ' in your program lines or somewhere improperly. Or else double click the error and it navigates you to the node where the error is coming from.

Regards,

Swarna Munukoti.