Answer Posted / venkata ramamohana rao s
in select statement mainntain the list of field of what do
u want to fetch the information from DB instead of "select
* " and mention the primary key in where condition ins.
remove select and endselect statement.
using FOR ALL ENTRIES.
remove the nested loops.
never maintain the select statement between the loop.
remove the move-corresponding statement.
using select single
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is the function of a domain? : abap data dictionary
What are the differences between a database index and a match code?
Explain the table, which contain the details of all the name of the programs and forms?
how to see the table output?
What are the system fields? Explain?
what is the difference between hashed & sorted internal tables?
Can we set page headers to details lists?
What do you mean by cluster tables in sap abap? Also explain what do you mean by table cluster? : abap data dictionary
What is the differences between abap and ooabap. In which situation we useooabap?
Can we include customizing include or an append structure with pooled or cluster tables? : abap data dictionary
What are the two ways for restricting the value range for a domain? : sap abap data dictionary
Difference between Field groups and internal tables?
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 does the insert statement in extract datasets do? : abap modularization
In Smartforms or ADOBE Forms Can we get text from standard table in verticle form? if yes, How?