Sq02 Extra field  division result not correct

hi.
i make an extra field in sq02. where i calculate 30 / b.
c = 30 / b.
c and b are type P with decimals 3.

resolved by my self

Similar Messages

  • BO4 Return results not correct in OpenDoc in Rich Internet Application mode

    My launchPad is in Rich Internet Application.  I try to run the below link
    http://localhost:8080/BOE/OpenDocument/opendoc/openDocument.jsp?sIDType=CUID&iDocID=AbdUKNEucmNHo7elH5giFeo&lsMConglomerate=MAYBANK+GROUP
    but the results is wrong.  When I switch my Interactive Analysis Mode to Web, then results is correct where the reports return data with Maybank Group.  I must use Rich Internet Application because I am also doing cascading prompt.  In Web mode, the cascade prompt did not dim and sometimes the LOV cannot refresh.  But in Rich Internet Application, the cascade prompt is perfect.  Please advise on the opendocument.  Thanks.

    My launchPad is in Rich Internet Application.  I try to run the below link
    http://localhost:8080/BOE/OpenDocument/opendoc/openDocument.jsp?sIDType=CUID&iDocID=AbdUKNEucmNHo7elH5giFeo&lsMConglomerate=MAYBANK+GROUP
    but the results is wrong.  When I switch my Interactive Analysis Mode to Web, then results is correct where the reports return data with Maybank Group.  I must use Rich Internet Application because I am also doing cascading prompt.  In Web mode, the cascade prompt did not dim and sometimes the LOV cannot refresh.  But in Rich Internet Application, the cascade prompt is perfect.  Please advise on the opendocument.  Thanks.

  • Field group changes not correct: OPP_CHM_DISPLAY_RESULT

    Hallo Gurus
    I have changed the field group include s-tables changed the entries, generate the Layout but the changes will not replicated in the PCUI, the table enty is correct but not in the PCUI = Field group: OPP_CHM_DISPLAY_RESULT
    In the same OC2 when I click on the button create following field group structure will be displayed = OPP_CHM_DISP_SEARCH_RES_CREATE. The changes which I have done will be replicated to the PCUI (s-table, generate the layout) =
    Working with CRM 4.0 Channel Management
    Do you have an idea why this not work? Is there a Bug and exist there a Note for it?
    Regards, Anja

    Hi Anja,
    Please check the field number.  Check the CRMc_BLUEPRINT and make sure that you give the field number which is not in the actual list and also make sure that you check check box display in list of in details.
    Thanks
    naveen

  • APD from query to flat file - Results not correct

    Hi All,
      Need your help to resolve the issue.
    I am using APD with query as source and target as file download.
    For small sets of data the reults are dowloaded correct, howver if there is a large set more than 30K records the results dowloaded are incorrect.
    BEX results are fine, the issue is only with APD dowload.
    Appreciate all your responses at the earliest.i
    Thanks
    Hari

    Hi Hari,
    By using the tcode RSCRM_BAPI  you can Extract the date into Table or CSV file or save the file to the Application server .
    please check the below link:
    https://websmp103.sap-ag.de/~sapdownload/011000358700004400232004E/HowToRSCRM_BAPI.pdf
    Thanks and Regards
    Sekhar

  • Quiz results not correct

    A number of users who are doing some elearning material I have created are having problems with the quiz.
    If they get any of the answers wrong they have to retake, however the answers are not clearing, and if they do get all the questions

    Hi
    I am using Captivate version 4
    Quiz Settings:
    Reporting is enabled
    LMS = SCORM
    Report status = pass / fail
    Report to LMS = Score
    Report date = quiz results only
    Reporting level = Interactions and score
    Settings
    Show progress
    Show score at end of quiz are set
    Pass/Fail
    100%
    If fail
    Infinite attempts
    Show retake button

  • Search results not correct

    i need to do search where user may enter more than 1 word. for example: hello, world.
    i have some codes here but it didnt perform the search correctly. what's my mistake? pls help...
    String sDB="db", sUsr= "", sPwd="";
    String search = (String)request.getParameter("txtSearch");
    String parameter = (String)"%"+search+"%";
    String sSQL = "select * from tbl where Title LIKE '"+parameter+"'";

    i did this in my coding (below)
    String sSQL = "select * from tblArticle where Title LIKE '?'";
    try{
    Ps = Con.prepareStatement(sSQL);
    Ps.setString( "%" + request.getParameter("txtSearch") + "%");
    Rs = Ps.executeQuery();
    but it gives an error. = setString(int,java.lang.String) in java.sql.PreparedStatement cannot be applied to (java.lang.String)Ps.setString( "%" + request.getParameter("txtSearch") + "%");
    what's wrong with it??

  • SQ01 local field division problem.

    i have a report in sq 01 and i want to divide  two fields
    so i pick local field and try to do it..but result not correctly but addition and substraction working fine.
    any one tell me how perform division in sq01 local field

    I realize this post is very old, but the solution may help somebody else down the road.
    Within the infoset, the setting for "Fixed Point Arithmetic" must be turned on (checked).
    This is turned off by default when converting an SQVI into a Query within SQ00 or SQ01.
    To turn on "Fixed Point Arithmetic".  Go into infoset change mode in SQ02.  Click Goto in the menu path and then Global Properties.  Click on the setting for "Fixed Point Arithmetic" at the very bottom of the pop-up box.  Regenerate the infoset.

  • Search results not returning file names correctly

    Have an onsite SharePoint Server 2010 Enterprise that contains a number of documents in a document library all containing the word "south" in their title. When a search is run with the keyword "south" all 3 files are shown in the results but only one displays
    the correct title. The other 2 display alternate text (in this case the company name). The links all 3 results are correct, however the title of results is incorrect for 2 out of the 3.
    I have duplicated these results using Office 365 and another on site SharePoint 2010 server.
    I have duplicated these results converting the documents to DOCX format under Word 2007 and Word 2010.
    Obviously, this is an issue with the files, however any ideas where to start looking to uncover where the SharePoint Server is pulling the information from? 
    In the end I need all 3 results to display the current name of the files it finds, not simply some random text with the files from 2 out of 3 of the results.
    Thanks
    Robert Crane
    www.ciaops.com 

    Could it be because of this?
    Pasted from here:
    http://bpostutor.com/post/Hidden-SharePoint-2010-Feature-Changes-Document-Titles-in-Search-Results.aspx
    Hidden SharePoint 2010 Feature Changes Document Titles in Search Results
    SharePoint 2010 has a interesting feature which you may not know about.  It's called Optimistic Title.  It's part of the Office Search engine within SharePoint.  What it does is determine a new, hopefully more relevant title for your documents
    to be displayed in your search results based on document properties or the actual contents of the document (i.e. Text within the file).  As you might expect this is closely tied to the Office document formats such as Word, PowerPoint, Excel, OneNote,
    and Visio.  Your end users may report that the titles that they see for search results differ greatly from the file name or the actual title of the document.  This is particularly evident with PowerPoint files where the name of the first slide
    is often used. The behavior is not entirely predictable.  Different results can be expected from Office 2007 and Office 2010 created files and even those created in earlier versions of Microsoft Office. 
    If you want to change this functionality you need to actually go and edit the registry on your Search role server(s) within your SharePoint farm, restart the osearch14 service and then do a full crawl.  The key you want to modify is the EnableOptimisticTitleOverride.
    The default setting is 1. Change it to 0 to disable the feature.

  • Quiz Results Analyzer results not displaying correctly

    We are using Adobe Captivate 6 and posting quizzes to a local server (configured with the .php files.) When we review quiz results using the Quiz Results Analyzer, some of the data is correctly reported. However, the Pass/Fail is not working right (either everybody who takes the quiz passes, or everybody fails.) Also, we are not seeing a total score.
    Is there any tutorial for correctly configuring all of the quiz preferences, so that we get the results we are looking for?

    Thank you for the link. I have viewed this video in the past.
    The issue I'm having is that, in spite of setting the the quiz options for reporting, the data that is received in the xml files is not correct, therefore, it is not being correctly summarized in the Quiz Results Analyzer.
    (It would also seem that the screen name I set here is not retaining its modifications.) 

  • KSB1 field GKONT Offsetting Account Number not correct

    Hi experts,
    When I look at the KSB1 report, it seems that for some account, I have the wrong information in the column Offsetting Account Number.
    When it's an invoice, it's OK, it takes the supplier.
    If it is an asset operations (depreciation for example), the account in this column is not correct.
    The help for the field is:
    In this field, the system determines the offsetting account for the item, as long as the account is maintained in the corresponding account assignment.
    But i don't understand and have no idea where i have to maintain this....
    Someone could help me please?
    Thanks in advance,
    Chris

    Hello Chris,
    Note 39955 describes 2 algorithms for determining the offsetting account
    both of these are based on wether the largest amount is posted on the
    debit or credit side which determines the offsetting account.
    The offsetting accounts are determined on the basis of the FI dodument.
    Unfortunately, in standard there is no way to change the logic
    described in note 39955.
    However, for future postings, you would have influence in how the
    offsetting account will be set. This could be done with an FI exit
    as described in detail in note 354529. The corresponding correction
    instructuctions are already in your system but you would have to
    create the logic you want in the exit.
    Please check note 365478 too.
    br, Guido

  • Field MATNR does not have a foreign key; as a result no intervals are allow

    Hello,
    We are having ROH and FERT material , in that we were entered the wrong Item category group , we need to change the
    Item category group through mass posting through MM17. we are getting below given error
    "Field MATNR does not have a foreign key; as a result no intervals are allowed"
    Message no. M&132
    Diagnosis
    You have either specified an interval such as from 1 to 10 or M* for a field, or you have left the field blank, corresponding to the interval *. However, since there is no foreign key for this field, the system cannot resolve the interval into valid single values.
    Procedure
    Enter only single values for this field.
    We have checked the the structure MPGD_MASS in SE11, and here foreign key  mark is tciked in "entry help/ check.
    How to solve this error.
    Regards
    sapman man

    how did you then proceed, on the selection screen:
    did you just use the change tab or did you work as well or only at the create tab?
    What did you enter in the selection?
    (...because I just tried a mass change without specying a material number and do not get such message)

  • Vl10 extra field not translated

    Hi,
    In my company we use an user-exit to enhance the transaction vl10 (via "V50R_USEREXIT_TRANSF" and another include -> see source code below). This user-exits adds an extra field called "ST_ZZPRO" to the slider "Sales Order" of the selection screen of the transaction vl10 (see the attached picture "vl10 German")., This field allows to also choose the product hierarchy. This was implemented a long time ago and works afaik fine.
    The only problem with it is that the name (sic!) of the field "ST_ZZPRO" is not translated. So when I choose English ("EN") as a login language, the name of the field just shows up as "ST_ZZPRO" in the transaction vl10 (see the attached picture "vl10 English").
    This really suprises me as when I look up the selection texts of "ST_ZZPRO" it says "dictionary ref." and even translates it when I look at it in English (see the attached picture "Dictonary reference").
    Below I also attached the relevant code of the user-exit. Aside from comments there is nothing missing from my excerpt.
    Any help would be greatly appreciated!
    BR Michael
    "V50R_USEREXIT_TRANSF":
    ===
    FORM userexit_select_options_transf
    CHANGING  cx_select_options  TYPE shp_vl10_select_options
                    cx_list_profil     TYPE shp_vl10_list_profil.
    cx_select_options-zzpro = st_zzpro[].
    ENDFORM.
    ===
    The extra include:
    ===
    select-options: st_zzpro for vbap-prodh.
    ===

    Hi....Kiran....
    Say know we are craeted sales order with help of BDC... Now we are going to upadete one Ztable , which is having VBELN as a field.
    After complition of your BDC....
    > select * from <dbtable> into corresponding fields of table i_docno.
    >   read table i_docno with key <any key>.
    >   if sy-subrc = 0.
    >    i_docno-vbeln = p_new_vbeln.  <-----generated by BDC
    >    modify <dbtable> from i_docno.
    >   endif.
    Same logic you can use for internal table or flat file entry, If so you hav to write above code with in the loop.
    All the best. Plz get back here. If any problem with this.
    Thanks,
    Naveen.I

  • When I try to access iTunes or safari, I get the following message:The procedure entry point QTCF_CFHTTP message set header field value could not be located in the dynamic link library QTCF.dll  I uninstalled and reinstalled.same result HELP!

    When I try to access iTunes or safari, I get the following message:The procedure entry point QTCF_CFHTTP message set header field value could not be located in the dynamic link library QTCF.dll  I uninstalled and reinstalled.same result HELP!

    Taken at face value, you're having trouble with a QuickTime program file there.
    Let's try something relatively simple first. Restart the PC. Now head into your Uninstall a program control panel, select "QuickTime" and then click "Repair".
    Does the repair go through okay? If so, are you able to launch iTunes and/or Safari now?

  • Coding extra fields in infosets

    Hi group,
    We have coded several extra fields in our infoset.  This works fine for the most part when users query on a reference date. The challenge is when they query a period. I have yet not found a way to write my code so it outputs the correct values for the records that exsist in the period of the query. 
    I have tried different date-handling in my where-clause, but they all seem to give some unexpected surprises.
    So I am looking for best practice here - preferrably with examples.
    Do you guys know of any documentation on how to write code to handle record splits like this?
    I have searched documentation, forums and blogs without finding a good answer.
    Best regards
    Kirsten

    Hello Ricky Sh ,
                              The reason for those additional fields is in the SE11 is by defalut after you go inside the SE11 and enter the table name and go inside by pressing "F7" . There if you see the menu Go-> Text table  there the link is assigned internally. That is the reason you are able to see the texts in the SE11 result screen.
    To create a tabel with text table field shown up you need to create a table as mentioned below:-
    Procedure
    To use the functions offered by a text table, create a table(ZCustom Text Table) in the ABAP Dictionary with the same key as table <ZCustom Table> and an extra field with type SPRAS. Define the text fields as non-key fields in this table. Then define a text foreign key from this text table to table <ZCustom Table>.
    Hope this answers your questions.
    Thanks,
    Greetson.

  • How to have extra Field attributes as per BP Role?

    Hi all, using path Cross-application components->Business Partner-> Field Groupings -> Configure field Attributes per BP role,  we come across Data Sets for each BP role where we can specify if fields can be hidden, required or optional. What if i want to add more data sets, i am not able to add it here. For the same, i need to use tcode BUSD and then assign a new Data Sets to BP Views (of same BP role). But i am not able to see any effect of the same. Can someone advise what I am missing out on. For e.g. if i want to use Data Set "tax numbers" and assign it to the BP View "xxx", which in turn is assigned to BP role "xxx", I am not able to see the extra fields for Data Set "tax numbers". Is there way i can find out what all fields are there in a particular Data Set?

    Hi Bappaditya,
    You will not be able to add new fields via the IMG path Cross-Application Components->SAP Business Partner->Business Partner->Basic Settings->Field Groupings->Configure Field Attributes per BP Role. This is used only to control the various visibility options of the fields associated with the datasets that are attached to your BP view.
    Now, if you want to add new custom fields to your BP role,
    1. Create a new BDT application that uniquely recognizes your scenario (Tcode -> BUS1)
    2. Create a new Dataset (Tcode -> BUS23)
    3. Create a new field group (Tcode ->BUS2)
        a. Here, associate different fields from data dictionary to the new field group
    4. Create a new View (Tcode->BUS3)
        a. Assign, your BDT application
        b. Assign your data set
        c. Enter the screen painter program name and screen number
        d. Enter function modules that may be required to validate screen input
        e. Assign your field group
    5. Create a new Section (Tcode-> BUS4)
        a. Assign yoru view to Section
    6. Create a new Screen (Tcode-> BUS5)
        a. Set Screen type (Data screen, Initial screen - Dialog, modal dialog box etc.)
        b. Assign your section to your screen
    7. Create a new Screen Sequence (Tcode->BUS6)
        a. Assign your screen
        b. Assign screen sequence category
    8. Create Divisibility View (Tcode->BUSD)
        a. Assign your data set
        b. Assign Calling BDT application
        c. Assign screen sequence
    9. Define new BP role using IMG Path Cross-Application Components->SAP  Business Partner->Business Partner->Basic Settings->Business Partner Roles->Define BP Roles
       a. Here, create new BP role category
       b. Assign your view
    You can then control the visibility of your fields by using the option 'Configure field Attributes per BP role' as you mentioned.
    Hope this helps.
    Regards,
    Pavithra
    **PS : Please reward points if this helps.

Maybe you are looking for

  • How do I transfer an adjustment from one photo to another?

    Hi, Can I make adjustments to a photo and then copy those adjustments to another? Final Cut Pro has an option to Paste Attributes - moving filters, et al to the next sequence. Any similar capability in Aperture? Thanks, Edo

  • PDF File in iBooks but all images blank?

    Hi - I have imported a PDF file into iBooks (it is a tearsheet from a publisher of some of my photography that is published). I really need to see the images in this PDF, not just the text. I am hoping to use the iPad to show my portfolio - and this

  • No PPPoE Configurations were found.

    I have an icon in the toolbar on the desktop which is shaped like 2 arrows facing away from eachother with a couple of dots inside them. I only have one network set which is wi-fi so I don't understand how to get rid of the icon. I would like to be a

  • Server 2008 R2 bitlocker advise for HIPPA compliance

    Hi guys,First, I've done a lot of searching on the weband read a few different threads on Spiceworks regarding HIPPA compliance and encrypting hard drives.Specifically these two threads:http://community.spiceworks.com/topic/596465-encryption-for-hipa

  • JDBC Sender to Asynchronous Scenario

    Hello. I´m implementing a JBDC Sender to a RFC Asynchronous. The import parameter of the RFC is an optional table. In TA: SXMB_MONI the payload of my inbound message is: And i´m not getting any value in my sap system. Thanks in advance.