Problem in Commitment and actual value..

Dear Experts,
I am facing a problem in 533 report. i created many purchase orders for a project X.   In me2j report all po's are showing but in 533 report for X project commitment values are not coming.
i also created GRN for some PO's but actual values are also not coming....
in our business scenario we are creating PR's thru network. upper problem is coming when we are taking item category L in PR's...
please give me solution step by step..
***its urgent******
regards

dear Jaun,
we are creating PR thru n/w with item category L.we take 3rd party PR. we are not using MRP and BOM procedure. PR's value comes in commitment column in 533 report. but when we are converting these prs in PO in 533 report commitment column values are not coming. this is my problem.
when we take item category N all things are ok.
but  users already created many Prs and POs with item category L so i want to know that is there any possibility to come po value in commitment that created thru reference of PR with item category L? (in these PO accnt assg. cat. is Q.)
help me.

Similar Messages

  • Problems with convertNumber and Double values

    I've serious troubles using convertNumber with Double data in input fields.
    While output formatting works fine, the outputted string fails to be converted back - I get conversion errors.
    So the value that is written to the input field generates a conversion error being submitted! This is not good practice!
    I've found out the following: (I use german locale, so following examples containing ',' means decimal point)
    <f:convertNumber pattern="##0.00" />generates the right output, eg. for Double(20.50) - "20,50", but this value ("20,50") will not be parsed using the above pattern! Only values with non zero last minimum fractional digit (eg "20,51", "20,59", ... ) will be parsed!
    In addition, the above pattern doesn't parse numberstrings that don't contain all significant digits.
    For example an input of "20" will not be parsed to "20.00"!
    Maybe this is not the right forum for that problem, since i think this is a general java formatting problem (?).
    But as the problem arised by using the convertNumber tag and acting like this on numeric input fields is not very comfortable, I liked to post this here. Maybe someone can give me some advice?

    I also have found this problem, except that in my experience it is the decimal part that must be non-zero, not just the last digit of the decimal part. So with a pattern of "0.00" the string "1.50" (one and a half) will be accepted whereas the string "1.00" will not.
    My guess (just a guess) is that it is related to the documented behaviour of the DecimalFormat object when it parses a number. According to the documentation:
    The most economical subclass that can represent the number given by the string is chosen. Most integer values are returned as Long objects, no matter how they are written: "17" and "17.000" both parse to Long(17). Values that cannot fit into a Long are returned as Doubles. This includes values with a fractional part, infinite values, NaN, and the value -0.0. DecimalFormat does not decide whether to return a Double or a Long based on the presence of a decimal separator in the source string. Doing so would prevent integers that overflow the mantissa of a double, such as "10,000,000,000,000,000.00", from being parsed accurately. Currently, the only classes that parse returns are Long and Double, but callers should not rely on this. Callers may use the Number methods doubleValue, longValue, etc., to obtain the type they want.
    Which means that "1.50" will be returned as a Double while "1.00" will be returned as a Long. Perhaps there is then a class-cast exception whie trying to use this value?
    If this is indeed the problem, the solution is to use the getDouble() method of the parsed Number to create the Double to be returned, but this is for the implementer to do - not the user!

  • Problem with inheritance and outputting values in toString.

    Hey guys, i'm having a major problem with inheritances.
    What i'm trying to do with my program is to create objects in my demo class. Values are passed to several other objects that each do their own calculations of grades and results and then outputs the result in my toString. I followed step by step the instructions in my book on how to setup the inheritance and such. I can only output everything that was created in my superclass, any other thing that was created in an object that belongs to a subclass does not display in the output at all.
    Even if I change or create new instance variables, I can't figure out for the life of myself how to output the other values.
    Because there's so much code to be splitting on the forums, I zipped my whole project in a RAR. I'll link it here
    http://www.4shared.com/file/ZleBitzP/Assign7.html
    The file to run the program is CourseGradesDemo class, everything else is either a subclass or superclass to some part of the program. After you run CourseGradesDemo, you will see the output, and understand what displays and what stays at 0.0 value. If anyone can help me out with this it would be greatly appreciated
    Thanks in advance.

    Basshunter36 wrote:
    Hey guys, i'm having a major problem with inheritances.
    What i'm trying to do with my program is to create objects in my demo class. Values are passed to several other objects that each do their own calculations of grades and results and then outputs the result in my toString. I followed step by step the instructions in my book on how to setup the inheritance and such. I can only output everything that was created in my superclass, any other thing that was created in an object that belongs to a subclass does not display in the output at all.
    Even if I change or create new instance variables, I can't figure out for the life of myself how to output the other values.No idea what you're talking about. Provide an [url http://sscce.org]SSCCE.
    Because there's so much code to be splitting on the forums, I zipped my whole project in a RAR. I'll link it here
    http://www.4shared.com/file/ZleBitzP/Assign7.html
    Not gonna happen. Provide an [url http://sscce.org]SSCCE. And don't say you can't. You definitely can. You may have to spend an hour building a new program from scratch and getting it to reproduce the problem, but if you can't or won't do that, you'll find few people here willing to bother with it.

  • Problem with dg4msql and table-valued functions

    Have configured dg4msql to connect from my oracle db to ms sql server.
    Am able to do simple SELECTs from ms sql tables like:
    select * from "sys"."procedures"@dg4msql;
    or
    select * from "dbo"."SomeTable"@dg4msql;
    But am unable to do a SELECT from a table-valued function:
    select * from "dbo"."GetData"@dg4msql('param1value');
    or
    select * from "dbo"."GetData"('param1value')@dg4msql;
    In both cases I get:
    ORA-00933: SQL command not properly ended
    It does not like the parameters portion of the query ("('param1value')")
    initdg4msql.ora:
    HS_FDS_CONNECT_INFO=[svr1]//mydb
    HS_FDS_TRACE_LEVEL=OFF
    HS_FDS_PROC_IS_FUNCT=TRUE
    HS_FDS_RESULTSET_SUPPORT=TRUE
    Have tried the other set of params:
    HS_FDS_PROC_IS_FUNCT=FALSE
    HS_FDS_RESULTSET_SUPPORT=TRUE
    Same story. After changing the init*** file have bounced both Listeners (DB and Gateway), reconnected, and re-run the query.
    Have I missed something?
    Any help is greatly appreciated!

    Sorry, but for me it looks you did not get the problem.
    Oracle® Database Gateway for SQL Server User's Guide,:
    11g Release 2 (11.2)
    Part Number E12069-02
    *2 SQL Server Gateway Features and Restriction*
    Result Sets and Stored Procedures
    The Oracle Database Gateway for SQL Server provides support for stored procedures which return result sets.
    By default, all stored procedures and functions do not return a result set to the user. To enable result sets, set the HS_FDS_RESULTSET_SUPPORT parameter value to TRUE.
    PL/SQL Program Fetching from Result Sets in Sequential Mode
    -- Execute procedure
    out_arg := null;
    refcurproc@MSQL('Hello World', out_arg, rc1);
    Somewhere in this forum I've seen a message that the syntax "SELECT ... FROM sp@db(param1, param2)" works.
    Anyway, even with the PL/SQL block the error message is the same - ORA-00933 "SQL command not properly ended"
    and the cursor (* in SQL*PLUS) is put just at the first bracket.
    Edited by: user636213 on Aug 10, 2012 5:17 AM

  • Problem with QofQ and Null Values

    Just converted from CF5 to CF7. Finally figured out what was
    causing the error message :
    "The value "" cannot be converted to a number" when running a
    QofQ. It happens whenever there is a NULL (and I think a ZERO)
    value in the QofQ. I'm using the QofQ in a seperate chart program.
    The main query merges data from a store and a region table.
    I'm doing a LEFT OUTER JOIN to combine the REGION with the STORE,
    AND so that stores with NO SALES for a given day will show up as
    ZERO. On the main report, when I don't use a QofQWhen grouping by
    DAY or MONTH, I can test the value in the CFOUTPUT for NULL or ZERO
    and display "0" or "N/A" on the report.
    But when I try to chart it, using a QofQ to read in the
    values from the main query, and format the numbers, I get this
    error message. I've tried using the CAST function, using FLOAT,
    DOUBLE, BIGINT, etc., but still get same error message.
    The only way I could fix this is to add a WHERE statement to
    the QofQ, that only includes sales values greater than ZERO. But
    then, I have gaps in my chart because stores with NO SALES for a
    given day or MONTH don't appear. Because they are removed from the
    query. The whole point of LEFT JOINS is to include items with no
    values (or NULL) values.
    Does anyone know if it's possible to keep these values in a
    QofQ? So that items (e.g., store locations in my case) with NULL or
    ZERO values for some or all days or months can be charted? Even
    with a ZERO value? I've read everything I can get my hands on
    regarding QofQ, the CAST function, etc., but nothing seems to work.
    Thanks for any help. (FYI, didn't have this problem with CF5. It's
    QofQ could handle NULL or ZERO values without providing an error).
    Gary

    Well, I tried the IsNull function on the 3 SUM() values I was
    calculating in my SELECT statement (on a LEFT OUTER JOIN QUERY),
    and I STILL got another "cannot convert "" to a number" but this
    time the error message was more direct, and pointed me to a DATE
    field in my query, where I was SORTING AND GROUPING either by DAY
    or MONTH (depending on what user selected on form).
    In my QofQ, I'm not just reformating the integer SUM()
    values, but also the date values. So, I applied the IsNull()
    function to the DATE values in my main query. I still kept getting
    errors. But after experimenting ((SQL Server BOL docs doesn't give
    ISNULL() examples for DATE FIELDS, only NUMBER fields), I tried
    putting the dates in SINGLE QUOTES in my IsNull() function, the
    QUERY RAN. Then I wasn't sure WHAT date to enter, e.g., 1/1/1889 or
    1/1/2001, etc.
    Then, I discovered, after experimenting, that you cannot just
    blindly enter ANY date when using IsNull in a date field,
    especially if you are using CFGRAPH to chart the results by day.
    You have to select a date within the date range the user selected,
    so this means using the FORM.DATE (or URL.DATE) value from the
    form. Here's the working example from my SELECT main query:
    SELECT SUM(ISNULL(d.ttldb,0)) AS SumOfDB,
    SUM(ISNULL(d.ttldbv,0)) AS SumOfDBV,
    SUM(ISNULL(d.ttldbi,0)) AS SumOfDBI,
    <CFIF '#url.reptype#' IS "DAILY">
    ISNULL(d.depday, '#url.date1#') AS depday
    <CFELSE>
    month(ISNULL(d.depday, '#url.date2#')) AS TranMonth,
    year(ISNULL(d.depday, '#url.date2#')) AS TranYear
    </CFIF>
    Then I discovered that whatever date was used in the URL.DATE
    field (in my case it would be one of the two date field from the
    form, and depended on whether you coded DATE1 or DATE2, the chart
    would always show ZERO values for that date. So I tried putting the
    IsNull() date values in the GROUP BY and ORDER BY statements, e.g.,
    <CFIF '#url.reptype#' IS "DAILY">
    GROUP BY ISNULL(d.depday, '#url.date1#')
    ORDER BY ISNULL(d.depday, '#url.date1#') DESC
    <CFELSE>
    GROUP BY year(ISNULL(d.depday, '#url.date2#')),
    month(ISNULL(d.depday, '#url.date2#'))
    ORDER BY year(ISNULL(d.depday, '#url.date2#')),
    month(ISNULL(d.depday, '#url.date2#'))
    </CFIF>
    And this worked. The report ran just fine, and the chart
    charted every value correctly.
    I guess you have to learn all the little "quirks" about CF7
    and how it's QofQ and chart programs work. But so far, so good.
    Thank you all for your help. Now I've got to update other old
    CF5 programs that are returning errors when there are null values
    from my LEFT OUTER JOIN queries. Will take some time, but at least
    I know how to do it. Thanks to your help.
    I really appreciate your time and efforts to help with this
    issue.
    Gary

  • Commitment and budget value updation in R/3 from Shopping cart

    Hi,
    I implemented extended classic scenario of SRM, so I create shopping in my SRM system and not anymore purchase requisition in SAP R/3. As a consequence in SAP R/3 all the controlling standard reports don't display any data about commitment from shopping basket.
    SAP SRM only does budget check for shopping carts, but it doesn't post to funds management after the shopping cart's creation and approval. Our client requirement is to update commitment in funds management just after the approval of the shopping cart, just like purchase requisitions of MM does. Does anybody have passed through this problem? How can I solve it?
    How can I get commitment from SRM in a standard or custom way?
    Thanks in advance,
    Santosh V. Fhalke

    Dear Santhosh,
    note 828231 contains some useful information about commitment in SRM
    BR
    Michael

  • Problem in  set and get values in h:selectBooleanCheckbox with h:datatabel

    hello friends,
    Please help me any one...i need urgent.........................
    My jsf page:
    <h:panelGroup>
                                  <h:panelGrid columns="6">
                                  <h:dataTable border="2" value="#{planGroup.screenFlowValues}" var="result" bgcolor="#F1F1F1" cellpadding="2" cellspacing="1">
                                  <h:column id="col1">
                                       <f:facet name="header">
                                       <h:outputLabel id="lblchange" value="Select" />
                                       </f:facet>
                                       <h:selectBooleanCheckbox id="chkid" value="#{planGroup.chkValue}">
                                       </h:selectBooleanCheckbox>
                                       </h:column>
                                            <h:column id="column1">
                                                 <f:facet name="header">
                                                      <h:outputText value="Plan Group ID"></h:outputText>
                                                 </f:facet>
                                                 <h:outputText value="#{result.planGroupId}"></h:outputText>
                                                 <h:inputHidden id="planGroupList" value="#{result.planGroupId}" />
                                            </h:column>
                                            <h:column id="column2">
                                                 <f:facet name="header">
                                                      <h:outputText value="Plan ID"></h:outputText>
                                                 </f:facet>
                                                 <h:outputText value="#{result.planId}" converter="plantext"></h:outputText>
                                            </h:column>
                                            <h:column id="column3">
                                                 <f:facet name="header">
                                                      <h:outputText value="Group Description"></h:outputText>
                                                 </f:facet>
                                                 <h:outputText value="#{result.groupDesc}"></h:outputText>
                                            </h:column>
                                            <h:column id="column4">
                                                 <f:facet name="header">
                                                      <h:outputText value="Row Status"></h:outputText>
                                                 </f:facet>
                                                 <h:outputText value="#{result.rowStatus}"></h:outputText>
                                            </h:column>
                                            <h:column id="column5">
                                            <f:facet name="header">
                                                 <h:outputText value="Modifiy"></h:outputText>
                                                 </f:facet>
                                                 <h:commandLink id="link1" value="Edit" action="#{planGroup.ModifiyMemberrecord}" immediate="true"/>
                                                 </h:column>
                                                 </h:dataTable>
                                            </h:panelGrid>
                                            </h:panelGroup>
    Here in this jsf page.......
    1.value="#{planGroup.screenFlowValues}"--is Datamodel
    2.For me page is displaying.How to set value to the check box and multiple selection of checkbox..when i click delete button ,
    i have to delete selected rows from datamodel.how to do that what are all the changes i have to.Because boolean checkbox return only true false value.
    3.by using h:datatabel i can do that ya..
    My bean:
    public class PlanGroupBean {
         private String planGroupID;
         private String planID;
         private String groupDesc;
         private String rowStatus;
         private static Log log = LogFactory.getLog(PlanGroup.class);
         private static DataModel screenFlowValues;
         private String hideWindows;
         private String hiddenValue;
         private boolean chkValue;
         public List getProdlis() {
                   return prodlis;
              public void setProdlis(List prodlis) {
                   this.prodlis = prodlis;
         public List getData() {
              return data;
         public void setData(List data) {
              this.data = data;
         public boolean isChkValue() {
              //System.out.println("CHECKED--CHK-value:"+chkValue);
              return chkValue;
         public void setChkValue(boolean chkValue) {
              this.chkValue = chkValue;
         public void setPlanGroupID(String planGroupID) {
              this.planGroupID = planGroupID;
         public String getPlanGroupID() {
              return this.planGroupID;
         public void setPlanID(String planID) {
              this.planID = planID;
         public String getPlanID() {
              return this.planID;
         public void setGroupDesc(String groupDesc) {
              this.groupDesc = groupDesc;
         public String getGroupDesc() {
              return this.groupDesc;
         public void setRowStatus(String rowStatus) {
              this.rowStatus = rowStatus;
         public String getRowStatus() {
              return this.rowStatus;
         public String getHiddenValue() {
              screenFlowValues = new ListDataModel(ServiceDao.execute().fetchPlanGroupDisp());
              return hiddenValue;
         public void setHiddenValue(String hiddenValue) {
              this.hiddenValue = hiddenValue;
         public void setHideWindows(String hideWindows) {
              this.hideWindows = hideWindows;
         public String getHideWindows() {
              return this.hideWindows;
         public DataModel getScreenFlowValues() {
              return screenFlowValues;
         public void setScreenFlowValues(DataModel screenFlowValues) {
              PlanGroupBean.screenFlowValues = screenFlowValues;
    public String deleteMemberrecord()
    please help me how to set value to the check box and while clicking delete button i have to know what are all the checkbox selected..........
    regards,
    siva

    Attach the boolean property to the row object. If it is true, then the row object was selected. You can also attach it to a Map<RowObjectId, Boolean> and then delete rows by RowObjectId which are true. You may find this article useful, it contains code examples: [http://balusc.blogspot.com/2006/06/using-datatables.html#SelectMultipleRows].

  • Send email notification when the baseline and actual values are different in project

    Hi
    I am working with MS Project 2013 and Project Server 2013.
    I need to the send email notification to the program manager (or to a user) whenever the project manager changes the task finish date for a task. Comparison should happen with the baseline finish and the difference needs to be updated to the Program Manager
    over mail.
    How to configure/customize email notification for changes in MPP.
    Please suggest.
    Regards,
    Sudhir

    If you are not having developer skills it will be complicated for you.
    You need to create event handler by code, as in the below link:
    http://msdn.microsoft.com/en-us/library/office/gg615466%28v=office.14%29.aspx
    Then compare your values and finally send email by code.
    Twitter : @MShoubaki | http://jo.linkedin.com/in/mshoubaki

  • JCombox different display and actual value

    friends,
    I have database table say car (car_id, car_name)
    I want to create a JComboBox in which I want to show car_name but when I do getItem() I want to get the car_id and the number of items and in combox can change at runtime I am also updating car table in program how do I reflect that in combobox.

    hi,
    in swing every component is using the MVC (model view controller) "pattern".
    your combox uses a comboboxmodel as a datasource.
    1. so if you add items to your list, use the model and fire changes.
    2. the stuff with the name and the id should be realised in a separate class. for example
    not sure if this is highlighted correctly.. ;-) it's a long time since I last logged in...
    class car {
    private int id;
    private String name;
    public String toString() {
    return name;
    !! don't forget the getter and setter methods... !!
    the toString stuff is the simplest and ugliest way. you can (or better should!) write your own cell renderer..
    so getItem returns you an object of the type car. then you can get any information you want.

  • How can I compare the actual and expected values in Unit testing when they are XML files?

    I have created a unit test for a method in VS 2008. My expected value and actual value are XMLs. Therefore though the output is same as I expect it gives an error as I am doing string comparison now. How can I compare these 2 XMLs in expected output and
    actual output format in Unit Testing?
    mayooran99

    In unit test, when you want to validate XML files, you feed them into the class / struct that you want to feed the XML into and compare the values there (You don't just feed it in XMLReader and feed it line by line, right? But if it really is, that's how
    you should also test it in unit tests).
    In short, how you'd use the XML in your code, that's how you should test it in unit test.

  • Blanket PO - Actual Value Calculation

    Hi All,
    Can anybody tell me how the actual value is calculated for each line item in Blanket PO.(In Limit tab you can able to find Overall Limit, Expected Value and Actual Value.)
    Thanks and regards,
    Senthil.B

    Hi Friends,
    I am comparing 4.7 and ECC 6.0 EHP 4 functionalities in MM.
    I found some change has been made to Purchase requisition to save as template.
    Here is the detail in ERP browser.
    "Creation of purchase requisitions for materials.
    - Purchase requisitions can be saved as templates and templates can be used for faster creation of extensive purchase requisitions without the need of manual data entry.
    - Fast maintenance of account assignment with template functionality.
    - Personalization of user interface based on Web Dynpro"
    I could not find the option to save Purchase requisition as template in ECC 6.0.
    Kindly let me know how to activate this menu option or functionality.
    BR,
    SB.

  • Actual value in Service PO differs from GR value

    Hello,
    In the Service PO, in item details Limit tab, actual value is incorrect, service entry/ GR value is diffrent and actual value in the limit tab is diffrent, in fact it is showing the same value as overall limt and expected value,
    please suggest.
    thanks for replying,
    -Bala

    Hi,
    Is the value of EKBE-REFWR = RSEG-WRBTR for your PO and invoice? If yes, then what you are seeing is not an error. The values are correct.
    The 'Actual value' in the PO displays the sum of the invoiced amount referred to the PO/item (EKBE-REFWR / EKBE-REFWR).
    But the displayed 'Value in local curr' in the PO's history for each invoice's item (EKBE-WRBTR) is not the invoice item's amount, it includes the following 4 parts:
    1. Invoice item's amount
    2. Non-Deductible Input Tax(NVV)
    3. unplanned Delivery costs
    4. Cash discount amount
    So the 'actual value' in the PO cannot be the same as the totoal invoiced value.
    Regards,
    Purnima.

  • Expected/Actual values in test runner

    Hey,
    I've added public test functions to my classes like:
         [Test]
         public function basicTest():void
             Assert.assertEquals("Test is 5 == 5", 5, 5);
    and a test suite takes this class as a variable.
    [Suite]
        [RunWith("org.flexunit.runners.Suite")]   
        public class ModulesTestSuite {
            public var t1:MyClass;
    I use this mxml to run the tests:
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
        creationComplete="runMe()" xmlns:flexUnitUIRunner="http://www.adobe.com/2009/flexUnitUIRunner"
        styleName="flexUnitApplication" >
        <mx:Script>
            <![CDATA[
                import org.flexunit.runner.notification.async.XMLListener;
                import org.flexunit.listeners.UIListener;
                import org.flexunit.runner.Request;
                import org.flexunit.runner.FlexUnitCore;
                private var core:FlexUnitCore;
                public function runMe():void {
                    core = new FlexUnitCore();
                    core.addListener( new UIListener( uiListener ));
                    core.run(ModulesTestSuite);
    But, when the test runner runs the tests, it categorized them as empty tests and shows blank for expected and actual values. Whereas clearly i've entered '5' for both. The tests complete successfully though.
    Could you please elaborate on what are empty tests and how to pass expected value/ actual value data that will display in the test runner UI.
    Thanks,
    Prannay

    This is mostly UI confusion right now. We are using the FlexUnit1 test runner during the alpha and beta and have not yet customized it well for our needs.
    FlexUnit1 did assertion counting, meaning it knew how many times you made assertions in each method. Right now FlexUnit 4 does not do this, so it believes this test is empty because it doesn't know that you made an assertion.
    This will be fixed in the next release bits, but for now, just look at failed tests or tests that succeeded and try to ignore the empty ones.
    If you change your test to assert that 5 is equal to 6 ( and all is working right) I am guessing you will see a failure, which is just a way to prove all is running fine.
    Mike

  • Actual and Commitments values are not Appearing in Internal order report

    Hi
    We have done budget in KO22 for Internal Order and active the availability controle after that we made PO with the same IO and with account assignment category 'A' and GR also happened.
    So when we run the report (S_ALR_87013019 - List: Budget/Actual/Commitments ), system is not showing Actual and Commitments values...
    Please help me in this regard...
    Thanks,
    Saisri

    Hi,
    Here we are giving internal order in PO with account assignment category 'A'
    In case of Account assignment category 'K'  it is showing the Actual values in Report.
    Why is it showing Actal /commitment values incase of 'K'  ?
    Why it is not showing when we select the 'A' category ?
    Please provide me answer about my queries...plz
    Thanks,
    Saisri

  • Difference in S_ALR_87013557 Report and CJI3 Report for Actual Values

    Hi,
    I have created a Project & booked some cost on against WBS Elements. Now when see CJI3 report it shows correct values but in S_ALR_87013557 it shows different value for Actual-Overall. This value is slightly greater than the actual value.
    Please tell me how to resolve this issue?
    Thanks,
    Sandeep.

    Hi,
       CJI3 is a cost element report and S_alr......... is a Heirarchial report which will work on Value categories.
    This may be due inconsistencies in cost either by value categories or by some other way.
    Run CJEN and CJBN then check the report. still the problem persists.
    check the value categories in the IMG whether you have maintained all the cost elements that are used while posting to wbs and check whether there is any diplucation of cost elements by the transaction 'Check Consistency of Value Category' which is available in IMG.
    Navigation IMG>Project System>Costs-->Value Categories.
    Rgds
    Sudhir reddy

Maybe you are looking for

  • How to go about requesting an RMA to exchange an incorrect MagSafe charger

    Obviously the correct answer is contacting customer support, though specifically I'd rather do it via E-mail. The only options I see are calling them, and current transportations issues are preventing me from visiting an apple store. Also, I'm not su

  • Captivate 5 question and answer data not showing up in Connect 8 LMS

    I'm using Captivate 5 and Adobe Connect 8 for an LMS.  I can publish lessons and quizzes directly into Connect with no problem.  Taking the quizzes works fine.  I have a problem with the reporting of quizzes. The scores are correct but I often don't

  • Is it possible to have a video loop while audio plays in a motion menu?

    Hi! Here's the deal: I have a seamlesly looping 8 second video clip for my motion menu, but the audio file for that menu lasts 1 minute. For rendering time/disc space and bit budgeting purposes I would like to use the video file as a loop while the a

  • Get DocNum from CFL (choose from list)

    Hi SAP gurus! Wish all of you a very Happy and Prosperous New Year 2012 ! is it possible to get Document Number from List of Goods Receipt (CFL) ..? in Landed Cost Screen, when user clicks on 'Copy From' button, i am trying to execute query based on

  • UTF8 source files course errors

    I have source files encoded as UTF8 which compile and run fine, however JavaDoc is not happy about it. I've used: javadoc -encoding "UTF8" -charset "UTF8" -docencoding "UTF8" myPackage What's the correct way?