What is an abap/4 query? : abap hr
No Answer is Posted For this Question
Be the First to Post Answer
What's the use of AT PF event?
What is modularization and its benefits? : abap modularization
What are the different functions used in sap script?
1. If I send 5 entries of table from one system to another system, if the only 4 entries there in the target system what I have to do? 2. If I send the customer master IDOC from one SAP system to another system, if one field is missing in target table what is the steps? 3. If I want to access the 4th row 3rd column in the hashed table how to do it? 4. Whether there is any other statement than MODIFY statement to modify the content of internal table?
How to call A report from other report widout using include program..??
What is meant by hide area?
How do you send the output of a script as an email attachment
What is the transaction code to display the payroll results ? : abap hr
What is the maximum number of match code id's that can be defined for one match code object? : abap data dictionary
What are datasets?
What are the events in classical reports?
A database table contains 3 fields(Student_no,Section,Total_marks).I want retrieve top 10 students from each section.Note:(Section contains data like A,B,C.Each section contains more than 10 students).