ERROR in BPS Planning layout

Anyone got a clue??
We have characterstic txt. values exceeding 20 characters - resulting in an error in the BPS planning layout: <i>Characteristic value not valid</i>.
The planning layout only takes 20 characters - need it to take more - we have characteristic values with 30 char length. What can we do?
John

Hi Mike,
Thank U for your response - The masterdata is maintained and the planning layout in question has been working before. We just recently upgraded to BW 3.5 and then masterdata characteristics with value exeeding 20 characters the planning layout does not recognize. This results in an invalid error statement.
Is there a SAP Note that can handle this or do I have to make an OSS?

Similar Messages

  • Problem adding a new field to existing BPS planning layout

    Hi
    I am new to BPS and planning
    I have a requirement to add a new field which has values maintained as 0 and 1 to an existing planning cube.The user wants this new field in the existing planning layout where in he can enter the values for this field as 0 or 1.I have created a new field and maintained values for this field as 0 and 1.I have added this field to the existing planning area and have created variable with fixed value with range 0 to1.I have added the same in selections in existing planning level and package as well along with other existing selection conditions.
    In additional functions of adhoc package they have made setting as set to all possible char combination.
    In this planning area all the selections are locked in planning level and package.
    Now when i execute the planning layout to enter data,my new field is grayed out,it does not allow me to enter the values.need help  with this as to how can i make this field input enabled.This is an independent characteristic.
    Thanks
    Panchan

    Hi,
    Yu need to delete the data to fill the new field again.
    Assign points if it helps
    Regards,
    Srinivas

  • Freeze Header in BPS Planning Layout

    Hi Experts,
    Is there any option to freeze column headings in BPS Planning Sheet.
    In one of our planning sheet there is more than 200 rows in excel sheet. Our business users required to freeze the column heading while scrolling through the layout. I know this possible in excel.
    How we can implement this feature in BPS layouts.
    Regards
    Baby

    Hi Bindhu,
    Thank you for your answer. I just tried you suggestion and is working fine in SAP GUI.
    But we are using these planning sheets in Web (EP 7.0). We cannot see any changes in web.
    Is it possible on Web, if so what is the next step.
    Regards
    Baby
    Edited by: Baby on Mar 23, 2009 10:41 AM

  • Attachment in BPS Planning Layout

    Hi,
    The attachment option in the BPS planning template allows us to upload a file in System.
    Can anyone help me how and where the file is stored? Is it in the cube or somewhere in KM

    Hello Shailesh,
    the documents are stored on the BW Server in KPRO (orange part):
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/42/594e3c6bf4233fe10000000a114084/frameset.htm
    You can view them in the Admin Workbench for example.
    If you want to see some ABAP to read documents, check function module UPC_BW_DOCUMENT_GET.
    Regards,
    Marc
    SAP Techology RIG

  • Upload the master Excel for BPS plan Layout

    Hi,
    I have made some changes to the Excel as given in below link
    http://help.sap.com/saphelp_nw04/helpdata/en/24/9ffa0b783d11d4b2fd0050dadfb23f/content.htm
    when i am trying to upload the excel where i did some changes but they are not efective in Planning layout.
    Please suggest
    Thanks,
    Joseph M.

    hi,
    i have some sample code(taken from some source)
    DECLARE
    application ole2.obj_type;
    workbooks ole2.obj_type;
    workbook ole2.obj_type;
    args ole2.list_type;
    worksheets OLE2.OBJ_TYPE;
    worksheet OLE2.OBJ_TYPE;
    BEGIN
    application:=ole2.create_obj('Excel.Application');
    ole2.set_property(application, 'Visible', 'True');
    workbooks := OLE2.GET_OBJ_PROPERTY(application, 'workbooks');
    args:=ole2.create_arglist;
    ole2.add_arg(args, 'FILE_NAME');
    workbook:= ole2.invoke_obj(workbooks, 'Open',args);
    ole2.destroy_arglist(args);
    args:=ole2.create_arglist;
    ole2.add_arg(args, 'c:\Pasta1!teste'); --how to pass the arguments
    ole2.invoke(application, 'Run', args);
    ole2.destroy_arglist(args);
    ole2.release_obj(workbook);
    ole2.release_obj(workbooks);
    ole2.release_obj(application);
    END; but i don't know how to pass the arguments(i have to pass the excell cell values(data)as an arguments)
    Suggest me to proceed further..
    Thanks..
    Edited by: user13329002 on Nov 13, 2010 1:16 AM

  • Suppress repeated KeyValues in BPS planning Layout

    Hi,
    In Bex Query Designer we have the setting to 'Suppress repeated key values'.
    Is there any similar setting to suppress repeated key values in lead columns of BPS plannning layout ?
    Thanks

    Hi murali,
    for me you must customizing layout with excel macro. (Before data get)
    There isn't any method.
    I hope help you.
    Davide

  • BPS Planning Layout - Data Column issues

    My basic question is:  is it possible to configure a characteristic in the data column such that it contains a range of values, instead of just a single value.  We have requirements to produce a series of comparison columns for things such as "Year-to-Date" (sum of a range of fiscal periods), "Prior 12 Months" (again, sum of a range of periods), and so forth.  Unfortunately, the BPS layout configuration of data columns only allows you to specify a single characteristic value.  If you configure it with a variable that contains the range, the system only uses the LOW value of the range, not the full range.  The ability to provide such comparison columns is critical to our users' ability to see prior information and make a determination of new plan values for the plan year.
    Any thoughts or suggestions on how I should approach this, or alternative approaches to take?

    John,
    This has been an issue with BPS since you can only display data columns of the granularity you specify rather than a range such as YTD similar to what you can do in BW restricted key figures. 
    The work around is to create and store the numbers in 
    1) YTD key figure in say fiscal year current year fiscal period current period and/or
    2) Prior 12 months Key figure and store the number against fiscal year current year fiscal period # or first period period of the year...
    Hope this helps and assign points if you found it useful.
    Mary

  • How to maintain comments (or Text fields) in BPS planning layout.

    Hello
    I found following document on SDN written by Tarun Malik:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/60938938-de6f-2910-2080-fc80d38ebfec?quicklink=index&overridelayout=true
    Are there bugs in the coding:
    Functionmodule Z_BPS_WRITE_LAYOUT_READ_ODS:
    *it_ll_data = it_ll. "it_ll has not been defined upfront?!
    APPEND range TO et_dimension. " et_dimension has not been defined upfront?!
    Maybe Tarun Malik can answer?
    Regards
    Arjan

    Hi,
    Yeh i  know they need to click on that to see the comments ;
    Just checking if your are ok with the approach as it will avoid your coding part as well as  performance of the layout.
    going by Tarun's approach,
    how have you declared your import and export  parameters of  your function module ?
    I think you are missing that part which is giving you the error ..
    Pratyush

  • Reporitng in Bex using the documents attached in the BPS Planning Layout

    Hello Experts,
    I am in the process of implemting document integration between BPS and BEX.
    BPS document creation
    http://help.sap.com/saphelp_nw70/helpdata/EN/94/417184a46311d5b40a0050dadfb23f/frameset.htm
    Bex document access
    http://help.sap.com/saphelp_nw70/helpdata/en/43/1e2fffd48f4138e10000000a1553f6/frameset.htm
    But we are not able to see any documents created in BPS layout in Bex report.
    The document link in the Bex opens a browser but could not see those documents attached in the BPS. Other documents created using the Bex are available.
    I can see BPS documents in the Document workbench.
    Thanks for your help in advance.
    Regards
    Kawshik

    Hi Jeroen,
    my guess is that it has to do with the local Excel version. Please open a customer message so SAP support can analyze the issue.
    Regards,
    Marc
    SAP NetWeaver RIG

  • Issue with order or sequence of wbs elements appearance in planning layout

    Hi Experts
    we have an issue with order or sequence of wbs elements appearance in BPS planning layout.
    In BW - 0wbs element -  hierarchy order is as below
    1
    2
    3
    4
    5
    6
    7
    8
    but when we check the same wbs element in BPS planning layout, it appears as below
    1
    2
    3
    4
    6
    7
    5
    8
    Request you to advice how to correct the order.
    Best Regards
    krishna

    Hi,
    I came across a similar situation once. I dont remember exactly.
    We have two different DataSources on wbs hierarchy. The hiearchy was loaded using the two datasources.
    By mistake we were trying to use the hierarchy created by Datasource2, instead of hier created by datasource1.
    Can you check that.

  • Using strandard BW hierarhy in BPS planing layout

    Hi,
    I would like to use standard hier on 0Costcenter in the BPS planning layout.
    The hier is loaded with DataSource 0COSTCENTER_0101_HIER from ERP.
    I would need also hierarchy nodes to be posting enabled, not just the costcenters included.
    How to make that?
    Is it possible to organize the same hier with external characteristics (should be also loaded from ERP).
    I tried to follow some hints in other SDN posts, but the result is always without option to post on the nodes too.
    I would argentite any help.
    BR Tom

    Hi Tom,
    cost center hierarchies from ERP are ususally represented in BW as hierarchies with text nodes, i.e. the 'cost center groups' are text nodes. A hierarchy with postable nodes is (by definition) a hierarchy were also the inner hierarchy nodes are values of the hierarchy base characteristic (in your case the cost center).
    So you need a mechanism to create cost centers from the text nodes contained in the ERP cost center hierarchy and then to create a corresponding BW hierarchy with postable nodes (where the text nodes are replaced by the new created cost centers).
    In BPS planning layouts and in BW reports the inner postable nodes always have leaf with the same value (this value is really posted to the cube). These values will be 'generated' on the fly (and can be suppressed in BW reports if you like).
    The following may be helpful:
    http://help.sap.com/saphelp_nw70/helpdata/en/6e/8536b4e9c911d3b79a0000e82debc6/frameset.htm
    Regards,
    Gregor

  • Error message when I calling planning layout in the STS

    Dear
    I'm trying to use Status and Tracking System with BPS ( SEM 4.0 SP10,  BW 3.5 SP14 ).
    But I got some error messages when I calling planning layout in the STS screen..
    I designed 2 lower unit(A,B) and 1 upper unit(C) for the test. and using Bottom-up work-flow.  
    I did
    1. Create Planning Area in the BPS0 ( also Level, Package, Layout ..)
    2. Created Web Interface in the Web Interface Builder using the upper BPS Layout .
    3. Customizing STS
        - Create Sub Plan & Session
        - Asssign Hierarchy to Sub Plan
        - Determine attribute for created planning session ( Bottom-up, Auto mail )
        - Define Header characteristics for planning session to contains the planning package completely.
        - Determine Date, Person Responsible and Layout.
    4. Send Start mail
    5. Open STS Web Start Screen ( using B Unit responsible user .) 
    When he click "Open Planning" icon in the screen the following error messages were happened...
    I've no idea for that because I didn't use any variables or offset settings.        
    I guess that comes from header settings for the planning session because when I deleted the header settings for the planning sessions, I could see the planning layout.
    but I could not use lock processing in the STS.
    Could you tell me what's happening to me?
      [ Following error message ]
    Correct the data on variables and offset in character string "? 
    Message Number  UPC_FW092 
    Long Text  Diagnosis
    Character string "", which contains data on the variables and offset, has an invalid format, and cannot be converted.
    Procedure
    Correct the character string, so that it has the correct format. A correct entry on variable and offset has the following form:
    <VARIABLE_NAME> [{ + | - } OFFSET]
    Examples:
    VAR0
    VAR1+1
    VAR2 - 2.
    Also check whether the variable, that you want to use is available in the planning area.

    Hello,
    this seems to be a bug. The error message should include a variable name between ''. Since there is none, the function that raises the error was not called correctly.
    It's not likely that this is related to STS since STS does not use variables at all. It's probably a problem with the layout. If you can't resolve it, please open a message to SAP Support.
    Regards
    Marc
    SAP NetWeaver RIG

  • Planning Layout error K9162 - max number of columns in planning layout rest

    Hello collegues,
    our client would like to have 34 columns in planning layout costs activity inputs of TA KP67. But error message K9162 - max. number of columns is restricted to 30. So I tried to switch of the message with TA OBA5 application area K9 - msg number 162. But this does not work as the error comes up again even though the message is switched off.
    Do you have some ideas?
    Thanks and regards,
    Christian

    Hello,
    thanks for your response. I have maintaine in OBMSG:
    K9     162     WE     E    switch off selected
    then in OBA5 for dialog and batch I have maintained  -
    but the error is upcoming again. So I think that this sort of message cannot be switched off as the planning layout is restricted to 30 columns by design maybe?
    thanks and regards,
    Christian

  • Planning layout error while opening

    Hi,
    Planning layout is not opening, but it was worked for the past two months.
    It shows the below while opening of the planning layout..
    Errror reading of data from the info provider.
    System error in program in CL_RSDRC_SELDR_SRVS  and Form_Seldr_to_slide_node_ch01
    Regards
    Perasel
    Edited by: Perasel on Aug 13, 2008 3:47 PM

    Look at the dump in st22 and errors in sm21 .check the transaction code SNOTE to check whether the note 1024741 is implemented.
    The following is from the above note:
    Solution for your problem.
    Import Support Package 13 for SAP NetWeaver 2004s BI (BI Patch 13 or SAPKW70013) into your BI system. The Support Package is available once Note 991093 "SAPBINews BI 7.0 Support Package 13", which describes this Support Package in more detail, has been released for customers.

  • Error while configuration of CRM Planning Layout in BW

    Dear Experts,
    While configuring Planning Layout in BW system for CRM. Received following error messages
    1. Planning Services Error
    2. RFC error: Independent time characterstic in level. Layout cannot be executed.
    The Planning Layout has been designed with reference to document " “ How to Build Planning Layouts and Integrate it With CRM System.pdf”.
    Please find the following link for the reference document.
    How to Build Planning Layouts and Integrate it With CRM System
    Could some one please help us on this.
    Thanks,
    Khader

    Dear Experts,
    While configuring Planning Layout in BW system for CRM. Received following error messages
    1. Planning Services Error
    2. RFC error: Independent time characterstic in level. Layout cannot be executed.
    The Planning Layout has been designed with reference to document " “ How to Build Planning Layouts and Integrate it With CRM System.pdf”.
    Please find the following link for the reference document.
    How to Build Planning Layouts and Integrate it With CRM System
    Could some one please help us on this.
    Thanks,
    Khader

Maybe you are looking for

  • Laptop Recommendation for CS5

    Hi all - I hope you don't mind me posting this request in this forum. I am buying a new laptop (win7 platform, unfortunately...) and I have to keep the price at around $1k. I'd like to know if you have any recommendations - I pasted a few examples af

  • Startup and Sleep Issues 2.2 GHz, 10.6.6

    First, the specs: 2.2 GHz Macbook Pro, 4Gb installed memory. Currently running OSX 10.6.6. Symptoms: 1: On startup, wait time from grey "Apple" loading screen to blue pre-login window screen is approx 2 minutes, then approx. 8 additional minutes for

  • Date show between period

    I would like to find date between from_date and to_date like if a user what's to see dates between '26-SEP-2005' TO '05-OCT-2005' then the result shows following 26-SEP-2005 27-SEP-2005 28-SEP-2005 29-SEP-2005 30-SEP-2005 01-OCT-2005 02-OCT-2005 03-O

  • FS10N - Missing Material number during drilldown

    Hello In FS10N transaction, g/L Account display screen, when we drilldown on any of the field to see the material number, its missing from the layout. Also, some of the displayed in German Language. I would appreciate your quick thoughts and help SAP

  • SAP Netweaver Trial Version under Win 7

    Dear Support - Team, I have a new laptop installed with Win 7 Home Premium 32bit version. Now i wanted install the trial version from DVD (it was an additional to the book " ABAP Objects in SAP Netweaver). At first the installer tried to start and ne