2006 Dec 04 10:30 AM
what are classical report and interactive reports
I dont know anything abot BSP. How to start and what are the pre-requsites.
Pls provide me the useful link for that
Thank you
John
2006 Dec 04 10:33 AM
BSP
start with this online help
http://help.sap.com/saphelp_nw04/helpdata/en/e9/bb153aab4a0c0ee10000000a114084/frameset.htm
for help on BSP use the following forum.
Regards
Raja
2006 Dec 04 10:33 AM
BSP
start with this online help
http://help.sap.com/saphelp_nw04/helpdata/en/e9/bb153aab4a0c0ee10000000a114084/frameset.htm
for help on BSP use the following forum.
Regards
Raja
2006 Dec 04 10:36 AM
Hi,
<b>Classical Reports:-</b>
These are the most simple reports. Programmers learn this one first. It is just an output of data using the Write statement inside a loop.
Classical reports are normal reports. These reports are not having any sub reports. IT IS HAVING ONLY ONE SCREEN/LIST FOR OUTPUT.
<b>Interactive Reports</b>As the name suggests, the user can Interact with the report. We can have a drill down into the report data. For example, Column one of the report displays the material numbers, and the user feels that he needs some more specific data about the vendor for that material, he can HIDE that data under those material numbers. And when the user clicks the material number, another report (actually sub report/secondary list) which displays the vendor details will be displayed.
<b>
For BSP's</b>
/people/thomas.jung/blog/2006/01/13/custom-bsp-extensions-time-stamp-and-range-ui-elements
http://searchsap.techtarget.com/tip/0,289483,sid21_gci886185,00.html
If you search the forum aout the BSP, you will get more info
Regards
Sudheer
2006 Dec 04 10:57 AM
Hi John,
BSP has to do with the Web application development in SAP (ABAP). You may go to SE80 and select "BSP Application" from the drop down. You may then search sample BSP applications and read them to understand how the coding looks like. The BSP application consists of BSP pages (somewhat like HTML pages) and have code written on them. The coding language is ABAP and JavaScript (for scripting purpose). Nowadays, you have HTMLB functions which are good reusable templates to minimize common coding.
Once you are through with this pre-development phase you may want to have a look at the MVC (Model View Controller) approach for BSP developments. This is the latest and best way to go ahead with BSP (only if your SAP version allows).
Please go through the links provided to you and they will be very helpful.
Thanks.
2006 Dec 27 7:12 AM
Classical Reporting:In classical Reporing User can have only 1 out put list.
Where as interative reporing User Can Navigate up to 1 Basic List and 20 Secondary List
shyam.k
2006 Dec 27 7:16 AM
Hi John,
Classical Reporting: In Classical Reporting User can have only 1 out put
List.
Interactive Reporting: Where as in Interactive Reporting user can Navigate up to 1 Basic List and 20 Secondary Lists.
Thanx
shyam.k(sultanabad).
2006 Dec 27 7:19 AM
hi,
<u>Classical Reports</u>
Classical reports are normal reports. These reports are not having any sub reports.IT IS HAVING ONLY ONE SCREEN/LIST FOR OUTPUT. Events In Classical Reports. INTIALIZATION:This event triggers before selection sreen display. AT-SELECTION-SCREEN:This event triggers after proccesing user input still selection screen is in active mode. START OF SELECTIONS:starrt of selection screen triggers after proceesing selection screen. TOP-OF-PAGE:It provides header for abap reports. END-OF-PAGE:It provides footer for page. AT PF:For predefined function kes AT USER COMMAND:For user defined function keys.
<u>Interactive Reports</u>
Interactive reports are very accurate reports. These reports contain more than 20 sub reports.
Regards
anver