what is the use of STOP,EXIT,CHECK,CONTINUE in internal
table?
Answer Posted / raju
check : it terminates single loop pass conditionaly
countinue : it terminates single loop pass un conditionaly
exit : it terminates the loop processs nad countinous the
execution after the loop
stop : it terminates the loop process and control come out
of the program
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
Why do we use Abstract classes give an example from your project?
What are the types of table fields in the sap abap?
How to get that a secondary index is attached to a select query?
What is repository info. Systems? : abap data dictionary
What is cts and what do you know about it? : abap hr
What is the difference between get and get late?
What are the basic objects of the data dictionary?
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.
What is dialog module?
Proxy Programming with ABAP - How to develop the Proxy identification through programming
What is sap abap data dictionary?
What are the advantages of logical databases : abap hr
What is a currency factoring technique?
What are the uses of interactive reporting?
What is a table attribute? : abap data dictionary