‎2007 Jul 25 4:50 AM
Hi,
in the text element, i have used these follwing fields to be dispalyedin the form.
1. &t_kna1-name1&
2. &t_kna1-land&
3. &t_kna1-ort01&
in command line ie which begins with' /:' .
also i have looped this window with t_kna1 in print pgm with all the proper text element name and window name. but still while chking i get the following errors..
Number of errors: 3
/: NAME: &T_KNA1-NAME1&
Unknown command
/: LAND: &T_KNA1-LAND&
Unknown command
/: CITY: &T_KNA1-ORT01&
Unknown command
the values are not displaying eventhough there are records in internal table t_kna1.
what needs to be done.. is there any wrong in coding...which need to be set aright.
pls help.. right answers which will help to solve will be rewarded..
thanks in adv,.
‎2007 Jul 25 4:56 AM
You need to keep in ADDRESS ENDADDRESS
/: ADDRESS
here you need to write.
/: ENDADDRESS
if you need more information on this ,use MEDRUCK FORM,Here see address window.
Thanks
Seshu
‎2007 Aug 12 11:30 AM