Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

how to debug it

1190_5939_439
Active Participant
0 Likes
1,710

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.

8 REPLIES 8
Read only

ThorstenHoefer
Active Contributor
1,603

Hi,

you can start the debugger by entering "/h" in the command field where you enter the transactions as well.

Best Regards

Thorsten

Read only

0 Likes
1,603

I don't understand what you said.

Read only

matt
Active Contributor
0 Likes
1,603

Which part don't you understand? I'm not sure that it can be made any simpler.

Read only

Sandra_Rossi
Active Contributor
1,603

how to start the debugger you mean?

Read only

1190_5939_439
Active Participant
0 Likes
1,603

When I don't input any conditon. becasue of prodction system. There is too much data .

Read only

Sandra_Rossi
Active Contributor
0 Likes
1,603

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.com

If you need more information, could you add screenshots so that people can better understand the context?

Read only

tom_wan
Product and Topic Expert
Product and Topic Expert
1,603

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 .

Read only

NooruBohra
Active Participant
0 Likes
1,603

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.