Application Development 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: 

smartform

Former Member
0 Kudos

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

satyabrata_sahoo3
Contributor
0 Kudos

Double click on the Window and rename.

14 REPLIES 14

FredericGirod
Active Contributor
0 Kudos

Hi,

you can't modify the name of the window ? 

could you put a screen shot ?

regards

Fred

Former Member
0 Kudos

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

satyabrata_sahoo3
Contributor
0 Kudos

Double click on the Window and rename.

0 Kudos

Hi Satyabrata,

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

Thanks

Abhay Manna

0 Kudos

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...

Former Member
0 Kudos

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...

0 Kudos

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

0 Kudos

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

Thanks

Abhay

0 Kudos

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

0 Kudos

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

0 Kudos

Hi Abhay,

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

Philip.

0 Kudos

yes

0 Kudos
  • 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.


0 Kudos

Thanks