A system has two clients 100 and 500 on the same application server. If you make changes to a SAPSCRIPT onclient 100,will the changesbe available in client 500?
Answer Posted / dtarunkmr
No
SAP Script is Client dependend, so if you want reflect the same changes in client 500 than we have to impoort the transport request no in client 500 using the Transaction code SCC1.
Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What will you use SELECT SINGLE or SELECT UPTO 1 ROWS ?
What is the difference between Customizing and Workbench request?
How to release an object?
What is the difference between inner joins and outer joins?
How do you find Function Exit?
What do you mean by table control???Where will we use this?
What is the difference between SAPSCRIPT and SMARTFORM?
What is the difference between a value table and a check table?
What is the difference between VIEW and a TABLE?
What is the difference between Call Transaction Method and the Session method ?
In realtime do we configure ALE systems or Administator will take care of that?
What are the standard IDOC's used?
What is the difference between .Include Structure and .Append structure?
What is the difference between INSTANCE methods and STATIC methods?
How is the table sorted when you do not specify field name and Ascending or Descending? On what criteria will the table be sorted? Do internal table have keys?