Differentiate select and select single?
Answers were Sorted based on User's Feedback
Answer / lohith
Select statement can be executed without where clause
but,select single needs to have where clause and we need to
specify the full primary key.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / kumar.p
select statement which is used to read all the records from
the database.select single statement read the single record
from the database.
Is This Answer Correct ? | 1 Yes | 2 No |
What is the difference between free and refresh?
create a Report to print Stock & Valuated Stock for Plant (ALV Grid) Selection Screen Ranges: Material Number (MARA-MATNR) Material Type (MARA-MTART) Valuation Class (MBEW-BKLAS) Storage Location (MARD-LGORT) Parameter filed plant (MARD-WERKS) Selection condition: Total valuated stock – MBEW-LBKUM – should be greater than zero Table to be used MAKT,MARD,MBEW,MARA,T001L.. (Use inner joins) Display output: Storage location: (TOO1L-LGORT) Description (T001L-LGOBE) Material No (MARA-MATNR), Material Description (MAKT- MAKTX), Total valuated stock (MBEW-LBKUM), Val of tot valuated stock (MBEW-SALK3), IF MBEW-VPRSV = 'S'. Price – MBEW-STPRS ELSEIF DTAB-VPRSV = 'V'. Price – MBEW-VERPR. ENDIF. Subtotal of Total valuated stock (MBEW-LBKUM), Val of tot valuated stock (MBEW-SALK3), Grand Total of Total valuated stock (MBEW-LBKUM), Val of tot valuated stock (MBEW-SALK3), In the ALV grid display keep a button in the tool bar which on clicking navigates through the screen to the next grid which displays the grand total. Use SET PF_STATUS which is in the FM reuse_alv_grid_display to set the button.
Explain V2 updates
prerequisities of FOR ALL ENTRIES
What does a lock object involve?
what is meant stacked list?
Can we include customizing include or an append structure with pooled or cluster tables?
What are the dynamic actions and how to configure it? : sap abap hr
What does import and export do?
What happens if a function module runs in an update task? : abap modularization
How to find out the no of implementations done for a badi
what is partner profile. in which table it can be stored