Answer Posted / sudhanshu billore
breakpoint :
The breakpoint "pauses" the program execution once you reached the specified line. From there onwards u can execute line-by-line, check the contents of the registers etc... This is for debugging purposes.
watch point:
the watch point only "pauses" the execution of the program once the variable and value of the watchpoint that you specified matches. Ex. your watchpoint is var1 = 1234. Until var1 is not 1234 your program will continue to execute and will pause only when it reached the 1234 value.
Remember both will "pause" the flow not "stop" bcoz after reaching that point program won't terminate, you can execute further.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
How can I make a differentiation between dependent and independent data? : abap hr
Can we define our own match code id's for sap matchcodes ?
How do you set up background jobs in sap? What are the steps? What are the events driven batch jobs?
Advantages and disadvantages of different types of bdc's?
How to do find it?
Explain how do you move on to the next screen in interactive reporting?
Does every abap/4 have a modular structure?
What is the difference between open_form and close_form?
What is the purpose of sum statement?
when are objects are passed from task to the change request?
Have you set up a back ground job ? How to create a background job without a variant ?
What is native sql?
B -Credit Note report Selection Screen Ranges: Creation date Sales Org Sold to Party Selection condition: Document Category – VBTYP should be ‘O’ Table to be used: VBRK, VBRP,VBPA,ADRC List the CR order types or credit billing type by customer number (or selected customer) and displays the: - Billing Document date (FKDAT) - Customer number (KUNRG) - Name of the reseller (on top of the SAP No) (NAME1) - Billing document number,(VBELN) - order reason (AUGRU_AUFT) - Amount (NETWR) - Currency (WAERK) Group Currency wise, billing type wise sum of Net value. When user double click on field ‘Billing Document #’ , display the document in VF03 Do this using OO ABAP.
How do you take care of performance issues in your ABAP programs?
Name some system global variables you can use in abap programs?