Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

how to find debug the form for a associated transfer order

Former Member
0 Kudos

Hi Experts,

I am printing a transfer order using LT31 transaction and I know the associated form for that Transfer order, I already placed a break point at the function module associated for that form, please let me know how to debug the TO form from LT31 print TO transaction.

I know debugging a smartform .

Thanks,

RG

4 REPLIES 4

Sandra_Rossi
Active Contributor

Printing is often run in a (non-local) update task, so break-points are not executed by default. You should activate the mode "debug update task" (search the forum for details).

ashraf_usmani
Participant

Hello Ramya,

you can start debug using below steps:

Hope it will help you

Regards

Ashraf

Former Member
0 Kudos

Hi

but which is the problem if you know how to debug a smartform?

raghug
Active Contributor
0 Kudos

I am not sure what the question is exactly, but there are some things that need clarification...

  1. LT31 & SAP WM by default cannot call SmartForms - using print program RLVSDR40. Are you calling a SmartForm or SAPScript?
  2. The calling program can be seen using configuration on OMLV. You can set a breakpoint there to see how the form is getting called and where information is coming from
  3. If you want to call a SmartForm, you will have to create a custom program, and you can set that up in OMLV