29) Difference between check table and value table?
Answer Posted / saikalyan
Value table:it is mainted at domain level.
Check table :it is maintained at field level.
the refrance table of forin key table.
| Is This Answer Correct ? | 35 Yes | 5 No |
Post New Answer View All Answers
Can we define our own match code id's for sap matchcodes? : abap data dictionary
What are your ways to performance optimization?
Does sap handle multiple currencies?
Concepts of OO ABAP and why we are using it?
Explain the use of table maintenance allowed?
How can we achieve MVC ?
What happens if we use leave to list-processing without using suppress-dialog?
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.
Suppose there is a secondary index on 4 non-key fields A,B,C & D. There are 3 select queries :- a) one on basis of A, B, C , D b) Second on basis of A, B, C c) Third on basis of D, C,B, A In which all situations , the above secondary index will be used?
Does the call transaction method allow multiple transactions to be processed by sap? : abap bdc
What are roles and authorization objects?
What application areas are you comfortable in?
How can you distinguish between different kinds of parameters?
What is the purpose of creating symbolic a/c, what is transaction code for same? Can we assign one symbolic a/c to multiple wage types? : sap abap hr
How can we upload a text file having delimiters in to legacy system? : abap bdc