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

smartform

Former Member
0 Likes
1,968

how will i rename the window name in sap smartform when i am creating more than one window its coming like %window1..but i want to rename it..but how ??can u please share ur knowledge ?

Thanks

Abhay

1 ACCEPTED SOLUTION
Read only

satyabrata_sahoo3
Contributor
0 Likes
1,899

Double click on the Window and rename.

14 REPLIES 14
Read only

FredericGirod
Active Contributor
0 Likes
1,899

Hi,

you can't modify the name of the window ? 

could you put a screen shot ?

regards

Fred

Read only

Former Member
0 Likes
1,899

Double click the window and on the right side of the tree the window options will appear.

On the first line there will be the window name.

If you cant see any screen on the right side of the tree your splittercontainer ist maybe to big and you need to adjust the lines. There are 3 Screens seperated by 2 lines. On the left side is the tree in the middle is the options window and on the right is the smartforms layout.

I hope you'll find it

Best regards

Nico

Read only

satyabrata_sahoo3
Contributor
0 Likes
1,900

Double click on the Window and rename.

Read only

0 Likes
1,899

Hi Satyabrata,

Thank you very much for shairing your knowledge..its really helpful for me!!!!!

Thanks

Abhay Manna

Read only

0 Likes
1,899

Global Definitions The IN operator with "R_ORDERNO" is followed neither by an internal table nor by a value list.

this is the error I am getting how would I solve it...

Read only

Former Member
0 Likes
1,899

Global Definitions The IN operator with "R_ORDERNO" is followed neither by an internal table nor by a value list.

this is the error I am getting how would I solve it...

Read only

0 Likes
1,899

Can you please paste the screen shot which contains the global defintions. More over what is R_ORDERNO.

Read only

0 Likes
1,899

This is error I am getting ..please see the screen shot...

Thanks

Abhay

Read only

0 Likes
1,899

What is R_ORDERNO in this? Is this an internal table, ranges or a it contains a single value?

Read only

0 Likes
1,899

Its a Range...which I want to put in input screen..

Read only

0 Likes
1,899

Hi Abhay,

Are you converting the range entered in the screen into the form of an internal table?

Philip.

Read only

0 Likes
1,899

yes

Read only

0 Likes
1,899
  • I guess you are making use of a select-options.

  •   If that is the case, in the input parameter just pass the low and high values of the select options


  • Finally in your select query add WHERE BETWEEN ORDERNO-LOW AND ORDERNO-HIGH.

NB: You have to pass ORDERNO-LOW AND ORDERNO-HIGH through the interface of the smart form.


Read only

0 Likes
1,899

Thanks