Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Questions on scripts, tables & transfer objects between clients.

Former Member
0 Likes
464

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.!

3 REPLIES 3
Read only

Former Member
0 Likes
444

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!

Read only

paruchuri_nagesh
Active Contributor
0 Likes
444

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

Read only

Former Member
0 Likes
444

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á