Automatic checks of parameters

Hi there
I need to write a report that can be scheduled on a system, reporting every deviation of settings from certain reference tables. Using change documents and the tables these logs are made in I need to check them and report back on any changes.
Do anyone know if there are any excisting reports like this I can work of?
Thanks,
Jan

cdhdr & cdpos are the tables to look for.
see if following link provides basic code u r looking for.
Select Query on CDPOS and CHDHR

Similar Messages

  • MIRO Calculate Tax button should be automatically checked.

    Hi All,
    While doing MIRO (Invoice), calculate Tax checkbox needs to be automatically checked. Could any one let me know where to configure these settings so that "Calculate Tax" will be automatically checked. Is this setting will be on a User level ?
    Thanks
    Rajanikanth

    I don't think there is a customizing for this.  You have to do it for each user in the user profile.
    Ask your user to go to System -> User Profile -> Own Data from the menu on top (in any screen in SAP) or execute T-Code SU3. In the session that opens up (User Profile), go to Parameters tab and key in 'XTX' in Parameter ID and 'X' in Parameter value. Save the changes to User Profile. Restart MIRO.

  • How to get the rows in a multiselect table automatically checked?

    Hi,
    I have retrieved all the rows whose job status is 'Manager'. Now i need these rows to be automatically checked when a button is clicked.
    how do i do this?
    Please reply as soon as possible.

    Hi,
    is this a new thread or is it a duplicate of http://forums.oracle.com/forums/thread.jspa?messageID=2339633
    Frank

  • Disable Create Serial No. automatically Check box in MIGO

    Hi,
    I have a problem where in I need to disable Create Serial No. automatically check box in MIGO while posting GRN. And I could not do anything with the profile of the serial nr in t-code OIS2.
    You can give me some information that help in this question.
    Thanks in advance.
    Ramesh

    Hi,
      Thanks for ur answer Sheshu.
      Sorry for the delay.
      I have created screen variant for that Serial number tab sub screen and assigned Output only option for that check box. Thn i created a transaction variant and assigned that Screen variant to it. At last i assigned and activated that Transaction variant to Standard Variant of MIGO. All these are done in SHD0 tcode.

  • ITunes automatically checks Manually manage music and videos????

    Every time I connect my Classic or Nano, iTunes automatically checks Manually manage music and videos. If you uncheck this option it wants to erase your iPod, Classic or Nano and create a new sync which takes hours.
    So to be specific. When start the first sync I have the following checked:
    Open iTunes when this iPod is connected.
    Enable Disk use.
    After doing a 2 hour sync and then reconnecting, it has automatically checked Manually manage music and videos. When you uncheck it wants to reload your entire Library. Which takes 2-3 hours. The problem with Manually..... it doesn't sync new additions to the Library.
    I am starting to become an Apple hater. They are going the way of Microsoft. You call Apple tech support and they want to charge you per incident. And Lion is a disaster. I was an early convert to Apple and now I am getting really cranky.

    I was thinking the other way.
    Checking Manually manage Music and Videos does not erase the content (even though it says it will).

  • SQL Developer 2.1 Disable Automatically Check for Updates bug?

    Unchecking the "Automatically Check for Updates" under Preferences -> Extensions in version 1.5.5 to disables the prompting for proxy ID and password at SQL Developer startup. Unfortunately I am trying version 2.1 on Windows XP and unchecking this option under Extensions is having no affect. It is still prompting for proxy ID and password every time I start SQL Developer. This is extremely annoying.
    Is this a known bug with 2.1?
    Mike

    I get that prompt for a Proxy as well. If I can download SQL Developer 2.1 without a Proxy then why am I prompted for one when I am checking for updates?!?
    I have to uncheck the Proxy and uncheck check for Automatic Updates.
    Even if I tried to use the default proxy it does not exist (I tried pinging emeacache.uk.oracle.com and it just times out and there is no DNS record either).
    I have been able to finally get a few updates but still have problems with getting the JTDS and MySQL updates. I am wondering if there is a problem with Oracle's websites that are trying to be contacted to download these updates. I think Oracle's Check for Updates Wizard still has bugs that need fixing. I have had these problems not just with this new 2.1 but with previous versions as well.
    I hope Oracle fixes their buggy Check for Updates Wizard or the web sites that are being contacted for the updates because this is very frustrating.

  • Automatic Check updation through Payment

    Dear Friends,
    How to do Automatic check updation through payment please give the process steps and Tcode
    with regards
    Raghavendra.

    Hi,
    Create Check lot in FCHI
    Then make the Payment through F-58.
    In Initial screen given company code, Payment Method,house bank, account id check lot then press payment.
    Automatically the check number will be allotted from check lot sequentially.
    Do not forget to manually fill the assignment field with check number for BRS
    Edited by: lolu jo on Oct 28, 2011 3:53 PM

  • Enabling Automatic Check In of Originals in DMS

    Can anyone help me get this working in DMS? When creating the DIR from CV01N I would like the original to be automatically checked in. It looks like there is a setting in the status to do this but I can't get it working. It looks like it depends on the profile but that doesn't work for me either. It does work for me when I have a document type with the fast check-in enabled and I do fast check-in. But for the CV01N transaction you still have to click the check-in button. Can anyone help me get an auto check in feature working?

    in customizing of PLM you may customize the status network in that way that you set a status type C like check-in for the status where you want to check-in the document.

  • How to check servlet parameters?

    I need to check the parameters passed to my servlet for occurence of invalid symbols - html tags for example

    Use this:
    String parameter = request.getParameter("YourParameterName");
    parameter = parameter.replaceAll("<","<");
    parameter = parameter.replaceAll(">",">");Happy coding! :-)

  • Does SAP Web AS ABAP support automatic checking of revocation lists (CRL)?

    Hi,
    At my customer we have the scenario that X.509 client certificates (smartcards) are to be used (for authentication) to access CRM Web Interaction Center from a web browser. As I understand it, this basic scenario is supported.
    But I can find any information that the ABAP stack supports automatic checking against an external CRL. Rather it seems that the valid certificates must be maintained (manually) in the CRM server, which is unwanted by the customer.
    Does anyone know of ways to get automatic checking in the ABAP stack? (using the Online Certificate Status Protocol OCSP, or other method)??
    We also have Portal installation and JAVA stack in the system landscape, and I understand there are ways to perform CRL checks with SAP Java?
    Ideas anyone?
    Thanks,
    Lars

    No, in Web AS 6.20 there is an older version of the ABAP stack without the feature of Web Dynpro for ABAP. On the Java stack Web Dynpro for Java comes with release 6.40 which is supported of course.
    regards, Manfred

  • Automatically checking the subject line (AppleScript?)

    Hi All
    My organisation has implemented protective marking of email - basically all email must have a standard classification phrase embedded in the subject line. I have writtten an applescript which will automatically create a clean new message window in Mail with the appropriate configuration - that's easy. I want to roll this out to other Mac users also, and I want to make it robust. The problem is that if users forget to mark their email it won't get out past the server.
    What I want to do is to automatically check all outgoing email (preferably sent in the usual way by hitting the Send button), to make sure the subject line is appropriately marked. If it isn't then the mail should be held up and the user should be prompted to add the required marking. I had hoped to be able to do this via a rule - check the subject line for the marking - and if absent run an applescript to add it.
    Is this possible? My attempts have failed - everything seems to be geared towards incomeing or received email. Are there better ways? I have no experience developing plugins for mail - are there any templates out there?
    Thanks in advance
    Dave Mitchell

    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe Mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    See also http://kb.mozillazine.org/Find_bar_opens_when_typing_in_textbox

  • How do I get Apple Mail to NOT automatically check for new messages?

    Under General, I have it set to Manually, under each Gmail account (2) I have UNchecked the "include when automatically checking for new messages" under "Advanced", but it still checks automatically. Are there other settings that effect this behavior? I want it to ONLY check manually.

    It seems to be impossible to stop the automatic push - I found another email client that permits me to access gmail via pop3, and that permits several things that Apple Mail is deficient in (as far as I'm concerned) - permits delete of email on Gmail without having it deleted on my laptop, and does not permit autpmatic push. I need access sto ALL my email under MY organization structure on my laptop, even when I do not have internet access, and Apple mail does not permit me to manage things my way (neither does gmail).

  • Automatic Check of Duplicate Cust. Ref. No.'s in a Sales Order

    Hi Everybody,
    Does anybody know how to enable SAP B1 to automatically check if a Cust. Ref. No. has already been assigned to another sales order?  This seems like a basic function, but I can't seem to find it.  I checked under Document Settings, General Settings and Company Settings.
    Thank you in advance,
    Amanda

    Hi
    Use query below it will block all sales documents with duplicate references
    Hope it helps
    declare @cur_ref nvarchar(200)
    declare @cur_code nvarchar(200)
    declare @var nvarchar(10)
    declare @table nvarchar (10)
    declare @sqlstr nvarchar(2000)
    declare @var1 nvarchar(10)
    select @table = 0
    --  CHECK FOR DUPLICATED REF NUMBERS
    if((@transaction_type = 'A' or @transaction_type = 'U')and(@object_type = '13' or @object_type = '14' or @object_type = '15' or @object_type = '16' or @object_type = '17'))
    BEGIN
         select @table = case @object_type
              when '17' then 'ORDR'
              when '15' then 'ODLN'
              when '16' then 'ORDN'
              when '13' then 'OINV'
              when '14' then 'ORIN'
         end
         select numatcard, cardcode into #temptable1 from OINV WHERE 1=0
         set @sqlstr='insert into #temptable1 select numatcard, cardcode from ['+ @table '] where docentry =' @list_of_cols_val_tab_del
         Execute(@sqlstr)
         select @cur_ref = numatCard from #temptable1
         select @cur_code = cardcode from #temptable1
         drop table #temptable1
         if @cur_ref = 'Duplicate Ref!!'
         Begin
              set  @var = 'true'
         end
         else
         Begin
              select numatcard, cardcode, docentry into #temptable2 from OINV WHERE 1=0
              set @sqlstr='insert into #temptable2 select numatcard, cardcode, docentry from ['+ @table +']'
              Execute(@sqlstr)
              set @var = (select distinct 'true' from #temptable2 where numatcard = @cur_ref and cardcode = @cur_code and docentry <> @list_of_cols_val_tab_del)
              drop table #temptable2
         end     
    End     
    if(@var = 'true')
    begin
         select @error = 1
         select @error_message = N'Duplicate Customer Ref No. - Please Check Ref No. Because the ref that was enter, already exists in the system for this client'
    end

  • How to automate check of xlScheduler status in 11g

    All,
    I am trying to automate checking the status of the xlScheduler in OIM 11g. I know I can manually check the status but I want to automatically check the staus and email if not running. Does anyone have a way of doing this?
    Thanks,
    Chris

    In 9X we have written scheduler which run at regular interval checks status and send email accordingly
    in same way i think we can do in 11g also if they haven't provided any thing OOB.

  • "Automatically checking email" preference doesn't work?

    I'm in the midst of switching ISPs. Right now I have 2 ISPs with 2 different connections (one dial-up, one DSL). The dial-up ISP, as expected, cannot connect to the mail server over the DSL connection, so under Mail Preferences I've unchecked "Include when automatically checking for new email" on that account.
    However, Mail continues to try to connect to the dial-up's mail server whenever launched or whenever I check for new email. Since it can never connect it hangs for several minutes attempting to complete this connection before coming up with an error message.
    How do I get this preference to work properly? I need to have both email accounts available for the next month or two while making sure all contacts are using the new email address, so I can't simply disable the old email account under preferences, as then it no longer shows up at all. What I need is to have the account enabled, but only to check for new email when given instructions manually to do so.
    Thanks
    Powermac 2x2.5   Mac OS X (10.4)  

    This doesn't answer the question regarding the problem with automatically checking for new mail but connecting to the dial-up ISP should not be required to check the dial-up account's incoming mail server for new mail. This can be done when connected to the internet with the DSL connection.
    I still have an Earthlink dial-up account for use when traveling if a high speed wired or wireless connection isn't available but I primarily use a high speed cable modem internet access when at Home. I access my Earthlink dial-up account with the Mail.app when connected at Home without any problems and without being prompted to access Earthlink via a dial-up connection when the account is checked for new mail.
    You can turn off automatically connect when needed under the PPP options for your internal modem network configuration or disable to internal modem as an access point via System Preferences > Network if you are using the DSL connection only and you can include the dial-up account to automatically check for new mail.

Maybe you are looking for

  • GR and IR

    Hi, Suppose one PO contains multiple GRs and multiple IRs..How to identify which IR for which GR. Please explain me. Thanks in advance

  • How to ftp a report in OBIEE 11G

    Hi Experts, I want to ftp some reports to one server,Please help me out here,How to achieve this? My BI Server is on Linux Box. Thanks,

  • Any way to get schema comments into the generated files?

    Hi there, I have a schema that in part looks like this: <xsd:complexType name="LinkType"> <xsd:annotation><xsd:documentation> A link joins two distinct primary entities to each other. There is no provision for more than two primary entities participa

  • Clips stretching from QTP Pro to iMovie

    Have gone through similar questions and followed the suggested instructions, but can't seem to stop clips that have been rotated from landscape to portrait and resized in QuickTime Player Pro to stretching when imported to iMovie. Looks right in QTP,

  • Error occurred when executing query involving cross join or outer join

    Hi, I tried to execute the following query: select count(*) from      po,      invoice,      table(xmlsequence(extract(invoice.content, '/CommercialInvoice/Body/LineItemDetails/LineItem'))) invoice_line_item where      extractValue(po.content, '/Purc