cancel
Showing results for 
Search instead for 
Did you mean: 

Adobe dubugging issue!

former_member296785
Participant
0 Kudos

Hi Experts,

I have an issue regarding Adobe form and i want to dubug the form. I put external break point(form calling from web dynpro) and also i wrote 'BREAK-POIINT'  in initilization part(form interface), but the problem is the form is not getting triger, i check the settings(debugging) its all correct. Anyone have any idea???

Please help me its very urgent.....

Thanks in Advance.

Accepted Solutions (0)

Answers (2)

Answers (2)

suneel_uggina
Participant
0 Kudos

Hi Mukundan,

If you are using Adobe form in Web dynpro component, Check  by placing external  break points inside the methods of web dynpro component.

Use the same credentials for placing external break points and log in  into web dynpro portal to execute the form.

former_member296785
Participant
0 Kudos

Thanks for your quick reply......Suneel.....,

Here we are not aware of  the Web dynpro method from which the adobe form is  getting triggered.

So we are not able to use the given method......! Do you know how to find exact method from which form is getting called??

Please help .

0 Kudos

Hi Sachin,

From where you are trying to trigger, is it from POWL? If yes, there are some configuration settings to be done to trigger your adobeform.

Regards

Siva

former_member296785
Participant
0 Kudos

Hi Siva,

Actually we are using SAP EXIM.  From EXIM(

SAP NetWeaver Business Client)

we are calling Adobe form. its not calling from POWL.

0 Kudos

Hi Sachin,

Please try this once.

Execute the functional module FP_FUNCTION_MODULE_NAME and pass your adobe form name to exporting parameter, you will get an other FM. Put an external breakpoint in it.

Regards

Siva

0 Kudos

Hi Sachin,

Have you tried this.

Execute the functional module FP_FUNCTION_MODULE_NAME and pass your adobe form name to exporting parameter, you will get an other FM. Put an external breakpoint in it.

0 Kudos

Hi Sachin,

1. You can write endless loop in it like (DATA : int type i like '1'. while int = 1. endwhile.).

2. Another way to debug without necessity of endless loop is: call the funtional module      FP_FUNCTION_MODULE_NAME, by this you will get a functional module. Now you can put the      breakpoint in this resultant FM and start debugging.

While click on "Print Preview" button, these locations will trigger.

Let's try and tell me, whether works or not.

Regards

Siva

former_member296785
Participant
0 Kudos

Thank you so much Siva..... Let me check  this....

former_member296785
Participant
0 Kudos

HI Siva,

I tried this in initilization within form interface" (DATA : int type i like '1'. while int = 1. endwhile.)".... but still its not trigerring.....