Issue with RFBIBL00 batch input processing

Hello ABAP Experts,
I am having issue with a speed of batch input session processing.  If you can please help me resolve the issue.
I have a requirement to post liquidation document to clear open vendor down payment items and then to clear vendor invoice with liquidation.  I have created a custom program to address this requirement where it uses the SAP program and Call Transaction.
For liquidation document posting, I am using the program RFBIBL00.  The custom program has steps:
1.  Submit RFBIBL00 via job to create batch input session
2.  Close job
3.  Submit RSBDCSUB via job to process batch input session
4.  Close job
5.  Wait for 15 seconds
6.  Read job log to get liquidation document number
7.  If no document posted then display error
The issue is when the job log is read it says u2018Session 10zrsbdcsubxxxxxxx is being processed by user   in mode   on serveru2019 and there is no error message or no document number with message number 312.  So the program displays error message, stops and cannot perform the second step. If I check in the system after a couple of minutes I find the document posted. I also increased the wait time.  But the first record processing always takes longer and the program finds as a failure.  The program can process next several records with success.
I am looking for expert help if you please suggest how to resolve this.
Thanks & Regards.
Yashasvi

Hi,
Have you tried calling FM DEQUEUE_ALL before/after schedulling job?
Gouri.

Similar Messages

  • RFBIBL00 - Batch Input Error

    Hello Friends,
    I am using RFBIBL00 to create GL postings. I have used this program successfully before and never had the following issue:
    RFBIBL00 creates a batch and when the batch is processed I get the following error: Field COBL-PRODPER does not exist in the screen SAPLKACB 0002. I my test, I was trying to create a basic document just with one simple debit and credit entry. Could this be a config issue? Any input/help will be greatly appreciated.
    Thanks,
    Sam

    well, it worked. i was instantiating the batch input structures but somehow some fields including prodper were not affected (maybe because they were extended fields?).
    anyways, rob - your post made me to think that prodper is going into the batch input process without / (no-data character) which was correct!
    thanks!

  • Pick and Pack / Goods Issue with Multi Batch Pickup

    Dear Friends,
    Can anyone explain me the process of Pick and Pack / Goods Issue with Multi Batch Pickup.
    Harsh

    Hi Mathur,
    Please refer these links on working with batch splits in deliveries :
    <a href="http://help.sap.com/saphelp_47x200/helpdata/en/38/c1853488601e33e10000009b38f83b/frameset.htm">Batch split</a>
    <a href="http://help.sap.com/saphelp_47x200/helpdata/en/38/c1853488601e33e10000009b38f83b/frameset.htm">Executing Multi batch</a>
    <a href="http://help.sap.com/saphelp_47x200/helpdata/en/38/c1853488601e33e10000009b38f83b/frameset.htm">Transferring Batch Data from Deliveries into Warehouse Management</a>
    Hope it helps. Please reward if useful.
    Thanks & Regards
    Sadhu Kishore

  • RFBIBL00  batch input background process

    Hi all ,
    I am using rfbibl00 to create batch input session for FI  data upload .
    My poblem is Session can b pricessd successflly in forground . But when I submit it to back ground ,
    it goes into error .
    For every 900 line items one document no is generatd in the program .
    So , Suppose there is more than 900 line items( say 1500 ) in text file ,
    In back ground , session is processed correctly for first 900 line items and one document no is generated .
    But for next line items it goes into error saying field RF05A-newbk does not exist for screen sapmf05A .
    Every 900 line items it requires human intervention to prss ENTER in mode E .
    It should automatically process all the records in background .
    Can any body help me ?
    Thanks & Regards ,
    SA

    I don't understand.
    At the start of the code I am moving '/' to every field within BBKPF and BBSEG.
    I then move the data to the appropiate fields and write the records. When I look
    at the text file all the fields with no data in them contain '/'.
    Is there something I am missing ????
    Andy

  • HELP with a Batch Input - Transaction VF01

    Hi
    It's me again, with another question... this time it's a Batch Input, creating a delivery with more than 20 items, how can I do with the error
    Field KOMFK-VBELN(69) does not exit in the screen SAPMV60A 0102
    and if I click on OK-Code how to indicate (in code lines) to simulate the process <b>EDIT</b> (From Menu bar) <b>More Documents F7</b>
    Thanks in advance!!!
    Tokio

    Thanks to all of you...
    These are my fist lines to answer one of my posted problems ...
    Preview code lines:
    perform bdc_dynpro using 'SAPMV60A' '0102'.                          
       loop at entregas.                                                 
         move sy-tabix to fila.                                          
         concatenate 'KOMFK-VBELN(' fila ')' into cadena.                
         perform bdc_field using cadena entregas-entrega.                                                                               
    IF FILA GE '20'.                                                
           PERFORM BDC_FIELD USING 'BDC_OKCODE'  '=P+'.                  
           MOVE SY-TABIX TO FILA.                                        
           CONCATENATE 'KOMFK-VBELN(' FILA ')' INTO CADENA.              
           PERFORM BDC_FIELD USING CADENA ENTREGAS-ENTREGA.              
         ENDIF.
    New code lines:
    CLEAR ENTREGAS.
    PERFORM BDC_DYNPRO USING 'SAPMV60A' '0102'.
      LOOP AT ENTREGAS.
         MOVE SY-TABIX TO FILA.
       IF FILA LT 22.
          CONCATENATE 'KOMFK-VBELN(' FILA ')' INTO CADENA.
          PERFORM BDC_FIELD USING CADENA ENTREGAS-ENTREGA.
       ENDIF.
       IF FILA EQ 22.
        CONCATENATE 'KOMFK-VBELN(' FILA ')' INTO CADENA.
        PERFORM BDC_FIELD USING CADENA ENTREGAS-ENTREGA.
        PERFORM BDC_OKCODE USING '=FKAN'.
        PERFORM BDC_DYNPRO USING 'SAPMV60A' '0102'.
       ENDIF.
       IF FILA GE 23. BREAK FOSTKFRT.
         DATA: FILA2(2), CNT2 LIKE SY-TABIX VALUE 2. MOVE CNT2 TO FILA2.
         CONCATENATE 'KOMFK-VBELN(' FILA2 ')' INTO CADENA.
         PERFORM BDC_CURSOR USING CADENA.
         PERFORM BDC_FIELD USING CADENA ENTREGAS-ENTREGA.
         CNT2 = CNT2 + 1.
       ENDIF.
      ENDLOOP.
      CLEAR CNT2.
    I hope these lines could help.
    Regards
    Tokio

  • Issue with Sender Side JDBC processing

    Hello,
    I am facing some problem with Sender Side JDBC Processing.
    I am polling the DB MY SQL Server 2000 and using some SELECT statement i picked up some data and updated the DB with an UPDATE statement. At the receiver side i am using RFC adapter which takes the data from the DB and process further to SAP system.
    At sender side , i can see that the DB has been updated but in Integration Engine / Adapter Engine i could see any message related to that. So now my question is where did the message go.
    Can you please provide the inputs.
    THanks,
    Soorya

    Hi Surya,
    as u mentioned that u r unable to see ur message in IE & Adapter enigne
    pls do chk with the DB connections with XI and make sure that u choose every thing under same name space
    pls try to refersh cache
    thanx
    Sampath

  • LSMW for routing with standard batch input

    Hello All,
    I am trying to prepare one LSMW for routing upload for PP module. Routing data contains header data, operation data and master inspection characteristics data.
    I have created three source structures viz. material- task list header, task header data, operation and inspection.
    Header has been assigned to target structure BIMPL- Batch Input Structure for Allocation of Mat. to Task Lists,
    Task header data source structure has been assigned to BIPKO- Batch Input Structure for Task List Header,
    Operation source structure has been assigned to target structure BIPPO- Batch input structure for task list operation,
    and inspection source structure has been assigned to BIPMK- Inspection characteristics for batch input of task lists.
    Every source structure has been identified with an identifier value of which have been set as H, I,J,K for all source structures resp.
    The excel file has been prepared as follows,
    H     MATNR     WERKS     PLNNR     PLNAL               
    H     100045     1000     50000043     1               
    H     100045     1000     50000043     2               
    I     MATNR     WERKS     PLNNR     PLNAL     VALID_FROM     USAGE     STATUS
    I     100045     1000     50000043     1     01012000     1                1
    I     100045    1000     50000043     2     01012000     1                 1
    I have mentioned here the combination of first two structures only. But it contains data of other two source structures as well (for identifier J & K).
    The data from the excel is copied to the flat file and same is specified in LSMW in the step 'Specify file'.
    In 'Assign file' step the flat file is assigned to all the four source structure.
    Now at the time of reading data system is throwing me an error as 'Ensure field sequence is correct for data for mutiple source structures' Message no. /SAPDMC/LSMW_OBJ_060026
    How to overcome this?
    <removed by moderator> answers will be greatly appreciated........
    Mimiri
    Edited by: Thomas Zloch on Jul 11, 2011 10:16 AM

    Hello ,
    have you maintained this check box for the key fields"
    LSMW>Maintain Source fields>double click on fieds : MATNR WERKS PLNNR PLNAL
    Selection Parameter for "Import/Convert Data"-->Tick this check box
    regards

  • Issue with Full Screen & Input languages (Mavericks 10.9.1)

    I have two issues with the latest (Version 8.0.24308) Microsoft Remote Desktop from the Mac App store:
    1. If I tick the connection entry "Start session in fullscreen" option, after connect the desktop slips upwards like on the screenshot (below on the link)
    2. The default input method switches to Latvian after connect (never used Latvian anywhere...).
    On my Mac:
    - System language: Hungarian
    - Input language: Hungarian
    On the server:
    - System language: English
    - Input language: Hungarian (default) + English
    +: the app doesn't supports Retina display resolution :(
    Screen Shot link:
    db.tt/yYKN0arM

    Hi,
    1. The version 8.0.24308 offers updated functionality for full screen mode to users of OS X 10.7+:
    OS X native: The native full screen feature for the Mac OS X version.
    Custom: The custom full screen mode enables the multi-monitor feature in order to provide a better experience for users of Mac OS X versions 10.7 and 10.8.
    Important information for users of 10.9: if you have disabled "Displays have separate Spaces" in Mavericks
    (System Preferences > Mission Control) go to Preferences > Resolution in the Microsoft Remote Desktop client and configure the setting using the same option.
    Please try the OS X native mode and see how it works.
    2. The OS keyboard locale, is suggested to the remote PC. Therefore, please check the keyboard locale.
    Hope this helps.
    Jeremy Wu
    TechNet Community Support

  • How to rollback batch input process?

    For example:  I wanna post 10 documents, and all the posting should happen as a logical unit of work, i,e. either everything should be posted successfully or nothing should be posted. If error occured in the 7th record, i should rollback the posted 6 documents. How shall i do? It seems can't just use 'call transaction' clause.

    Hello Arthur,
    I'm afraid what you're seeking to accomplish is not possible.
    And I don't think it makes too much sense. Let us say, you are
    using a CALL TRANSACTION, then each CALL TRANSACTION is supposed
    to be consistent and complete in itself.....and you cannot span
    an LUW across multiple transactions....it is so much against the
    concept of an LUW.
    To give you a slightly non-technical explanation, you must first
    ask yourself the question 'Why do we use BATCH INPUT'? Is it not
    to just reduce the manual creation of all the documents in their
    corresponding transactions?
    Now in your case, let us assume that we have only 3 documents to
    be posted and you have decided to post them yourself online, using
    the relevant transactions. You finish successfull posting the first
    two documents and then find that there's some error in the third one.
    How are you going to roll back the previous two? You would have to
    <i>delete</i> them.
    So even in this case, you can only do a delete operation. Not a ROLLBACK.
    By the way, I don't think your requirement makes much sense. Why should
    the other documents be rolled back if something else fails ? They are quite
    independent , right ?
    Now if you really want to stick to this functionality, then the option that
    is left for you is to find out if there are any Function Modules available to
    do the DELETE operation.
    Personally, if I were you, I would use the MESSAGES option for the CALL TRANSACTION
    statement and display them to the user, so that he would know which transaction
    had failed. He can then continue with the remaining documents after detecting the
    error and correcting it.
    Hope that is clear. Please do get back if you have further doubts. Else, please
    reward points and mark the question as "answered".
    Regards,
    Anand Mandalika.

  • Issue with heat maps refresh process in EID 3.1?

    Issue with Heat Maps in EID 3.1? Heats maps don't refresh unless you go back to home page and then again go back to the Endeca app.
    In Oracle Sample app if we open the Map tab we will see that Milwaukee is really hot in the heat map. now if we filter the data to just show data from 100 miles within Orlando, FL then the map will get refreshed to show that area but the colors on heat maps do not change.
    Now if we keep the refinements same and go back to home page and again go back to sample app and maps tabs then it will still show area of 100 miles within Orlando, FL which is good but now heat map would have updated and it would show us correct color.
    Now if we remove the refinement then it would show complete US map as hot which is again wrong.
    I have observed this issue in chrome browser as well as firefox.
    Is there anyway to overcome this issue?

    This issue was resolved after applying latest patch from Oracle.

  • Issue with color profile image processing

    Their seems to an issue with the iPhone displaying an image which has a Color profile of: Generic HDR Profile. The image appears very dark and nearly unviewable. This has been frustrating to trouble shoot becasue the image will display correctly on the computer, but when it is viewed on the iPhone it looks completely different. When images have other color profiles such as sRGB the images will look the same on both platforms. When an image has a Generic HDR color profile it will not display correctly on the iPhone. 
    Anyone else come across this problem?

    When PSE gets weird, the first thing to do is to reset the preferences. Go to the editor preferences>general, click this button and restart the editor:

  • Issue with Delete Index in process chain

    Hi All,
    I have a situation with Delete Index in my process chain.
    Delete Index step, before loading data to cube, is taking around 2Hr to complete but some times it completes within 5 mins.
    Anyone faces such issue? If yes, how can I fix it?
    Thanks and Regards,
    Alok

    Hi,
    If Statistics are not maintained for the cube then also it might casue the high run time in index deletion.
    if its urgent then, can u try doing it manually form performance tab....
    or once process chain step is complete, create statistics for the cube. Next run should take less time
    Please try.
    Regards,
    Gaurav

  • Having multiple issues with automate batch - skipping files, misplacing watermarks etc

    I record the action exactly how I want it: editing, placing the watermarks (place embedded) putting them where I want them and re-sizing, save as (with jpg details), etc before I stop recording. When I do the Automate Batch with this action, the watermark is placed nearly completely off the image, it will go from file 1 to file 10 (skipping files 2-9) This worked fine on a previous Batch with a similar action. Nothing is working correctly for this one. I have also tried using "Place Embedded" with the same result. The files are NEF files being saved to JPG. After the it finishes the action, the "Save As" menu opens.
    Adobe Photoshop Version: 2014.2.2 20141204.r.310 2014/12/04:23:59:59 CL 994532  x64
    Operating System: Windows 8.1 64-bit
    Message was edited by: Adam Jordan

    It is difficult to process different size image and add watermarks.  You stated your currently processing RAW Nef files.  RAW Files can have ACR setting saved for them which can size them differently. They can never have been processed with ACR so have not setting and will use your default setting for your camera. ACR also remembers your  last used  workflow setting which can change document size.  In your Action I see you using Place which has some setting for the place transform.  However I see no step before the the place to handle document size.  So the place step will work differently on different size documents. The Place is followed by a move and then a second place and move.  You then flatten and save which is not necessary Saving a jpeg from a layered document will save a flat jpeg.  Quality 12 is also overkill.
    This action may work well on a particular size document with the same aspect ratio and orientation but will fail on others.
    Crafting Actions Package UPDATED Aug 10, 2014 Added Conditional Action steps to Action Palette Tips.
    Action Actions Palette Tips.txt
    Action Creation Guidelines.txt
    Action Dealing with Image Size.txt
    Action Enhanced via Scripted Photoshop Functions.txt
    CraftedActions.atn Sample Action set includes an example Watermarking action
    Sample Actions.txt Photoshop CraftedActions set saved as a text file.
    More then a dozen Scripts for use in actions
    Download

  • Audio issue with A605, RE: Input/mic monitor

    I recently purchased a Portege A605-200, with Realtek HD audio and Vista.
    Trying to solve a problem that I've found, in my several days of research, seems quite common with Realtek.  Simply, I cannot monitor my microphone input, realtime, through my headset or onboard speakers.  I can record fine, I just can't hear my voice, as you would be able to in any studio recording environment. This is a feature I need desperately, due to conference call recordings I make, via Skype, and realtime backup recordings I must make to Mini Disk.
    Many solutions I've seen on the net require a registry edit, but I've not found one that works for me.  Not afraid of the registry, just can't find the right edit.
    Things get bleaker as I quote a Realtek technician (level one?) who wrote after several emails back-and-forth:  "I'm sorry. The Microphone A-A Path function had been removed from your system . This is TOSHIBA requirement . So, you can not hear the microphone sound immediately.  Best regards, PC-Tech AT ."
    And I'm wondering "What the heck is the 'A-A Path function'"?  Hardware/wiring issue?  Software?  Something to do with preventing feedback due to the onboard mic and speakers?   Registry edit solution?  Vista issue (never happened with XP)?  Heck if I know.
    I'm at a total loss and quite weary. I'm considering buying a Cakewalk Roland UA-1G USB Audio Interface or some other audio interface to replace the onboard audio.  What else can I do?
    Would NEVER have bought this computer had I suspected it would be impossible to record and monitor the mic input, as I have been able to do with every other computer I've ever had.  I'm just praying somebody can save me some grief and money and provide a solution or suggestion. 
    Thanks much for reading this.
    Rick L.
    PS  Updated the bios and loaded up the latest drivers from Realtek and Vista SP2.  No luck.

    No, I am using my Roland VS 1680. I am inputting audio from this recording unit to final cut using firewire. I can see the volume meter reading the input signal and when I capture, I actually record it onto final cut. Playback after capture is fine.
    The issue is that I am unable to preview my audio stream through the speakers. I have gone to preferences on the apple menu checked off my input as firewire and output as built in audio.
    I have noticed in my LOG AND CAPTURE screen (clip settings) the PREVIEW box is dark and not allowing me to check this off. I am assuming this might be why I cant preview audio.

  • Quality Certificate Issue with multiple batchs with same delivery note

    Hi,
    Hi,
    My Company Business Process:
    Quality certificates are generated prior to the good receipt through IDOC process.
    When we  receive the goods, GR should look for existing quality certificates and trasnfer the inspection results to inspection lot.
    When we are trying to receive for single batch & delivery note, It is looking for existing quality certificates. There is no problem in this senario.
    But when we receive the multiple batchs with the same delivery note, system is generating new quality certificates. It is not looking for existing QC which got generated through IDOC process. This is the actual proble.
    Note: I am not sure is standard SAP does not supprot  to receive the multiple batchs with the same delivery note or not at the time of GR. Please advise me.
    Thanks,
    Suman

    In data origin in certificate profile SAP supports " mix the origins within a characteristic. For example, the results data can originate from an inspection and the specification data can originate from batch determination."
    Now here question arises Is batch determination of one batch or multiple bacthes took place against a single delivery note.
    As per my understnading it should be one batch with is supported in std SAP.

Maybe you are looking for

  • Windows 7 + Boot camp 2.0 / Leopard

    Hi I bought windows 7 32 bit the other day and installed it on my early macbook 13" alu with leopard and boot camp 2.0. It works almost perfectly but after installing I was told I couldn't install the boot camp drivers from the Leopard DVD and the gu

  • Siri stopped reading my text messages

    A few weeks ago, Siri stopped reading me my text messages. I used to always be able to say, "read me my last text message" and Siri would promptly read it to me, ask me if I wanted to respond, then let me respond by voice as well. I was on iOS 7 and

  • Warp Stabilizer through After Effects Dynamic Link Locks up in CS6

    Hey Gang, I've been using Warp Stabilizer through dynamic link in CS5.5 without issues.  However, when I go through dynamic link into AE, then apply Warp Stabilizer, AE locks up? I can apply any other effects through this path in AE without issue, bu

  • InDesignCC Keyboard shortcuts, both default and customized, don't work, or work sporadically

    It seems like I'm not the only person having these problems, but I thought it was worthwhile to share my experience to see how many others are having the same issues. I have several customized quick keys set up in InDesignCC, along with the default k

  • Fixing this TRIGGER Syntax

    I am practicing Triggers in SQL Server 2012.  Please help me correct this Trigger Syntax for this practice question below.  Build a trigger on the emp table after insert that adds a record into the emp_History table and marks IsActive column to 1 CRE