cancel
Showing results for 
Search instead for 
Did you mean: 

RF menu design process for list of empty storage bins/display storage bin

Former Member
0 Kudos

Hi all. I am a functional consultant and working for customizing few transactions on Rf menu( hand held devices)

I am assuming the process flow as below

1) list of empty storage bins

> Add lx01 on menu management

> On RF screen design tabs for W.NO, STORAGE TYPE, STORAGE BINS (selection criteria) and call LX01(Abap program)

2) Display storage bin

Add ls03n on menu management

On Rf screen design tabs for W.NO, ST.TYPE, ST.BIN NO. and call transaction LS03N( Abap program)

3) Bin to Bin transfer

add lt01 on menu management

On Rf screen input tabs for SRC.BIN, DEST.BIN, MATERIAL FIELD. after entering call LT01

Please give your inputs regarding this

Thank you in advance

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member182609
Active Contributor
0 Kudos

As you are calling std programs then it wonnt give any problem.

1) list of empty storage bins

This is report i have seen my existing RF menu this available.

2) Display storage bin

You are right ,you can call transaction LS03N

3) Bin to Bin transfer

Are you using any function module to transfer bin to Bin or BDC through ABAP program .Try any one option for this.

Former Member
0 Kudos

Hi Sridhar,

         

     Thanks for your response..

Do u mean to say that list of empty storage bins is already available on existing RF menu? If that is the case please tell me the transaction

And regarding Bin to bin i am just assuming like this

>create tabs for src bin, dest bin, material no, quantity so that user will manually input data

>After entering the data it will call LT01( If it is not possible i will just explain the process flow and abaper will run a program)

> to minimize the screen we want to make mvt type 999 as default setting

so when u say using any functional module what do u exactly mean?

and pls brief me about BDC option

thank you in advance

former_member182609
Active Contributor
0 Kudos

For list of emply storage bings in menu management PTWY00 ,I can see my spro settings Lx01 assigned.It can be custom but directly you can assign transaction.I think you can assign any tab.

I am OK with your approch for BIN to BIN,Check with your business then as per their approval you can manage the screens.

ABAP persons can program this LT01,If they use BDC they will just record the process then system will automatically next time as per record.

Check with ABAP person any function module avaialble to create Transfer order.Check below link

http://help.sap.com/saphelp_45b/helpdata/en/c6/f83a434afa11d182b90000e829fbfe/content.htm

Former Member
0 Kudos

I Think lx01 is not standard its customized.

and any idea regarding DISPLAY TO customizing? I am just wondering how to do that as there will be lot of screens/items/tabs/information of a TO. Whether its possible because screen size will be small and not enough for all those or we abaper will minimize the screen to set all of them or depends on the user what items he/she wants to check.

Regards

former_member182609
Active Contributor
0 Kudos

May be you can call LT24 transaction in back ground.As per std system will allow one material ,so you will not have any issue.

Former Member
0 Kudos

Does it support if the process is like GR-TR(AUTO)-TO manual

may be it will be good to design display of TR..

Just confused ..pls provide inputs

Regards