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

OO Developement for RF screens

kammaje_cis
SAP Mentor
SAP Mentor
0 Likes
789

Hi,

I need to develop 20+ RF screens/transactions. (obviously in the WM module) Can anyone guide me on how to develop these using OOP method? As I understand we cannot use control framework, since they will not work on RF guns. Any inputs are welcome.

Thanks

Krishna

Hi,

I need to develop 20+ RF screens/transactions. (obviously in the WM module) Can anyone guide me on how to develop these using OOP method? As I understand we cannot use control framework, since they will not work on RF guns. Any inputs are welcome.

Thanks

Krishna

4 REPLIES 4
Read only

Former Member
0 Likes
719

would you be more specific on your requirements. i worked on few RF objects wherein i design screens in module pool only. as far as OO concern...yes you can make use of grid and container classes for same purpose.

Read only

0 Likes
719

yes, those will be module pool programs. Now how do I design model, view and  controller classes?

This is what I am thinking

As I understand Screens are views here; classes like TO, Material, Handling Unit etc can be Models; and a Controller to instantiate and call various methods.

Let me now your thoughts.

Thanks

Krishna

Read only

0 Likes
719

well, that would definitely need few paper works. i can suggest you one thing is to segregate it w.r.t, objects/process which includes TR and TO generation, SKUs, MMs etc.  i know im giving you a very generic view but may be myself or somebody else here can suggest you more if you be more precise in your design/requirements. do you have any requirement/spec with you?

Read only

Former Member
0 Likes
719

Hi Krishna,

You can also use Web Dynpro for your hand held terminals if your WIFI has good connectivity.

I suppose you are using this via SAP Console.

Regards