Replacement from the Value of an Attribute*

Replacement from the Value of an Attribute
With formula variables you can set the processing type Replacement from the Value of an Attribute and create a reference to the reference characteristic for the variable. The attribute Reference to Characteristic (Constant 1) is a dummy attribute that is available with each characteristic. It serves to create a reference to the characteristic, by which it does not need to be aggregated. By choosing this attribute, you can influence the aggregation behavior of calculated key figures in a targeted way and can improve performance during calculation.
1)what does this do in the query?
2)what is the value of the variable created ?(like 1,2 etc {i.e.} it changes or is  a constant value like 1)?
E.g. i have created a formula variable zvar , (replacement path  type) ref. char is wbselement, then what will be the value of the zvar if its used in a formula
eg.  Formula 1 = kef1 kef2zvar.
what will be the value(s)  of the variables in the these cases
1. project = 1000,1000.30.
2.project = 2000,2000.30.01
3.proect = 3000,3000.30.01,3000.30.02.
3.) as per the def. its a  number which refer to a wbs, then in the FORMULA , will it consider the zvar as a VALUE or what would happen?
Edited by: jumboash on Oct 23, 2009 7:25 PM

Hi,
ZVAR is not considered as value in the calculation. It is used only to calculate the formula correctly without aggregation of the operands.
For example there are two materials m1 and m2 . total amount has to be calculated for these materials whose quantitys are 10 and 20 and whose prices are 200 and 300 respectively.
Case1:- if ZVAR is not used then the calculation of the fromula will be as follows
qty   Price    amount
10 * 200   = 2000
20 * 300   = 6000
30 * 500 =  15000     ->   The total amount shows is 15000 which is not correct
Case 2: -  if ZVAR is used in the calculation of the formula
qty   Price    amount
10 * 200   = 2000
20 * 300   = 6000
                   8000   -> The total amount shows is 8000 which is correct
so using the ZVAR in the formula shows the correct result without considering the aggregation . This is useful in the case if the material is not part of rows.

Similar Messages

  • Is it possible to reference one cell from the value of another?

    Is it possible to reference one cell from the value of another e.g.
    value of b1 = value of c(value of a1)
    So if a1 = 3 then b1 = c3, if a1 = 5 then b1 = c5.

    Excellent!
    Thanks Wayne. Just saved me many hours and a headache.
    Works like a dream.
    Thank you for your succinct (and accurate) answer.
    Mark

  • BOL: How to read the value of an attribut

    Hiii experts,
    I'm new in ABAP programming.
    My intention is to read the value of a context attribut.
    This attribut ist not in form of a struct attribut. To read an struct attribut, I know to get the value, for example:
    value ?= me->typed_context->BP_ADDR->collection_wrapper->get_current( ).
      CHECK value IS BOUND.
      value->get_property_as_value(
        EXPORTING
          iv_attr_name = 'CITY'
        IMPORTING
          ev_result    = value_city).
    But my problem is, that I have an attribut, which you can not find in the BOL browser, because it is not in form of a struct.
    Can anybody help me, how to read the value of this kind of attributs.
    Thank you very much in advance fpr your help,
    John

    Hii Clemens,
    first of all, my concern deals with WebUI.
    I expect to read the value of an attribut. I know how to read the value of an attribut, which can be found with the same description in the bol browser, as you know you can read it with:
    value ?= me->typed_context->BP_ADDR->collection_wrapper->get_current( ).
      CHECK value IS BOUND.
      value->get_property_as_value(
        EXPORTING
          iv_attr_name = 'CITY'
        IMPORTING
          ev_result    = value_city).
    Now, I have an attribut of an context node which has a different name as in bol browser. If I want to read the value with the code above I get an error message. Thatswhy I referenced a collection of the context node to read this attribut.
    Can anybody say me how the value of the attribut, can I use the methode get_property ?
    greetings,
    J

  • How do I remove the drop shadow from the value labes on my bar chart in Pages?

    How do I remove the drop shadow from the value labes on my bar chart in Pages?

    As far as I know, you must use brute force in the index.xml file describing the document.
    Search the descriptor of your values labels
    It starts with : <sf:SFCBarSeriesValueParagraphStyleProperty>
    and delete the three items describing the shadow.
    I highlighted it with red.
    Yvan KOENIG (VALLAURIS, France) vendredi 8 juillet 2011 19:08:31 iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8
    Please : Search for questions similar to your own before submitting them to the community
    To be the AW6 successor, iWork MUST integrate a TRUE DB, not a list organizer !

  • Hey the metallic part of the earpods that goes into my ipod touch broke into the device. Can i get a replacement from the apple store if i still have the box?

    Hey the metallic part of the earpods that goes into my ipod touch broke into my ipod touch. Can i get a replacement from the apple store if i still have the box?

    If within the warranty period and not abused, Apple will exchange them at no cost.
    - Make an appointment at the Genius Bar of an Apple store.
      Apple Retail Store - Genius Bar

  • Creating UserMembersRule with conditions on the value of resource attribute

    Hi all.
    I am trying to create a UserMembersRule to be used for provisioning an Organization. This rule should select users with a given value for an attribute mapped in a distant Resource.
    For instance, it would select all users with "typeTest = test1" in the "Simu1" Resource. Most examples I have seen by now do this for the Waveset resource (querying attributes which are in the IDM Schema, not in distant Resources)
    Form the results I have had, I suppose the first syntax (in which the Rule returns a list of AttributeCondition) doesn't work in this case.
    I will still give you several syntax I tried to do this :
    PLEASE NOTE that I've added "<" characters before each <<s> and <</s> tag, to prevent these from being interpreted by the Forum engine...
    Syntax 1 :
    <Rule authType='UserMembersRule' id='#ID#Rule:CustomTestRule1' name='Custom Test Rule 1' primaryObjectClass='Rule'>
    <block trace='true' name='CustomTestRule1'>
    <list>
    <new class='com.waveset.object.AttributeCondition'>
    *<<s>accounts[Simu1].typeTest<</s>*
    <<s>equals<</s>
    <<s>type1<</s>
    </new>
    </list>
    </block>
    <MemberObjectGroups>
    <ObjectRef type='ObjectGroup' id='#ID#Top' name='Top'/>
    </MemberObjectGroups>
    </Rule>
    Syntax 2 :
    <Rule authType='UserMembersRule' id='#ID#Rule:CustomTestRule1' name='Custom Test Rule 1' primaryObjectClass='Rule'>
    <block trace='true' name='CustomTestRule1'>
    <list>
    <new class='com.waveset.object.AttributeCondition'>
    *<<s>typeTest<</s>*<!--Note that typeTest is mapped in Simu1's configuration-->
    <<s>equals<</s>
    <<s>type1<</s>
    <</new>
    </list>
    </block>
    <MemberObjectGroups>
    <ObjectRef type='ObjectGroup' id='#ID#Top' name='Top'/>
    </MemberObjectGroups>
    </Rule>
    Syntax 3 :
    <Rule authType='UserMembersRule' id='#ID#Rule:CustomTestRule1' name='Custom Test Rule 1' primaryObjectClass='Rule'>
    <block trace='true' name='CustomTestRule1'>
    <list>
    <new class='com.waveset.object.AttributeCondition'>
    *<<s>waveset.typeTest<</s>*
    <<s>equals<</s>
    <<s>type1<</s>
    </new>
    </list>
    </block>
    <MemberObjectGroups>
    <ObjectRef type='ObjectGroup' id='#ID#Top' name='Top'/>
    </MemberObjectGroups>
    </Rule>
    Syntax 4 :
    <Rule authType='UserMembersRule' id='#ID#Rule:CustomTestRule1' name='Custom Test Rule 1' primaryObjectClass='Rule'>
    <block trace='true' name='CustomTestRule1'>
    <list>
    <new class='com.waveset.object.AttributeCondition'>
    *<<s>Simu1.typeTest<</s>*
    <<s>equals<</s>
    <<s>type1<</s>
    </new>
    </list>
    </block>
    <MemberObjectGroups>
    <ObjectRef type='ObjectGroup' id='#ID#Top' name='Top'/>
    </MemberObjectGroups>
    </Rule>
    Then, since it didn't work, I tried the second syntax, in which the Rule returns a list of accountIds (in the form of "accountId:Resource") : as the examples on the web and in Waveset's documentation suggested, I queried the Resource with "com.waveset.ui.FormUtil.getResourceObjects".
    Syntax 5 :
    <Rule authType='UserMembersRule' id='#ID#Rule:CustomTestRule2' name='Custom Test Rule 2' primaryObjectClass='Rule'>
    <defvar name='Members'>
    <block trace='true' name='CustomTestRule2'>
    <defvar name='MembersNames'>
    <list/>
    </defvar>
    <dolist name='person'>
    <invoke class='com.waveset.ui.FormUtil' name='getResourceObjects'>
    <ref>context</ref>
    <<s>User<</s>
    <<s>Simu1<</s>
    <map>
    <<s>searchFilter<</s>
    <<s>
    (typeTest=type1)
    <</s>
    </map>
    </invoke>
    <append name='MembersNames'>
    <concat>
    <ref>person.waveset.accountId</ref>
    <<s>:Lighthouse<</s>
    </concat>
    </append>
    </dolist>
    <ref>MembersNames</ref>
    </block>
    </defvar>
    <ref>Members</ref>
    </Rule>
    This doesn't work, the "getResourceObjects" method returns null...
    Then I tried replacing the "searchFilter" option with a "searchAttrsToGet = typeTest" option, but this throws the following exception :
    com.waveset.util.WavesetException: Can't call method getResourceObjects on class com.waveset.ui.FormUtil
    ==> com.waveset.util.WavesetException: Unsupported option 'searchAttrsToGet'.
    However the "searchAttrsToGet" option is listed in the Javadoc of Sun IDM !
    I can't grasp why this doesn't work... Has any of you tried to do something similar, to give me an example ?
    Thanks,
    Alexis
    Edited by: user8989858 on Oct 4, 2010 3:56 AM

    This doesn't work, the "getResourceObjects" method returns null...The method responsible for listing objects in SimulatedResourceAdapter.java looks like this, sorry:
         public ArrayList listObjects(String type, Map options) {
             // ArrayList result = null;
             // return new ArrayList(_objects.keySet());
             return null;
         }

  • Update a Temp table from the values of another table (Best Approach)

    Hi 
    Can anyone help me out to find a solution for the requirement mentioned below.
    I have a temp table like I have mentioned below. Column Period Name will have values like "Current Year", Two Years Before", Three Years Before" , YTD etc.
    Table: Period Count :
    DECLARE @PeriodCount TABLE(RowID INT IDENTITY(1,1),InterventionID INT,Name Nvarchar(500),StartDate DateTime,EndDate DateTime,PeriodName Nvarchar(100),RowDisplayOrder INT)
    In my second temp table(@Report) I have 30 unique Rownames. Now I need to update the figures of the columns like "OneYear Before", Two Years Before", Three Years Before " and all with the matching "InterventionID from the above table.
    ie: Update the figures of the below table (TwoYearsBefore,Three YearsBefore ) and all with the matching interventionID from the first table.
    Note: Field RowName is common in both the tables.
    Table :@Report
    DECLARE @Report TABLE(
    SectionDisplayOrder INT,
    SectionName NVARCHAR(MAX),
    SectionCode NVARCHAR(MAX),
    SectionPeriod NVarchar(Max),
    RowName NVARCHAR(MAX),
    DisplayFormat NVARCHAR(50),
    Uom NVARCHAR(50),
    IsBold BIT,
    Padding INT,
    IsPositiveVariance BIT,
    ThreeYearsBefore FLOAT,
    TwoYearsBefore FLOAT,
    OneYearBefore FLOAT,
    TwelveMonths FLOAT,
    [Target] FLOAT,
    Ytd FLOAT,
    Month1 FLOAT,
    Month2 FLOAT,
    Month3 FLOAT,
    Month4 FLOAT,
    Month5 FLOAT,
    Month6 FLOAT,
    Month7 FLOAT,
    Month8 FLOAT,
    Month9 FLOAT,
    Month10 FLOAT,
    Month11 FLOAT,
    Month12 FLOAT
    INSERT INTO @Report
    select
    DISTINCT
    NULL,
    ' Maintenance',
    'fractoryMaintenance',
    NULL,
    P.Name,
    'N0',
    'no',
    0,
    0,
    0,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL
    from @PeriodCount P
    Thanks in advance.
    pep

    RowName
    ThreeYearsBefore
    TwoYearsBefore
    OneYearBefore
    TwelveMonths
    Target
    Ytd
    Month1
    Month2
    Month3
    Cross Over - Repaired
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    Floor Tiles - Mechanical Damages
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    Floor Tiles - Repaired
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    Floor Tiles - Replaced
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    Flue Wall - Cleaned
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    Flue Wall - Mechanical Damages
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    Flue Wall - Repaired
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    Flue Wall - Replaced
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    Flue Wall - Straightening
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    Flue Wall - Wool Stuffed
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    Flue Wall Burner Block - Replaced
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    Flue Wall Top Blocks - Cover Repaired
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    Flue Wall Top Blocks - Mechanical Damages
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    Flue Wall Top Blocks - Repaired
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    Flue Wall Top Blocks - Replaced
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    Flue Wall Top Blocks - Wool Stuffed
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    Head Wall - Cleaned
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    Head Wall - Cover Repaired
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    Head Wall - Full Sealed
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    Head Wall - Replaced
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    Head Wall - Wool Stuffed
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL

  • Got a iphone 4 3 days ago, set it all up and it crashed. Today I got a replacement from the store, but when I try and log in to my apple id so I can start downloading apps, it says that the security code of my credit card is invalid. Why is this happening

    I got a new iphone 4 3 days ago. YAY! Got it all set up, downloaded some apps etc, and it kept crashing.
    I took it back into the store and they replaced it. Today however, I tried to download some apps, and it keeps prompting me to log into my apple id. When I do, I enter my password etc... then I get to the part for payment, and using the same credit card I used for the first phone i input the exact info that worked for the first phone. It keeps telling me "SECURITY CODE IS INVALID" but I KNOW I am entering this number correctly.
    Are you only allowed to use a credit card once? Has my second phone crashed? What gives? 
    Thank you for any help... I am new at this and not so good...

    Launch iTunes. From the menu bar click Store / View My Account
    Click: Edit Payment Information
    Make sure you have the correct Security Code.
    Then click: Done
    And try resetting your Apple ID password.  https://iforgot.apple.com/cgi-bin/WebObjects/DSiForgot.woa/wa

  • Replace " from the string

    Hi,  I am not able to remove " (double quotes) from a sting.
    I am using replace function in webi but getting error.
    example sting: Yellow stone"discovery"
    i have tried like this: =replace([varible];""";"")  but getting error. can anybody help me in removing the " from sting.
    Thanks.

    Description
    Replaces part of a string with another string
    Function Group
    Character
    Syntax
    string Replace(string input_string; string string_to_replace; string replace_with)
    EX:=Replace ([[variable]]; Char(34) ;"")
    Input
    input_string                     The input string 
    string_to_replace             The string within input_string to be replaced 
    replace_with                    The string to replace string_to_replace with. 
    Output
    The string with the part replaced
    Example
    Replace ("New YORK";"ORK";"ork") returns "New York"
    All the best,
    Praveen

  • Can a subscript be sorted aside from the value iself?

    Example after creating 3 one dimentional arrays a and passing those three arrays to a method. The method will accept a user input from the keyboard. The input has to be matched with a paticular array value.How can I match an input with a specific array value and be able to display that particular array subscipt value which is equal to the input of the user at the same time display the other 2 array values parallel to the matching array value.

    Loop through your array looking for a match, when you find one use the index to acces the items in the other arrays.

  • Setting webbean from the value returned to PFR ?

    I have a button on my custom page, say "View Results", invoking it returns a string value internally
    so in my CO - PFR :
    if (pageContext.getParameter("pressButton") != null)
    String str = (String)(am.invoke("viewDetails")) ;
    System.out.println("in PFR " + str)     ; //prints fine
    I want to set this value of returned str to a webBean of the type :OAMessageStyledTextBean
    I know I should do it in Process request
    but when I test for user pressed the button, it doesnt give me anything.
    if (pageContext.getParameter("pressButton") != null)
    String str = (String)(am.invoke("viewDetails")) ;
    System.out.println("in PR " + str)     ; // doesnt print
    I figured a way out but not sure if its correct.
    I used pageContext.setForwardURLToCurrentPage() in PFR and then SOP in PR gets printed. Then I set the value of msgstyletext bean.
    Kindly guide me
    Thanks

    Guru is right there are two ways , recalling process request should be the last approach,while coding in OAF, as the entire page hirarchy is refreshed. Instead here you can :
    1) Use Databound values and attach messagestyle text bean text attribute to a VO column.
    2)Use Message textinput with read only property true and attach it with vo attribute.
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • How do I remove the drop shadow from the value label on a bar chart?

    All of the shadow settings are disabled for the value labels, and for the chart in general, but the shadows still show. Any ideas on how I can remove them?

    ensure you have selected the label, not the graph:
    shadow on:
    shadow off:

  • Change the value of a attribute through xpath in orchestration with untype message

    This is my orchestration:
    In Message Assignment Shape of Construct_BookMessage ,I wrote the following code:
    BookMessage=InputMessage;
    AuthorName=xpath(BookMessage,"string(/*[local-name()='BookMessage' and namespace-uri()='http://UntypeMessage.Book']/@*[local-name()='Author' and namespace-uri()=''])");
    System.Diagnostics.EventLog.WriteEntry("Old AuthorName",AuthorName);
    AuthorName="Prakash";
    xpath(BookMessage,"string(/*[local-name()='BookMessage' and namespace-uri()='http://UntypeMessage.Book']/@*[local-name()='Author' and namespace-uri()=''])")=AuthorName;
    AuthorName=xpath(BookMessage,"string(/*[local-name()='BookMessage' and namespace-uri()='http://UntypeMessage.Book']/@*[local-name()='Author' and namespace-uri()=''])");
    System.Diagnostics.EventLog.WriteEntry("New Author Name",AuthorName);
    OutputMessage=BookMessage;
    InputMessage and OutputMessage are of System.Xml.XmlDocument type and BookMessage is of Book schema type.
    But I am getting the following error in admin console:
    xlang/s engine event log entry: Uncaught exception (see the 'inner exception' below) has suspended an instance of service 'UntypeMessage.UntypeOrchestration(275c2c0e-1d69-1d6a-8add-afc5051106ec)'.
    The service instance will remain suspended until administratively resumed or terminated. 
    If resumed the instance will continue from its last persisted state and may re-throw the same unexpected exception.
    InstanceId: da2fc832-9c6a-4fd2-82b2-324707b8bea7
    Shape name: Construct_BookMessage
    ShapeId: f8b3fa0c-7c13-4357-b7a8-cfa05e20fe16
    Exception thrown from: segment 1, progress 9
    Inner exception: Expression must evaluate to a node-set.
    Exception type: XPathException
    Source: System.Xml
    Target Site: System.Xml.XPath.XPathNodeIterator Select(System.Xml.XPath.XPathExpression)
    The following is a stack trace that identifies the location where the exception occured
       at System.Xml.XPath.XPathNavigator.Select(XPathExpression expr)
       at System.Xml.XPath.XPathNavigator.Select(String xpath)
       at System.Xml.XmlNode.SelectNodes(String xpath)
       at Microsoft.XLANGs.Core.Part.XPathStore(Object rValue, String xpath)
       at UntypeMessage.UntypeOrchestration.segment1(StopConditions stopOn)
       at Microsoft.XLANGs.Core.SegmentScheduler.RunASegment(Segment s, StopConditions stopCond, Exception& exp)
    Can anyone help me why it is occuring ?
    Prakash

    In your assignment statement you should remove the "string(....)" XPATH method. So if you use
    xpath(BookMessage,"/*[local-name()='BookMessage' and namespace-uri()='http://UntypeMessage.Book']/@*[local-name()='Author' and namespace-uri()='']")=AuthorName;
    it will work. Now the Left-Hand-Side of the expression does evaluate to a node set (in this case it would evaluate to an XmlAttribute).
    Regards.

  • Has anyone received  a 7th gen nano as a replacement from the 1st gen nano?

    Ok i want to send my iPod nano to Apple but I don't wan to get the 6th gen one (sorry I'm so picky)

    "It'd be nice to get the 7th gen iPod as a replacement"
    Because you'd need a different power adapter?  That's not nice.

  • How do I use the value of a table attribute outside the table?

    I have two tables that are master detail. But it might not be so obvious to the user before he knows how the page works that they are master detail. The tables are in separate showDetailItems in a panelAccordion and what I was thinking of was to show the value of one coloum in the selected row in the master in the text in the showdetail item that contains the detail table. But I can´t find the right expression to put into the accordion. How should the expression look like to get the value of an attribute in a table for use outside the table?

    Thanks for the suggestion but it doesn´t work. The first problem is that the page turns blank when I use that expression for the text in the showDetailItem and the second problem is that I don´t seem to be able to use the master table as a partial trigger. When I click edit in the partial trigger property I can´t shuttle the master table over to be a partial trigger to the showDetailItem even if the table has an id.
    Edited by: Atlantic Viking on Apr 2, 2009 6:24 AM
    Well I figured out how to come half way. I did the following things:
    1) Created an attribute value binding to the attribute I wanted to be shown in the showDetailItem
    2) Set the text property in the showDetailItem to this attribute value like this #{binding.attributeValue}
    To solve the problem I had with the partial triggers I continued like this
    3) Gave other components on the path from the showDetailItem to the master table id´s
    4) Clicked edit on the partial trigger property on the showDetailItem and was now able to shuttle the master table over to be a partial trigger.
    But I now got an other problem which looks like a bug. At first when I enter the page it looks fine but when I change focus in the master table to another row part of the showDetailItem containing the detail table disapears. The detail table still remains and works as it should but the part containing the text I tried to set above disapears and the text in the showDetailItem containing the master gets replaced by the text that was supposed to be in the showDetailItem containing the detail table. Any suggestions how to correct this are very welcome.
    Edited by: Atlantic Viking on Apr 2, 2009 6:59 AM

Maybe you are looking for

  • How do I restore missing text in Acrobat XI Pro?

    I've recently had an issue with letters disappearing from the documents I create.  I do merge other documents, but the text that goes missing is from the main body of text.  I've made many docs without this issue. I've gone back and typed in the miss

  • Having problems choosing sound output through HDMI to my television, any one any ideas?

    Though listed in the sounds options, I can't seem to choose a sound output to my TV through HDMI. I have sound output to headphones via the headphone socket or usb, but when I highlight to the HDMI TV option it justs returns to the top of the list, a

  • My MacBook pro will take forever to shut off sometimes?

    When I want to tern off my MacBook pro sometimes it will take forever to tern off so I have to let the battery drain out and then when I use it again I have to plug it back in?

  • Urgent ! Need to know a FM or a BAPI.

    Hello Peers, I have an urgent requirement where I need to get the <b>***.ATP Quantity</b>  which you can find in CO06 or CO09 T.Code  & display in the Report. I tried with FM : MD_STOCK_REQUIREMENTS_LIST_API  which will return  material stock details

  • Focus level of BPX

    Hello all, I'm new to the community and my experiences with BPM are -for now- on a theoretical level. I do sense an area of tension of which I would like to hear the opinions of more experienced people. What I've learned so far is that a BPX should t