‎2009 Mar 06 5:39 AM
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
‎2009 Mar 06 9:40 AM
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
‎2009 Mar 06 9:40 AM
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