‎2021 Oct 14 3:12 PM
Hi Experts.
Now I have a selection screen.And when I input matnr and querry it. There is a result. But when I don't input any condtion and query it . I don't get the result. How to debug it ? Thanks.
‎2021 Oct 14 3:15 PM
Hi,
you can start the debugger by entering "/h" in the command field where you enter the transactions as well.
Best Regards
Thorsten
‎2021 Oct 15 1:35 AM
‎2021 Oct 15 8:13 AM
Which part don't you understand? I'm not sure that it can be made any simpler.
‎2021 Oct 14 3:33 PM
‎2021 Oct 15 1:28 AM
When I don't input any conditon. becasue of prodction system. There is too much data .
‎2021 Oct 15 5:38 AM
Well, starting the debugger is easy, with "/h" as Thorsten said, and it's been discussed a lot in the forum.
/h debugger site:sap.comIf you need more information, could you add screenshots so that people can better understand the context?
‎2021 Oct 15 8:18 AM
Your question is too specific and too general, it's very basic thing for abap developer.
Community members can provide some hints, but I am afraid you cannot get step-by-step guidance here.
For example, first you have to read your source code to find out or guess where the output come from, right?
It may come from a SELECT statement. Then you can set breakpoint at the SELECT, check why it doesn't return anything.
For /h, try baidu this: abap /h .
‎2021 Oct 18 11:10 AM
Hi Harry,
I am assuming you have a selection-screen. Have you created parameters or select-options. If you've used Parameters then blank is also an value & "=" operator will perform an exact match in select query. Thus it will go and fetch records where the value is blank.
To help you more, might need more details.