How to See Action Logs

Hi Guys,
                Can anybody tell me how to see action logs for sales documents?Also i want to know how to change sales doc type...( i know we can mention in vov8...alt.sales doc types...how to get that(configure) list(in my system list is empty).What i am supposed to do from va01 side?
Points for sure
Thanks
RamaChandra

Change logs
Go to the order in VA03 and in the menu
Environment----Changes
Here you can mention the line item and see the change logs.
You can sort the logs based on header, item, sch.line, date etc
It will also show you the old value and new value, changed by and the changed time.
Alternate sales doc type
In VOV8 you can mention the alternate sales docu type
Once this is done, come to VA01 and give hte original dcument number
Once you enter teh screen to enter the sold to party, at the header level, there will be radio button to select the other sales document also. If you want you can now select the other doc type.
That radio button enabling you to select the other doc type will be near to the Requested Delivery date field at the header level.
Here you can select the other document type.
Hope this helps.
Reward if this helps.

Similar Messages

  • How to see debug logging  message on jdeveloper Console?

    How to see debug logging  message on jdeveloper Console?

    The debug info is not even created unless debugging is switched on.
    Adam

  • How To See Change Log For A Table Entry

    Hi Experts,
    One entry is created in a table. I want to know, when that entry was created/ changed.
    Is there a way to find it out.
    PLZ NOTE: Table doesn't contain any DATE field.
    Regards

    Hi,
    or else do like this...
    In order to maintain the log changes the main pre reuisite is to checkmark the checkbox in dataelement of table filed.
    To do this...
    goto transaction SE11>enter ur table name>cleck on fields tab>cleick on dataelement->click on Furthercharacterstics tab-->select the checkbox'Change Document'.
    If u dont select dis the u cannot see the log entry of the particuylar field..Do like this for each dataelement for each table field...selecting all the fields is not mandatory..u can choose the table field u want to see the log report..
    Once u done with dat...
    Goto SCDO transaction> click on create>give a name change doc startwith Z or Y only>Follow the prodedure and in-->name of table field>enter u r TABLE NAME->click on individual field checkbox.--->insertentries..
    Once u done with dis..
    Goto SE16->enter CHDIR or CDPOS->press ENTER->enter u r object id>F8
    U can see the new and old value of a table entry.....

  • SOST - transmission requests- How to see the log in a table

    We see the messages and the log in SOST for a background job.
    We want to see the log contents in a related table.
    We checked table SOOD but can not see the log details.
    Is there any way to see / extract log details by giving the user ID , created date and job name?
    Regards,

    Hi
    If you are using the Extending classic, you can see the output details in the SOST.  suppose if you want to check whether the PO send to vendor or not viea email. 
    BR
    Satish

  • Reports executes with status FINISHED_WITH_ERROR.how to see error log

    hi
    I have executin following codes
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_COMM_MODE,ASYNCHRONOUS);
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_FILENAME,'/u02/oradata/data/REPORTS/PE4.rdf');
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESTYPE,FILE);
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESFORMAT,'PDF');
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESNAME,'/u02/oradata/data/REPORTS/aa.pdf');
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_SERVER,'rep_ora_apps');
    v_rep := RUN_REPORT_OBJECT(repid);
    WHILE REPORT_OBJECT_STATUS(v_rep) in ('RUNNING','OPENING_REPORT','ENQUEUED')
    LOOP
         message('Status is '||REPORT_OBJECT_STATUS(v_rep));
         i :=i+1;
         if i>100 then
              exit;
         end if;
    END LOOP;
    message('Status is '||REPORT_OBJECT_STATUS(v_rep));
    The messages I got are
    ENQUEUED
    ENQUEUED
    ENQUEUED
    ENQUEUED
    RUNNING
    RUNNING
    RUNNING
    FINISHED_WITH_ERROR
    Could you please tell me how can I see the error log?
    Regards

    hi
    please try the following code i hope it will help u or modify it with ur requirements.
    DECLARE
    repid REPORT_OBJECT;
    v_rep VARCHAR2(100);
    rep_status VARCHAR2(20);
    BEGIN
    repid := FIND_REPORT_OBJECT('REPORT6');
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_COMM_MODE,SYNCHRONOUS);
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESTYPE,cache);
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESFORMAT,'PDF');
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_OTHER, 'paramform=no p_serial=' || to_char(:ins1.serial) );
    v_rep := RUN_REPORT_OBJECT(repid);
    rep_status := REPORT_OBJECT_STATUS(v_rep);
    WHILE rep_status in ('RUNNING','OPENING_REPORT','ENQUEUED')
    LOOP
      rep_status := report_object_status(v_rep);
    END LOOP;
    if
    rep_status = 'FINISHED'
    then
      WEB.SHOW_DOCUMENT('http://Sarah:8889/reports/rwservlet/getjobid'||substr(v_rep,instr(v_rep,'_',-1)+1) ||
      '?server=repserver' );
    else
      message ( 'error while running reports-object '  || error_text );
      message ( ' ' );
      clear_message;
    end if;
    end; sarah

  • How to see Exceptions Logged in the Tomcat Server

    Software Installed
    jakarta-tomcat-5.5.2
    Windows 98SE
    IE6.0SP1
    Requirement
    There is a long Exception appearing when I start the Tomcat Server by running startup.bat.in the Dos Console Window Everything is scrolled out and so I am not able to see the real Exception.
    How to read the real Exception.I have heard that the Exceptions are logged in the %CATALINA_HOME%\logs Folder But I can't find anything.
    Is there any change required in the server.xml file for logging the Exceptions
    Thanks in advance
    CSJakharia

    Right click on the title bar of the DOS command window. Select properties. Set the "Screen Buffer Size" Height to 1000. This should allow you to view the entire Exception stack trace in the DOS window.

  • How to see the logged in user on the portal EP6 SP2

    Hi All,
    I am using EP6.0 SP2 Patch 5.I want to know that which users are logged on.Can I see the user id of the logged in user inthe portal.
    Any suggestions.
    Paritosh

    Hi Paritosh,
    I think SAP Note 762004 should answer your question!
    Best regards,
    Robert

  • How to see the log file on the Reports Application server?

    Hi,
    I am new to this Reports, please correct me if i am wrong or in the wrong forum, we have a java based front-end application which calls oracle reports to display requested reports. We are using oracle reports (9i/10g). I need work on a report, It is working fine if i provide parameters on the report itself, but if i run from the application it is not running properly. I want to see the parameters the application is sending to this report, is there any way that i can some log file or any other one on the report server?
    thanks,

    Thank you.
    When you fire the processes to the report server you
    can trace the report with the following parameter:
    RWCLIENT.EXE SERVER=my_server
    TRACEFILE=c:\my_trace.trc
    TRACEMODE=TRACE_REPLACE
    TRACEOPTS=TRACE_ALL

  • How to see the log that the account logons sap system?

    hi, all
    I want to know that how many times  does  the account(eg,sapuser)  log on sap system in one month.
    and, when did log on in every time?
    thanks and Regards.

    To Deepak Agrawal:
        thanks very much for your answer.
        SM04 will show current users who are logged into system   ,  i know  it.
        but  now i  don't want to get the  current logon information.
        I want to get the logon information of the account(eg.sap*)  at yesterday , or at the day before yesterday. ............
    Thanks and regards

  • How to see the logs in CRM IPC

    Hi Experts,
    Help me to get out from this problem. appropriate points will be rewarded
    I am new to IPC and I am using IPC4.0. In my Pricinguserexits I am writing some System.out.println and some logs (log_api.*) to debug my coding.. but I am unable to find the place where these logs are going. ?I did some R&D and I found that in the property file parameter.xml, there is one attribute called "LOGFILE" which is having some path(which I assigned),  I checked on that path but no log is coming....
    I checked in logging property files there also I have change the below parameters:
    log[Server].pattern = %t/ipcserver.%g.log
    to my new file. This new file is getting created at the mentioned path but no log is coming there I checked in my customized condition types also whether my condition is runing or not.. it is also runing during the creation of sales order .. prices are coming perfectly for the given item..
    but after doing this much also I am not getting my logs in any file. could you please let me know what can be  the reason..
    Thanks,
    Sandeep Tyagi

    Hi Experts,
    Now I am able to find out the logs but I am facing diffrent problem. during deployment of userexit.jar my server is giving this error.
    Jul 3, 2007 11:02:40 AM              com.sap.sxe.log.ExceptionLog [JCO.ServerThread-4] Warning: Exception   in SPE.ConditionFindingUserExits: Error in Pricing user exit for application Sales: no coding found for requirement number 600
    com.sap.spe.condmgnt.finding.exc.FormulaNotImplementedException: Error in Pricing user exit for application Sales: no coding found for requirement number 600
         at userexits.PricingUserExits.checkRequirement(PricingUserExits.java:50)
         at com.sap.spe.condmgnt.finding.application.imp.ConditionFindingManager._checkRequirement(ConditionFindingManager.java:1040)
         at com.sap.spe.condmgnt.finding.application.imp.ConditionFindingManager.isStepRequired(ConditionFindingManager.java:1027)
         at com.sap.spe.condmgnt.finding.application.imp.ConditionFindingManager.determineConditionsForStep(ConditionFindingManager.java:476)
         at com.sap.spe.condmgnt.finding.application.imp.ConditionFindingManager.determineConditionsForProcedure(ConditionFindingManager.java:469)
         at com.sap.spe.condmgnt.finding.application.imp.ConditionFindingManager.determineConditions(ConditionFindingManager.java:346)
         at com.sap.spe.condmgnt.finding.application.imp.ConditionFindingManager.determineConditions(ConditionFindingManager.java:319)
         at com.sap.spe.pricing.transactiondata.application.imp.PricingItem.determineConditions(PricingItem.java:1098)
         at com.sap.spe.pricing.transactiondata.application.imp.PricingItem.pricing(PricingItem.java:412)
         at com.sap.spe.pricing.transactiondata.application.imp.PricingItem.pricing(PricingItem.java:456)
         at com.sap.spe.pricing.transactiondata.application.imp.PricingDocument.addItem(PricingDocument.java:1563)
         at com.sap.spe.document.imp.Item$PricingItemConnector.updatePricingItem(Item.java:3866)
         at com.sap.spe.document.imp.Document$PricingDocumentConnector.updatePricingItems(Document.java:1746)
         at com.sap.spe.document.imp.Document$PricingDocumentConnector.updatePricingDocument(Document.java:1701)
         at com.sap.spe.document.imp.Item$PricingItemConnector.updatePricingItem(Item.java:3850)
         at com.sap.spe.document.imp.Item.pricingRecursive(Item.java:1932)
         at com.sap.spc.base.SPCItem.pricingRecursive(SPCItem.java:1783)
         at com.sap.spc.remote.server.command.CreateItems.run(CreateItems.java:968)
         at com.sap.sxe.socket.server.Command.doRun(Command.java:145)
         at com.sap.sxe.socket.server.CommandProcessor.execute(CommandProcessor.java:180)
         at com.sap.sxe.socket.server.CommandMgr._executeSingle(CommandMgr.java:156)
         at com.sap.sxe.socket.server.CommandMgr.execute(CommandMgr.java:135)
         at com.sap.sxe.socket.server.rfc.RFCConnection.work(RFCConnection.java:88)
         at com.sap.sxe.socket.server.rfc.RFCServer.handleRequest(RFCServer.java:191)
         at com.sap.mw.jco.JCO$Server.dispatchRequest(JCO.java:6810)
         at com.sap.mw.jco.rfc.MiddlewareRFC$Server.nativeListen(Native Method)
         at com.sap.mw.jco.rfc.MiddlewareRFC$Server.listen(MiddlewareRFC.java:1270)
         at com.sap.mw.jco.JCO$Server.listen(JCO.java:6485)
         at com.sap.mw.jco.JCO$Server.run(JCO.java:6415)
         at java.lang.Thread.run(Thread.java:534)
    could you please analyze and let me know what can be the problem.
    Thanks in advance

  • How to see the logs of application server

    Hi ,
    I deployed my application on the dev server and want to find out whats goin on for a certain page . I was wondering where , what directory will have these log files for application server.
    I am new .. so any other suggestions to get the log information is also welcomed ..
    thanks

    These threads would help
    Re: App server Logs
    Re: CommonAM not releasing JDBC connection
    Thanks
    Tapash

  • How to see the portal runtime errors and exception

    Hi friends,
    I am new to the EP. Can you plz let me know how to see the logs of the error occurs during the runtime.
    I have got the following error "Error occurs during the rendering of jsp component"
    But I am not able to see the logs.
    can you plz tell me the exact path to see the error logs
    Thanks and regards,
    Kuldeep Verma

    HI Kuldeep
    Yoiu can check the portal Logs and traces in link as the bellow.
    http://your_url:portno/nwa
    The JSP logs you can trace there.
    Just follow the following path after loged in to NWA.
    Monitoring -> Logs and Traces ->
    Then in the dropdown menu select the Default Trace
    Cheers
    Chinmaya
    Reward for helpful answers

  • How to see the change logs for billing document

    Dears,
    Could you please how to see the change logs for billing document.
    My client is using ECC 6.0 & if i use VF03 > Environment > changes > does not show the changes i had made.
    Thanks in advance
    Ranjan

    hello, friend.
    you should be able to see changes done after the initial creation and saving, by going thru Environment > Changes.  try it again, and this time make sure that changes were done to the billing document prior to posting to accounting.
    normally, when configuration of Billing is done correctly, there will be little or no instances of changing anything in the Billing document,  as saving the document after creation will post this to Accounting.  of course, inclusion of a posting block in the billing type will provide you the opportunity for changes. 
    regards.

  • How do I see action bar again in Adobe reader.

    I accidentally removed the action bar.  I do not know how to see it again.

    I have no idea what the action bar is iin Adobe Reader. But then again I am here in the Acrobat forum, not the Reader forum. Try the Reader forum.

  • How to See logs for custom programs from without the logviewer in NWA

    Hello Experts,
    The JavaAS developers want to see the logs for their custom programs from without the logviewer in NWA.
    Do you have any experience or know of any reference materials to instruct them on where to write their logs, and how to configure NWA to see them?
    Thanks
    Jibin.

    Hello Jibin,
    Your developers should familiarize themselves with the Logging Framework of the J2EE Engine.
    Here is the guide:
    http://help.sap.com/saphelp_nw04/helpdata/EN/a2/15ab41d60bcb46e10000000a155106/frameset.htm
    If they use the Logging Framework you would be able to access the logs through NWA.
    Regards,
    Ventsi Tsachev
    Technology Development Support (J2EE Engine)
    SAP Labs, Palo Alto, Ca (USA)

Maybe you are looking for