Waht is "READ TABLE" command?? Whats the use of it??
Whats the syntax of the same?
Answer Posted / pramada oram
Below given are 2 types of syntaxes for READ statement
which are used in common.
1)Read table itab into wa with key fname1 = fname2.
fname1 is the field defined in internal table 'itab'
and work area 'wa'.
fname2 is the field defined in the table corresponding to
which the read statement is used.
(or)
2)Read table itab into wa with index index_no.
* Here itab and wa should have the same structure.
| Is This Answer Correct ? | 9 Yes | 4 No |
Post New Answer View All Answers
What are screen painter? Menu painter? Gui status?
Can you delete data element, which is being used by table fields. : abap data dictionary
Why do we use abstract class
how to create view in bdc..??
what comes in Timkein written test I hope some body can tell me at this id plz tell it before 9 pm 19 march
Can you delete data element, which is being used by table fields?
How can the standard tables of sap be modified?
What are the update types possible? : abap data dictionary
What is meant by a schema? : sap abap hr
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.
What is the difference between a substructure and an append structure?
what is the purpose of BAPI BAPI_CUSTMATINFO_GETLIST What is input and output of this BAPI.
Explain what is sap script? What is the purpose of sap script? Difference between sap script and report?
What is off cycle payroll run
Explain the difference between a dialog program and a report?