Answer Posted / lokesh
Report is a program that reads the data from database ,
manipulates the data & outputs the processed data on to the
screen and printer in a specific format.
SAP Script is the word processing tool of SAP.
often there are instances where an o/p from a SAP prg is
required on a physical paper in a pre-designed format.Using
normal ABAP code this is not possible.Instead SAP provides
an object called SAPScripts to generate such kind of
documents which can contain logos, tables and other objects
and which can look like pre-printed document.
| Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
What are plan versions used for? : sap abap hr
What are the basic functions of database utility? : abap data dictionary
what is user specific parameter?
What is the meaning of sap r/3?
What are the events in abap/4 language? : abap hr
What is the difference between Check and Continue?
What is the last entry in all bdc tables? : abap bdc
Performance tuning techniques
If i wont like to change the standard print program where i copied standard script to customer namespace,in this case is it possible to retreive the data if u connect the script with standard program.if yes how?if no why? Is it possible to print the logo in first page only,where the form consists of 10 pages.How can u do this? How can u set a table format where it cosists of fields like cust no, custname, amount ...in a script? How do u know that the particular BADI is suitable for the existed report.How do u findout this?When do u opt for BADI OR USEREXIT?did functional people tell u to adopt BADI or USEREXIT? What is the difference between SY-INDEX & SY-TABIX ? I have a report with fields Status,time & date. the contents it consists are Status Time Date AAA 01:20:15 05-06-10 AAA 11:02:32 O3-06-10 AAA 23:11:00 05-06-10 AAA 09:14:46 05-06-10 HOW DO U WRITE A CODE TO DISLAY A ROW WHICH WAS RECENTLY EXECUTED?( for this question it should display AAA 23:11:00 05-06-10 AS Output)
What is the BAPI_CUSTMATINFO_GETDETAILM used for? what is the input and output of this bapi.
what next in SAP-ABAP/4 is it going to be change?
What is your approach to find exit and BAdi?
How can you display frames (horizontal and vertical lines) in lists?
Mention some important events in abap programming.
What is sap script? Describe its components.