how many secondary lists can we create in an ALV?
Post New Answer View All Answers
What is append search help? : sap abap data dictionary
Print options in smartforms?
What are the differences between a database index and a match code? : abap data dictionary
What are the data types of the abap/4 layer?
Hi, I have a requirement for locking the fax field in user master records. As you know user can edit the details using the System>profile>own data (SU3), it is causing some security threat to our model. What i want is users should not be able to change the fax field under communications when they get into su3.I have heard of user Exist functionality but don't know how to implement it. Can you suggest something, it will be greatly appreciated.
Example of table cluster and cluster tables.
What does an EXEC SQL stmt do in ABAP? What is the disadvantage of using it?
What is meant by hide area?
What are the disadvantages of using explicit enhancement?
What are logical databases? : abap hr
What are the two ways for restricting the value range for a domain? : sap abap data dictionary
What is the maximum number of structures that can be included in a table or structure : abap data dictionary
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.
function modules are also external subroutines. State true or false. : abap modularization
What is the difference between the function module and a normal abap/4 subroutine?