PREC: two spools are created

We are having a problem when we run tcode PREC in 6.0 version.
When we run it in background, we see that two spools are created but in
4.6C version we only had one. Besides, we don´t see the trip number nor the
emplyee number in the second spool.
Currently this is only happening when "invalid event" error is
populated but we don´t know if there are another errors that bring
about the same.
So, the questions are:
Why two spools are being generated?
what other errors could cause the two spools to be created?
what is the second spool for?
Is there a posibility to show all the information in one spool?

Hello Emiliano,
This is not an error.
If you run the RPRTEC00 not in background mode, you will get      
the error for the Rejected Trip in the first screen. If you press the    
back button you will get the additional information "Invalid event       
(status 2)" in the second screen. This is the reason why in the job      
it created  two spools. Nevertheless the "Invalid Event" message will    
not help with the error because the important one is in the first        
screen already, the rejected trips.                                                                               
This is a standard behaviour rather than an error.  
Regards,
Raynard

Similar Messages

  • Two idocs are created for one output message type

    hi all,
    we are communicating our sap idocs to external system using ALE.It is working smoothly.
    Our problem raises here,
    .idocs are creating at the time of output type attachment for purchase orders.But rarely,two idocs are creating for one message type.It means two idocs are created for same Purchase order.It makes complications for the external system.
    anyone can help me pls?
    thnks in advance..........

    thanks jurgen for ur reply,
    jurgen, the second idoc is not an "ORDCHG",It is the replica of first idoc.This one has also "ORDERS" message type.The only difference between these idocs are the time.It means the difference between the time field segments of these idocs have only three(3)seconds difference.We think that its from the system error.If it is not from the system error pls give me the explanation.
    thanks in advance.......

  • Two order are creating in multisite environment

    HI Guys,
    we have multisite environment in our application one  is .com site another is .in site
    for both sites we are using same ear file but
    while creating orders we are getting two different orders for both sites
    we are getting different orders for each site
    how it is possible in atg

    Response to below query:
    how it is possible in atg
    If both sites are not sharing shopping cart, Both will create their own order.
    So assuming when u are refering to shoppingcart.current, since there is no order, It's creating new order.
    Refer this Oracle ATG Web Commerce - Sharing Data
    Thanks,
    Nitin.

  • PREC: logic between the two spools

    When we run it PREC in background we see that two spools are created when we get the "invalid event" error in version 6.0.
    how can we match the error in the first spool (trip and personnel
    number) with the error in the second spool (error description)?
    are there other errors that cause two spool to be created instead of one?

    Hello Emiliano,
    Here is my answer to your query:
    First, if you run the RPRTEC00 not in background mode, you will get the error for the Rejected Trip in the first screen. If you press the back button you will get the additional information "Invalid event  (status 2)" in the second screen. This is the reason why in the job    it created  two spools. Nevertheless the "Invalid Event" message will not help with the error because the important one is in the first screen already, the rejected trips.                                                                               
    This is a standard behaviour rather than an error.                                                                               
    Regards,                                                    
    Raynard

  • Two spool getting generated for a single SAP script

    Hi ABAPers,
    I have a SAPscript development. This is a PO form for India. When I do a "Trial printout" in ME9K I see that two spools are generated. This is my first problem as till last week only one spool was getting generated. Only spool should be generated.
    My second problem is that, the second spool which is generated has texts shown in some different language than English (my form only exists in language EN which is the orginal one too). When I debugged this whole thing, on the second run of the debugger (i.e. when the second spool is generated), when the control goes to a text in one of the windows, that text is shown in some other language (in debug mode also). Please note that the standard text is a Global standard text and it exists in around 6 languages.
    I guess if only one spool is generated then my second problem would be solved. But then why are 2 spools generated in the first place?
    If anyone has came across similar kind of problem please help. Thanks in advance.
    regards,
    Prakhar

    Hi,
       Check this..
    1. Go to txn. NACE... select application "EF"... then click on "Condition Records" button
    2. Select your Output Types...(ex. NEU)....
    3. Go to Change condtion Record Screen. Select ur condtion then click on "communication" button..
    4. Under Print Output Check the field "Number of Message" if it is 2 then delete it.
    Regards
    GK.

  • How to identify what are all the events are created in background jobs?

    Hi all,
    how to identify what are all the events are created for  background jobs. And what events gets triggered for a particular job.
    thanxs
    haritha

    Hi Haritha,
    JOB is a program which starts to a determined point of time and executes some standard programs in the system. JOBs can be planed to a determined point of time on the regular basis (every night, for example) or to some discret time moments. So, the JOB can be planed and then will be started automatically without the manual start.
    Realtime programs are understood in the most cases as actual program execution which is started by somebody to the actual moment of time.
    Typically per JOBs some special processes will be started that should be executed automatically and regularly: for example, IDOC application, some correction reports, statistic updates etc.
    Standard jobs are those background jobs that should be run regularly in a production SAP System These jobs are usually jobs that clean up parts of the system, such as by deleting old spool requests.
    Use
    As of Release 4.6C, the Job Definition transaction ( sm36 ) provides a list of important standard jobs, which you can schedule, monitor, and edit.
    Standard jobs are those background jobs that should be run regularly in a production SAP System. These jobs are usually jobs that clean up parts of the system, such as by deleting old spool requests.
    for more information you can go thru the following thread:
    http://help.sap.com/saphelp_nw70/helpdata/en/24/b884388b81ea55e10000009b38f842/frameset.htm
    About Events:
    Events have meaning only in the background processing system. You can use events only to start background jobs.
    Triggering an event notifies the background processing system that a named condition has been reached. The background processing system reacts by starting any jobs that were waiting for the event.
    Types of Events:
    There are two types of events:
    1.)System events are defined by SAP. These events are triggered automatically when such system changes as the activation of a new operation mode take place.
    2.)User events are events that you define yourself. You must trigger these events yourself from ABAP or from external programs. You could, for example, signal the arrival of external data to be read into the SAP system by using an external program to trigger a background processing event.The event scheduler processes an event if the event is defined in the system.
    For example, if a system (System 1) receives an event from another system (System 2), the event scheduler of System 1 processes the event only if it is defined in System 1. That event does not need to be defined in System 2 (the sending system).
    You define an event by assigning a name (EVENTID) to it. When defining an event, you do not define the event arguments.
    for more information you can go thru the following thread:
    http://help.sap.com/saphelp_nw04s/helpdata/en/fa/096e2a543b11d1898e0000e8322d00/frameset.htm
    When you schedule the process chain or infopackages the jobs associated with it run in the background mode. In case you want to create a job for a specific activity you can do so in SM36. You would be creating jobs that would get executed in any one of the options:
    1. Immediate
    2. Date & Time
    3. After event.
    4. After job.
    5. At Operation mode.
    In case you want to view the job logs go to sm37.
    Also Pls check DB02 for database performance and ST03 for workload .
    Analyse u will have an idea ,
    *pls assign points,if info is useful**
    Regards
    CSM reddy
    null

  • Firefox 12 is very slow to load pages and if two tabs are opening it lags.

    Firefox 12 is very slow to load pages and if two tabs are opening it lags. I've tried everything (e.g virus, defrag, I've created a new profile in "run", etc). I've had my router/line etc all checked and after 2 weeks of cleaning/testing etc its all pointing to Firefox as the problem. Please help as it's driving me nuts.

    I have the exact same problem.
    Not only does it load pages very slowly, sometimes the page will stop for a good 45 seconds and stop loading, only to finish it much later.
    Something is wrong with Firefox 12, it shouldn't be this slow.
    How is that each version is progressively worse than the one before it?.
    Stop releasing so many versions Mozilla, release one that works and build from there.

  • Two TOs got created for a single Posting Change

    Dear All,
    A material document with movement type 309 got posted in a plant where WM is active.Here the material is moving from one batch to another batch.
    The material document has 100 items.For each item when this movement happens a Posting Change will get created in WM and this will get converted to TO immediately through background job.
    For all the materials except one  this is happening fine, ie if for example if the quantity in the material doc is say 100 PC,then posting change will get created for 100 PC  and this gets converted to single TO with 100 pc
    But for one materal , for a Posting change of qty 90, two TOs got created with same qty ie 90 pcs each.
    Please let me know your thoughts on this.What may be the reasons for this
    Regards
    Shyam

    Dear RK and Arakish,
    Thanks for the replies.
    But i think i need to expalin you the issue in detail.
    Problem Description:
    1) Single Posting change getting converted to two TOs with same quantity each
    2) Unable to go into display mode or change mode of Posting Change because of Error   message. u201CPosting change quantity less than quantity already postedu201D
    Message no. L2145
    Sceanrio:
    Material Document is posted with 309 movement,for moving a single material from single batch to different batches. The material document consists of 140 line items for the same material, but movement happening to 140 different batches.
    For example First line item of the material document corresponds to movement of the material
    From batch 1530040 to batch 71656W01 with quantity 105.438 DIE
    Second line item
    From batch 1530040 to batch 71656W02 with quantity 105.374 DIE
    For each line item, once the movement is posted in IM, corresponding Posting Change get posted in WM with the same Quantity. A background job converts Each Posting Change to single TO with same quantity.
    For example: For the first line item , Posting change 713513 got created with quantity 105.438 DIE which got converted to TO 1057743 with same quantity ie 105.438 DIE
    Issue:
    But only for one line item, the Posting Change with Quantity 90.901 DIE got converted to two TO s of quantity 90.901 each. And the posting change status is Partially Processed
    Because of this, we are not able to go inside the Posting Change neither in the Display mode or Change mode due to the above mentioned error message.
    Please let me know your thoughts on this
    Regards
    Shyam

  • Using geocode in a map based on a view where two datasets are joined

    Hi,
    I'd like to create a map based on a view in which two datasets are joined, where one of the datasets has a geocode column.
    Unfortunately this is not working... It seems that a custom view where two datasets are joined together where one of them has a geocode column makes the geocode column invisible for the map component.
    The following cases do work but we like to combine them so that we can combine different datasets in Studio without using the Integrator:
    - I can create a custom view in which we join two datasets > the view can be used as a source for different component but not the map component (it seems that the geocode column is not found)
    - I can create a custom view with a geocode column in it and that one can be used as a source for a map
    What I'd like to show is that it is possbile to have one datasets coming from a source system and that it is easy to combine an additional excel sheet with geo-information and maybe another excel sheet with different measures. This should be possible since you can join different datasets together in a custom view.
    Thanks in advance,
    Richard

    Oh sorry, we have two base views and one custom view:
    base view TRIS_Omzet which gets it data from an OBI server and has data like revenue, customer, time, etc.
    base view Endeca_Klanten which gets it data from an excel sheet, this view contains the name of the customer and the geocode of the customer's location
    We created one custom view (Omzet_Geo) where the two base queries are joined together using the following query:
    DEFINE V1 AS SELECT
    "Endeca_Klanten.Klanten" AS Klant,
    "Endeca_Klanten.Coordinaten" AS Coordinaten
    from Endeca_Klanten;
    DEFINE V2 AS SELECT
    "TRIS_Omzet.Naam_Consultant" AS Naam_consultant,
    "TRIS_Omzet.Jaar" AS Jaar,
    "TRIS_Omzet.Jaar_week" AS Jaar_week,
    "TRIS_Omzet.Actual" AS Actual,
    "TRIS_Omzet.Omzet" AS Omzet,
    "TRIS_Omzet.Partij" AS Partij,
    "TRIS_Omzet.Uren" AS Uren
    FROM TRIS_Omzet
    DEFINE Omzet_Geo AS SELECT
    V1.Klant AS Klant,
    V1.Coordinaten AS Coordinaten,
    V2.Naam_consultant AS Naam_consultant,
    V2.Jaar AS Jaar,
    V2.Jaar_week AS Jaar_week,
    sum(V2.Actual) AS Actual,
    sum(V2.Omzet) AS Omzet,
    V2.Partij AS Partij,
    sum(V2.Uren) AS Uren
    from V1
    right join V2
    on (V1.Klant=V2.Partij)
    group by Klant, Coordinaten, Naam_consultant,Jaar,Jaar_week,Partij
    Our view definition in the GUI looks like the following, as shown in the screenshots the datatype of the coordinated column is a Geo column both in the base view and the custom view. However the view still can't be selected to be used as a source for the map component.
    The two base views:
    The custom view:
    regards,
    Richard

  • Printed colour is different between two elements both created in pages with the same colour

    Hi There,
    I have been having some issues getting a text colour to match a logo (imported in pdf format) - While trying to discover what was happening I created a sample colour of (HSB 189 / 89 / 73) in pages and saved it in my colours palette to test.
    Now if I create some text (in pages) and a shape (also in pages) and colour them from the same colour sample/swatch and print it - the colours are clearly very different, Does pages do some kind of text colour correcting or weirdness that I cant find? Its hard to believe this is the desired workflow and its very anoying.
    PS. I have also tried printing from a pdf and I have the same issues - That said the two colours look identical in pages and the pdf on screen.
    I'd be extremely grateful for any help
    NB I have since read
    https://discussions.apple.com/message/9263007#9263007
    Which although is helpful and may explain the behavious of the imported logo pdf vs the text it doesn't (I dont think) explain how two elements both created in pages using the same colour (from pages) would be dfferent?

    They are both coming out at the exact same colour (CMYK 83, 0, 21, 0) which is correct however they are not the same colours when printed, Im begining to think this is less of a pages thing (as the output is correct) but something is going wrong between pdf/pages and print
    Its not the easiest thing to see so you may have to take my word for it - but the two colours are not the same by quite a long way (Theres way more contrast in real life)
    I think Im ready to admit defeat on this but thanks a bunch for your help!
    Brendan

  • Two line items created while doing sales excise invoice

    Hi all,
    I have created an excise invoice through J1iin. But when I do so, there are two line items created for BED on excise paid. where as ideally there should only be one line item created.
    The standard entry should be as follows :
    Excise Duty BED Paid     617.00           
    Excise Duty SEC Pay     6.00-
    Basic Excise Duty  p     599.00-
    Excise Duty ECSPay     12.00-
    In my scenario the entry is as follows :
    Excise Duty BED Paid     181.00     here there are two line items created.
    Excise Duty BED Paid     436.00      
    Excise Duty SEC Pay     6.00-
    Basic Excise Duty  p     599.00-
    Excise Duty ECSPay     12.00-
    can anyone help on this?
    Thanks
    Priyanka
    Edited by: Priyanka Patwardhan on May 19, 2011 12:35 PM

    HI,
    Check the below settings are exist or not at your order to delivery copy controls.
    Order requirements     001    Header
    Combination requirmt   051    Combination
    Header Data            001    Header
    Header Data Ext. Sys   0
    Handling Units         000
    check and revert
    Regards
    Ram

  • Consolidating with two controlling areas

    Hi
    We are looking to implement JVA on our SAP system, and for this there will be requirement for a second controlling area to be created. 
    We see this as causing us problems regarding consolidation in BCS u2013 We were wondering if anyone knows if it is possible to consolidation in BCS with two controlling areas?
    Thanks

    I'm assuming that you are creating a second Controlling Area for a second year end (since you are looking at JVA)?  If some other reason, don't bother with reading the rest of my post.
    We are currently using two Controlling Areas due to the fact that we also invest in many joint ventures.  Our corporate year-end is January 31, while many of the JVs are December 31.
    For BCS, we are defaulting the Fiscal Year Variant to the January 31 value when the data is brought in via Load from Data Stream (we hard-coded the assignment in the mapping).  Our requirement is only to consolidate for our corporate year-end, which is why we are able to do this.  Since BCS is based on periods (and not calendar date), the data is brought in as follows:  December 31 year-ends come in a month ahead (i.e. the month of January data is actually period 12 of the previous year for BCS, even though it is actually that company's fiscal period 1, the month of February is period 1 of the following year for BCS, etc.); meanwhile, our January 31 companies come into BCS in line with our corporate year-end (i.e month of January data is period 12 for both the company itself and BCS).
    Hope this makes sense.
    Jim Link

  • How can I change a var in class C from class B if C and B are created in A?

    Hi!
    I have a little problem. It´s not really a Swing problem as you may believe by reading below, it´s about object creation.
    I have a JFrame class called TransactionDialog. The TransactionDialog contains a JPanel with a CardLayout.
    The CardLayout contains two components:
    1) JPanelStep1 (an own class that extends JPanel)
    2) JPanelStep2 (an own class that extends JPanel)
    I want a variable in JPanelStep2 to depend on what the user does in JPanelStep1.
    The question:
    Both the JPanelStep1 and JPanelStep2 objects are created in the TransactionDialog class. How can I call the JPanelStep2 object (which is created in TransactionDialog ) from JPanelStep1 if JPanelStep1 has to be created before JPanelStep2 in the TransactionDialog class?

    Jacobs has the right idea.
    If this variable is part of the SWING display, you can do it the quick and easy way by passing that display object to JPanelStep1 and allowing that panel to mutate the value.
    For instance:
    JPanelStep1 step1 = new JPanelStep1();
    JPanelStep2 step2 = new JPanelStep2();
    step1.setDependent(step2.getDependent());
    And the methods would be for example:
    void setDependent(JTextField field) {
    this.field = field;
    JTextField getDependent() {
    return field;
    And whenever the user interacts with JPanelStep1 and you want to alter the text as it displays in JPanelStep2 you just make a call in JPanelStep1 to:
    field.setText(updatedText);
    Do not forget though that if you do not have your MDT squared away, the update might not occur immediately, without calling to your JFrame or throwing a thread on the MDT with invokeAndWait()

  • Installed firefox on two machines and created sync account on one. The other one does not sync

    I just freshly installed the latest Firefox on two machines. Created a new account on one of them and started to download some add-ons and changed the preferences, then got to the other and signed in. It finished syncing but none of my changes were applied to the second machine.

    Right now the add-ons got synced but the customization I did to the looks of it did not.
    These customizations are: moving the home button right next to the back button and removing the search bar.
    Conclusion: it takes a while(about an hour!!!!!) to sync these stuff, at least that is what happened with me though my connection was normal and not slow at all.

  • Is there any way to judge whether two streamings are casted by the same client?

    Hello,
    My app use two different streams to send video and audio from flash clients to the server.
    So another client need to judge whether two streamings are casted by the same client or not.
    Is there any way to do this?
    For example, if it is possible to get ip address from netStream instance, it will be a solution.
    Could anyone teach me this?
    Thanks in advance!

    From the FCP 7 User Manual. You can access your copy of the Manual through the HELP menu on the menu bar at the top of your main screen.
    x
    Subtract Composite Mode
    Subtract darkens all overlapping colors. Whites in the foreground image go black, while whites in the background image invert overlapping color values in the foreground image, creating a negative effect.
    Blacks in the foreground image become transparent, while blacks in the background image are preserved.
    Overlapping midrange color values are darkened based on the color of the background image. In areas where the background is lighter than the foreground, the background image is darkened. In areas where the background is darker than the foreground, the colors are inverted.
    The order of two clips affected by the Subtract composite mode is important.
    Difference Composite Mode
    The Difference composite mode is similar to the Subtract composite mode, except that areas of the image that would be severely darkened by the Subtract composite mode are colored differently.
    The order of two clips affected by the Difference composite mode does not matter.

Maybe you are looking for

  • Since an update about a month ago, iTunes no longer shows which songs on an album I've previously purchased. Anyone know why?

    Somce an update about a month ago, iTunes no longer shows which songs on a particular album I've previously purchased. Does anyone know why? For example, I purchase a number os songs fro Glee individually. When a new compilation album comes out, iTun

  • Can reminders be sorted in iCloud or iPhone.

    Can reminders be sorted in iCloud or iPhone.

  • Photosmart7150 print issue with iMac

    Printer is installed on Win7 machine and networked through ethernet connection. Whenever I print from the iMac the file expands from a few hundred kilobytes to several megabytes by the time it shows up on the Win machine spooler. The print job then r

  • [solved] sudo command in a Bash function?

    Hello there, I need to use sudo inside of a Bash function in order to allow my laptop to hibernate after a certain time using "systemctl hibernate". However, I cannot figure out what's the correct way to include sudo inside of my function snippet: fu

  • Cannot load applet

    Hello to all, I am developing an application, using JSF, in which I have used applet to upload the directory. But I am not able to load that applet in the browser. My code is <jsp:plugin codebase="." code="DirUpload"      height="100" jreversion="1.6