WHAT IS THE USE OF SECONDARY INDEXES AND WHAT IS MAX LIMIT
OD SECONDARY INDEXES?
Answer Posted / g.shankar
sorry for the above ans 2ndry index is used to enhance the
performance of a select statement for a non-primary key...
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is going life actually? What is the role of a functional consultant in it? : sap abap hr
What are the different methods of passing data?
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.
We have got some values for Field F1 say 1,2,3,4 and F2 say 10,10,10,10.Now can you tell me what would be the output for F1 if we use At End Of event?and what would be the output for F2 if we use At Last event?Also i want to know what is the difference between Total calculation for At end event and grand total for At last event???
What is a data dictionary? : sap abap data dictionary
What is the meaning of abap/4 editor integrated with abap/4 data dictionary?
Explain the session method? : abap bdc
WHAT ARE THE INPUT PARAMETERS TO BE PASSED FOR THE BAPIS 'BAPI_CUSTMATINFO_GETDETAILM' AND 'BAPI_CUSTMATINFO_GETLIST'
Normally how many and what files get created when a transaction program is written?
data:zxyz type xyz. where xyz is a standard sap structure where it contains data type fields and line type (refer to other structure) fields. my question is how to assign values to field zxyz-str-matnr where str is a structure inside xyz structure.
What are the data types of the abap/4 layer? : abap data dictionary
Explain the different types of data dictionary objects?
What is a transaction variant and why are they used?
what are the two methods of modifying sap standard tables? : abap data dictionary
How do you populate data into a multiple line field?