Batch Input Problems with CS01

Hi all,
      I have written a batch input program to create new material BOMs using CS01. The BOM gets its effective date from an ECM number which is entered into the RC29N-AENNR field in cs01. When the enter key is pressed to submit the data from the screen a warning message is posted by SAP to say "Date dd.mm.yyyy copied from change number".
This is all very well in manual input mode, where the message can be cleared by the user, but in batch input mode it stops the program dead in its tracks, and causes the whole batch input session to barf.
Can anyone tell me how I can clear this message in code so my program can proceed with adding the new BOM?
Thanks in advance,
Mark Wheaton

hi mark
in that particular screen add one more line in the coding like
perform bdc_field    using 'BDC_OKCODE'
                                  '/00'. or '=OKAY'
and you run in foreground then see what it happens
cheers,
sasi

Similar Messages

  • No batch input problem with Vendor master Upload

    Hi All,
    I am getting a problem with Vendor Master upload conversion. We have'nt change the code and configuration but when i try to run the code today its giving an error for particular Account group. I run this code yesterday and its work fine with that particluar Account group. But i am getting an error when i run the code today. The error is as follows "No batch input data for screen SAPMF02K 0610".When i got through the code i have'nt find that screen number.
    Can anyone suggest how to resolve that problem.

    Double click on the session name in SM35 and click on the screens tab there you can find the screen number.
    process the same session in foreground mode and see if you are getting the same error.
    If so, the new screen number you got is due to some change in the settings some where, show the new screen to Your Functional guy and he can help you.
    There is one more chance where some data is missing in the flat file, just check it out.
    Reward points if usefull.
    Thanks ,
    Veeru.

  • Batch Input Problem with PB10 - Updating IT22 via BDC

    Hi out there,
    I'm using PB10 to persist new applicants data.
    Im processing after save the IT22.
    In dialogmode i can just go back without putting input to it22. After going back the new applicant is saved successfully. Now it is possible to use pb30 to maintain (or new creation) of it22 for this applicant.
    Now I recorded this "process" and after call transaction the system brings back an error that mandatory field p0022-endda is missing. this error exists also, if i fill the recorded map with data.
    Batch Input in Background Mode ->Error
    Batch Input  in Dialog Mode -> IT22 Dialog appears with empty data
    ....Using "normal" Dialog Transaction OK!
    Here's the code:
    PERFORM: bdc_dynpro      USING 'SAPMPAP4' '0100',
               bdc_field       USING 'BDC_OKCODE' '=UPD',
               bdc_field       USING 'PSPAR-BEGDA' d_beginn,
               bdc_field       USING 'Q4000-WERKS' '0001',
               bdc_field       USING 'P0001-BTRTL' '0001',
               bdc_field       USING 'Q4000-APGRP' '1',
               bdc_field       USING 'Q4000-APTYP' aptyp,
               bdc_field       USING 'Q0002-ANREX' anrex,
               bdc_field       USING 'P0002-VORNA' vorna,
               bdc_field       USING 'P0002-NACHN' nachn,
               bdc_field       USING 'Q0002-GBPAS' d_gbpas,
               bdc_field       USING 'P0002-SPRSL' sprac,
               bdc_field       USING 'P0002-NATIO' natio,
               bdc_field       USING 'P0006-LAND1' land1,
               bdc_field       USING 'P0006-STRAS' stras,
               bdc_field       USING 'P0006-PSTLZ' pstlz,
               bdc_field       USING 'P0006-ORT01' ort01,
               bdc_field       USING 'P0006-TELNR' telnr,
               bdc_field       USING 'EMAIL' stamm-email,
               bdc_field       USING 'P4001-SPAPL' aptyp,
    *IT22
               bdc_dynpro      USING 'MP002200' '2000',
               bdc_field       USING 'BDC_OKCODE' '=UPD',
               bdc_field       USING 'P0022-BEGDA' d_beginn,
               bdc_field       USING 'P0022-ENDDA' '31129999',
               bdc_field       USING 'P0022-SLART' 'XX',
               bdc_field       USING 'P0022-INSTI' 'FH Irgendwo',
               bdc_field       USING 'P0022-SLABS' '50',
               bdc_field       USING 'P0022-EMARK' '1.7',
               bdc_field       USING 'P0022-SLAND' 'DE',
               bdc_dynpro      USING 'SAPMPAP4' '0100',
               bdc_field       USING 'BDC_OKCODE' '/EEBAC'.
      CALL TRANSACTION 'PB10'  USING bdcdata
                               MODE 'E'
                               MESSAGES INTO messtab.
    Error in messtab
    Edited by: Timo Ehl on Oct 24, 2011 9:05 AM

    Hi Kevin,
    Is it really FB01<b>L</b>? I cannot find it in my 46c system?
    Anyway, you can control this message as follows. Go to SM30, enter V_T100C and 'Maintain'. Enter 'F5' for application area in the subsequent pop-up.
    In the table control, see if message number 192 is already there. If it is there, then change the value under column 'BatchI' to 'I' and save. If it is not there, then enter a new record for 192.
    Hope this helps,
    Srinivas

  • Batch input problem in SM35

    Dear all,
    I am uploading the bank statements using manual bank statements through Z transaction, Once uploaded system is generating the batch input session for the same.
    When i run the batch input session system not clearing outgoing payment automatically based on the assignment field, as i have alreday mentioned the same assignment while posting the document and in the excel file.
    I am getting the following message while running the batch input session.
    No batch input data for screen SAPDF05X 3100
    Message no. 00344
    Diagnosis
    The transaction sent a screen that was not expected in the batch input session and which therefore could not be supplied with data.
    Possible reasons:
    1. The batch input session was created incorrectly. The sequence of screens was recordly incorrectly.
    2. The transaction behaves differently in background processing in a batch work process than when running in dialog (SY-BATCH is queried and changes the screen sequence).
    3. The transaction has undergone user-specific Customizing and therefore certain screens may be skipped or processed differently, according to the current user. If the person who created a batch input session is not the same as the person now processing it, this problem may occur frequently.
    System Response
    None.
    Procedure
    For 1: Either re-create the session or process it in expert mode. Correct the batch input program.
    For 2. It is very difficult to analyze this problem, particularly in the case that the screen sequence or the display-only options of fields differ according to whether the transaction is being processed in the background or as an online dialog. It could also be that this kind of transaction cannot run with batch input.
    For 3: Have the creator of the session process it. If no error occurs now, then this is a program with user-specific Customizing.
    Please let me know solution for the same.
    Regards,
    Anand

    Hi,
    This may not be a solution but may help you to isolate the problem
    a) Are you able to load the bank statement for other banks without error ?
    b) Try for the same bank in a different system .
    c) If it is working for different bank then check the file format is the same for both the banks.
    d) If it is working in different system check the ABAP code for any changes between the system,
    e) Are you getting this message for all the line items or only for some line items ?
    Regards
    K.R

  • MC94 - Batch Input problem

    Hi All,
    I'm having a problem with MC94. I've used the recorder (SHDB) to create a batch input program but some of the fields I've used during the recording do not appear in the batch input program.
    Any ideas?
    Thanks.
    Manu.

    Hi
    Has anyone have code for upload program code for
    1) MC62 for infostructure. Actually i want to upload for season_category, promotion, catalog, generic article, variant article,site ..or any relevant to MC62..
    2) MC94 change plan (consistent planning).. This is a matrix upload in my case is weekly 52 column against in my case for
    a) sales at cost
    b) sales qty
    c) actual sales qty
    d) avg selling price
    e) lost sales qty
    f) return qty
    or any relevant to transaction MC94..
    Can anyone provide me the codes pls..
    THanx a ton.
    Anthony

  • Batch Processing problem with Directories

    Hi All!
    I am having a problem recording an action for Batch Resizing/Optimizing a large number of Photos.
    What I want is to resize about a 1000+ photos, all optimized, but there is a catch!
    they are all in separate directories(also in the hundreds!), and as I am delivering them to separate Clients, I would need to preserve the same directory structure after resizing/optimizing, IE its laid out like this:
    John's Folder - 50 Photos
    Jane's Folder - 120 Photos
    Joe's Folder - 75 Photos
    David's Folder - 50 Photos
    IE: I cant choose "Save Optimized" and 'include sub directories' and then have the Action output them into a Common directory as that would obviously loose the directory structure, and i would have no way of tracking which photo belonged to whom.
    (as Image names are all 'Camera' filenames, ie 013121012.jpg, so I cant use that to identify the different Photo-sets as most of the photos were taken on the same day.)
    What I came up with so far was to:
    Duplicate all files and the Directory structure as it is, and try to write an action that after processing would just 'Save' and Overwrite files as they are. (IE Resize/Optimize, then save/overwrite all photos and then choose 'Include all Subfolders )
    Problem is I cant 'Save Optimized' and overwrite the original file! I couldn't even find a way to set 'Compression settings' for Jpg when I am using the 'SAVE' dialog(that would automatically overwrite the original files). The Jpeg Compression only pops up with 'Save As', but then again that is not useful for overwriting the same file.
    Any ideas??
    Thanks!
    PS: I am using Photoshop CS3.

    Nicolas Leroy (guest) wrote:
    : Hello,
    : I have found a problem with Oracle JSP.
    : When you put a .JSP file into a directory which name contains
    : only numbers, Oracle JSP cannot compile.
    : I'm using Apache 1.3.9 + JServ 1.0 + Oracle JSP + Oracle 8.1.5.
    : I try to execute the following file:
    : /httpd/html/081/file.jsp
    : and I have the following error:
    : 1: Identifier expected. package 081.pages;
    : Is there any solution?
    : Nicolas
    : PS: I have a GnuJSP solution which deals with such directories.
    The JSP specification doesn't define the mapping used by a JSP
    engine to generate a Java package.className from a given
    request.
    Oracle JSP takes a simple approach (for a variety of reasons).
    Rather then generating a munged/random name, Oracle JSP uses the
    full path information in the request. The path information
    generates the package name while the classname comes from the
    target. As virtual paths within a host are unique this works.
    Unfortunately, you have encountered the one limitation of this
    approach, namely VP names can contain names that are invalid Java
    package or classnames. Names that are all numbers is one case.
    Java reserved words is another. Currently, the only way to avoid
    this is to change the VP you use to access the JSP so its path
    name and target only includes valid Java (package/class) names.
    null

  • Batch Capture Problem with 5D mark II

    At the end of an event we normally copy all cards to the HDD, each card in a separate folder. We then point FCP at the card folders and use log & transfer to ingest the footage and transcode to ProRes 422.
    Once all the footage is ingested we save the project and copy it from the Mac Pro to the iMac so that a second editor can work on it at the same time. Because the iMac doesn't have a RAID we set all the footage to 'offline' and use batch capture to recapture it all in ProRes Proxy.
    So far so good.... that is with all the Panasonic HMC footage.... BUT we recently started shooting on the Canon 5D2 and 7D as well and this simply isn't working.
    For some reason FCP recaptures all the Panasonic footage but refused to re-capture the Canon footage. I can see all the files in the L&T window but it never seems to equate the footage with the files I am trying to recapture.
    HELP! What could be causing this? It's only a problem with the Canon footage.
    Both MacPro and iMac are running identical versions of FCP and identical (latest) versions of the Canon L&T plug in ..... and YES we copied the entire CF card to a folder - just like we do with the Panasonic HMC stuff.

    Hi Andy, compressor is current chugging away, so we'll get going for the edit I am sure. Only 600 more clips to go
    I've tried everything I can think of in terms of recapturing. Even on the original Mac Pro that the footage came in to, if I copy the entire project folder (including the 'cards' folder) from one RAID to another it fails to recapture in the original project using the original codec (ProRes 422), but if I point it back to the original cards folder it works fine. It seems to be 'moving/copying' the cards that is causing the problems.
    I've checked the dates and sizes on the copied files and they are all the same, and since recapturing to the original project at the original settings doesn't work once moved I am completely stumped....!

  • Nokia Lumia 920 voice input problem with speaker o...

    My voice input doesn't seem to pick up any sound while having the speakers on. The voice recognition doesn't work, it just says that i didn't hear anything. I'm having the same problem with soundhound, skype and turning speaker on while calling. Someone else having the same issue?

    I have the latest Nokia update, and the latest Nokia system apps from the store, i've used the reset sometimes when my phone freezes but the problem's still there. Its really annoying.
    I sent my phone on service about a month ago because of another issue, they said thet they changed the motherboard, and that's when this problem started to occur.
    I've seen other people on the net with the same problem, but it looks like it's a rare problem.

  • Input problem with UCA202 usb audio interface and Garageband

    Hello, i've tried to connect my guitar in my UCA202 Bheringer audio Interface, and the sound goes fine for few minutes and after i get a noisy distorsioned sound with a big delay...
    I dont know if the problem comes from the MacBook, the sound card, Garageband or else...
    it come only from input guitar device.
    Thanks to help.
    Alex

    There are other posts concerning this problem. I also have a UCA202 and a Peavey PV10 USB mixer. It seams that anything using the 10.4.11 or 10.5.1 mac USB drivers are having this issue. I had to go back to 10.4.10 to resolve at this point. My recordings are clean when going back. There is 10.5.2 comming soon and it is not known if this will fix it. Check this thread for updates.
    http://discussions.apple.com/message.jspa?messageID=5964474#5964474

  • Sound input problem with Skype earbud

    Just trying out Skype, and using a wired earbud I got free. The earbud is Skype branded, and has 2 minijacks - one is headphone and one is microphone.
    When it's plugged in, if I go into Sound preferences there is no input if I choose Line In (rather than built in microphone). I have made sure the input level is turned up.
    Any ideas? I will check if the earbud works with any other devices, as I suspect they're quite cheaply produced!
    Update: just checked another headset that's the same and it doesn't work either. Neither work with our iMac. It's interesting that they seem to be incompatible.

    Did you get this problem resolved?
    I am having the same problem: unable to input sound....

  • Audio Input Problems with Alesis MultiMix 8 USB Mixer

    I have hooked up an Alesis MultiMix 8 USB mixer and condensor Microphone to my new iMac G5's USB port. When going into the Sound Control Panel my input slider for Audio in is grayed out and states that their are no input devices, (I chose the USB input device instead of internal mic.), yet it does pic up the sound from the mixer and mic. Also, I change my preferences in Garageband to use the USB mixer and Mic, but my Track Editor "wave forms at the bottom af Garageband are barely visible, no matter how loud I set the input volume. I used to have very large wave forms in the track editor when using my Logitech USB mic. The sound is fine when played back but it is a real pain when trying to edit in Garageband when I can barely see the wave forms in the track editor. I have tried this set up on my Powerbook also, with the same results. Can someone please help me with the settings using this mixer so I have GOOD usable wave forms in Garageband. Thanks -Swomper

    gozo41 wrote:
    i get the message: Can't enable track for recording; Track is in use.
    Any suggestions?
    as iSteveus said, you'll only be able to record 2 tracks at most. skim this tute for the solution to your error:
    http://www.bulletsandbones.com/GB/Tutorials.html#bsqrecordmultipletracks
    and this one for a little more on recording 2 tracks:
    http://www.bulletsandbones.com/GB/Tutorials.html#bsqrecordmultipletracks

  • Line input problem with Logic X, No issues Logic Pro

    I use the line input on my 2011 Imac to record audio from my piano keyboard. When using LOGIC X there is no sound coming through the speakers, but with Logic Pro 9 I have no issues. I tested with new projects, ect but was unable to get to work.
    In both Logic Pro and Logic X I have made an audio track and made sure input monitoring is on. I made sure volume was sufficient. I have tried to fix this to no avail and was thinking about bringing to apple store, but this appreasrs to be some sort of logic x bug (or I am missing something). Any help is appreciated as this is very frustrating.
    Brian

    I think you're missing something.
    http://help.apple.com/logicpro/mac/10/#lgcpbb81aca5
    You have to configure each program top to bottom, go to the above link and make sure all your settings are correct. (the won't necessarily match the pic)
    Look at your Logic 9 settings  Preferences/Audio  and then set up Logic X the same way.

  • How to batch input pictures with MM01 in the attachment

    We have an old D3 SYSTEM to store the pictures, Now We want to migrate the pictures into R3 systm ,Pls tell me how to do it ,Thanks !

    The only way in R/3 to migrate pictures is using Document management system which will be linked to objects like material, equipment, functional location, BOM, etc....
    Transactions used for this is CV01n(Create), CV02n(Change) .
    It gives you lot of features once you start playing with these transaction. You can also classify documents.
    Hope this helps you
    Reddi

  • Batch input problem

    Hi,
    I'm using a CALL TRANSACTION USING bdcdata. and i cannot get pass the OKCODE = '/00'. I always have to hit enter in the target selection. I cannot use AND SKIP FIRST SCREEN cause i have to pass a value.
    Im must enter a contract transaction with a specified contract number.
    Many thanks,
    Alin.

    Hi Alin,
    In the code that i have shown will be of exactly of your requirement i mean until we press ENTER next records will be populated save the current records on the screen.
    Here is the sample code working fine for me modify according to your issue..
    FORM WRITE_RECORDS.
    LOOP AT IT_TABDATA INTO WA_ITAB.
    perform bdc_dynpro      using 'ZORMM' '0900'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '=SAVE'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'ZORMM-DDTIM'.
    perform bdc_field       using 'ZORMM-BOKNO'
                                   WA_ITAB-BOKNO.                   
    perform bdc_field       using 'ZORMM-PASNO'
                                  WA_ITAB-PASNO.                
    perform bdc_field       using 'ZORMM-TPRNO'
                                  WA_ITAB-TPRNO.            
    perform bdc_field       using 'ZORMM-FMDAT'
                                  WA_ITAB-FMDAT.          
    perform bdc_field       using 'ZORMM-VLDFR'
                                 WA_ITAB-VLDFR.             
    perform bdc_field       using 'ZORMM-VLDTO'
                                  WA_ITAB-VLDTO.            
    perform bdc_field       using 'ZORMM-DTIOP'
                                  WA_ITAB-DTIOP.             
    perform bdc_field       using 'ZORMM-TMIOP'
                                   WA_ITAB-TMIOP.           
    perform bdc_field       using 'ZORMM-NMINE'
                                WA_ITAB-NMINE.           
    perform bdc_field       using 'ZORMM-NLESS'
                                WA_ITAB-NLESS.           
    perform bdc_field       using 'ZORMM-NPTRS'
                              WA_ITAB-NPTRS.                  
    perform bdc_field       using 'ZORMM-DESTN'
                               WA_ITAB-DESTN.            
    perform bdc_dynpro      using 'ZORMM' '0900'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '/EBACK'.
    CALL TRANSACTION 'ZYM11' USING IT_BDCDATA MODE 'A' UPDATE 'S'
    MESSAGES INTO IT_BDCMSGCOLL.
    REFRESH IT_BDCDATA.
    Hope my answer helps you.
    Cheers!!

  • Batch Input with transaction ME58

    Hello SAP:
    We are trying to do a Batch Input Session with transaction ME58
    (Creating Service Entry Sheets) by using a FrameWork Order.
    After the batch input selects the purchase order and mark all
    the requisitions related with that order and confirms the selection,
    the system calls program SAPLMLSR dynpro 400, where the tab "Basic
    Data" appears and the error "Make an entry in all required fields"
    (00 055) is displayed. Althought we had put all the obligatory
    fields required by the Batch Input in that particular
    screen SAPLMLSR - 400 (we also tried with subscreen 410), the fields
    indicated in the Batch Input were lost.
    It seems the flow control of the Batch Input is lost because of the
    error message 00 055.
    Thank You - And we will be waiting for Your answer.
    Frinee Paredes

    Hi Christian!!
    The error that is displayed is because of a mandatory field, the problem is that it appears before the screen is displayed, I mean the validation occurs before I can input data.
    It's very interesting what you said about enjoy transactions and there might be the problem, a few minutes ago, while debugging transaction ME58, I found that it calls function module MS_SERVICE_ENTRY2, which calls transaction ML81N, which I think is an enjoy sap transaction, I guess I'm in a big trouble because I've already looked for a BAPI and it seems there aren't any.
    If you like to reproduce the error you could record transaction ME58 with transaction SHDB,you would need a framework order (FO) for the selection screen and purchase requisitions (PO) created asociated to that FO.
    What I want to do with ME58 is to run a job periodically which creates service entry sheets with the FO and PR as input.
    Thank you very much!!
    Frinee

Maybe you are looking for

  • When I click on Safari it won't open and comes up with 'Safari quit unexpectedly'

    THe following info is from the systems config and problem details Process:         Safari [258] Path:            /Applications/Safari.app/Contents/MacOS/Safari Identifier:      com.apple.Safari Version:         5.1.7 (6534.57.2) Build Info:      WebB

  • My mid 2010 MacBook Pro keeps restarting itself

    For some reason my 15' MBP will restart itself. The screen will go black and it will just reboot. It happens a couple times a day, and it gets very annoying. Here are the problem details: Anonymous UUID:       E19C521C-2283-DE9B-B18E-15EF7A4BFA09 Mon

  • How to make an image of a folder.

    I want to make back up my applications folder cause I have alot of stuff that if I were to lose it I wouldn't even know what to redownload or get from where ever else, when I try to transfer the folder to my external hd it takes forever because it wa

  • Missing parameter values when trying to export to pdf in C#

    HI all,</BR> </BR> I'm having a problem passing a parameter from my c#.NET code through Crystal Reports 2008...</BR> </BR> Crystal Reports Developer version 12.1.0.892</BR> using a WinXP machine</BR> The parameter I've setted up in Crystal Reports De

  • Canon MP 600  I cant print

    I have the airport extreme...green lights and all...however, i cannot print wirelessly...i keep getting an error 9672....according to Canon this is because printer is not meant to work wirelessly....apple says it is a vendor issue... Please help...I