I changed an existing abap query ME80FN but not find in production system.

Hi,
I have changed an ABAP QUERY  ME80FN for user group SAPQUERY/ME in Dev system via transaction SQ01 & SQ02.
But when I am searching for same query in Production via transaction SQ01 it is not existing.
Please give me some inputs.
Thanks,
Jwala

Hi Jwala
1. Check if that ABAP query is transported to production or not.
or
check the versions of the ABAP Query in dev w.r.t Production so that you will know the status of the program in production.
regards
PBI

Similar Messages

  • Add 2 new fields to an existing ABAP query in a particular position

    Hello,
    I have added 2 new fields to an existing ABAP query. These have been successfully added and the query is also executing.
    But these 2 new fields are displaying at last. I need to add these fields in a particular column position.
    Also I need to change the heading of these 2 new fields.
    I tried to do so from the basic list, layout design from SQ01.
    But I could not.... whatever I do.. the 2 new fields are displayed at the end of the list...
    Please help me

    Hi Andreas,
    Do you mean that I should create a complete new abap query?
    Is there no way to add some new fields at a particular position to an existing abap query?

  • Change log in ABAP Query

    Hello,
    I would like to know how to check change logs for ABAP Query in the Global Area. I had created a query and am not able to find who has changed this. Please provide some valuable suggestion on this.
    Regards,
    Sumit

    Dear Satyen,
    Go to  menu Edit-->Other user group, choose the user group, where u have assigned the infoset no give the name of ur query and press create button, it will display all the infosets those are assigned with that user group. Now select ur infoset and start developing the query.
    see useful tips:
    10 Useful Tips on Infoset Queries
    Regards,
    Abbas.

  • Script to find if list of Apps patches exists in DB 'A' but not in DB 'B'

    Hi All,
    DB:11.1.0.7
    Oracle Apps:12.1.1
    OS:Linux 86x64 bits Red Hat
    Could anyone please share the script to find if list of patches exists in DB 'A' but not in DB 'B'
    Thanks for your time
    Regards,

    We have already answered you, not sure why you keep asking the same question!
    SELECT bug_number,creation_date from ad_bugs where bug_number in
    ('1234','5678','56783','4321','765432');
    I get the list of patches out of the above say - '1234','5678'
    Now how to get the list of patches out of the above list of 5 patches which are not in the DB 'A' .I know this could be done manually but this is just an example as there may be hundreds of patches like this in ad_bugs to extract and we cannot manually do it in excel or any other way bit through a queryRun the same query in Database B and compare it with the output of Database A. Or, simply create a database link for Database B from Database A and run this query from DB A:
    SQL> SELECT bug_number, creation_date
    from ad_bugs
    where bug_number in ('1234','5678','56783','4321','765432')
    minus
    SELECT bug_number, creation_date
    from ad_bugs@<DBlink to DB B>
    where bug_number in ('1234','5678','56783','4321','765432');Thanks,
    Hussein

  • HT5858 In the control center I can change the mute or the rotation but not both.  How do I fix this.  In settings I can not uncheck both the mute and rotation lock.

    In the control center I can change the mute or the rotation but not both.  In the settings area therefore I can't uncheck the mute and rotation settings at the same time.

    Check your settings. The iPads have a small switch on the right edge. It can be used as a rotation lock to keep the screen from automatically reorienting itself as you move around, but you need to have the tablet’s settings configured properly. That same switch, right above the volume buttons, can also be set to function instead as a mute button to silence certain types of audio.
    If the switch is set to work as a mute button, you can change its purpose to “screen-rotation lock” by tapping the Settings icon on the home screen. On the Settings screen, tap General on the left side, and on the right side of the screen flick down to “Use Side Switch to.” Tap to select Lock Rotation or Mute to set the button’s function. Even if you set the side switch for your preferred use, you can still mute the Mini or lock the screen. Just double-click the Home button, and when the panel of apps appears along the bottom edge of the screen, flick the row from left to right with your finger. Tap the icon on the far left side of the row to either lock the iPad’s screen or mute the iPad’s alerts, notifications and sound effects. Music, podcasts and video are not muted unless you turn the volume all the way down.
     Cheers, Tom

  • Extract only the records exist in Table A but not in Table B

    Hi guru, I need to compare two big SAP tables and only select the records that exist in Table A but not in Table B, i.e. Exclude the records that exist in both tables. Due to the volume, left outer join is not preferred. Does anybody know any smart and quick way to do so?
    Thanks,

    Sounds like you're looking for alternatives from performance perspective, so maybe your question would be better posed in .
    As always for any performance related questions the answer is: It depends...
    I.e. you need to provide some further background: How many entries in table A, how many in table B? How are they linked (e.g. index, primary key, what fields)? On average, how many entries do you expect in your result set?
    Depending on those parameters (and possibly others) one can then evaluate other options: There's probably not many, I'd try also using [subqueries|http://help.sap.com/abapdocu_70/en/ABENWHERE_LOGEXP_SUBQUERY.htm]. Since performance tuning always requires an analysis, it's best to try out the different variations and check what happens (e.g. how long do they run, what kind of load do they introduce on the database, etc.). Subquery versus outer join performance depends also on the used database.
    Cheers, harald

  • I want to change the description of my photos, but not all change

    I want to change the description of each photo, but not all change.

    When posting in Apple Communties/Forums/Message Boards.......It would help us to know which Mac model you have, which OS & version you're using, how much RAM, etc. You can have this info displayed on the bottom of every post by completing your system profile and filling in the information asked for.
    CLICKY CLICK---> https://discussions.apple.com/docs/DOC-3602
    CLICKY CLICK-----> Help us to help you on these forums
    ***This will help in providing you with the proper and/or correct solutions.***

  • Query engine : Can not find DSN in Connection String

    DearSir/Madam,
    Opearating System Windows 7 Professional(32-bit).
    I am using Application, which is developed : Visual basic 6.0(32-bit), Report Writer : Crystal Report 9.2.693(32-bit) and database: Oracle 9.2.0.10(32-bit).
    ODBC Data source : System DSN created and Connection established (Based on Driver : CR ORACLE ODBC Driver 4.10 (cror818.dll))
    In windows 7 environment Data Base connectivity and data fetching also wroking fine.
    My problem is while running reports it display error as "Query engine : Can not find DSN in Connection String"
    I want run time reports.
    For your kind information, at the same time in Windows XP Professional there is no problem found and working fine.
    Kindly help me.
    Thanks and regards,
    Swarup

    Crystal Reports 9.x is not supported on Win 7. See the following wiki:
    http://wiki.sdn.sap.com/wiki/x/b4JiAw
    - Ludek

  • Charged an annual subscription fee but not getting my product.

    It would seem that Adobe have helped themselves to £12.70 from my bank account.  When I look to see what it is for, it would seem that they have taken a renewal fee from me for Adobe PDF Export.  OK, so I had this last year and it didnt work.  When I go to an Adobe file and try to convert it to word it asks me to renew.  I have seemingly already done this so why does it continually ask me to do it again.  NOT HAPPY.

    OK thank you for that.  Actually just as you emailed this to me I was looking on a pdf document on my pc and I didnt actually realise I needed to be logged in to my account for it to be able to convert a pdf whilst I was using my laptop.  So everytime I was asking it to convert a document to word it told me that I had to subsribe but when I am signed in, it locates my account and converts the document straight away.
    Its a bit confusing and there is not much help on the adobe website, but a note on the blod might be helpful so idiots like me know that they have to be logged in for it to work!!!
    Many thanks
    Julie
      From: Rave
      To: Julie Davies
      Sent: Friday, October 03, 2014 2:39 PM
      Subject:  Charged an annual subscription fee but not getting my product.
            Charged an annual subscription fee but not getting my product.
            created by Rave in Adobe ExportPDF - View the full discussion

  • HT4783 My mac bro open Airdrop but not find any devices nearby !!

    When open AirDrop tp share some files still scan for devices but not find them !!

    What devices are you expecting it to find?

  • Query parameter transaction,Query transported but not found in QAS

    Hello all,
    I have an issue with my custom transactions pointing to queries I created. Here is one of 2 examples:
    I have a query in the Global and Standard areas in DEV. Here are my transaction parameters from SE93:
    D_SREPOVARI-EXTDREPORT     QUE_JPTREMB_02
    D_SREPOVARI-REPORTTYPE     AQ
    D_SREPOVARI-REPORT     /SAPQUERY/H2/QUE_JPTREMB_02
    This works perfectly fine in DEV, in all the clients.
    I transported the query using the Export/Import function to QAS. My query in QAS exists only in the Standard Area. I am not able to export/import queries from the global area.
    When I try to run the transaction in QAS, I get the following message:
    "Query QUE_JPTREMB_02 does not exist in user group /SAPQUERY/H2"
    Can any one tell me what is going on here? How can I resolve this issue? Does this have anything to do with global VS standard areas? How do I point the transaction to the Standard Area if that's the case?
    All help appreciated, thank you so much.

    Hi Jean,
    What are the steps you have followed? If I remember correctly the following must be carried out in the following sequence.
    1) Use RSAQR3TR to export the query, usergroup and infoset in dev system.
    2) release the transports in Dev.
    3) import the transports into QAS using STMS (normal Transport mechanism)
    4) import the  query, usergroup and infoset into QAS using  RSAQR3TR
    5) identify the ABAP program associated with the query in QAS system.
    6) create a Transaction code in dev system, assign it to the same query program (even if it does not exist in DEV) and transport the tcodes into QAS.
    7) Execute the query once using SQ01 and then try again using the transaction code.
    (I do not know why steps 6 and 7 are necessary, but that is the way they have worked for me, if I omit the steps, the query program dumps)
    Anyway, I hope the above helps.

  • Accept Changes button visible in Approval link but not in Check Status

    Dear Experts,
    We are on SRM 4.0 .
    After a SC is rejected partially the requester can see the SC under Check Status link with the status In Your Inbox
    When the user clicks on the Detail icon, there is only CHANGE button but when the user clicks on Approval Link
    he can see Description as 'Your Shopping Cart xxxxxxxxx was change/rejected in part.Please Check' and when he click on the Detail icon there are two buttons at botton Accept Changes  and  Change  .
    Why is the Accept Changes button not there in detail display of SC under check status link?
    Thanks,
    Anubhav

    Hello,
    This is the standard behaviour of SRM4.0. 
    When a SC has been partially rejected the the SC goes to the requestor approval inbox. Requestor can either accept the change or he/she can change the SC and order again.
    If requestor accept the change that means requestor has been accept the rejection, so requestor will not be able to create the PO for that line item. He/she needs to change the SC depending on the approval note and order again.
    Check status transation is used for check the status of the shopping carts. Due to that reason the Accept change button is not exist there.
    Regards,
    Anindya

  • Process exist in apps server but not in the database

    Hi all,
    10.2.0.3 2 node RAC AIX
    In our application server,topas command shows some PIDs consuming high CPU. But the PID when resolved to sid in the database,no rows are returned.
    Which means the process does not exist in the database.
    How can I know what the process is doing in application server as it has gone zombie now?
    Thanks

    Hi,
    There are some cases when a transparent table exists in the Data Dictionary but not in the database.
    1. You have just created the table and saved it. But you have not activated it.
    2. There's a large amount of data in your table and you have attempted to change the key fields of the table (e.g., you are trying to delete existing key fields). This action requires you to use the database utility. During this process, the table is first physically deleted from the database and a new table is created. In the meanwhile the data from the old table is stored in a temporary table. So while the database utility is performing this operation, the table does not exist in the database for some time.
    Hope this helps.
    Regards,
    Anand Mandalika.

  • Changes in properties in query definition is not getting   transfered to WB

    Hi,
    I am using the analysis grid(design mode)  to create different views of 2 queries. My workbook has near about 20 different worksheets based on these 2 queries.
    I am facing a wierd issue. Once this work is completed now if I make any changes to query properties its not getting reflected to workbook. One of the example is by default hierarchy has lowest node at bottom. I want to have it at top. I have made changes in the charcteristic properties but now its not getting replicate to query.
    Please help.
    Regards,
    Divya Prakash Srivastava

    Hi,
    Please check in workbook settings.When Reference View is checked, the output is the current query view.If changes are made after that in the workbook and workbook saved and
    reopened, it retains the current state of the workbook as long as Refresh Workbook on Open is not checked. Refresh workbook on Open would get the current state of query as output.
    If I understand your issue correctly, please check 'Refresh Wokbook on Open' in workbook settings, to display the current navigational state saved in the workbook as well as the changes made in the query.Please note that the 'Reference View' should be unchecked.However, if 'Reference View' is checked, the current query changes rather than the navigational changes stored in the workbook.
    Rgds
    Manoj Kumar

  • WD abap Query - Regarding Edit note

    Hi all,
    On click of one button on main screen, i need pop up screen where i can edit this prepopulate text.
    Assistant Manager (CSM) request/removal
    Organisation reference         : 50158579
    Add or Remove (A/R)           :
    Employee Full Name            :
    TOMI user ID (NOT password)   :
    Employee Personnel No         :
    Effective date                :
    Your Name                     :
    Your contact telephone number :
    Employee must appear on your timesheet before you can apply for them
    to have access. Allow 5 working days. The named employee will then
    be able to complete the timesheet on your behalf using a special
    link from TOMI headed EFORMS.
    User can edit this note and then he will click on Ok button to send this text as Email.
    I  tried to achieve this using text edit element  but not able to achieve this functionality.
    In module pool we can achieve this functionality using function module which call standard editor. But we could not call this in WD abap.
    CALL FUNCTION 'TXW_TEXTNOTE_EDIT'
           EXPORTING
                edit_mode = 'X'
           TABLES
                t_txwnote = note.

    >But we could not call this in WD abap.
    No, function modules that relie on the control framework, SAPGUI, or office integration of course can not be used within the browser only enviornment of Web Dynpro.
    >I tried to achieve this using text edit element but not able to achieve this functionality.
    Please elaborate. What about the TextEdit UI element did not meet your needs?  Do you want more editing/formatting functionality?  Or did you have some other problem. Please describe.

Maybe you are looking for

  • Since upgrading to Lion I can no longer mount my external hard drive

    I backed up about 10 minutes before installing Lion when I was on Snow Leopard. I know my drive works fine and there are no issues with it. However, when Lion was installed, I wanted to perform a Time Machine Backup, but it said my backup disk was un

  • Servicegen issue with binding webservices.jar

    Hey, I am trying to build a ejb webservice using ant and servicegen. When I run it, it blows up and gives me a ton of binding errors. The problem is the binding errors are on files from the webservices.jar not from my jar. What is wrong with my scrip

  • Slow Spotlight?

    I was just wondering if anybody else is having problems with spotlight being ridiculously slow. I mean typing the first term is usually ok, but hitting space and typing a second word almost always causes it to stall with the loading spinner on the le

  • Preview in Browser CS6

    Dear friends, If i want to preview one of my CS6 websites, the program links to the external server in stead of the local file. I get the message "collecting data for servermap"(Dutch: 'gegevens voor servermap ophalen') en next the message that the p

  • File Transfer Speeds

    I know this topic has already been covered in some of the posts but it was replied that the latest version i.e., 6.20 would solve the bug. Which obviously it failed to do hence this post. The latest version of skype 6.20 still gives a maximum speed o