Enhance is ok in Dev but not in QA

Hi firends!
I made and enhace on datasource 0FI_AR_4 with new fields, this is working ok on dev.
After the transport, in QA I can see these newfields, but they are not filled with the new content.
I check the project, the enhance and the abap code in QA and seems to be active / ok.
What is wrong?  Is necessary activate the project manually in QA?
Thanks in advance!

Hi
Check whether the below things are active or not in QA.
Data Soruce.
Enhancement project
Enhancement funcation module/include.
If all the above things are active, then you need to check the table/ logic whether the data is available for the enhanced fields or not.
Thanks

Similar Messages

  • Specific extractor works in DEV but not in QUAL

    Hello Everybody
    I have new problem : I created a specific extractor ZCRM_SRV_PROCESS_I based on specific FM based on RSAX_BIW_GET_DATA_SIMPLE.
    This extractor have to retrieve specific fields of Service Order Item (linked document type BUS2000116)
    In DEV it works fine for loading INIT & DELTA
    In QUAL, loading INIT does not work but loading works for some records...
    Loading finish with following message :
      System Response
      Caller 09 contains an error message.
      Further analysis:
      The error occurred in Extractor .
      Refer to the error message.
    Job is cancelled in source system with small text :
    19.04.2011  14:51:05  Job started
    19.04.2011  14:51:05  Step 001 started (program SBIE0001, variant &0000000022545, user ID ALEREMOTE)
    19.04.2011  14:51:05  Asynchronous transmission of info IDoc 2 in task 0001 (0 parallel tasks)
    Do you know why it works in DEV but not in QUAL ?
    Thank you
    Cyril
    Edited by: cyril meslin on Apr 20, 2011 9:53 AM

    There is no problem of authorization. In RSA3 it's ok for some records but too long for full of records.
    In fact, my FM make a first select after to be determined init or delta mode :
    IF i_updmode = 'D'.
            SELECT i~guid h~object_id h~guid h~process_type
                     INTO TABLE st_zcrmt_bw_i       
                     FROM crmd_orderadm_h AS h
                     INNER JOIN crmd_orderadm_i AS i ON h~guid = i~header
                     WHERE h~object_id    IN lr_object_id
                       AND h~changed_at   >= lv_timestp
                       AND i~guid         IN lr_item_guid
                       AND ( i~product_kind <> 'X' OR  i~product_kind <> '' )
                       AND ( h~process_type = 'ZSOL'
                          OR h~process_type = 'ZSPE'
                          OR h~process_type = 'ZSVO'
                          OR h~process_type = 'ZSVT' ).
          ELSE.
            SELECT i~guid h~object_id h~guid h~process_type
                     INTO TABLE st_zcrmt_bw_i         "PACKAGE SIZE I_MAXSIZE
                     FROM crmd_orderadm_h AS h
                     INNER JOIN crmd_orderadm_i AS i ON h~guid = i~header
    *                 UP TO I_MAXSIZE ROWS
                     WHERE h~object_id    IN lr_object_id
                       AND i~guid         IN lr_item_guid
                       AND ( i~product_kind <> 'X' OR  i~product_kind <> '' )
                       AND ( h~process_type = 'ZSOL'
                          OR h~process_type = 'ZSPE'
                          OR h~process_type = 'ZSVO'
                          OR h~process_type = 'ZSVT' ).
          ENDIF.
    Then FM CRM_ORDER_READ is running for 500 records to retrieve header data :
    CALL FUNCTION 'CRM_ORDER_READ'
        EXPORTING
          iv_no_auth_check     = abap_true
          it_header_guid       = it_guids      "500 records
          it_requested_objects = lt_requested_objects
        IMPORTING
          et_orderadm_h        = lt_orderadm_h
          et_service_os        = lt_service_os.
    Then this FM is running for 10 records for item data (max 10 because FM CRM_ORDER_READ does not work for more records) :
    CALL FUNCTION 'CRM_ORDER_READ'
        EXPORTING
          iv_only_spec_items   = abap_true
          it_item_guid         = it_guids         "10 records
          it_requested_objects = lt_requested_objects
        IMPORTING
          et_orderadm_i        = lt_orderadm_i
          et_sales             = lt_sales
          et_appointment       = lt_appointment
          et_status            = lt_status
          et_text              = lt_text
          et_subject           = lt_subject
          et_doc_flow          = lt_doc_flow
          et_customer_i        = lt_customer_i
    Perhaps if I succeeded to improve SELECT & call of CRM_ORDER_READ, it would be better but I don't know how to do...

  • In KSB1 one of the field is showing up in DEV but not in QA or PRD

    Hello,
    One of the standard field which is showing up in DEV but not in QA or PRD. After excuting a transaction KSB1, One can change the layout and add or hide a field from a given options. We can see that field in DEV, but not in QA and PRD.  This is a standard report and  we checked in table v_tkalv, it is same in DEV and QA
    Thanks for your help
    Rick

    I don't have access to a 6.0 system at the minute, but I'm pretty sure order isn't a standard field in KSB1.  It would be in KOB1, of course, but the K*B1 transactions are for displaying actual line items recorded on various kinds of cost objects.
    In the reporting scenario, how's the order factor in?  Did it receive statistical postings, or something?

  • Custom bsp Iviews work in dev but not in qas?

    Hi All,
    We're using R/3 4.7, ESS 50.4, MSS 60.1.20.
    We have developed a number of custom bsp iviews that work perfectly fine in dev but when we transported to qas, no data is displayed.  The labels in the bsp are being displayed so we know that the bsp is working.
    We use epcf to listen for the employee number in the bsp's.  It is configured the same in both dev and qas but in qas the bsp is not picking up the employee number and therefore is displaying no data.  When you click on susbequest employees in the team viewer, nothing happens (bsp should reload).
    The only difference is that the portal dev and the bsp's reside on the same server but when we go to portal qas, it is now on a different server to the bsp.  We have relaxed the domain, so that the server name has been removed from the domain name but still to no avail.
    If anyone can help at all, i'd really appreciate it, as i'm at a loss as to what to do next.
    Many thanks,
    Liz.

    Hi,
    Seems that there is:
    1. something wrong with the System Object or it's definition..
    OR
    2. someone used a server/hostname as a "constant" instead of a "variable"
    OR
    3. the Portal and Backend are not in the same domain or the configuration is not with Fully Qualified Domain Name
    Hope this helps you to narrow it down or even find the issue.
    Good Luck,
    Benjamin Houttuin

  • Enhancement is in active state but not giving result.

    Hi All,
    Could you pls help me with this. I created an enchancement for a function module MARM_GENERIC_READ_WITH_MATNR.  The enchancement is in active state but not giving the result. The result before and after enchancement is the same.
    Thanks,
    GC

    Hi Guru,
    If you have created an implicit enhancement point you need to make sure that enahncement point is active and as well the Function Module is also Active.
    Second thing is that if you have written any code inside the enhancement point, then make sure that you are entering the Ehancement point coding block.
    For this do put a break point and do a debug test the coding - what exactly happens through the Coding.
    It may be that the Coding Block inside the Enhancement point is not getting executed or the ehancement point is not getting executed(chekc for what reason ?)
    Based on the abvove inputs hope you would have got some clue or would have got the solution.
    If found useful please do reward
    Encourage others to answer your queries by rewarding them suitably
    Thanks
    Venugopal

  • CFDocument: works in dev but not prod?

    We are using CFMX 7,0,2,142559 Standard on W2K3 servers. In
    our dev and qa environements, cfdocument works fine, but in
    production it does not, and produces the error below in the errror
    log.
    The code is all the same, the data is the same - I have
    sinked our dev and qa servers with the production data. I have even
    put out a test file in all environments containing the following:
    <cfdocument format="pdf">
    Dave's content
    </cfdocument>
    It Streams to the browser just fine in dev and qa, but in
    production the browser times out, and the error below is produced.
    Anyone else see this?
    Thanks in advance.
    ~~~~~~~~~~~~~~~
    "Error","jrpp-58","07/09/06","15:31:55","Corporate","The
    document has no pages. The specific sequence of files included or
    processed is:
    E:\sites\corp\docs\pressroom\press_releases\pr_in_pdf.html, line:
    23 "
    java.io.IOException: The document has no pages.
    at com.lowagie.text.pdf.PdfPages.writePageTree(Unknown
    Source)
    at com.lowagie.text.pdf.PdfWriter.close(Unknown Source)
    at com.lowagie.text.pdf.PdfDocument.close(Unknown Source)
    at com.lowagie.text.Document.close(Unknown Source)
    at
    coldfusion.tagext.lang.DocumentTag.doAfterBody(DocumentTag.java:1225)
    at
    cfpr_in_pdf2ehtml894705829.runPage(E:\sites\corp\docs\pressroom\press_releases\pr_in_pdf. html:23)
    at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
    at
    coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:349)
    at
    coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
    at
    coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:225)
    at
    coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:51)
    at coldfusion.filter.PathFilter.invoke(PathFilter.java:86)
    at
    coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:69)
    at
    coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:2 8)
    at
    coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
    at
    coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
    at
    coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
    at
    coldfusion.filter.RequestThrottleFilter.invoke(RequestThrottleFilter.java:115)
    at coldfusion.CfmServlet.service(CfmServlet.java:107)
    at
    coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:78)
    at
    jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
    at
    jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
    at
    jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:257)
    at
    jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:541)
    at
    jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:204)
    at
    jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:318)
    at
    jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:426)
    at
    jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:264)
    at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)

    Hi,
    Compare the formula of the variable in Dev and in QA. Might be some operands might bwe missing in QA environment.
    Cheers,
    Suresh Aluri.

  • Case insensitive search working in dev but not in prod

    Hello All,
    I had set the CASE_SENSITIVE_CHARACTER_COMPARISON parameter as OFF in NQSConfig.ini file for enabling the case insensitive search in OBIEE.
    This setup is letting me do the case insensitive search in Dev env but the same doesnt work in prod env. I tried pointing both prod and dev rpd to same prod db.
    With same db also, case insensitive search doesnt work in prod env.
    Any idea for which other configuration I can look for.
    Thanks in advance.

    Thanks Stijin. I had seen this post earlier. Case insensitive search works fine after setting the value for NLS_SORT and NLS_COMP in production RPD but the other report with distinct clause starts failing. Not sure about the reason.
    Saw this comment from you in that post:
    The only compromise solution we could find was to "cache" the column value we wanted to use in insensitive searches. These were mainly used in "show all choices" while setting prompts. Other than that there isn't much you can do in an Oracle database.
    Can you please tell me how to implement the above.

  • Variable works in Dev but not in Test in Webi report

    Hi All,
    I have written a variable to calculate Average. It works fine for all entries in Dev. But when I transport it to Test Environment, it works fine for some entries and does not work for some entries.
    Any suggestions?
    This is happening in WEBI Report.
    Regards
    Edited by: No.One on Sep 21, 2011 2:45 PM

    Hi,
    Compare the formula of the variable in Dev and in QA. Might be some operands might bwe missing in QA environment.
    Cheers,
    Suresh Aluri.

  • Enhancement working in R/3 but not in portal

    I have a crm enhancement (version 4.0). I have created one badi implementation and anohter one was already exsisting which i have change. This is working in SAP (r/3) but in portal it is not behaving in the same way. I am not understandn what link is missing. I could see some BSP classes in the system, but i am not sure how to find out where to do the modifications.
    Is there any way to debug from portal?
    I am trying to give a pop-up message in this enhancement which will restrict from saving an activity based on certain conditions. That pop-up is not coming.

    searched forum,got some clue from that

  • Webi Report on BW Universe works in DEV but not properly in TEST

    Hi,
    We have created a Webi-Report on a BW Universe on our DEV server. Everything works like a charm and we are prompted as the first thing for keydate and the report is refreshed successfully. We then export the Universe (no connection overwrite) and Report to our TEST server with the Export Wizard and the problems start.
    When we refresh the report on the TEST server we are prompted for keydate. If we select a value for the date we receive an error:
    A database error occured  The database error text is: The MDX (and then some MDX) failed to execute with the error Specify a value for variable Financial Statement Version. (WIS 10901)
    If we select Use default value the report refreshes but no currency conversion is done. We can then refresh the report again and this time if we select a value for the keydate the report refreshes without the above error.
    We have tried to overwrite the connection during export from DEV to TEST so the connection points to our DEV BW Server with the same result. If we create the universe on the TEST server from scratch everything works as intended.
    If we transport the Universe and report from DEV to PROD directly the report works as intended.
    The BO user (SSO WinAd) testing this have admin rights on BO. The connection in the univers to BW is done using a fixed username and password (no SSO to BW)
    I am now out of options and would appreciate any input you might have to solve this problem.
    Best Regards,
    Lars

    Hi Wavery,
    Thanks for your reply. I have checked the connections and they are named exactly the same on DEV/TEST/PROD. I have also tried deleting the universe, connection and report on TEST and then do a new transport of all of them from DEV to TEST. Same result.
    What I don't understand is why the refresh works if I do it in two steps:
    <OL>
    <LI>
    I set keydate to "use default value" when prompted and the report will refresh without the keydate dependent calculations. None keydate dependent measures are showing correct values from BW.
    </LI>
    <LI>
    Then I refresh again and set the keydate to a date and the report refreshes with the dependent calculations.
    </LI></OL>
    This tells me the connection is working and the problem is somewhere else. At the moment I'm clueless
    Any input is highly appreciated.
    Thanks,
    Lars

  • Works on dev, but not production server

    I am building a site using LCCS which works on my laptop, which runs ColdFusion 9 and Apache. But it does not work on my production server, which is ColdFusion 8 and IIS. I have made the various configuration changes and I can successfully create a room via CF from the production server.
    But my Flex app does not seem to load properly on the production server. It is basically a video-conferencing app, so the swf should display the "Start My Camera" button, but it doesn't. It works perfectly on my laptop though.
    I realize I am using very different environments, but I don't know why that would affect anything for the simple Flex-generated swf, especially when I am dynamically creating the room via production.
    I am sure it is something simple, but am out of ideas. Any suggestions would be greatly appreciated.
    cheers,
    Steven

    It seems I figured out my problem (well, about this issue anyway).
    A while back, I un-installed .NET but then had to re-install it. In doing so, somehow IIS lost the ability to recognize .js files. It would return a 404 error whenever you tried to call any file with a .js extension. My hosting company did something to re-associate the file type with IIS. It seems I have the same problem with .swf files.
    fyi, I used Charles (a Firefox plugin) to diagnose this. I had assumed it was a permission issue. It never occurred to me to try to access my swf directly.

  • Web template works in Dev but not in Q

    We have a web template includes 10 queries. First I transported 10 queries from Dev to Q and we executed each one. All worked. Then I transported this template. Transport was successful but it return a error message when it gets execute for few seconds.
    One thing I don't understand is it contains many Template items but it only show part of Items when I collected. Now I am trying to collect each template items but I am unable to find missing items from Bex Web Items list. Why is that?
    Here is the error message:
    The initial exception that caused the request to fail was:
    Termination message sent
    ABEND RSBOLAP (000): Program error in class SAPMSSY1 method : UNCAUGHT_EXCEPTION
      MSGV1: SAPMSSY1
      MSGV3: UNCAUGHT_EXCEPTION
    com.sap.ip.bi.base.application.exceptions.AbortMessageRuntimeException: Termination message sent
    ABEND RSBOLAP (000): Program error in class SAPMSSY1 method : UNCAUGHT_EXCEPTION
      MSGV1: SAPMSSY1
      MSGV3: UNCAUGHT_EXCEPTION
    at com.sap.ip.bi.base.application.message.impl.MessageManager.addMessageInternal(MessageManager.java:148)
    at com.sap.ip.bi.base.application.message.impl.MessageManager.addMessage(MessageManager.java:113)
    Details: Full Exception Chain
    Messages
    ABEND: Program error in class SAPMSSY1 method : UNCAUGHT_EXCEPTION
    ABEND: System error in program SAPLRZI0 and form RSZ_FORM_AND_VAR_TAB_FILL-02- (see long text)
    Can anyone help? Thank you in advance!

    Hi,
        You have to collect all the WEB items toos, it should be under the WEB ITEM  in transport connection. Try collecting them again . Hope you have transported all the dependant Query elements like variables, User exits variable code if any.
    Hope it helps,
    Cheers,
    Balaji

  • Sql query to identify transports in dev but not in prod

    I use sqlplus to select fields from saperp.e070v so I can compare transports in prod with those in qa. The purpose is to identify those transports that I need to run when I H-copy prod to QA. I'm using this where clause (TRFUNCTION='K' OR TRFUNCTION='W') . Should I look at TRSTATUS? I'd appreciate any recommendations or ideas. I do not have access to ABAP.

    Thanks Markus.
    Here are the distinct codes I found. Are there any ot these That I need to be concerned about? Is there a Key/Legend for these?
    SQL> select distinct trstatus from saperp.e070v;
    T
    R
    D
    O
    SQL> select distinct trfunction from saperp.e070v;
    T
    W
    R
    P
    K
    D
    Q
    M
    T
    X
    F
    S
    T
    G
    12 rows selected.
    SQL> describe saperp.e070v;
    Name                                      Null?    Type
    TRKORR                                    NOT NULL VARCHAR2(20)
    TRFUNCTION                                NOT NULL VARCHAR2(1)
    TRSTATUS                                  NOT NULL VARCHAR2(1)
    TARSYSTEM                                 NOT NULL VARCHAR2(10)
    AS4USER                                   NOT NULL VARCHAR2(12)
    AS4DATE                                   NOT NULL VARCHAR2(8)
    AS4TIME                                   NOT NULL VARCHAR2(6)
    STRKORR                                   NOT NULL VARCHAR2(20)
    LANGU                                     NOT NULL VARCHAR2(1)
    AS4TEXT                                   NOT NULL VARCHAR2(60)
    CLIENT                                    NOT NULL VARCHAR2(3)
    SQL>
    F
    S
    T
    G
    12 rows selected.
    SQL> describe saperp.e070v;
    Name                                      Null?    Type
    TRKORR                                    NOT NULL VARCHAR2(20)
    TRFUNCTION                                NOT NULL VARCHAR2(1)
    TRSTATUS                                  NOT NULL VARCHAR2(1)
    TARSYSTEM                                 NOT NULL VARCHAR2(10)
    AS4USER                                   NOT NULL VARCHAR2(12)
    AS4DATE                                   NOT NULL VARCHAR2(8)
    AS4TIME                                   NOT NULL VARCHAR2(6)
    STRKORR                                   NOT NULL VARCHAR2(20)
    LANGU                                     NOT NULL VARCHAR2(1)
    AS4TEXT                                   NOT NULL VARCHAR2(60)
    CLIENT                                    NOT NULL VARCHAR2(3)
    SQL>

  • IPod shows up in system profiler but not in /dev and disk utility

    Hi,
    I have a Problem with my iPod. It works perfectly when I connect it to other macs.
    Though on my mac it appears only in the system profiler, but not in itunes, /dev or diskutilities. Other USB devices are working correctly.
    I already reseted my ipod but this doesn't solve the problem. Neither did the update of the iPod firmware.
    Does somebody know this Problem? What can I try to solve it?
    Thanks.
    About my iPod:
    It's an iPod Touch, system Profiler is telling:
    Version:          0.01
      Bus Power (mA):          500
      Speed:          Up to 480 Mb/sec
      Manufacturer:          Apple Inc.
      Product ID:          0x1293
      Serial Number:
      Vendor ID:          0x05ac  (Apple Computer, Inc.)
    iTunes says:
    serial number: 910952nua75j
    Running the system 4.2.1
    About my Mac:
    It's a MacBook Pro, 2,16 GHz Intel Core 2 Duo, running 10.4.11

    I'm pretty upset. It seems that the only solution to this problem is to buy some new mac products!
    I have Applications on my computer that will not work on a new system and I don't want to update my system + all expensive apps just because my ipod refuse to downgrade.
    I used to be a mac fan and I still like it, but this kind of "tricks" are unacceptable. I bought an ipod because I didn't want to spend time on fixing some stupid problems and now I already spent weeks trying to make my expensive ipod work on my mac (and all this because of a stupid firmware problem). I am now really disapointed.
    So if anyone should have an idea on if it's possible to downgrade my ipod (or other solution?) in order to make it work again with my system, please post it here. Thanks.

  • Select query not working in Dev but working in QA and PRD

    Hi All,
    I have a select query with inner join which is not working in the DEV but working in QA and PRD. Anyone has any idea why is it happening, I think it to be a basis issue. Just want to confirm if anyone has any other idea.
    Thanks in advance,
    Barjinder Singh.

    Hi Barjinder Singh,
    In development you can't find the records for the table.
    In testing system only you can test even the program(report).
    If it is the DEV system you can't get the data.
    Go and see into the table wether it has records or not(in DEV system).
    It doesn't has the records in DEV system.
    Regards,
    Balakrishna.N

Maybe you are looking for

  • Adobe Reader will not open (Mac)

    I installed a trial of Acrobat and something went wrong.  When I ran it for the first time it said that certain elements needed repair and asked if I wanted to repair or get rid of the Safari plug in and the Adobe virtual printer.  Then it said Inter

  • XMP Data available only with Photoshop CS6

    Hi, We are using an image vault to manage our pictures and i made an InDesign JavaScript to retreive images description contained within the XMP datas. The text entered in the image bank is good in the browser. When i open the image in Photoshop CS6

  • Installing j2 sdk 1.4.2 on i386

    I have downloaded j2sdk-1_4_2-windows-i586.exe and started installing. The installation did not work. I would like to know whether I have any hope of succeeding, given that I have a i386 processor. Does anybody here has installed j2 sdk (of any versi

  • Replicate warehouse in EBP system

    Hello all, What is a program that allow to replicate warehouse in EBP system ? What is a good method to find thhe programs to replicate the master data in EBP system ? Thanks for your reply

  • New field in VL31N ( LE_SHP_TAB_CUST_ITEM )

    Hi experts, I need to include a new field (LIPS-VFDAT) in Item Overview tab in Tx VL32N. I've read some about it, and it seems that i have to use BAdI  LE_SHP_TAB_CUST_ITEM. Anyone can tell me how to use it? Thanks FC