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 / rohit
script is client dependent.so if u want to transfer script
program then firstly u need to make a copy of ur script form
from development server to production server with T-code
SCC1 then your script program will run properly.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Hi guy.. i have to face an interview in a couple of day.. so can you please give me some good and tough question on abap.
Explain how is batch input process different from processing on line?
What is value table? : abap data dictionary
How do you set up background jobs in sap? What are the steps? What are the events driven batch jobs?
What are the requirements a dialog program must fulfill?
Can we create a gui status in a program from the object browser?
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why?
B -Credit Note report Selection Screen Ranges: Creation date Sales Org Sold to Party Selection condition: Document Category – VBTYP should be ‘O’ Table to be used: VBRK, VBRP,VBPA,ADRC List the CR order types or credit billing type by customer number (or selected customer) and displays the: - Billing Document date (FKDAT) - Customer number (KUNRG) - Name of the reseller (on top of the SAP No) (NAME1) - Billing document number,(VBELN) - order reason (AUGRU_AUFT) - Amount (NETWR) - Currency (WAERK) Group Currency wise, billing type wise sum of Net value. When user double click on field ‘Billing Document #’ , display the document in VF03 Do this using OO ABAP.
What is an update task?
What are clustered tables?
How do you activate a function exit?
Write syntax for message error (report)?
How many default tab strips are there?
What are the page windows?
What is the difference between bdc_okcode and bdc_cursor? : abap bdc