What is report category and for what purpose do we use
report category
Answer Posted / bharat
logical data is important part in ABAP hr programming sap
provides many LDB to use the data in perfect way without
much coding. We normally use PNP, PNPCE LDB in hr abap
reports and use standard LDB screens reports. LDB screen are
based on report category. Sap provides many report category
for each LDB so it can be use for multiple purposes.
Sometimes during for custom report development, we don’t
find the report category as per our requirement and we need
to add the unwanted fields on selection screen SAP provides
options to create custom report category which user can
design based on the requirements.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are the various events associated with screen programming?
What are the attributes of the data in data dictionary? : abap data dictionary
What is repository info. Systems?
How to create report in SD open sales order which covers all Organization, delivery status, shipping details and partner function details. plz mention the detail coding Tahnks, Rahul
Mention the various databases integrities?
What are system fields for secondary lists?
can any one answer these questions 1)How do you convert non-character field to character field? 2)How do you work with semi colon separated files? 3)why cant we use normal function module for data transfer? 4)what is the structure of CTU-PARAMS? 5)can we use transfer dataset to transfer data in internal table?
What is meant by exclusive, not cumulative lock? : sap abap data dictionary
Explain what is an rdbms?
What primary key and foreign key relationship
How the transaction that are programmed by the user can be protected?
What is the master data necessary before you can start posting in MM?
What are number ranges?
What is the basic difference internal tables and database tables? : abap data dictionary
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?