cancel
Showing results for 
Search instead for 
Did you mean: 

Report and SAP-SCRIPT & SCREEN PAINTER

Former Member
0 Kudos

Hi all ,

I need some help.

1)How to transport sap-script.

2) print program of sap script are client-dependent or client-independent.

3)Database tables ( on se11) are client-dependent or client-independent. ( is sy-mandt will make dependent or independent)

4) how to create select-option on screen painter or with module pool programming.

5)performance tuning for ABAP report.

points for all answers assured.

thanks.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Ihave some notes on transporting sapscript for earlier version of SAP.

The steps may vary based on your version and Suppport PAckages levels.

In the future your version and platform detials will help in a quicker response.

Summary of sapscript EXPORT / IMPORT process.

Steps to export Layout Sets (sapscript)

Log on the Source system and client

This may have to be client 000 and then again in the client in which you do developement.

Note that sapscript is client dependent

SE38 and execute program RSTXR3TR

Tranport number: DS1K9#####

Mode field: EXPORT

File system: Server - radio button

The dataset name: /usr/sap/trans/data/DS1K9#####.layoutsets

CHECK the Display dataset contents checkbox

Execute

Steps to import Layout Sets (sapscript)

Log on the target system and client. This may have to be client 000 and then in the client in which you test, or ultimatly production.

SE38 and execute program RSTXR3TR

Tranport number: DS1K9#####

Mode field: IMPORT

The dataset name: /usr/sap/trans/data/DS1K9#####.layoutsets

CHECK the Display dataset contents checkbox

Execute

Note: when importing into Production, the export does not need to be performed.

Therefore only the import protion is required once the sapscript has been exported from Development.

Former Member
0 Kudos

hello!

wrong forum -> goto .

Or, to be honest, I suggest to buy a book on ABAP or enrole to some of the basic ABAP trainings offered by SAP and others.

regards,

anton