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

smart forms

Former Member
0 Likes
983

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.

1 ACCEPTED SOLUTION
Read only

GauthamV
Active Contributor
0 Likes
953

hi,

u might have not done proper coding.

check these examples in smartforms.

SF_EXAMPLE_01

SF_EXAMPLE_02.

10 REPLIES 10
Read only

GauthamV
Active Contributor
0 Likes
954

hi,

u might have not done proper coding.

check these examples in smartforms.

SF_EXAMPLE_01

SF_EXAMPLE_02.

Read only

Former Member
0 Likes
953

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

Read only

0 Likes
953

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

Read only

Former Member
0 Likes
953

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.

Read only

0 Likes
953

can u make it more clear.

thanks

yateendra

Read only

Sidh_M
Participant
0 Likes
953

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

Read only

Former Member
0 Likes
953

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

Read only

Former Member
0 Likes
953

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

Read only

Former Member
0 Likes
953

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

Read only

Former Member
0 Likes
953

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.