cancel
Showing results for 
Search instead for 
Did you mean: 

Re: SAP EWM RF Function Module sequences

08-03-2016 9:40 AM
matthias_nater Product and Topic Expert
5139 views 1 comments Go to solution
0 Likes
SAP Managed Tags
Subscribe

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

0 Likes
View Entire Topic
matthias_nater
Product and Topic Expert
Product and Topic Expert

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 Likes

Very helpful Mathais , Thank you