cancel
Showing results for 
Search instead for 
Did you mean: 

PDF Form Debugging-MEDRUCK_KNT

Former Member
0 Kudos

Hi All,

I am creating a PDF form for Contracts by copying standard MEDRUCK_KNT form.

The output type is configured to standard print program SAPFM06P and the form Routine ADOBE_ENTRY_NEU.

I wrote some code in the Code Initialization part of the Form Interface. I have added a BREAK ' ' (USER-ID) or BREAK-POINT for debugging my form.

But when I issue the print from the break point is not triggered.It also doesnt trigger when I put a break point in the print program.

Can any one let me know if there is any other way to debug this form.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Whether a SAPScript or Smartform or Adobe Form is called is decided by the configuration done by functional person.

If you have put in the break point in " code initialization" part of the interface MEDRUCK and it is still not stopping at the point, its possible that a smartform or a SAPscript is being called.

To verify, Put a break point at "WRITE_FORM" or "SSF_FUNCTION_MODULE_NAME' and you will understand whether any other forms are being called.

preethi_santhanam
Participant
0 Kudos

Hi Viswas,

Any solution to this?

Regards,

Preethi.