How to transfer a smartform from Development to Quality
Server?
Answer Posted / jijo
assign smartform into a transport request and release it
from development sever and import it in quality using SMTS
transaction
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Explain what are the problems in processing batch input sessions?
Can you print decimals in type n? What is difference between float and packed data type?
What are the different types of operators in the sap abap?
Which table stores the programs created?
what is code to upload cost centers through call trans. and procedure
1.why dont use top of page. wat is the use? 2. wat is sub screen? 3. why u select the session method in bdc ? how many records wil be updated on that time? 4.why dont use start form in script? 5.wat is difference b/w dilldown and interactive report? 6. wat is pf status interactine report?
How to use messages in lists?
Explain the properties of selection screen?
How can an internal table with header line and one without header line be distinguished when passed to a subroutine? : abap modularization
What are system fields for secondary lists?
What are Pull and Push Methods?
8)when u create sales report what u can see in that report ? what rthose field names or data element names? 9)when u create purchase order details report what u can see in that report ?what rthose fieldnames or dataelements? 10)when u create material stock report in material master grouped by material type and plant what u can see in report ?what rthose field names or dataelement ? 11)when u create shipping forecast report what u can see in that report ?what rthose data elements or field names?
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 database utility? : abap data dictionary
Filter badi and multiple used badi? Will the sequence matter of the badi implementation in case of multiple used badi?