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

RF Transaction creation

Former Member
0 Likes
460

Hi All

My requirement is to create a RF transaction somewhat similar to LM05. I need to add new fields to RF screens and some logic also needs to be included.How should I go about this?

Shall I create the required screens in program SAPXLRF and then create a report to call the screen.

Need some clarifaction about logical screen concept in RF.

Regards

Step

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
370

Hi,

In RF Concepts for a transaction thre exsists different screen formats like 8X40,16X20 these are nothing but the RF device Screen sizes. So if same transaction runs on two RF devices with the above two formats then the program has to decide the repective screen size and it has to put that screen on that RF device. To acieve this SAP is using Physical & Logical Screen concept. i.e. for every one logical screen there will be one or more physical screen for example say a logical screen 1000, 0100 screen of SIZE 8X40 and 0200 screen of 16X20 is attached. these relation between logical and Physical screens is maintained in tables. the transaction program will pick the respective format during runtime based on RF device used.

hope i am clear

1 REPLY 1
Read only

Former Member
0 Likes
371

Hi,

In RF Concepts for a transaction thre exsists different screen formats like 8X40,16X20 these are nothing but the RF device Screen sizes. So if same transaction runs on two RF devices with the above two formats then the program has to decide the repective screen size and it has to put that screen on that RF device. To acieve this SAP is using Physical & Logical Screen concept. i.e. for every one logical screen there will be one or more physical screen for example say a logical screen 1000, 0100 screen of SIZE 8X40 and 0200 screen of 16X20 is attached. these relation between logical and Physical screens is maintained in tables. the transaction program will pick the respective format during runtime based on RF device used.

hope i am clear