How to audit every form in the system

Hello World,
I have an idea to create a table to keep all the transactions history for all the tables like insert,update and delete.
and to keep the form name and who did the transction too.
anyone have this? or any idea to do this ?
regards,

How would the database now which "form" was used for entering the data of the transaction?
What about updates/deletes/inserts that are not done via some data entry form, but done from a remote process, or web service, or batch job, or as native SQL statements entered in a command line client like sqlplus?
And once you have this audit-every-form system, what then? How is the audit data going to be used? How is access to audit data going to be managed, secured, and even audited in turn? How is it going to be maintained as the audit data volume will simply grow and grow?

Similar Messages

  • How to make every account in the system login automatically?

    How to make every account in the system login automatically when Mac OS X startup?
    Thanks!

    I can see one way to do it. You'll need to install a script in each user account, and have it set as a login item for each user. Let's imagine you have three user accounts. Each user in Mac OS X has a UID number. Normally your first user has the UID of 501, the second one will be 502 and so on...
    You can determine the UID by running the following AppleScript while logged in on each user:
    do shell script ("ID")
    This'll return a long block of text, but right at the start you'll see the UID number. Let's assume your three users have the UIDs 501, 502 and 503. We begin with 501.
    Create the following script and save it as an application while logged in as 501. Note that the password you're entering is the password for UID 502. Also note that the forum system is creating line breaks where there shouldn't be any. The long "do shell script" line should be one line.
    delay 5 --This delay allows time for login to complete, but it may not be necessary.
    try
    do shell script "/System/Library/CoreServices/Menu\\ Extras/User.menu/Contents/Resources/CGSession -switchToUserID 502"
    delay 5 --This delay could be shorter or longer, depending on how fast your machine is.
    tell application "System Events"
    keystroke "password for 502" --the password for UID 502
    keystroke return
    delay 1
    end tell
    on error
    display dialog "Unable to switch user."
    end try
    Open System Preferences, go to Accounts, click "login items" and drag your script (saved as an application) to the login items window.
    You basically repeat this process for each user account, modifying the script so it switches to the next user.
    This isn't ideal, because your passwords will be stored in the scripts, and each user could open the scripts and learn the passwords of the other users on that machine.
    I picked some of this up from a discussion over at the Macworld forums:
    http://hints.macworld.com/article.php?story=20031102031045417
    Message was edited by: The Preacher
    Message was edited by: The Preacher
    Message was edited by: The Preacher

  • How to add new fields to the system form (Ex.expenses to a/r invoice form)

    hi
    can any one tell me how to add new fields to the system form (Ex.expenses to a/r invoice form)
    i want to add expenses field to system a/r invoice form and connect data base also.
    i used the code of samples\11.system form manipulation(vb.net) but i'm not able to get it....so can any one help with code or concepts.
    reply soon plz..
    thankQ

    If I understood you correctly, you are just trying to add new fields to the invoice form and then use them in your form. you should first go and add the field to your tables, which you would do by going to Tool --> User Defined Fields --> Manage User Fields. There are different documents or categories given. For ex. for invoices, Sales Orders you would add your field under the Marketing Documents. If you want the field to be just one per invoice, add it to the Title, otherwise if you want a field per invoice or Sales Order line, add it to the Rows section. Once you have done that then you can just create a edit box or drop down to represent the field and set the datasource for that to your field. If you want example code to do that, let me know.

  • How many people can be on the system with a 512 K connection in BPC 7 MS

    Hi,
    It appears that BPC uses a large piece of the band width and more than one computer and user with a 512 K connection using BPC will not work.How many people can be on the system with a 512 K connection? -BPC 7 ms version.
    Thx
    PLN

    I would like to precise more things regarding the network.
    I did a case study for one customer and really to have good performances with SAP BPC client the network required the follow:
    Bandwitdth 1024kb/s
    Latency smaller than 200 ms between BPC client and BPC server
    Otherwise the users will experience problems:
    1. IBandwitdh < 1024Kb/s then to download 80 MB or more (templates + dimensions) will require a lot of time and that's means the login time will be very slow every time when a dimension is changed or security is process
    2. When an report is executed (a medium report not very complex report) around 100 mesage are send between bpc client and server. So if latency > 200 ms than a simple calculation is saying just into network it will be lost 200 * 100 ms = 20 s.
    So for a report which normally is taking 5 - 10 second it will take 30s or even more into client with latency bigger than 200 ms.
    Regards
    Sorin Radulescu

  • How to delete a company in the system?

    Hi all,
            i am create three companies in the same B1 system. Now i just want to know how to delete one company from the system?
    thanks,
    Suresh Yerra.

    Hi Rajesh,
                  It's very simple.
    1. login to SQL Server
    2. In the databases u can find the three companies
    3. delete the particular company database from the SQL databases.
    Let me know if u have any queries regarding this?
    Thanks,
    Suresh Yerra.

  • How to conf  in Hyperion, so the system couldn't login with the same user

    Hai.....
    how to configure in Hyperion, so the system couldn't login with the same user id in different machine ? (could you please provide me with detail step by step ? )
    rgds
    uka fp

    fane_j wrote:
    Sally R. wrote:
    Someone gave me a suggestion to go to the terminal and type in the following:
    ls /Users/Shared/.*.so
    This was published on MacWorld's site, and it's not a very good tip. Try this instead
    ls -la /Users/Shared/*.so
    Turns out I was wrong about that. Somebody else suggested something even more complicated and got this reply:
    By bastion
    Fri Feb 24 08:49:05 PST 2012
    PeterSParker said
    Your terminal statement has an extra "." in it that prevents it from working.
    Also, you should add the options -alR to show what is happening, and to search subdirectories.
    The revised command looks like this:
    ls -alR /Users/Shared/*.so
    The above is completely wrong. The command as shown in the article is appropriate.
    The "." is not extra and doesn't prevent the command from working. It's specifying that you're listing files that start with a period and end with ".so" with anything in between being matched.
    Because you're explicitly searching for things that start with "." you don't need the -a flag.
    Because you only care about simple existence and not any metadata you don't need -l.
    Because the files of interest are installed in /Users/Shared directly, and not subfolders thereof, you don't need -R.

  • How to install ftp service on the system?

    OS: SuSE Linux Enterprise Server 8
    How to install ftp service on the system?
    How to check and modify to use it?
    I am not able to use FTP.
    Regards,
    D

    Rohit,
    If its about installation/Deployment of Agent- then its through SDM,
    'configuration' can be manual or Atuomatic:
    Manual-> refer the installation Guide which digesh has mentioned -(from page 20).
    Automatic- Its through Diagnostics Setup through Solman -(Its bit easy).
    Thanks,
    Jagan

  • We need how to copy macro logic in the system

    Hi Experts,
    we need how to copy macro logic in the system, we have some macros in my friend system,  i need how to copy macro logic , can u send me elaborate.
    Regards,
    BABU

    I'm a bit uncomfortable with you've wanted to do especially you and your friend has a different system (unless its a sister company/industry). If this would be the case you can copy your friend's macro with the help of your basis team to transport them in one system to another.
    if the case is different organization, I'm not sure if that is possible since no industry have same requirements but i may suggest the links below for your reference on how to copy the Macro into external system. Hope the document is relevant to your issue.
    [http://help.sap.com/saphelp_scm41/helpdata/en/82/2101fac5288f4d8c7be7c20e604a8f/frameset.htm]
    Cheers!

  • How to download a form from the web, complete and save it?

    How to download a form from the web, complete and save it?

    Download Adobe Reader. If the form author allows filling out digitally, you can do so and save it again.
    Mylenium

  • How Can One Run Only In The System Administrator ( ie root ) ?

    Upon creating a System Administrator ( ie root ) in Command + R , of course after Clean Installing OS X ML with my own specific Apple Verified Account ,
    i have the Log In screen from a startup , either Safe Boot or a Boot , and i have my own specifc Apple Verified Account , plus the Other... ,
    which the Other... of course is the System Administrator ( ie root ) .
    How Can One Run Only In The System Administrator ( ie root ) ?
    Is there a way in Terminal with sudo su to make it work ?
    Shall i just always log in with Other... System Administrator ( ie root ) , and just forget the my own specific Apple Verified Account ?

    As of EHP3, you could still install some EHP components. On an ERP 6.00, you could just push SAP_APP to 6.03 and move on. Now if you want another component in your system with an EHP4 version, you can't have some components at EHP3 and some at EHP4. You would install EHP4 for the new component you desire updated and part of the work will be to also update SAP_APP to 6.04.
    EHP4 is an UPGRADE process, with shadow instance & all the joy of an upgrade process. You can either run ressource minimized or downtime minimized. In resource minimized, the shadow instance runs on the same server as the main instance. Downtime minimized allow to run the shadow instance on a separate / new server. Anyway you go, you will always have a "Downtime Phase" when you bring back the updated components from the shadow instance toward the real production one.
    As with any UPGRADE project, the benefits of installing EHP4 for your business has to weighted against the downtime cost.
    Our tests so far on small systems (few data, few users, 120GB database) show ~3 days process from EHP3 to EHP4 (all components) with a downtime phase of about 22 hours using the "resource minimized" path, i.e. shadow & main instance on the same server (4 CPUs, 16GB RAM). Until you give a try at your Sandbox or DEV systems, you won't have realistic figures for your environment.
    Good luck!

  • Satellite A210-1UP - Every few minutes the system freezes

    Hi,
    I just installed windows 7 32 bit on a satellite A210-1UP
    Every few minutes the system freezes and then continues as if nothing happened.
    No errors or blue screens are displayed
    I would like to know if windows 7 can run without problems on this system ?
    Which is the recommended bios version to run windows 7 ?
    Thanks in advance !
    Kind Regards
    Stijn

    Hi buddy,
    Yes, Windows 7 works on Satellite A210 properly, the hardware is powerful enough.
    I dont think the freezes are problem of Windows 7 or your notebook itself, I think its a software malfunction Have you installed all drivers and are yellow exclamation marks in device manager?
    Such freezes could be also caused by security software or if you run a lot of background processes. Good security software is AntiVir in my opinion so I can recommend this program to you.
    Also check the startup folder and msconfig (start > run > msconfig). There are all programs listed they startup with Windows and you can disable the programs that you dont need at startup like Adobe Reader, Java Updater, Nero tools, etc. but thats depending on installed software. ;)

  • TS4009 how do you retrieve information after the system has been reset to default

    how do you retrieve information after the system has been reset to default?

    From a backup on itunes or icloud, assuming you have made backups.  Connect to itunes and in the first tab for your device, choose to perform a restore.

  • How to find the list of all queries on each and every cube in the system???

    Hi All,
    I need some method to get all the reports(queries)(technical name and description),run on all the infocubes in the system. The number is very huge...roughly...on each cube there are near about 40-50 reports and the number of cubes is also too high.
    Is there any table or function moudle which can make this job easy and less time consuming.
    Freinds I need this solution urgetly. Please rush back...
    regards,
    minal

    Hi Minal,
    RSZCOMPIC table lists queries built on the cubes.
    COMPUID is an ID of the query.
    RSZELTDIR table contains description of the reporting elements. DEFTP field equals “REP” designates queries.
    Search for  RSZELTDIR-ELTUID = RSZCOMPIC- COMPUID. Field MAPNAME will contain a tech name of the query and TXTLG field – its description.
    Best regards,
    Eugene

  • How to user Smart form for the BID in SRM 4.0

    Hello,
    We have SRM 4.0 and we need to send the BID information to the vendor. This is because we have vendors that are not able to get in to our system and we have to send them a print out of the bid information so that they give us back the information. Then our users will insert it in the system.
    It could be as an attach to the email or it could be printable in the program SPPS - Selecting and Processing Outputs.
    SAP says that there is a smart form BBP_BIDINV_BID and BBP_BID_NOTIFICATION but I am not managing to make them work.
    I found some messages to help solving specific problems so I assume it is possible to do this...
    Is there someone that can help me?
    Thanks very much.
    My best regards,
    Catarina Campos

    Hi
    <u><b>Here is the standard solution to use your own forms:-></b></u>
    <u>- copy the smartform BBP_BIDINV_BID to ZBBP_BIDINV_BID (transaction SMARTFORMS) and apply your changes
    - use BADI to call your custom form ZBBP_BIDINV_BID</u>
    <b>For PDF output form change use BADI BBP_OUTPUT_CHANGE_SF.</b>
    <b>For email notification change use BADI BBP_CHANGE_SF_BID instead.</b>
    <u>You will find all relevant documentation in SPRO --> Supplier Relationship Management --></u>
    SRM Server --> Business Add-Ins (BAdIs) --> Document Output -->
    - Change Forms for Document Output
    - Change Smart Form for E-Mails Relating to Bids
    <u><b>Please go through the links below for more details -></b></u>
    Re: how to use cutom smartform instead standard?
    Re: Email message customization ?
    Re: Bid Invitation Email Subject
    Re: Email notification to bidder should reflect start/end date and time
    Re: RFQ Smartform in SRM
    Re: Standard Text
    Do let me know.
    Regards
    - Atul

  • List/Tracking all forms in the system

    Hello,
    I'd like to ask if there is a way to list all forms that currently are in the system and track the form was updated or removed with timestamp? If so, can you please
    show me how to have it done.
    Thanks in advance,
    HD

    Hi Nith,
    Thanks for the helpful info. I ran some queries and did get what I need to see.
    Han Dao

Maybe you are looking for

  • How to get all the characteristics of a variant material?

    Hi gusy, Do anybody can tell me how to find out all the characteristics of a variant material? I've checked following tables: MARA, CABN, CAWN, KSML, KLAH, AUSP. Thanks & Regards, Tim

  • USB 2.0 on iBook G4 with Leopard

    I was just curious if any other early adopters [of Leopard] has had the random problem of their Mac not recognizing the built-in USB 2.0. It appears my iBook G4 reverts to USB 1.1 speeds [so says iTunes and System Profiler] and acts like it doesn't h

  • How to connect SharePoint 2013 and Reporting Server - SQL Server 2008 - in native mode

    Hi, We are running Report Server on a SQL Server 2008 environment in NATIVE mode. We just installed a SharePoint 2013 environment. The SharePoint roles are installed on a single server and we are using a seperated SQL Server 2012 server. The goal: Di

  • ITunes and Quicktime Installation Troubles

    I had to completely remove iTunes and Quicktime from my computer, and now I am having difficulties reinstalling it. When I download iTunes+Quicktime it begins to install, and then stops, saying there was an error installing Quicktime. The error is th

  • Problem with installing brushes?

    Hello~ I'm trying to install smoke brushes, and I can load them/get them to work, but every time I click off them (i.e. onto another brush type), they disappear, and I have to reload them. Is there a maximum number of brushes the program can hold, be