we go in debugging but i m in 5th line of debugging and i want to go again in 4th line of it then how to do that
Answer Posted / anand
Place the cursor on the perticular line and press Shift+F12.
If you are in the loop and in 5th iteration andyou want to go 4th iteration, then change the sy-tabix or sy-index value, then for next iteration it will be possible. make sure you have access to change values in debugging mode.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
– Programming using BAPI : Create Debit Memo Request (DMR) with reference to Sales Order and update the delivery number and PO number in the newly created DMR. Send the spool of the report by E-mail if the E-mail option is enabled. Selection Screen Required: Sales Org Delivery type Sales document type Optional: Planned Goods movement date Option to choose E-Mail E-mail Address Output device Output Output should display both successful and unsuccessful creation of DMR with the following fields, Success/Error (S/E) Sales Document number Delivery number New Debit memo request number Error message Tables TVAK, TVCPA, VBAK, LIKP, LIPS
What is design pattern? Provide example .Why are we using it?
What is the significance of technical settings (specified while creating a table in the data dictionary)? : abap data dictionary
What are the attributes of the data in data dictionary? : abap data dictionary
If I want to execute a program only in background not in foreground is there any option for this? : abap bdc
On abap: did you set up a workflow? Are you familiar with all the steps for setting up a workflow?
Have you set up a back ground job ? How to create a background job without a variant ?
What are field symbols?
ABAP : Classical reports events name
Where are you used type casting?
What are the types of bdc s?
i have executed a report via back ground job, in this report i have used enqueue and dequeue function modules on a table, but before releasing the lock(before dequeue function module is not call) job gives the dump, so the lock is not released the table, here my question is how to set the lock automatically release the there is a short dump before calling the dequeue module?
Explain buffering
Why do we use FOR ALL ENTRIES and what is the pre-requisite
What is partner selection?