how many secondary lists can we create in an ALV?
Answer Posted / veena
20 Secondary lists
| Is This Answer Correct ? | 30 Yes | 1 No |
Post New Answer View All Answers
What is smart forms? : abap hr
A field containing quantity amounts (data type quan) must be assigned to a reference table and a reference field. Explain? : abap data dictionary
Which database object is used for storing the system variables? : abap data dictionary
What is an abap/4 query? : abap hr
How do you delete duplicate records from internal table?
What are the two methods for modifying sap standard tables?
What is a view? : abap data dictionary
How to Modify Layout set for RVORDER01 for printing sales order confirmation. plz mention the detail coding Tahnks, Rahul
Explain the relationship between a functional area, user group, and query when developing queries using the sap query tool?
What is the difference between collect and sum?
what is the t-code to link technical and functional operation?
What is processing class, where we do them and why? : sap abap hr
The loop-endloop on extract datasets can be used without any kind of errors. State true or false. : abap modularization
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.
Suppose there is check box along with the rows. The requirement is, select the require check boxes and press a used defined button to save all these checked row data to another table. How can you do it?