‎2005 Aug 04 1:03 PM
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.
‎2005 Aug 04 1:10 PM
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
‎2005 Aug 04 1:07 PM
‎2005 Aug 04 1:07 PM
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.
‎2005 Aug 04 1:10 PM
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
‎2005 Aug 04 3:56 PM
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
‎2005 Aug 04 4:02 PM
‎2005 Aug 04 4:10 PM
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