cancel
Showing results for 
Search instead for 
Did you mean: 

how to check forms attached to ztcode

Former Member
0 Kudos

Hi,

I want to check the form attached to the z-tcode createda. Please give me the detail debugging steps to find the form attached.

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

HI,

Please explain your requirement elaborately..

Former Member
0 Kudos

HI,

Check the TNAPR table .

Former Member
0 Kudos

Hi,

Thnaks for your immediate reply.

Can i check by debugging (using /h). If yes what are the steps.

Former Member
0 Kudos

Hi,

check this link...[FORM to Which Transaction its attached|]

Former Member
0 Kudos

Hi, thanks for all you for reply.

I want to know how i can find a form by "DEBUGGING PROGRAMME (USING /H)". This is the only authorizatiion I have.

Former Member
0 Kudos

Hi,

Use the standard program

RSTXDBUG for debugging the script form.

Thanks,

Nithya.

Former Member
0 Kudos

Hi, Goto SE71 -> utilities Menu and click activate debugger.

then execute ur Ztcode, when the script debugger starts press Ok and script will be opened in debugging just on top u can see the form name.

кu03B1ятu03B9к

Former Member
0 Kudos

DEAR ALL,

THANKS FOR ALL REPLIES.

I HAVE ASKED A SIMPLE QUESTION. I WANT TO SEARCH FOM NAME ATTACHED TO ZTCODE. I HAVE AUTHORIZATION FOR ONLY DEBUGGING.

PLEASE POST IF U KNOW HOW TO DEBUG THE TRANSACTION BY USING /H ANS FIND FORM.

ALL ABOVE REPLIES MAY BE USEFUL BUT NOT FOR ME , DUE TO RESTRCITED AUTHORIZATION.

PLEASE POST THE INFORMATION FOR DEBUGGING PROCEDURE ONLY.

Former Member
0 Kudos

Hi,

Do u know that, writing in caps means "SHOUTING", so is there any reason to do that?

the answers posted here are standard way to debug script.

anyways if there's no other way for u other then /h

then do a /h and run the tcode, do an F5 till u reach the print program which must be getting called somewhere or do one thing -

when u reach in debugging mode -> clcikc on breakpoints menu and select breakpoint at function module.

give the FM name as WRITE_FORM.

now hit f8 after breakpoint has been set.

when u reach inside this FM.

there will be a structure rstxc.

ur form name will be in the field rstxc-tdform.

кu03B1ятu03B9к