How to change a Code Page in SAP SCRIPT ?

I have a specific requirement, would need your help :
There is a <u><b>CODE PAGE</b></u> which is getting assigned to the <u><b>SAP SCRIPT FORM</b></u>. <i><b>For E.g : 1100 is generally used for SAP SCRIPTS.</b></i>
I would like to know if there is a possibility to change the <u><b>Code Page</b></u> based on certain conditions ??
Also i would like to know how and where is a <u><b>CODE PAGE and SAP SCRIPT FORM linked.</b></u>
I have analysed that a <b>default code page</b> can be set in the <b>SAP LOG ON PAD</b> but not able to find the issues mentioned above.
Kindly help me out with your valuable suggestions and solutions.
Thankyou
Brijesh.

Hi,
MDMP means Multi Display Multi Processing. See the note system for details. The problem of MDMP is that the different languages use different codepages and not all characteres can be displayed in every codepage.
A solution would be a unicode conversion of the system. In unicode there is only one internal codepage, which contains all special characters of the individual languages. However the migration needs several hours of down time and unicode systems need more memory and disk space. I can't tell you a percentage for that. You need at least R/3 4.7 for unicode.
In non-unicode system I believe you can't change the codepage inside a SAPscript document directly. I would have to end form processing an start a new form. To change the language you can try the ABAP-command SET LOCALE. Also see the language parameter in START_FORM.
If that doesn't work I would try using RFC-Connections. Make RFC-Connections in your system which contain the system it self as target system, but with the desired language filled in. You do not need to provide a user or password, that would be taken form the logged on user.
Inside your printing program you put the real printing into a function module. Your report then can call the function via RFC using a connection in the correct logon language.
Greetings

Similar Messages

  • How to change the code page on windows 2008 r2 ?

    How do I configure a specific code page on windows 2008 r2 ?
    I understand that I can go into control panel and change regional settings but if  want to change the code page from one codege to say CP850 how do i do that ?.
    There is no option in the control panel to select  code page ?
    Thanks

    Hi,
    I have followed the below steps which did not cause any issue to my server. Have a full latest backup and then follow the below steps.
    Create a start up batch file that includes all the commands you want.
    Then edit the registry to point to your start up file.
    http://technet.microsoft.com/en-us/library/cc779439%28WS.10%29.aspx
    c:\startup.cmd
    @echo off
    chcp 437
    HKLM\SOFTWARE\Microsoft\Command Processor
    AUTORUN="C:\startup.cmd"
    Thanks,
    Umesh.S.K

  • How to change the font size in sap scripts?

    hi friends,
        i had a query regarding to SAPSCRIPT.
      how to change the font size of a text in sap script form in which it should change it  dynamically.
    is it possible to change the font size dynamically in scripts.
    one more query regarding to this only.
    i need to get the hard copy of a script .
    what is the transaction code to get the hard copy?

    Hi venkata,
    You can specify the font size either in the Character format or pharagraph format.
    You better decide it according to your requirement.  If you want to apply the same font size for the entire form create the Paragraph format and give the paragraph format in the default paragraph format.
    If you want to apply that to limited text, then create character format.
    The process of creating it is just after going inside paragraph format click EDIT-> Create Element and give the font size.
    This applies for character format also.
    Reward points if useful.
    Thanks,
    karthik

  • How to change the font dynamically in SAP script

    Hello,
    There are three fields for a line item to be printed in SAP form (Through Script). The font of one field has to be bigger than rest of the two.
    Can anybody tell me how to change the font of a specific field in a line of an SAP-script?
    Regards
    Kiran

    Hi,
    Its like any other character format. you can have any field with a character format.
    --Ragu

  • How to change route url login home sap at .../irj/portal

    dear all,
    is possible to change login home page url sap portal with another file except loginPage.jsp
    how to route index page to another file jsp custom?
    and can you describe to me how route structure /irj/portal file because i will custom another file
    thank you

    Hi
    If you are trying to redirect the /irj/portal to a custom path then you can use the ICM parameter
    icm/HTTP/redirect_0 = PREFIX=/irj/portal, TO=/<yourcustompath>
    Either in your Portal app server or in your Web Dispatcher if you have a web dispatcher fronting your Portal.
    Cheers
    Donald

  • How to change the default operators in sap web ui Search screen?

    How to change the default operators in sap web ui Search screen?
    For eg. Using advance search option , I have some fields with default operators like equals, contains,is between, is less than and is greater than. I don't need all these operators for this field.
    I need only "equals" operator. How do i remove the rest of the operators?

    There is a view cluster crmvc_dq where all the standard setting is present related to you r issue. Please try if you can modify that, that way you will avoid the code.
    Incase you are not able to make any changes there then in that case you have to redefine the method GET_DQUERY_DEFINITION () of the IMPL class to delete the operators for a particular serach field.
    Regards,
    Harshit

  • How to Avoid blank page in SAP Script

    I am working on a Script. My Script prints a check.
    This script is a copy of a std script.
    It has 3 pages - First Next Last
    My First page has all the required data.
    My second page is empty with out any values.
    I am getting the blank page as Page 2 when executing. How can we avoid it ?
    Senthil

    Hi Senthil,
    Please see the below points:
    1. Please check what have you defined as the NEXT PAGE for your first page. If so change it and make the first page itself as the next page.
    2. Check your main Window, may be there is blank line at the last of the main window, so check that abd remove that,so you won't get the blank page
    Please see the link which is similar to your problem:
    Re: How to remove blank page in sap script
    May it helps you.
    Regards.
    Deepak Sharma.

  • How To trigger last page in sap script of customer account statement

    Hello all,
    I am working on customer account statement.
    It has it's own standard script(F140_CUS_STAT_02). But my client's requirement was completly diffrent,so i copied that to z script and made some changes like delete some window and some another window.
    Now on first page , i have following windows,
    1) Header
    2) address
    3) main
    4) Account
    5) Footer.
    Next Page having following windows,
    1) Header
    2) Main
    3) account
    4) footer
    Now i want to print account window on lsat page, so i put the condition nextpage = 0.
    and it is working fine , but as account window is physically present after Main window , so that much blak sapge is getting creted after main window on every page.
    To remove that blank space i am thinking of creting one more page and everytime i want display account window on that page.
    I have creted the last page also. but in my output it not detecting that last page.
    For First page - next page is next.
    For Next page - next page is next.
    for Last page- next page is last.
    Also i have added following code at last in  main window.
    /: NEXT-PAGE LAST.
    But i think i am placing this code at incorrect position in main window.
    I am not able to find out the correct podition to put the above code,but main window of that script conataing so namy text element, and that text element are getting handled from driver program based on some conditions.
    I have added my code in main window but not changed the original code.
    Plz let me know where to write /: NEXT-PAGE LAST. in main window.
    Or provide me some another solution to trigger thet last page in sap script.
    Regards,
    Anuja Dhondge

    Hi ,
    actually in account window i have used tha box command to print account statement.
    Previously i was printing this account statement in main window itself but without using bottom and end bottom command.
    So , as i made some changes or add some code in main window then lines of this account statement  were getting dismental.
    So my question is using bottom and end-bottom command this will happen or not????

  • How to change company code in cost center master

    Hi,
    Can anyone throw me the light about how to change company code in cost center master? User make some mistake. They maintained wrong company code in cost center master and there are some transactions already posted to this cost center. I would appreciate all attention and point will be reqard. Thanks much
    Best Regards,
    Bird

    Hi,
    The cost center master data fields have time dependancy.  Following are the details of time dependancy.
    You can maintain master data for cost centers, cost elements, activity types, and business processes as time-based. Changes to any other time interval are possible at any given time. Data storage is also time-based. In this way, you can store multiple database records for a master data record, each holding different information.
    The time-based dependencies are determined by SAP and cannot be changed. The following dependencies are possible:
    Not time-based
    Day-based
    Period-based
    Fiscal Year-based
    Cost Center's company code field's time based dependancy is Fisal Year Based and hence, the company code can be changed on cost center only on new fiscal year.  And hence, system will not allow changing company code on cost center master data until new fiscal year if transactions are posted to the cost center.
    You may have to think of work around :
    1) Create new cost center with correct co code
    2) Repost the cost posted to old cost center (with wrong co code) to the new cost center.
    Explore the possibility of this work around on your system with the key user and then see whether this option works out.
    Hope this helps.  Pls. assign points if this is helpful.
    Regards,
    Chirag

  • How to change security codes when you forget them

    How to change security codes when you forget them?

    You need to ask Apple to reset your security questions. To do this, click here and pick a method; if that page doesn't list one for your country or you're unable to call, fill out and submit this form.
    (115681)

  • How to print last page in sap script in ladscape format?

    Hi all,
    can any 1 tell me How to print last page in sap script in ladscape format?
    Thanks In advance.
    Pravin

    Hi Pravin Sherkar,
    we can do this in SAP Scripts.
    we need to create two pages, one of landscape and another of potrait.
    now after filling the data at last we need to call the page which is of format landscape using START_FORM  function module.
    You can use condition &PAGE& = &FORMPAGES&.
    Please check this link
    Printing Portrait/Landscape in sapscript
    Re: Landscape and potrait in same layout?
    http://www.sap-img.com/ts013.htm
    Best regards,
    raam

  • How to change the initial page without open safari

    Hi everybody,
    I have problems opening my safari because of the plugin silverlight. I defined a tvair.swisscom.ch page as initial and it makes an error open it. it means that my safari doesn't work at all.
    i want to know if somebody knows how to change the initial page from safari without open safari and solve this problem.
    thx
    cheers
    nun

    Back up all data before proceeding.
    Triple-click anywhere in the line below on this page to select it:
    ~/Library/Preferences/com.apple.Safari.plist
    Right-click or control-click the line and select
              Services ▹ Reveal in Finder (or just Reveal)
    from the contextual menu.* A folder should open with an item selected. Quit the application if it's running. Move the selected item to the Trash. Relaunch the application and test. Optionally, restore the file from a backup that predates the problem.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combination  command-C. In the Finder, select
              Go ▹ Go to Folder...
    from the menu bar and paste into the box that opens by pressing command-V. You won't see what you pasted because a line break is included. Press return.

  • How can I create more than one main window in a page of SAP SCRIPT?

    How can I create more than one main window in a page of SAP SCRIPT? If anybody helps me I will be obliged.
    Regards,
    Subhasish

    Hi Ganguly,
    It is possible to have more than one main window in a same page.
    You create a main window and simply you copy and past it in the same page.. it will create first main window name as MAIN and other main windows as MAIN01,MAIN02.... up to MAIN99.
    Contets flow from MAIN , MAIN01, MAIN02.......................MAIN99. contents after filling the current window it flows to next window(by default, you skip as well with some keyword not sure could be NEW-WINDOW)
    you want print the main window data twice? or you want to create two main window in the same page ?
    1. give two copies in the no of copies in the output type screen ( Which pop up is coming after excute the program ).
    2. create two page with the same script form.
    3. you can write the coding inside the program to print twice the same page.
    Hope this information use full to you..

  • How to change a single page orientation in pages

    I would like to know if anybody knows how to change a single page orientation in Pages.
    Thanks.

    Of course it unrotates the text if I'm editing the text box, but not when I'm resizing or changing font properties.  And when editng the text and there is an image beside it, the image obscures the text which makes editing exasperating. And since I got a table on landscape that exceeds 7.5" width, when trying to edit the last 2 columns,those become invisible on portrait, hence I'm unable to edit. And so has to set the doc to landscape, set to 0-deg, edit, set it again to portrait and 90-deg, and repeat if I happen to need to edit those invisible columns.  Really a great and efficient way to write my technical doc!  Which you would know IF YOU HAD TRIED IT -don't appreciate your sarcasm!
    You can defend this blatant failure all you want but this kind of inadequancy continues because people don't speak up and demand this reasonable function and instead are satisfied with work-arounds that makes things hard for relatively easy task. I'm a systems and applications designer, this is the type of "missing feature" that would cause our app to be rejected by our clients.  Surely you realized that because the users demanded, since 10.7, window resizing can be done from all corners instead of just right corners (or was it only bottom right)?  I was shocked when I discovered this 2yrs ago when I switched to Mac and started using Snow Leopard. I'm grateful that I can now resize on 4's.

  • How to do changes in Layouts setting and SAP scripts to meet requirment?

    hi SD gurus,
    Please explain me how create and work with Z output .
    where and how we do changes in Layouts setting and SAP scripts to meet the user requirments.
    pls forward func spec of Z output
    points will be rewarded
    thanx & regards

    you need ABAP skills to do this.
    basically you need:
    1) draw the layout on a piece of paper
    2) define the fields you need and find out the corresponding SAP fields
    3) check the document with the customer
    4) give this specification to the developer
    5) the developer will give you a program name and form name: place them in the message for the document.
    Roberto

Maybe you are looking for

  • Creation of view with clob column in select and group by clause.

    Hi, We are trying to migrate a view from sql server2005 to oracle 10g. It has clob column which is used in group by clause. How can the same be achived in oracle 10g. Below is the sql statament used in creating view aling with its datatypes. CREATE O

  • IBook, 23" Cinema Display and a G4 DP 867

    I'm trying to make a iBook 12" work with the 23" Cinema Display without the use of a VGAtor. I was thinking I could run it through the G4 DP 867 using one of Apple's apps. Can this be done?

  • Anonymous user - getting id/password popup when accessing KM folder & files

    Hi All, We are trying to expose a KM folder [/documents/myDocs] to anonymous users (User: Guest assigned to 'Anonymous Users' group) i've created a KM Navigation iview and assigned to 'anonymous' role (and this role assigned to 'Anonymous Users' grou

  • FPCJ Cash Desk fields populate through event 6060

    Hi All, I have a requirement to populate fields of Cash Desk tcode FPCJ through event 6060 ( reading bar code) but no idea how this event will get trigger .I checked it is not getting trigger through FPCJ. For testing , Contract Acc (VKONT) is filled

  • Mistakes with Ovi Maps - how often are they update...

    I've noticed a few subtle mistakes with Ovi Maps driving around - for instance a street near me is actually blocked off at one end but the navigator tries to get you to turn into it, and another where it directs you to turn right but no right turn is