‎2007 Oct 05 11:08 AM
1. In script, how to use the same print program for two different layouts? with procedure.!
2. Why cant sapscripts be client independent.?
3. Want to maintain a table in dev server and if i update the data, it should simultanously update in Quality and Production servers. How? please explain in details.
4. How to transfer object between clients.? explain.
Points will be promptly rewarded for HELPFULL answers.!
‎2007 Oct 05 11:19 AM
Hi,
1. Through NACE it is possible to assign same program as your Application areas are different.
2. SMARTFORMS is new enchancement for SAPscript which is independent. SAP script relased from old versions.
3. You have to trasport data of table using SE09/10 Workbench Orgnizor.
4. You can transport objects using SE09/10, Transaction SCC1.
Reward if useful!
‎2007 Oct 05 11:26 AM
hi
1)by using tcode NACE u can do that.
2)Sapscripts are saved in ITF format as text in client dependant tables STXH and STXL. smartforms are not saved in client dependant tables it generates function module this function module stores in TFDIR table which is client independent it doesnt have mandt field.
3)by using 'client specified' it switch off automatic client handling.
4)by using SE01, SE09 u can transfer objects between clients
regards
Nagesh.Paruchuri
‎2007 Oct 05 11:36 AM
Hi!
3. With SE01, you can create a transport request for all table entries.
SE01 - Create button - Workbench request - Give description and save
Select the created request and click on Display object list.
Click on Display - Change button
Insert line button
ProgID: R3TR
Object: TABU
Object name: Z_YOUR_TABLE
Double click on the table name
Insert line
Key: *
Save everything
Release the transport in SE10 transaction and transport with STMS transaction.
Regards
Tamá