can any one can give me exectly the TABLES key word?
Answer Posted / apoorv sharma
tables keyword is used in reports.
it specifies default work area to be used during select
statement.
Suppose u write
Tables: vbak.
eg. select single * from vbak where kunnr eq ' '.
then the content will be selected in vbak work area.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
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.
Where do you create indexes in abap?
What is the difference between bdc_open_group and bdc_open_dataset. : abap bdc
What are different abap/4 editors?
Explain what is sap script? What is the purpose of sap script?
What are internal tables? How do you get the number of lines in an internal table?
What is the function module to popup contents in the internal table?
Explain the use of table maintenance allowed?
What is the maximum number of match code id's that can be defined for one match code object ?
How can we use / display table in a screen?
Why we are using Macros instead of Function Modules
if u take one worst program,in this program user write the logic is session method.in that program user can get some errors ,that errors we will see in call transaction method,how it is possible.?
How do you save data in bdc tables? : abap bdc
What are the functional modules used in sequence in bdc? : abap bdc
What are the ways you can do the tuning?