Bogus print from cycle count batch job

Hi all,
We are using cycle count process for certain materials.
Two std batch jobs are used for this purpose.
1. To create cycle count document in the system.
2. To print created cycle count document.
For last few days we are facing a strange problem. Cycle count print job is printing some documents which are not available in SAP Environment. (Tables IKPF and ISEG)
Any pointers to solve the issue would be helpful.
regards,
Parshuram

check the settings made for the print job.
Use SM37 find your print job. Click the step button.
What program do you use?
put your cursor onto  the step line, then choose from menu GOTO > Variants.
What selection criteria are used in the variant?

Similar Messages

  • How to exclude a set of materials from  cycle counting physical inventory

    How to exclude a set of materials from  cycle counting physical inventory
    Details:
    Set of material to be uploaded to SAP on say Jan-2011  from another system with cc indicator D:once
    in a year  and fixed,before uploading into SAP physical inventory will be done .
    So we donot want again those materials to fall in the cycle counting in the same year.
    So is there a method to exclude these materials from CC counting for the year 2011
    or is there some way to upload last inventory count date in SAP system so that it will exclude those
    materials?
    Any answers will be appreciated.
    Thanks
    Bijay

    HI Antony
    Thank you for your reply.
    If material count is less than this method is well valid.
    IN our case there are 7lakhs materials and having diff cc indicator A,B,C,D...
    So it will cumbersome for client to keep track of all those materials when to update cc indicator.
    So any other thought? can we upload last count date while updating materials details  or similar
    Thanks
    Bijay

  • Change Printer On Batch Job

    A user has requested a printer change on a batch job (#4807) that only has a single step. I have used ZBMW to access the batch job details, and when I double click on the job step, I am taken to a screen with printing/archiving parameters but the fields are grayed-out and not able to be changed. This happens in both display and maintain mode for both 'active' and 'onice' jobs.
    How can I go about making this change? Thanks.

    What is ZBMW ?
    The "normal" way to do that is go to SM37, then choose your job (must be in "Relased" status, then menu Job -> Change.
    Then button Step, then select the program and press the change button.
    In the next popup, press the "print specifications" button.
    (By the way, I think you have posted this message into the wrong section

  • Warehouse Inventory List via Cycle Counting

    When printing a cycle count document in LI04, does anyone know what form the print program calls?

    no form.
    only write statments in the ABAP report RLLI0400

  • Print the order with Background Job

    Hi Gurus,
    I have to print the order on button click in a report.
    i have done the coding and passing the parameters to a stahndard program on  submit.
    but problem is that order is going to spool but not printing the order.
    As batch job not supporting the LOCL,please suggect the alternative to achieve the print.
    Br,
    Surya

    Hi Lokesh,
    Thanks for your quick reply.
    i am using the below code for printing the order with batch job on clicking the button in my report.
         DATA: NAME TYPE TBTCJOB-JOBNAME.
    DATA: NUMBER  TYPE TBTCJOB-JOBCOUNT.
    DATA: PRINT_PARAMETERS TYPE PRI_PARAMS.
    NAME = 'ORDER_PRINTING'.
    CLEAR: RANGE1.
    *REFRESH: range.
    RANGE1-SIGN = 'I'.
    RANGE1-OPTION = 'EQ'.
    RANGE1-LOW = 'BA00'.
    RANGE1-HIGH = 'ZBA1'.
    APPEND RANGE1 TO RANGE.             .
    CALL FUNCTION 'JOB_OPEN'
    EXPORTING
    JOBNAME = NAME
    IMPORTING
    JOBCOUNT         = NUMBER
    EXCEPTIONS
    CANT_CREATE_JOB  = 1
    INVALID_JOB_DATA = 2
    JOBNAME_MISSING  = 3
    OTHERS = 4.
    IF SY-SUBRC = 0.
    SUBMIT SD70AV1A WITH  RG_KSCHL IN RANGE
      WITH  RG_VBELN IN ORDER_TAB
      TO SAP-SPOOL
      SPOOL PARAMETERS PRINT_PARAMETERS
      WITHOUT SPOOL DYNPRO
      VIA JOB NAME NUMBER NUMBER
      AND RETURN.
    IF SY-SUBRC = 0.
    CALL FUNCTION 'JOB_CLOSE'
    EXPORTING
    JOBCOUNT = NUMBER
    JOBNAME = NAME
    STRTIMMED = 'X'
    EXCEPTIONS
    CANT_START_IMMEDIATE = 1
    INVALID_STARTDATE = 2
    JOBNAME_MISSING = 3
    JOB_CLOSE_FAILED = 4
    JOB_NOSTEPS = 5
    JOB_NOTEX = 6
    LOCK_FAILED = 7
    OTHERS = 8.
    IF SY-SUBRC <> 0.
    ENDIF.
    ENDIF.
    Please suggest where should i give the printer name.
    fyi.. i am trying to pass the same LOCL name to the job with the FM- GET_PRINT_PARAMETERS with destinamtion 'LOCL'
    Br,
    Surya

  • Problem printing from Mac to Officejet J3680 on Ethernet

    I have three computers (two PC's and one Mac) and the Officejet set up on an ATT U-Wire network. The Officejet is connected to one of the PC's.
    I was able to print from all three until recently. I physically switched the places of the Mac and one of the PC's (not the one with the printer connected). That's all I did. Now, when I try to print from the Mac, the job just sits there in the queue. I can still print form both PC's. I tried restarting everything, reinstalled the drivers on the Mac, but nothing works.
    When I send a page from the Mac, the printer sounds like it is going to print but nothing happens. It was printing fine before I moved it. The Mac is now in another room that is farther away from the printer (about 50 feet) but I don't see how that matters. I tried different documents from different programs (including the test page) but nothing prints. Like I said, the printer sounds like it is going to print but just runs out of gas or something. No paper jams etc. It prints fine from both PC's.
    Anyone have any ideas? Thanks in advance.

    I forgot to mention that I cleared all the print queues prior to sending a new job. **bleep**?

  • Printing to the wrong Printer from the Batch Job

    Hi,
    Morning every one!
    I am facing a problem with Print which is coming from Batch Job. The Batch job contains 10 steps. Previously all steps out put has configured to one printer. Recently I changed one step out put to the another printer with the request. But the print is going to the old printer still.
    When I am checking at the batch job -> Steps -> Specific step ->Print Specifications -> Output Device .. able to see New Printer.
    But batch job -> Steps-> Select Specific step -> Spool -> Doble click .. There spool is going to the old printer. I am facing this problem for only one step.
    The issue is dragging from past one week.. I tried couple of options..No luck
    I appreciate any inputs/Solution for this.
    Env:  ECC5.0/Solaris/Oracle
    Thanks,
    Sri.

    I got the solution finally from ABAP team. The printer is maintained in the Condition records of the Variant for the particular step. Even though I assigned the printer in Batch job..It is taking the printer from Condition record.
    Thanks,
    Sri.

  • Batch job to print GRs from a single plant

    We have a requirement to set up a daily batch job to print all GRs for one of our plants.  The others will be printed as they currently are (immediately when saving) but for one plant we want to delay all printing until a certain time of day and then print all automatically. How can this be accomplished?
    Thanks!

    Go through these steps you can get the GRN Printout
    1. Maintain the Printer Name in SPRO->Matl Mgmt->Inv Mgmt and Phy Inv->Print Control->Gen Settings->Printer Setting
    Enter the local printer where you want to print your Goods posting document
    2. Ensure that in SPRO->Matl Mgmt->Inv Mgmt and Phy Inv->Print Control->Gen Settings->Item Print Indicator, 1 stands for Matl Doc print out
    3. In SPRO->Matl Mgmt->Inv Mgmt and Phy Inv->Print Control->Gen Settings->Print Version, maintain Print Version 2
    4. In SPRO->Matl Mgmt->Inv Mgmt and Phy Inv->Print Control->Maintain Print Indicator for Goods Receipt/GI/Transfer Posting Documents
    Here for Particular mvt type 101,201,121,311 etcu2026 Maintain the Print item as 1--Material document printout
    5. In SPRO->Matl Mgmt->Inv Mgmt and Phy Inv->Output Determination->Maintain Output Types, for the Output types WE01, WE02 and WE03, ensure the following--
    Select the particular Output type then goto Details
    a. Default Values: Dispatch Time is 3 or 4 as per reqmt. and Transmission medium is 1
    b. Print Parameter is 7
    6. In SPRO->Matl Mgmt->Inv Mgmt and Phy Inv->Output Determination->Printer Det->Printer Determination by Plant/Str Loc, Maintain the Output device for all your Plants
    7. Go to MN21, for Tr Type WE, Print Version 3, maintain Print Item as 1.
    Now the settings are ready for Printing Material doc
    8. While doing MIGO, ensure that in General Tab, you get "3 Collective Slip" beside the Print Indicator and you tick mark the field.
    9. Now depending on the setting in 5a, the Matl doc is printed. If it is 3, you have to print it using MB90. If it is 4, it is printed immediately.
    for plant wise printing, you have to schedule the job in batch mode
    to do that
    first you have to create new conditon table which include the plant and other criteria you requireed
    than create new access sequence
    than M706 tcode enter you access seq
    Than M708
    create variant and use this variant for background job
    than schedul a back ground job using SM36 tcode.

  • Automatically output report to excel from a batch job

    We have business users who require that a standard report be run daily as a batch job and output to a printer, which is using a large pile of paper every day.  I have challenged the rationale for this without success, and am trying to find a way to continue to run the batch job but output the report to an excel file and e-mail it to a manager.  I know that this can be done by a good ABAP programmer, but I am trying to find a way to set up the batch job to do this without additional ABAP, as programming resources are very limited.  I would appreciate input from anybody who knows how to do this.

    Likely because your user is continuing to call the service in a Windows (classic) DOMAIN\username format, and not in the Claims identity it should be.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Batch job print parameters missing

    I have 4 BATCH jobs that output to a pdf via MAIL. The data is shrunk so small that it cannot be read. If I am in SP01, and I try to reprint with changed parameters, only a select few formats are available. (All the ABAP/4 lists).
    I went to SPAD -> Full Administration -> Device Types -> Choose the device type -> Formats
    I see the the output DEVICE associated with MAIL is PDF1. I checked the formats that are already listed. It seems that some of these will suit my needs - however, most of them are not available to choose when I edit the batch job.
    How can I add a different format? I need to test several to find a size that will accommodate a very wide table.
    All suggestions welcome.
    Thanks!

    It's pretty huge. Columns A-W. The length varies, but this week's was 195 rows. I tried to create a new format, but I supposed it will never fit on a normal sheet of paper.
    Is it possible to "print" to an Excel file from a batch job?
    Right now, I am going back into SP01 and downloading to excel and emailing it out.
    Think this can be automated?
    Thanks for your input

  • Officejet 4620 prints from HP Printer Assistant but shows as offline for normal print jobs

    I just purchased an Officejet 4620 to use wirelessly on our home network -- we have two Thinkpads running  Windows 7 64-bit.  I followed the installation instructions and successfully printed out test pages using both the Printer Properties page in Windows and the HP Printer Assistant (which, by the way, shows that the printer is online and ready).  However, when I try to print from any other program (Word, Chrome, etc.), after a moment or two I get an error message saying the printer is offline and asking if I want to cancel the print job.  Yet when I check the online status, it again shows that it is online and I can, again, successfully print a test page.  
    What could possibly be causing this?  It makes no sense to me.
    Thanks in advance for your assistance.

    Hi oyfpro,
    The Xfinity router may need some tweaking.
    Login to your router using the provided instructions by Xfinity and navigate to the wireless settings.
    Change the channel to 11 or something less crowded.
    Change the network encryption to WPA2 as it is the most secure and most reliable.
    Last but not least, update the firmware on the Xfinity router to make sure it's fully up to date with everything.
    Thanks.

  • Job error in external Service when printing from Google Cloud: HP Laserjet Profession​al P 1102w

    I have set up my printer and associated it with Google Cloud Printing. I have shared the printer with my daughter who is on a chromebook. When she tries to print, the printer is there and the job is sent to ePrint bu I get an error saying: "job error in external service". No documents are able to print. Google says this is an HP problem.
    I have deleted the printer on my daughters account and re-shared it and reassociated it, but this does not help. On my printers page, my daughter's google account is identified as "allowed to print". But it still doesnt work. Any ideas?
    This question was solved.
    View Solution.

    Hello mapuche,
    Welcome to the HP Support Forums!
    Will the Laserjet P1102w accept an ePrint from any / all other areas? For example, if (on the Chromebook) you open an Email, forward the Email to the printers ePrint address, will it print?
    Try logging into HPConnected, under Devices, click Settings> Open to Anyone.
    Try sending a print via Google Cloud Print now with this setting enabled, let me know if it sends the print through. I have seen this straighten many issues out.
    Would not be a bad idea to check for firmware updates on the printer too: HP LaserJet P1102w Firmware Update Utility<---A USB connection and Windows computer is needed.
    Cheers,
    JERENDS
    I work on behalf of HP
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to the left of the reply button to say “Thanks” for helping!

  • Regarding Batch Jobs for migration of data from client DB to our local DB

    Hi Folks,
    GoodDay, Previously I worked as a Oracle Developer and recently shifted into a BIG organisation as PL?SQL developer. Here my base work is with INTERFACES(Stored Procedure). That is retrieving data from client DB and need to put the data in our staging tables. For that i created 2 INTERFACES(stored procedures). One is for one time migration. No need to run on regular basis. The second one is to run regularly why because if any updations are done in client DB that should be replicate to our DB. For that we need to run a BATCH JOB regulary 24X7 basis.
    But i dont have any working knowledge on BATCH JOB creation and running. Please let me guide on this issue ASAP.
    Regards,
    Ramesh.

    You can try
    dbms_job(9i)
    or
    dbms_scheduler(10g)
    just out of curiosity.. tell me if you are interested...
    what you were doing as a "oracle developer" ( is it like writing only "sql" )...

  • How to upload the Cycle Count Indicator from ERP into EWM

    Hello Gurus,
    Can someone tell me what the transaction is to upload the Cycle Count Indicator from the ERP into EWM?  I am currently researching the cycle count functionality of EWM for a roll-out at our facility, and this information would be most helpful.
    As I understand it, there are transactions for the Global Material Master Data upload, Storage Unit Type in the Palletization Data fields of the ERP (which seems to be translated as the SUT to Packing Material), and Unit of Measure management.  Also, judging by a document I found, the Cycle Count Indicator isn't uploaded in the Global Material Data, but I did see that the field has relevency in the EWM packing specifications.
    Does this mean that the indicators must be uploaded through the "SUT to Packing Material" transaction (/SCWM/MIG_MAP_SUT)?
    What if the Cycle Count Indicator should require a change?  Does the change have to be made in ERP and pushed to EWM, do they get updated separately, or is there a way to allow for automatic updating?
    I hope the question doesn't seem too complex, but it is the only way I could drill down enough to get what I hope I need.
    Thank you!

    Hello,
    You can do it using MASS TCode.
    Regards,
    Sathish

  • Is there a way to access ABAP OO instances from a batch job report

    Hello,
    I am looking for a way to access ABAP OO instances from a batch job report. My circumstances are the following:
    I have got some ABAP OO coding that identifies other objects (class instances) that have to be processed (they have a DoIt method that does some calculation). As this processing is time consuming and performace relevant I have to parallelize this in batch jobs. This batch jobs however can only be "simple" ABAP reports according to SM36. The problem is now that I dont really know how to tell the batch job report what objects to process. Somehow I have to access theses instances from  that batch job report.
    Does anybody have an idea?
    Greetings
    Matthias

    Hi David,
    thanks a lot for your help. After a lot of searching on the net this seems to be the only way to cope with it. However I am not sure about the locking mechanisms and if its suitable for mass data processing. In the help page you suggested the following is stated which I do not fully understand::
    "The current lock logic does not enable you to set specific locks for the following requirements:
    ·        Many parallel read and write accesses
    ·        Frequent write accesses
    ·        Division into changeable and non-changeable areas
    Although the lock logic makes the first two points technically possible, they are not practical because most accesses would be rejected."
    Does this mean
    a) if I dont want to set "specific locks" for frequent write accessess I am fine
    or
    b) I am discouraged from use shared memory technics for frequent write accessess?
    In the latter case I will have a problem...
    What do you think?
    Greets
    Matthias

Maybe you are looking for

  • Problem on upgrading the designer repository from v1.3.2 to Desig6

    Hi folks, I have a database 8.1.6 running on SunSolaris. I migrated a database instance from v 7.3.2 which has the designer repositories (DES v1.3.2). Now after migrating the database to V8.1.6, I tried upgrade the repository through the Admin Util o

  • Images appear in reverse on iMovie '08 video screen.

    How do I reverse the video images appearing on the iMovie preview screen? When using my iSight camera to import video directly into iMovie '08, objects appear in reverse. i.e. When I wave my right hand in front of the camera, it appears on the left s

  • Microsoft Exchange RPC service manager encountered an unexpected error while starting.

    Exchange 2013 on Server 2013 R2 stopped working after a reboot.  Latest patches were installed and shortly after the reboot this error started.  I have uninstalled the patches to no avail.  Server is at 100% processor and not working.  This is a VM d

  • HP Envy 15-j151ea Notebook Finger print reader

    Hi all, I've made an account just because I got the HP Envy 15-j151ea two days ago, yet the finger print reader is not working at all. Going to "Sign-in options" on the Windows 8 homescreen, the option to sign in via fingerprint is blurred out. Going

  • ADF FACES: af:panelForm and wrapping text

    Using EA15. I have a long piece of text being displayed in the "value" (right) column of a panelForm element. The text is not wrapping and I can't find an easy way to make it wrap (as it should in a table cell). I can see that the generated HTML incl