cancel
Showing results for 
Search instead for 
Did you mean: 

breakpoint in Address window

Former Member
0 Kudos

Hi all,

Form Contains the Logo, Main and Address Windows.

Is it possible to put a break point in Address Window. ?

I mean when i debug the script debugging is starts from Address window.

How do i do this ...

Thanks in Advance

Sri..

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sri,

You can put a break points in Scripts by activing Debugger.

Goto SE71->Give form name, Select Utilities Menu and Click on Active Debugger.

I think you can not put a break points inside ADRESS...ENDADRESS.

But ADRESS...ENDADRESS will call internally call function module ADDRESS_INTO_PRINTFORM. It will use ADRS1, ADRS2 and ADRS3 tables.

So, put a break point at the function module and check for results.

Thanks,

Vinay