‎2008 Jul 09 7:50 AM
hi all,
i have a problem with smartforms.
i have retreived data from table LFA! ,but i am not able to see the data when i execute print program.
instead of data from LFA!,the variables which i declared are printed like this:
&wa-lifnr& &wa-name1&
&wa-lifnr& &wa-name1&
&wa-lifnr& &wa-name1&
&wa-lifnr& .
&wa-lifnr& .
&wa-lifnr&
.
.
.
.
.
.
what could be the problem ?
plz help me out.
‎2008 Jul 09 7:52 AM
hi,
u might have not done proper coding.
check these examples in smartforms.
SF_EXAMPLE_01
SF_EXAMPLE_02.
‎2008 Jul 09 7:52 AM
hi,
u might have not done proper coding.
check these examples in smartforms.
SF_EXAMPLE_01
SF_EXAMPLE_02.
‎2008 Jul 09 7:52 AM
hiiii
this type of variables only printed when you have given some wrong field name or wrong variable name.if system does not find value between two & then it will print like this.so check with variables.& also check whether they have defined at right place or not.
regards
twinkal
‎2008 Jul 09 7:56 AM
where exactly is the place to declare itables, workareas,
and also do i need to write any coding in program lines for extracting data.
yateendra
‎2008 Jul 09 7:54 AM
i think u have types &wa-lifnr& in this case system will consider it as text, use the button to add symbol in the editor.
‎2008 Jul 09 7:58 AM
‎2008 Jul 09 7:59 AM
Hi,
give some space between two fields & check your declaration also
like
&wa-lifnr(6)&&SPACE(1)&&wa-name1(25)&
hope this will help you
Best Regards,
SUDHIR MANJAREKAR
‎2008 Jul 09 8:02 AM
hi,
please dont write the variable name in text mannaually.
i suggest you to drag and drop the variable from the variable list , (which is present at the left-bottom),
check for required variable and put in the place where u want to display.
hope this will solve ur problem
thanks
pradeep
‎2008 Jul 09 8:05 AM
Hi,
Check u r using correct Format in the paragraph , rather than a command line " /:".
If instaed of paragraph format if u r using command , then it wont recognise the symbols u used.
revert back,
regards,
Naveen
‎2008 Jul 09 8:05 AM
Hi,
Try like this,
In smartforms after selecting the table line items you wil get GENERAL ATTRIBUES, in that select the insert field option there you will get a popup window of fields..there u have to give the field names as &lfa1-name1&.
hope this helps you
<removed_by_moderator_together_with_points>
Thanks & Regards,
Y.R.Prem Kumar
Edited by: Julius Bussche on Jul 14, 2008 11:42 AM
‎2008 Jul 09 8:06 AM
Hi,
If you have given the wrong field name for the table than these kind of problems occur so check that how they are defined.
Regards,
Khushbu.