Can ‘where’ clause be used when updating database entries?
Answer / satish perumalla
yes we can use where clause in updating database entries
Is This Answer Correct ? | 0 Yes | 0 No |
Why do we need enhancements?
I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.
Concepts of OO ABAP and why we are using it?
Explain the data types of internal tables?
How many ways can a sap system be accessed?
What is the use of the raising exception? : abap modularization
i have 4 primary keys and i want to use only one primary key for select single.What changes will occur in the system?can i use it?
What is meant by authorization? Did you ever work on it? : sap abap hr
what is the work of buffer in sap ?
What are the arithmetic operators in the sap abap?
Why first check bapi , if not available go bdc ?
A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain.? : abap data dictionary