cancel
Showing results for 
Search instead for 
Did you mean: 

SAP EWM RF Function Module sequences

former_member214709
Participant
0 Kudos

Hello Guru's,

I am new to SAP EWM RF.

Would like to seek your help regarding the EWM RF Programming.

Can you please suggest me the process to check for the sequence of Function Modules & Screens being called while navigating /SCWM/RFUI transaction menu. Is there any particular process to debug it ?

Example:

1. Executed /SCWM/RFUI transaction.

2. Entered the Warehouse, Resource, Presentation Device.

3. Selected one of the options (ex- 04 Outbound Process)

I wanted to know how can i check which particular FM is being called / will be called after selecting the option 04.

Also how do we check for the enhancement option in case of these screens being called. Suppose we need to check for the data being passed from one particular screen to the other.

Your prompt help will be appreciated.

Warm Regards,

Dinesh Ailawadi

Accepted Solutions (1)

Accepted Solutions (1)

matthias_nater
Explorer
0 Kudos

Hi Dinesh,

you can find the relevant information by pressing CTRL+Shift+F1 within the RF Screen. With this information you can check in the RF customizing the relevant function module.

You can also set a breakpoint in method CALL_FLOW_PROCESS (class /SCWM/CL_RF_BLL_SRVC) to find the function module.

Best regards,

Matthias

0 Kudos

Very helpful Mathais , Thank you

Answers (2)

Answers (2)

former_member214709
Participant
0 Kudos

Thanks for the response.

I am already following the Cookbook.

Would like to know how to create the Screens & Function modules for the /SCWM/RFUI custom menu option.

Please let me know the steps that i need to follow for creating the screen and the function modules which i am supposed to configure in 'Define Steps in Logical Transaction'.

Warm Regards,

Dinesh

Former Member
0 Kudos

Hello Dinesh,

This issue is already resolved in scn.

Please check this link

Using RF in SAP EWM | SCN

Let me know if you need any further help.

BR,

Olet

Former Member
0 Kudos

Hello Dinesh,

Please read this RF cook book thoroughly.

This will help you to understand the structure and how it functions.

BR,

Olet