I wrote one script program,Now i want to transfer this
program from development to production system so that output
is displayed correct in production.please give me the
steps.In development showing correct output but whereas in
production somewhat difference.So what is the problem?
Answer Posted / guest
If the 'Script program' has proper display in Dev. system,
but not in Production. The main problem I faced is -
logical destination (Printer's name in SAP).
Attach the same printer name which user is going to use &
again allign at Dev. then transfer the request on
Production.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
performance tuning concepts
What is the difference between synchronous and asynchronous update? : abap bdc
What does the insert statement in extract datasets do? : abap modularization
What are interactive reports?
How we format the data before writing a statement in the report?
What are pooled tables? : abap data dictionary
Explain the properties of selection screen?
How to read 5th record from Hash Internal Table?
What is direct input method ?
What is a table attribute? : abap data dictionary
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 function does data dictionary perform?
How will you insert record in a sorted table
How to copy table across clients?
How to debug a sapscript?