Answer Posted / yoga
Actually read statement for fetching only single record from
internal table,if you are declaring ( with key,index) with
read statement ,then you can focus the exact
record,otherwise it will take the 1st index record by default.
if you want more than a record,using loop statement,you can
get it.
| Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
If yes then why do we require logical database
What is the difference between collect and append statements?
How can we send data to external programs?
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.
Explain the difference between open_form and close_form?
there are 2 selection screens. material num in screen 200 and plant in screen 300. so how can you write in INITIALISATION event?
What is the use of 'for all entries'?
What is payroll driver ? : abap hr
Suppose there is check box along with the rows. The requirement is, select the require check boxes and press a used defined button to save all these checked row data to another table. How can you do it?
What is occurs in internal table?
java script for push button in adobe forms.
What is the use of enqueue function module? : sap abap data dictionary
In which particular scenario we use sorted table and which particular scenario we use standard table?
What is your approach for writing a bdc program? : abap bdc
What are number ranges?