cancel
Showing results for 
Search instead for 
Did you mean: 

SAp script - changing the form in debugiing mode

Former Member
0 Kudos

Hi all,

where can I change the form name in debugging mode.

my standard form: LVSTAEINZEL.

customized form :ZLVSTAEINZEL.

standard driver program:SAPLLTOP.

when I run form using tcode LT31.it triggers standard form but i need to change the form in debugging mode to trigger customized form for testing purpose.

can I do this.

Edited by: kalandar on Jan 4, 2010 7:34 AM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Search for function module "OPEN_FORM" globally in driver program "SAPLLTOP". Place the break points at corresponding statements. Now execute the transaction it should stop at desired brak point, then change the form name in the corresponding parameter( form name ) of function module.

Hope this gives you some idea.

Regards,

Aswini.

Former Member
0 Kudos

Hi Aswini,

I changed the variable with customized form and again its triggering standard form.

what can i do?

Answers (1)

Answers (1)

vinod_vemuru2
Active Contributor
0 Kudos

Hi,

Just debug and find out from which place the form is called(OPEN_FORM). There you can change. I think you can get it from log also.

Thanks,

Vinod.