2013 Sep 14 3:24 AM
Dear All,
pls help me on this issue.
How can I find the exact point in the abap program. When I click on a line in the table sometimes the button is enabled and sometimes it disabled.
I am trying to find out this point to understand why this is happening
We are working with NWBC. I have set some external breakpoints. In WebDynpro it is possible to find the
via right clicking but it is not possible to find out the point in the program where this takes effect. Please advise how can achive thi issue.
Regards
Alex
2013 Sep 16 1:52 AM
Hi,
Step 1. Find out which context element this button is linked to.
(There should be a binding that turns the button on and off.)
Step 2. Search the webdynpro code for this context element name (ACTIVATE_FLAG)
(To do this you need to find the class name that holds the code.)
Enjoy!
Paul
2013 Sep 14 7:09 AM
Open this program and screen in SE51 transaction and keep a breakpoint in PAI module and check.
There must be some conditions there based on which this field in enabled or disabled.
Regards,
Gautham.
2013 Sep 14 1:48 PM
Hi Gautham,
please be aware, I am talking abou WebDynpro. SE51 is for Standard Dynpro.
2013 Sep 15 5:47 AM
I think this link will help you
http://help.sap.com/saphelp_nw70/helpdata/en/7a/aca6429d084a48b0116e99691d6529/content.htm
2013 Sep 16 1:58 AM
Hello,
SCN guidelines recommend that you should not post a link without explaining briefly what you are linking to.
For example, in this case, if you wrote 'Here's how to set a breakpoint in WebDynpro', then we would know that it's not particularly relevant.
Alex said he already knows how to do that...
cheers
Paul
2013 Sep 16 1:52 AM
Hi,
Step 1. Find out which context element this button is linked to.
(There should be a binding that turns the button on and off.)
Step 2. Search the webdynpro code for this context element name (ACTIVATE_FLAG)
(To do this you need to find the class name that holds the code.)
Enjoy!
Paul
2013 Sep 16 1:39 PM
Hi Paul,
I thank you very much. You've answered my very profissionell. I've noticed you have a lot of knowledge in Abap and Co. I have also noticed you are in terms of workflow very good as well.
Can you pls. take a look at this thread. You have maybe an idea/clue.
http://scn.sap.com/thread/3422926
As already said thank you many times.
Regards
Alex