Application Development 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: 

scripts

Former Member
0 Kudos

Hi.

i have copied an standard sap script from client 000 but i am not able to add new windows, as the create option on the windows page is not highlighted. could someone tell after copying the script how to create new windows.

Thanks in advance

srikanth.

1 ACCEPTED SOLUTION

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

More than likely when you copied the form, it came in the original language DE. You will need to change to your language. Enter your sapscript name in SE71, make sure to put DE as the language. Then click CHANGE. In the menu bar, click utitlies, convert original lanaguge. In the TO Original language field enter...EN, or your language. This will take you back to the first screen, change the language to your language and click change. Now you can do all kinds of stuff.

Regards,

Rich Heilman

6 REPLIES 6

Former Member
0 Kudos

Is it in change mode ?

Svetlin

Former Member
0 Kudos

Hi Srikanth,

Go in the change mode using transaction SE71. Click on the windows tab.Then on the menu Edit->Create element.There you can create new windows as desired.

Regards

Abhishek.

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

More than likely when you copied the form, it came in the original language DE. You will need to change to your language. Enter your sapscript name in SE71, make sure to put DE as the language. Then click CHANGE. In the menu bar, click utitlies, convert original lanaguge. In the TO Original language field enter...EN, or your language. This will take you back to the first screen, change the language to your language and click change. Now you can do all kinds of stuff.

Regards,

Rich Heilman

0 Kudos

Hi..

could some tell me how to insert company logo in header window. i have created a header window, i need to insert a logo.(sap scripts)

cheers

Srikanth

0 Kudos

Hi,

You should insert it as graphics.

Svetlin

0 Kudos

HI SRIKANTH,

Hope the below stuff helps u....if so plz don't forget to award points.

The graphical element (like company logo) should be in valid graphic file format like .bmp or .jpg

Use appropriate software to convert the above file into a .TIFF file

Use report RSTXLDMC to upload this file as a text module in SAP

Execute the above program from the ABAP /4 editor

Enter the location of the .TIFF file on the PC

Specify BMON or BCOL as the raster image type

The SAP system suggests a name for the file ( like ZHEX-MARCO-* ). The * indicates the type of file. For e.g. if the file contains a logo then the name can be ZHEX-MACRO-LOGO

The ID should be ‘ST’ and give the logon language

Running the program will convert this .TIFF file into a text element

Incorporate this converted logo in the appropriate window under the appropriate text element by giving

INCLUDE ZHEX-MACRO-LOGO OBJECT TEXT ID ST in the first line

regards,

Scientila