What do you mean by cluster tables in sap abap? Also explain what do you mean by table cluster? : abap data dictionary
in scripts if u want to add the field using itcsy structure iknow this concept,then i want to add some logic at a time in S.ORDER AND P.ORDER HOW,IF POSSIBLE WHERE U CAN ADD THE LOGIC, HOW?
at which situation we create the secondary index?
Can you do enhancement in a table?
why u can call(r using) ssf_function_module_name in smartforms?
By using which single table i can get all the detail from sale order to billing not used vbak, vbap, vbrk & vbrp.
Table ztest has a secondary index on the following fields: tnum, tcode. Select * from ztest where tnum ne '123' and tcode = '456'. Why is the index not used in the above case? Choices: a) Indexes are not allowed on Z tables b) Variables must be used, NOT literals c) Select individual fields, not select * d) Client is not in the where clause e) NE invalidates the use of an index Info: Can someone explain in detail why this happened? It will be really helpful to handle to case in Secondary index:
What is the differences between structure and table in the data dictionary in abap?
what is the difference b/w linear search and binary search? (how can these search)
15 Answers HCL, IBM,
What are the differences between structure and table in data dictionary in abap? : sap abap data dictionary
what is the importance of macros? is it that it is useful only for addition or subtraction operation (arithmetic operations) ? I need more information regards this? I am waiting for the reply
Hi folks , this is venkat ,I am looking for SAP EDI training if you have any idea please mail me contact details vekat.
How to reterive data from the data base using scripts with out touching the print program