Changing attribute order in a planning layout

Hi all,
I have a planning layout with one characteristic in lead column and 4 others attributes to be displayed with. The attributes appear with the following order:
-standard infoobject (sort by technical name).
-all other custom infoobjects /(sort by technical name too).
Is it possible to change this order?
Thanks for help
Vincent

No
I dont think that is possible.
Chirag S

Similar Messages

  • Changing attribute order in a mapping operator

    Is there a way that I can easily change the position or order of a mapping operator or object (e.g. Joiner object) without having to remove all the attributes in an object, and then either entering them manually or pulling them from the source to the mapping object (the target).

    Hi Kurt,
    Unfortunately that is not possible, operator attributes always show in the order you created it.
    Only tables, views, snapshots, dimensions and cubes allow to change the order of their attributes, but then only in their respective editors, not in a mapping.
    Regards, Patrick

  • Change  the description of Planning layout

    Hi everybody,
    Are there the way to change  the description (name) of Planning layout that I created at KE14???
    Anybody can help me?
    Thanks & Regards

    Hi ,
    You can go to transaction KE16. On the right panel of the screen , double click on the planning layout name .
    A Pop up will open up which will have the details as shown below
    Enter the texts
    Short     
    Medium    
    Long      
    There you can change the description .
    Hope it helps
    SJ

  • Could you help me regarding the planning layout in excel please ???

    Dear All,
    Could you kindly help me to solve my case please .. ? :).
    I tried to change the template of excel planning layout using this program: UPP_MASTER_CHECKIN.
    I tried to modify the template by inserting some logo picture there.
    I put the picture in the left-top corner,
    but after i run the program, the logo picture position cover/above the planning data.
    My questions is:
    1. Could we setup in what row we're going to start the planning data ?? So it the planning data will not be covered by Logo ..
    e.g.
    Before:
    Planning data is written in row 1 and column 1.
    Could i modify the planning data to be written in row 6 and column 1.
    Regards,
    Niel..

    Hi Neil,
    you must insert row between logo and data region. Furthermore you must set image properties to not change its dimension.
    Best Regards

  • Planning Layout: Environment-Specific Attributes

    Hello,
    In the following link, I find information about attributes in a planning layout:
    http://help.sap.com/saphelp_sem60/helpdata/en/38/021c0d3a5c473392a7147b941541b6/frameset.htm
    Does somebody know where I could change these attributes?
    Thanks for your help.

    Hi Anne,
    In your case, pl do the following.
    In the layout builder go to the last screen, on the right side top, you will see 4 icons. Click the one after "I" icon. Thats for reading documents. Check that box.
    But before that, atleast one of the characteristics used in the layout should be made as "document attribute". So go to any of the objects for which you wish to maintain documents. RSA1 - info objects tree, select your info object , sap profit center and go to change mode. In the General tab, you will see a check box " characteristic is document attribute" check that box and activate the info object.
    Get out of BPS0 and come back to BPS and go to the layout, you can check that box.
    Once done, start enetring values.
    WHile entering values in the layout, the tool bar above the data entry area, you will see a few icons, one after "append linns" is to create document.
    Let me know if this works for you. I can send you some documents on this, if you wish.
    Thanks
    Ravi Thothadri
    [email protected]

  • 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.

  • How to change the components of the planned order? (FM or BAPI)

    I need to change the storage(LGORT) in the components.
    I found only MD_PLDORD_CHANGE_COMP_ITEMS, but could not get the correct result.
    Has anyone used this FM to change the components of the planned order?
    Can you please tell how to use it. Or advise an alternative solution.

    Hi Anton,
    There's a BAPI to change planned orders - BAPI_PLANNEDORDER_CHANGE, but it allows to change only header data.
    Therefore you'll have to go a bit longer, and use a couple of other BAPIs:
    First read the order that you want to change - BAPI_PLANNEDORDER_GET_DETAIL
    Second, create a new planned order with the changed data, based on the read planned order - BAPI_PLANNEDORDER_CREATE.
    Third, delete the old planned order - BAPI_PLANNEDORDER_DELETE.
    Regards,
    Mario

  • Change End date of billing plan/invoice plan in sales order item(fpla-erdat

    Hi Experts,
    Could you please help to me regarding this issue.
    I need to change  End date of billing plan/invoice plan  in sales order item  of  "billing plan" Tab.( FPLA-ERDAT) for all line items. It is not a one sales order,more than 1000 sales orders.
    How can i change those end date of billing plan for all line litems and all sales orders ( i have input file with sales orders, items, dates.)
    Thanks
    jaya

    Hi ramki,
    I tried with using  MASS  T.code ( bus2032 Object type).
    There are no field  related to Billing plan end date?.if case i done wrong ,tell me what are steps while using MASS T.code.
    now what i can do. or explain
    Thanks
    jaya

  • Change End date of billing plan/invoice plan in sales order item

    Hi Experts,
    Tell me what are tables to be updated,when i changed end date of billing plan/invoice plan ( "billing plan" Tab in sales order item).?
    Thanks
    jaya

    vbrk and vbrp

  • Attribute order changed

    Hello all!
    I'm developing a webapplication with JSP technology.
    i have to manage xml files, change and rewrite them.
    i use those pakage for manage and edit xml files :
    "javax.xml.parsers.DocumentBuilder and DocumentBuilderFactory"
    and that one for rewrite in a file:
    "javax.xml.transform"
    Now the problem is that the xml file edited had a particular element attribute order. the file rewrited change this order into an alphabetical order.
    i want to mantein the previous order.
    Is that possible? how?
    Thanks!

    No you get over it. The spec doesn't say it, but it is clearly an oversight by engineers more concerned with computer consuming XML then humans. One of the big selling points is that it is human readable and editable, this goes right against that.
    Now that XML is more of a standard, programming languages and other things are being generated using it. Configuration files and all sorts of things. Consider you have a tag like <function name="" comment="" >
    Suppose comment becomes really long while name is very short. Right now XSLT will reverse these attributes..now comment comes before the name and the file becomes unreadable....XML is used by humans too!
    The spec also doesn't say you need it or not. Java and the rest of the community have actively decided to be like you, a complete dick, for no reason and not support it. Just lazying coding for no reason. I guess maybe open standards are a bad way to go huh? Man up and have the right attitude...no reason not to make it an option other then total disregard for other peoples real world ( not virtual specification ) problems.

  • How to change the order of the List box entries in GET attributes - Account

    Hi,
    We have four entries in the List box for the GET attribute in the Account. Please help me out, how we could change the order of the entries ? Is there any place in PCUI I can do the changes ?
    Thanks & Regards,
    Jagadees K Arumugam

    Hey Doc!
    Thanks for your effort!
    Seems like the picture I posted was confusing, I actually wanted to show, what indesign does, not what I want to achieve!
    I downloaded your template and that's exactly what I want to achieve! But I still have trouble reconstructing what you did:
    How did you link the captions to the TOC?
    The captions have a paragraph style which looks exactly like mine, also the paragraph style of the TOC doesn't look much different. So where does the difference hide?
    EDIT: Kannst Du mir sagen, wie diese Verlinkung auf Deutsch heißt? Dann find ich's vielleicht auch von selbst

  • Change firmed planned order to Unfirm Planned order

    Hi ,
    if we change firmed planned order to unfirm planned order ,is there any effect on WIP and routing changes?
    please respond with an answer.
    Regards
    Rekha
    Edited by: REKHA MAHAJAN on Mar 31, 2008 1:34 PM

    Hi Rekha ,
    planned order Unfirmed -
      will allow automatic changes with respect to requirement
    planned order firmed  -
      Any manual change in the planned order is called firmed
                                                          and will not allow any automatic changes with respect to requirement
    Planned order is just the requirement only there will no change in the WIP .
    for example : you have some requirement say PIR is 50 on 31st march you perform MRP
    by selecting the MRP type so that you will get firmed planned order for 50
    on  1st you have another requirement ( PIR )  for 100  and if you perform MRP again system will create another planned order if this is also firmed . you need to convert manually into production order.
    once planned order is converted into production order and there is no link with either routing or
    workin process with planned order and is meant for only open production orders . You can convert all the planned orders collectively also
    if any doubt come back
    regards,
    Vimalbalaji.J

  • Planning Layout: 7KEA (PCA): What is attribute?

    Hi,
    Could anyone advise what is the attrribute during the creation of PCA planning layout?
    Attribute can be either: Unit, Text Exits, Distribution Key, Action
    When I click to insert an element (Shift+F4), I can have options to choose as follows:
    Key figures with characteristic
    Formula
    Attribute
    Kindly briefly advise on their features, especially the attribute.
    Thanks.

    Hi Rajiv,
    Thanks for your reply.  I can't understand you explanation.
    I cannot understand from this website although it has some explanation in length.
    http://allian.uclv.net/saphelp/helpdata/EN/e9/f02c7dd435d1118b3f0060b03ca329/frameset.htm
    The question is, I tested:
    One layout with coloumn distribution key and one without distribution key; but the result of the report is same ...
    What are the distribution key or other attrubute values actually for?  Any solid examples?
    Under teh DK columns, there are some selectable values, like the following:
    0     Manual distribution
    1     Equal distribution
    2     Distribution as before
    3     Distribution by percentage
    4     Distribute values to following no-value periods
    5     Copy values to following no-value periods
    7     Distribute according to number of days in period

  • ERP - SD Sales orders with billing plan (material number change appear)

    Sales and Distribution.
    Regarding sales orders with billing plan.
    We create the sales order and create billing plan at header or item level.
    We issue down payment request(s) upon receipt of sales order.
    Often during the life time of the sales order one or more of the material numbers are changed after the down payment request(s) has been issued and paid by the client.
    Our issue is that prior to changing the material number in the sales order we have to reverse the payment(s), reverse the down payment request(s) and after the material number change re-issue the down payment request(s) and register the payment again.
    We wish to find a solution avoiding all the reversals.
    If you have a similar situation please inform how to handle material number change in the sales orders with billing plan.
    Best regards
    Lise

    Dear Consultor SD ,
    There is no setting to create the invoice based on schedule line.
    What you can possibly do is create multiple deliveries based on the schedule line and
    then invoice the individual deliveries.
    If you want system to split the deliveries based on schedule line, then you will have to include Schedule line also
    in the COMBINATION REQUIREMENT in VTLA.
    Thanks & Regards,
    Hegal K Charles

  • ADF Filter- change the order of displayed attributes

    Fairly new to ADF. Started a week ago. I was wondering if I can change the order of the attributes displayed on the panel that opens when you click on filter? if so how would I go about it
    Thanks

    Hi,
    I was wondering if I can change the order of the attributes displayed on the panel that opens when you click on filter
    where did you click on filter? Which component ?
    Frank

Maybe you are looking for

  • Map Request DTD has syntax-errors

    I checked the Map Request DTD with xmlspy and get syntax errors. The error positions are: <!ELEMENT jdbc_query (#PCDATA, hidden_info?)> <!ELEMENT legend column+ > <!ELEMENT column entry+ > Who can help me? From where can i get a correct Map Request D

  • Mistakenly dropped my iPhone into water and lost all my photos, how can i get them back, and i cant find them in my back up

    i mistakenly dropped my iphone 4 in the bath, send it for repairing @ an apple reseller in my contry. now im trying to sunc my old iphone but find out that my photos are not backed up. how can i get the photos back. they mean the world to me alot of

  • How to configure java.security file to run j2ee programs

    Hi, I am using Sun one application server to run my j2ee programs. plz tell me how to configure java.security file inside my appserver so that i can run my servlet program that is using jsse API to create SSL sockets. I am not able to follow whats th

  • BUG(?): background color not in print profile

    When printing a photo from Lightroom 3 with paper background color this color is not corrected for printing, although I print with icc, print profile from Spyderprint. The photo itself is corrected. This means that the paper backround is colored inst

  • Bootcamp disappears after updating to mavericks

    Hello all, i'm experiencing a lot of problems after updating to OS X Mavericks 10.9.4 especially with bootcamp. My bootcamp partition is greyed out in disk utility, access bootcamp,  i cant seem to mount it, delete the partition via bootcamp assistan