cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Add custom button on RF screen

Former Member
0 Likes
6,331

Hi Team,

We have a requirement where business would like to add SKIP button on RF screen to skip the warehouse task during picking.

This is the same action which system does in case if we use NEXT exception code.

Does someone knows how this can be achieved in EWM 9.1 by customizing RF screen?

Regards

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member183610
Active Contributor
0 Likes

Hi Virendra,

in RF menu , for picking , there are several logical transactions included.

here are the fallowing

01. picking by system guided : RFMAIN

02. system guided queue       :PIBQUE

03. Picking by WR                :PIBWHR

04. picking by WO                : PIBWHO

05. picking by HU                 : PIBHU

if you want to skip the entire step against the picking activity, it is required maintain the logical transaction step flow & inter-transaction flow against the above logical transactions

here is the path :

spro-img-SCM Extended Warehouse Management-Extended Warehouse Management-Mobile Data Entry-Radio Frequency (RF) Framework-Define Steps in Logical Transactions

C K Reddy

sunil_mani
Active Participant
0 Likes

Hi Virendra,

    Use CTRL+SHIFT+F1 to get RF screen information like logical transaction and step. Then goto SPRO-> Mobile Data Entry->Define Logical Transactions.

1. Create your own function code and also define function code text as SKIP.

2. Choose the particular logical transaction and look for NEXT exception code configuration.

3. Copy it, define configuration for SKIP pushbutton, don't change the function module names which was used for NEXT exception code, let it be the standard FM. So that it works same as NEXT. Hope this helps you.

Message was edited by: SUNIL MANI

0 Likes

Thanks Sunil,

Its helpful.

Thanks & Regards,

Vaibhav Ghongade