cancel
Showing results for 
Search instead for 
Did you mean: 

How To Debug Adobe Form in Production ?

suman_kumar16
Participant
0 Kudos

Hi gurus,

            Could anybody please help to debug a adobe form in production system. what is the procedure to debug in production.

Thanks & Regards,

Suman Kumar

Accepted Solutions (0)

Answers (3)

Answers (3)

silvanacpv
Explorer
0 Kudos

Hello.

In SFP transaction, press Execute (F8). You can see the FM name, example: /1BCDWB/SM00000018

Go to the SE37 and open this FM.

So, you can set a breakpoint in the FM.

0 Kudos

Debugging adobe form in QA or Production system.

There will be scenario, where we might need to debug adobe from in quality or production system.

In such senior, we can't put user specific breakpoint in interface code, so we can follow below steps.

1.Go to driver program and put a breakpoint before adobe form is getting called.

2.Once debugger get triggered in driver program, then in debugger activate break point at statement as shown in below screenshot and whatever ABAP statement available in interface code, provide the same so the debugger will at all those statements.

Once you reached in interface, you can continue debugging adobe form.

Florian
Active Contributor
0 Kudos

You need to save the set (XML-DATA) and after it you can redo the form in your developing-system.

There is just on important thing to know, the interface isn't allowed to change during this process.

You have to search for it.

My key-words would be something like "using preview / xml download preview".

If you do not find a solution, I recommend you to invest in this book It saved my life more than one time in the past

SAP Interactive Forms by Adobe (2nd Edition) - SAP PRESS Bookstore

5.3.2 Using Preview Data

~Florian