what is data structure and data table
Answer Posted / naveel ahmad
Digital computer can manipulate only primitive data that is
data in terms of 0's and 1's manipulation of primitive data
is inherent within the computer and need not required any
extra effort from the user side .
Data structure is a representation of computer science.
data table:its nothing but sap predefined the table.
its allocated the memory at the runtime.while u defining
the data table u can assign the table type.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What will you code in start-of-selection & end-of-selection ?
In events, start-of-selection is a default event. When we have to use this event explicitly? Why?
Control Break statements- At new...endat.
What is open sql vs native sql ?
What is an rdbms?
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.
1/ How do u apprach if error occur in sending idocs ? 2/ where u assigned process code ?
in bdcsome times we get the ok code for "enter" wrongly instead of '/00'.what is the reason.how we can exceed this problem.
What are the update types possible? : abap data dictionary
What is at exit-command:?
What are multiple use BADIS?
How do you find if a logical database exists for your program requrements?
How will u handle the situation – In a report using function module to generate a IDOC, How will u handle the error IDOC in the same report ?
What are the types of subroutines?
Where can you find error log for call transaction? : abap bdc