2020 Nov 01 8:24 PM
Hi Folks,
Anyone please help for my Subject question.
Regards,
Baigan
2020 Nov 02 6:32 AM
Like other code, putting a break-point, a break "username", a session break point ....
2020 Nov 02 6:32 AM
Like other code, putting a break-point, a break "username", a session break point ....
2020 Nov 02 9:43 AM
2020 Nov 02 9:52 AM
Hello moli.kaddu12
If it doesn't work, then you need to provide more details, because Frederic's solution is correct.
Kind regards,
Mateusz
2020 Nov 02 10:01 AM
it could be due to background processing, but it is not linked to the Class specificity.
2020 Nov 02 1:07 PM
or update task, or asynchronous task/session breakpoint, or wrong user, or ...
2020 Nov 04 6:56 AM
Hi Sandra & Frederic,
Providing more details as:
Have one Custom Class already build in SE24 with a Instance Method and Static Method.
Am able to Debug the Static Method as well as Test from SE24 itself by passing required importing parameters and getting the desired result in Returning parameters.
But the problem is, How to Debug for Instance Method from SE24 directly by passing required importing parameters.
My instance Method is not Visible while pressing CTRL + F8.
Kindly, guide me both.
Regards,
Baigan
2020 Nov 04 7:06 AM
You would like to test an instance method...
You should have a view to the Constructor, you click on it, and it will create an instance for your class.
The better way, is to use Abap Unit. You could test easily the method, and the input/output will not be lost. It will stay with your code
2020 Nov 25 7:48 PM