What are the uses of secondary indexes?
What is evaluation path, where do we do it and why? : sap abap hr
What is processing class, where we do them and why? : sap abap hr
What happens if a function module runs in an update task? : abap modularization
What are the types of the programming language used in the sap abap software?
Explain the types of bdc's?
How to convert normal function module to bapi?
Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subrc after perform?
Explain the properties of selection screen?
What is an rfc?
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 ?
How do you import pay scale data from non sap to sap? : sap abap hr
What is read line in abap?
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 is difference between set screen and call screen ?