Extend length for standard keyfigure

0BALANCE has limited to Char 17 and it is insufficient.
Wondering if it is possible to change the length of standard keyfigure because I did tried going to edit data dic of  /BI0/OIBALANCE but it seems like there is nothing I can change ( of course after entering an acess key )

NEVER change standard objects..unless absolutely necessary.
this KF may be used across cubes and ODS..so change will impact all these objects..which may not be the intention..
copy the std infoobject and name it as ZBALANCE and then change copied infoobject and use it.
cheers,
Vishvesh

Similar Messages

  • How to change the field length in standard sap program.

    Hi All,
    How to change the field length in standard sap program.
    Urgent
    Example:
    Text1 type c length 75,
    To change :
    Text1 type c length 150,
    Point will be rewarded..
    Thank you,
    Vikram.C

    If the only solution is to change the sap standard program, simply change the program, it will prompt for an access key. This key can be retrieved in the SAP support portal (service.sap.com) at keys and requests, sccr keys, register object.
    Sometimes these actions are outsourced to a competence center, so maybe youre not entitled to do this, in any case ask a resident senior developer for support.
    regards, Rob

  • Maximum cable lengths for USB / FW / DVI & sVGA?

    I've hunted around on the net and can't find any kind of definitive answer regarding maximum cable lengths for USB, Firewire 400/800 and DVI / sVGA monitors. Can anyone shed some light?
    I'm about to shift my studio into a new room, and have the oppourtunity to stick my G5 and external drives into a corridor cupboard adjacent to where my studio is - in other words, noise free bliss! But....
    ...if I map out how far my computer monitors, keyboard and audio interface will be from the cupboard, and take into account the twists and turns involved in neat routing, I'm looking at a distance of about 10 meters. I need to know if any of these devices will be OK with such a long run of cable, and if not, if it's possible to achieve a good result using hubs or repeaters?
    So, can anyone help me out with info on:
    an Apogee Ensemble (Firewire 400)
    an Apple keyboard (USB 2.0)
    an LCD flatscreen (DVI)
    and another LCD flatscreen (sVGA)
    Many thanks!

    I was just researching the very same thing, though it does not  sound like my studio setup will be as sweet as yours. Here are a few things I ran across:
    FIREWIRE-
    "The maximum cable length specified by the IEEE1394 standard is 4.5 meters. However, more recent tests have shown that certain high quality firewire cables can achieve longer lengths without significantly affecting transmission quality. Several manufacturers sell firewire cables longer than 5 meters (some up to 50 meters)."
    ~http://www.focusrite.com/answerbase/article.php?id=206
    I found an example of a company who claims to sell a firewire cable of that length:
    http://www.expansys.com/pf.aspx?i=102956
    USB-
    There is forum discussion on the topic I was reading yesterday:
    http://www.everythingusb.com/forums/showthread.php?threadid=804
    But don't go past the 11th post or so, they go off on another subject... the use of hubs & the words "active extension" in that post caught my eye. A quick google search came up with this site:
    http://www.everythingusb.com/forums/showthread.php?threadid=804
    There were a bunch sites with devices claiming to do this.
    Finally I have this chart, which seems to support what what the articles say, without of course any other extension technology/solutions:
    http://www.extron.com/company/article.aspx?id=dedigform10
    I'm not making any claims at all about how true these sources are, I just have the same questions and decided to toss what I've been looking at into the discussion. Feel free anyone to jump in and tell me its all wrong - I'd love to hear whats right.
    ~sam

  • Help - Extended Controller for Blanket PO not working

    Isupplier portal : PO details page
    On page /oracle/apps/pos/changeorder/webui/PosViewPOPG , I extended ViewOrderPGCO.
    All the items in PO, which have bill of material are made as hyper links and clicking on them pops up a window with bill of mateiral displayed.
    All worked fine untill I opened Blanket PO, there is an item which should be displayed as link, but its static. so I put SOPs in extended controller after each line, and to my consternation it does not print any SOP.
    Blanket POs in isupplier portal have hyphens in PO Number. Has anyone faced this problem ? why is the extension not reflecting in case of blanket po ? What am i missing ?
    Thanks in advance.

    Anyone please help.
    Extended CO for blanket PO doesnt seem to be called whereas for standard PO it works.
    Steps taken
    - MAViewOrderPGCO extends ViewOrderPGCO and replaced the new CO through personalization at site level.
    public class MAViewOrderPGCO extends ViewOrderPGCO
      public void processRequest(OAPageContext pageContext, OAWebBean webBean)
        super.processRequest(pageContext, webBean);
       System.out.println("___________________________________");  //This prints for STANDARD PO  but not for Blanket PO }
    }could someone help me in debugging this. I am terribly stuck.

  • Extended IDOC for transaction VL02N : Error 51

    Dear,
    I am Working on Extended IDOC for transaction VL02N (Outbound Delivery) and stuck in Inbound with Error 51: Specifications for units and quantities contain errors VBPOK-MEINS TO LIPS-MEINS MT.
    Message no. VL282
    How to resolve it?
    At Outbound Programmed at EXIT_SAPLV56K_002 and at Receiver did WE57, BD51, WE42, WE20 and using listed below programs.
    Function Module - IDOC_INPUT_DELVRY      - SAP Standard
    Function Type - F (Function Module)
    Basic Type - DELVRY03      - SAP Standard
    IDOC (Enhancement) - ZDELV - Custom
    Message Type - ZDELVRY - Custom
    Process Code      - DELV      - SAP Standard
    Thanks-
    Varun

    Hi varun,
    in SAP you have a few keys that not only have a description depending on language but also the key itself varies from language to language. You can see that if you double-click on a unit field like i.e. MARA-MEINS: On domain level it will show a conversion exit. If you try the conversion exit function modules, you will find out that i.e. PC english pieces will be mapped to internal ST wich comes from the german Stück which is the translation of pieces.
    Be aware that this special logic may apply for document types, partner types and a few more (?).
    So, in IDoc processing this may cause harm. I did not analyze DELVRY03 structure and processing, I don't know any of your data, I haven't seen any line of your code, I don't know what you actually implemented.
    So now it is your turn to check what you pass in the unit fields and how this is handled.
    Regards
    Clemens

  • Maximum Allowed Text Length for JTable Column

    Can you please help me with a JTable Doubt
    How do I set the Maximum Allowed Text Length for a Particular Column of a JTable?

    Thanks a lot mate. I used the following
         class MaximumLengthFilter extends DocumentFilter {
                   public void replace(DocumentFilter.FilterBypass fb, int offset, int length,
                             String text, AttributeSet attr) throws BadLocationException {
                        if ((fb.getDocument().getLength() + length) < 10)
                             fb.replace(offset, length, text, attr);
                        else
                             Toolkit.getDefaultToolkit().beep();
              }

  • Purchasing an extended warranty for the Sealed Battery

    Hi,
    I purchased an open box Lenovo X1 which has 2yrs onsite warranty remaining. I am now trying to purchase an extended warranty for the sealed battery unit but not sure how to proceed.
    I have found the product 04W7993 which sounds like the right item but not sure if it would apply to my machine.
    Can anyone confirm if this warranty product could be used to extend the warranty for my laptop? Even though it was open box, the cycle count was only 1 and the battery still has 100% of manufacturer capacity reported by the Power Manager.
    I have tried ringing Lenovo Warranty services and the Lenovo UK sales line but neither could help me.
    Cheers!
    Solved!
    Go to Solution.

    The 1294 system has a standard 3 year on-site warranty, the following are the options available;
    The problem for you may be that the accidental damage cover needs to be puchased, I believe, within 90 days of purchasing the system.  As you purchased an "open box" system I'm not sure if this is still possible, at best ask the shop where you purchased it;  if they had purchased it as a demo-system it should be possible for you to purchase both.
    Andy  ______________________________________
    Please remember to come back and mark the post that you feel solved your question as the solution, it earns the member + points
    Did you find a post helpfull? You can thank the member by clicking on the star to the left awarding them Kudos Please add your type, model number and OS to your signature, it helps to help you. Forum Search Option T430 2347-G7U W8 x64, Yoga 10 HD+, Tablet 1838-2BG, T61p 6460-67G W7 x64, T43p 2668-G2G XP, T23 2647-9LG XP, plus a few more. FYI Unsolicited Personal Messages will be ignored.
      Deutsche Community     Comunidad en Español    English Community Русскоязычное Сообщество
    PepperonI blog 

  • Extended warranty for Satellite A300-15C

    Hi
    I am new here so sorry if I posted it under wrong thread.
    I want to buy extended warranty for Satellite A300-15C (1+1 standard warranty) so I wanna ask which warranty package gives the longest protection for this model.
    2+2 is the longest? ID: SE5054I-PDB.
    Secondly, and more importantly, the laptop is more than 1 year old. When i was buying it, in retail store they told me that the extended warranty can be activated at any time, but now I see that there is this 30 days deadline policy. Is there any way how to overcome?
    Thanks

    Hello Pingo
    You must understand that this forum is user-to-user forum and what you need is expert advice. So I recommend you to contact nearest Toshiba authorized service provider and order best extended warranty option.
    At first you can visit Toshiba support page and pick up some info about warranty options.
    The link is http://eu.computers.toshiba-europe.com > Peripherals & Services
    On the same page under Support & Download > Find an ASP you can find address and phone number of your nearest ASP.

  • Where is the download link for photoshop extended cs5 for mac?

    where is the download link for photoshop extended cs5 for mac?

    Downloads available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4 | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  12 | 11, 10 | 9, 8, 7
    Photoshop Elements:  12 | 11, 10 | 9,8,7
    Lightroom:  5.5 (win), 5.5 (mac) | 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

  • Installing PS Extended over PS standard

    We have CS6 Design Standard installed on 3 computers in our building (through a concurrent educational site license). This has Photoshop Standard. I need Photoshop Extended. The cheapest route through our site license is to buy single user PS Extended stand-alone and install on my machine.
    So, my question is, should I install PS Extended alongside PS Standard? Or is it better to  uninstall PS Standard (which came with the suite), run Adobe Cleaner, then install Photoshop Extended?
    And how will this effect Bridge and syncing color management?
    Thanks much, for any suggestions.
    Charles

    There is no way to install two Photoshops. It's either one or the other. Extended will simply superceed/ replace Standard. Uninstalling beforehand will do zero to help matters along. It's simply a serial number thing that turns Standard into Extended even though you will need to run the installer again to bend the licensing in place for the new serial number. Beyond that it will simply use whatever prefs and settings are already in place.
    Mylenium

  • Upgrade CS5 Extended to CS6 Standard Mac

    Hi !
    I own Adobe Photoshop CS5 Extended for Mac.
    I don't want to join Adobe Photoshop subscription CC, but want to upgrade to Photoshop CS6.
    I'd like the standard version of CS6 - not the Extended upgrade as it's much cheaper.
    Is it possible to buy / install an upgrade to CS6 from CS5 Extended ?
    Thanks ...

    NitromanX wrote:
    Thanks John ... But i only have the option to upgrade to CS6 Extended as i own CS5 Extended.
    I just tried to purchase the upgrade from CS5 Extended to CS6 Standard.
    The UK store does not give me the option of "I own: Photoshop CS5 Extended" but the US and Australian stores do.
    US and Australian Stores
    UK Store

  • Extended Length APDU

    Hi all,
    simple question here:
    Is anybody aware of a commercially available (or soon) Java Card implementation that supports extended length APDUs? I really don't care whether its through JC2.2.2 or some proprietary mechanism.
    If you know of something, please let me know. Thanks!
    -mkdata

    I did not see any Java Card smart card which supports extended APDU. I think the problem is the global APDU buffer size on-card. Theoretically, if the card supports extended APDU, it must be able to store up to 65kB in the APDU buffer, which should be by definition transient. There could be a solution with some smart design on-card or proprietary middleware for the reader ...
    Someone mentioned here a company (Athena Smart Card Solutions, Japan) which supports Java Card 2.2.2 . I checked on their web-site and they claim to have extended APDU support as well:
    T=1 Protocol T=1 with PPS for speed enhancement with extended APDU length support ...
    Product Evaluation Evaluation cards are available for this product from the Athena Sales Team
    http://www.athena-scs.com/pdf/IDProtect_lettersize.pdf

  • Extended length

    Can applet at the same time support both the extended length and simple length, meaning that one middleware can send extended length while the other can send simple length and the applet should understand both? Then let’s say that we are having read binary method. The APDU command does not have the data field. That method can return the long response. We would like to make it as fast as it can be. In that case the command and the response will be sent using the extended message support. Right? Although the APDU command is in this case really short, because the APDU response is quite large, the extended length has to be applied. And last, is there any prerequisite in order to use the extended length on the middleware side? Do all readers support it?

    In theory, yes they can. The APDU lengths (Le and Lc) have rules to make it easy to determine what kind of APDU it is. You will have to be careful about how you get the Lc and Le though in your applet since buf[ISO7816.OFFSET_LC] is wrong for extended length.
    Cheers,
    Shane

  • Unable to preview Contract Terms for Standard Purchase Order

    Unable to preview View Contract Terms for Standard Purchase Order,displays error
    We have defined the same contract terms and Document type layouts to documents Contract Purchase Order and Standard Purchase Order.
    Created a Contract PO,Attached a template able to preview the contract template in PDF successfully
    Created a Standard PO,Attached a template not able to preview the contract template in PDF
    Displays the foll error
    Problem: The system could not generate the PDF document.
    Reason: The system detected an error in the following code/object.
    Code: XML
    Object: PO
    Action: Please contact the system administrator and try again
    ### Steps to Reproduce Problem ###
    Steups
    Created a custom XSL-FO template for Contract template and defined it for Standard PO and Contracts PO.
    Steps to Reproduce
    1.Create a PO,give any category of 100 Qty
    2.Click Terms and CLick Author Contract Terms\
    3.Select the custom Template ,Click Apply Template
    4.Click Preview.
    Following error displayed
    Problem: The system could not generate the PDF document.
    Reason: The system detected an error in the following code/object.
    Code: XML
    Object: PO
    Action: Please contact the system administrator and try again
    Please Note:The above scenario works for Contracts PO.
    The problem is only for Standard PO
    We have reviewed note:454479.1
    The file version of POXVCOMB.pls 115.69.11510.28
    But we have another test instance this also has the same version , the scenario works fine
    So we are confused why this is reproducible only for a particular instance with same file versions
    If anyone can suggest a solution pls give me a reply
    Already SR is logged for the same -SR 3-1272761221, awaiting reply from support

    Please reply if any update on the above query is present.

  • Enhance screen for standard infotype

    I need to enhance screen for standard infotype. I follow docs but nothing happens.
    Here is my process by steps:
    1. PM01 - select infty number
    2. PM01 - generating CI_PXXXX (customer include)
    3. create structure for this include
    4. create customer screen for this include
    5. PM01 - generate objects.
    Then I am redirected to SE19 - BAdI-Builder. What should I do follow?
    Created screen hasn't appear in se80 (MPXXXX00).
    Thank you in advance!

    I suggest you place your question in [ERP HCM forum|SAP ERP Human Capital Management (SAP ERP HCM);,

Maybe you are looking for

  • Problem with creation of follow-on activity in case, by action

    Hi all, Upon creation and saving of a case, I would like an action to automatically create an activity inside this case. When setting up actions for transactions, I have called the method 'COPY_DOCUMENT'. However, when called within a case, the metho

  • New version of iPhoto - trying to import old albums back in

    I recently re-formatted my HD. My iPhoto library has always been on an external drive, so I assumed I'd just reload iPhoto and import the old albums back on from that drive. The later version of iPhoto that I now have is 5.0.4, and asked it to "Add t

  • Help in 2D-array

    how do I output this 1 22 333 4444 55555 6666 777 88 9 using 2D-array???

  • Dont install the Nvidia System Utility!!

    Today i had the great idea to install nvidia's system utility to tweak my ram settings in windows. After that i had a system freeze, no prob normally, but after the restart of my pc, my usb mouse dont work.....i think what ??? ok reboot straight in b

  • Displlay value in script using perform-form .

    hi experts i am new in script. i am using function module read_text. in my script there is 3 window and using this fm i want to put text in that script. so i use form in se38 . my main problem is name1 = invoice no. if invoice no change text is chang