BCM , batch ID creation Problem,

Hi ,
I have a problem in creating the batch ID for payment run for a particular company code:
Scenario is as follows:
1. F110 and payment run- success
2.FBPM1, creating the merge date and merge ID but its not creating the Batch ID.
3.After FBPM1 , batch job created through program RBNK_PAYM_GRP_N_BATCH is showing status as success.
please advise how to solve the above the problem, here what I want  is to see the Batch ID in BNK_MONI or BNK_APP
Thanks in Advance,
Madhav

Hi
Whether all the configuration for BCM is in place?
If yes, check in BNK_MONIP for the status of the F110 run date and ID... Check if Merge Date and Merge ID is displayed.
Also check in SLG1 and SM37 for any error logs.
Let me know based on the above issues.
Regards
Srini

Similar Messages

  • Batch File Creation Problem CS5.5

    I am having an issue creating aep files on our farm using aerender in CS5.5.  We have a script that uses a template aep to generate a new file for various shots.  It works fine in CS4.  When I use the same script in CS5.5 it creates a file, but when you try to open it, it gives the following messages:
    After Effects warning: Reading past end of file
    After Effects error: strange situation [0/2].  (26 :: 84)
    At which point AE either crashes or leaves a blank file.
    However, if you try to import the same file, it works fine and everything appears as desired.
    If I run the same script through the CS5.5 UI (AfterFX.exe as opposed to aerender.exe) the file generated opens without issue.
    I also tried stripping out parts of the script to see if removing elements fixed the issue.  It did not - in fact I made a new script to try in batch mode that only saves a file.  This results in the the same
    After Effects warning: Reading past end of file
    but no errors, though I imagine that's because it's a blank project to begin with. 
    Here is the code for that script:
    function testBuild() {
        var saveMe = new File("//server/job/comp/dev/work/test/shot/file_test.aep");
        app.project.save(saveMe);
    We are using a slightly modified version of commandLineRenderer.jsx that allows extra flags to run pre-render scripts and submit without rendering.  I merged our custom edits with the version that ships with CS5.5 to ensure continuity.  Again, the script works in CS4 (even w/ the updated custom CS5.5 version of the commandLineRenderer.jsx).
    Here's the command that runs on the farm:
    aerender -s 1 -e 1  -norender -script //server/job/bin/dev/testBuild.jsx -command "testBuild()"  2>&1
    the -norender -script and -command flags were things we added to commandLineRenderer.jsx, -norender indicates not to render the project, -script gives the script to load and -command the command to run.
    The issue seems directly related to saving using aerender.exe in CS5.5 since everyting works correctly in CS4 and in the CS5.5 UI
    We are running Windows 7 64-bit.
    Thanks for any help you can provide!

    Hi Johny,
    I forgot to come back to this thread, sorry.
    So it seems that the save file in noui batch do not complete his job, in fact, when you save your file in aepx (xml file) you could see the change between a NOUI file and an UI file, there is 3 lines missing, near the end :
    </Fold>
    <wsns bdata="XXXX"/>
    <wsnm bdata="XXXXXXXX"/>
    <string>Standard</string>
    <fcid bdata="XXXXX"/>
    <LSIf>
    If you add those three line in your .aepx (at the right place) you can open your file in Ae without any problem (I do not know what it refers too and you should get your own figures, in place of XXX).
    Moreover, I tried too to contact adobe support, but even if you suceed to reach them, they will tell you that the problem come from your script, even if it's quite obvious that the save option for noui do not complete his job.
    Hope it will help you and other members,
    Best Regards.

  • How to Fetch Production ordr No in Batch no Creation table

    Hi experts
    One of our customer needs batch number need to be auto generated and this number should be Production order no.
    Only one rececipt from pdn will happen to one PO.
    I tried below query to fetch the value. But it is showing no results.
    SELECT T1.BaseRef FROM OIGN T0 inner join IGN1 T1 on T0.DocEntry = T1.DocEntry WHERE T1.BaseRef is not null and T0.DocNum = (SELECT Substring($[$-35.2.0],4,9))
    In this query 35.2.0 is Receipt from production number which is displaying in "Rows from Documents", in Batch set up (Batch no creation table).
    Thanks in Advance
    Unni

    Hi Mr.Nagarajan,
    Thanks for reply
    1) There will be only one receipt from production, against production order
    2) Items are managed by batch
    3) There will be only one batch no for receipt from production.
    While putting receipt from production entry, Batch no creation window will open. Here in Batch no field, user need production order Number need to be autofetched.
    I tried that for this thru formatted search.
    but as this is third window (1. PO, 2.Receipt from prdocution, 3 .Batch no creation) and receipt from production is also not saved in the system, system is showing "No results" for my query.
    Please help me here
    Regards
    Unnikrishnan

  • Duplicate Batch number creation during MIGO wrt PO

    Dear al SAP
    We have activated batch management at material level and set external number range. During MIGO say for the first line item, I have entered external batch number as 123. If I give the same batch number for the second line item of the same material code, system should throw an error message.
    Pls explain in detail SPRO setting required for this.

    In Logistics General -> Batch Management -> Creation of New Batches -> Define Batch Creation for Goods Movements select the option "E" Manual and check against external number range

  • Automatic Batch Number Creation

    Dear All,
      is it possible to create automatic batch number creation through DI API..? tell the me the solution to create Automatic batch number..
    Thanks in Advance

    Shankar,
    If you have SDK samples, you will be able to find the 04.SerialAndBatch sample that explains what you want.(usually located at \Program Files\SAP\SAP Business One SDK\Samples\COM DI\VB.NET\)
    still have doubts, post back.
    Binita

  • Batch Number creation through DIAPI

    Dear all,
         i tried batch number creation through DIAPI.. but its shows error message [WTR1.Whscode][Line:1],'No matching Records found(ODBC-2028)' any body helpme  in this regard..
    thanks in advance.. here i have attached my coding..
    Dim objLines As SAPbobsCOM.StockTransfer_Lines
            objForm = objAddOn.objApplication.Forms.Item(FormUID)
            Dim objStockTransfer As SAPbobsCOM.StockTransfer
            objStockTransfer =    objAddOn.objCompany.GetBusinessObjectSAPbobsCOM.BoObjectTypes.oStockTransfer)    
            objStockTransfer.DocDate = System.DateTime.Today
            objStockTransfer.TaxDate = System.DateTime.Today
            objStockTransfer.FromWarehouse = "01"
            objStockTransfer.PriceList = 1
            objStockTransfer.Lines.ItemCode = "B000001"
            objStockTransfer.Lines.Quantity = "1"
            objStockTransfer.Lines.WarehouseCode = "BAP"
            objStockTransfer.Lines.BatchNumbers.BatchNumber = "B10"
            objStockTransfer.Lines.BatchNumbers.Quantity = "1"
                  objStockTransfer.Lines.BatchNumbers.Add()
                If objStockTransfer.Add <> 0 Then
                objAddOn.objApplication.SetStatusBarMessage(objAddOn.objCompany.GetLastErrorDescription, SAPbouiCOM.BoMessageTime.bmt_Short, True)
                objAddOn.objApplication.MessageBox(objAddOn.objCompany.GetLastErrorDescription)
            Else
                objAddOn.objApplication.SetStatusBarMessage("Inventory Transfered Successfully", SAPbouiCOM.BoMessageTime.bmt_Short, False)
            End If
    With Regards
    G.shankar Ganesh

    Shankar,
    your code looks fine. just ensure that the warehouse code and batch you are specifying , do exist in owhs and oibt tables respectively, with the specified quantity. ( and the best way to check it is, try stock transfer from UI with the same parameters.)
    also, may be off topic, but, before specifying batch lines, you need to ensure that items are managed by batch or not )
    regards,
    Binita

  • BATCH CREATION PROBLEM

    Hi Experts,
                       I have a requirement  of creating a program which will create batch without using t-code  u2018MSC1Nu2019 and  at the same time user  should not be able to run the  T-code u2018MSC1Nu2019 .  So, I have used the Fn. Module u2018BAPI_BATCH_CREATEu2019 for this purpose .  But the problem is that, the user must have the authorization of the tcode u2018MSC1Nu2019 for using this Fn. Module .
                    Now, I want to know is there any way by which I can create batch programmatically without using u2018MSC1Nu2019 at the same time without giving authorization for the Tcode  MSC1N.
    Deb .

    Dear DaveL ,
                         To give the answer of your question , I have to explain the situation and background of such kind of program .
                         The users have the authority to create batch by u201CMSC1Nu2019 . But the problem is that , if user give any wrong data ( Batch Number ) in the 1st screen of u2018MSC1Nu2019  a wrong batch is created in sap which creating different kind of problems like batch booking, raw matrial booking etc. So we are trying to provide a customized program which will predict the next batch everytime user run this , so that user cannot put any wong batch. Thatu2019s the reason we are trying to give the users the authority of batch creation with our customized program, not with u2018MSC1Nu2019  . But the function module u2018BAPI_BATCH_CREATEu2019 cannot work without the authorization of u2018MSC1Nu2019 .
    So, pls make me know if there is any remedy of my problem
    DEB

  • Inbound Delivery Creation Problem with multiple batches

    I would appreciate if you can guide me if there is any BAPI or FM to create the inbound delivery (VL31N) with the multiple purchase orders and with the multiple batches for the materials.
    Regards
    Prasad

    TRY THIS ONE.
    BAPI_INB_DELIVERY_CONFIRM_DEC
    *& Report  ZZ_BAPI_OUTB_DELIVERY_CONF_DEC
    REPORT  ZZ_BAPI_OUTB_DELIVERY_CONF_DEC.
    data HEADER_DATA like BAPIOBDLVHDRCON.
    data HEADER_CONTROL like BAPIOBDLVHDRCTRLCON.
    data DELIVERY like BAPIOBDLVHDRCON-DELIV_NUMB.
    data HANDLING_UNIT_HEADER_CROSS type table of BAPIDLVHDUNHDR.
    data gs_HANDLING_UNIT_HEADER_CROSS type BAPIDLVHDUNHDR.
    data RETURN type table of BAPIRET2.
    parameters:
    * Delivery number
    p_deliv like BAPIOBDLVHDRCON-DELIV_NUMB default '0080015271',
    * External Handling Unit Identifikation
    p_hunr like BAPIDLVHDUNHDR-HDL_UNIT_EXID default '60000000000000000000',
    * Handling Unit Material Number
    p_humat like BAPIDLVHDUNHDR-SHIP_MAT default '000000000000002387'.
    * Work on clean data. Allways.
    clear:
    header_data,
    header_control,
    delivery,
    gs_HANDLING_UNIT_HEADER_CROSS.
    refresh:
    HANDLING_UNIT_HEADER_CROSS.
    * set data values
    header_data-DELIV_NUMB = p_deliv.
    header_control-DELIV_NUMB = p_deliv.
    delivery = p_deliv.
    gs_HANDLING_UNIT_HEADER_CROSS-DELIV_NUMB = p_deliv.
    gs_HANDLING_UNIT_HEADER_CROSS-HDL_UNIT_EXID = p_hunr.
    gs_HANDLING_UNIT_HEADER_CROSS-SHIP_MAT = p_humat.
    append
    gs_HANDLING_UNIT_HEADER_CROSS
    to
    HANDLING_UNIT_HEADER_CROSS.
    * Call Function
    CALL FUNCTION 'BAPI_OUTB_DELIVERY_CONFIRM_DEC'
      EXPORTING
        HEADER_DATA                      = header_data
        HEADER_CONTROL                   = header_control
        DELIVERY                         = p_deliv
      TABLES
        RETURN                           = return
        HANDLING_UNIT_HEADER_CROSS       = HANDLING_UNIT_HEADER_CROSS
    commit work.
    write: 'Finished'.
    Edited by: pradeepvonti kumar on Nov 19, 2009 5:46 PM
    Edited by: pradeepvonti kumar on Nov 19, 2009 5:48 PM

  • Process order creation problem

    I am creating a process order . while creating the process order system is throwing error as Auto batch numbering not set up for material type XXXX in plant xxxx . System is not allowing to create process order.
    How to resolve the issue.

    Check in CORW   and switch off batch creation  to isolate the problem if needed.   Also see whether you have any batch managed compoents   for which you have set master data for automatic batch determination.
    There is no setting for material types and plant for batch.  May be the error message is not correct.  What is the message number?

  • Batching pdf creation from printing to adobe print device

    Hi All,
    I have a unique problem.  We generate reports from our in house software. We were using an open source product called PDFCREATOR. That software would allow you to print to its icon under Printer and Faxes (in windows control panel) and you could delay the creation of PDF file. I could batch, say 3 printed reports to their 'batch monitor" and when I was done, I could create all 3 and then consolidate them into 1 PDF. Does Acrobat Professional offer a function like this? Ive done some research but can not find a similar funciton.
    Thanks,
    Kevin.

    Not directly, no - the Distiller virtual printer has no spooling capability but you can of course print a series of individual PDF files into a folder, then combine them into a single document using Acrobat - either using the right-click menu in Windows Explorer "Combine supported files in Acrobat" or the button on the Acrobat toolbar itself.

  • Database creation problem on Windows XP

    Hello Readers
    I have installed ORACLE Database Engine on windows XP.
    I am facing problem in database creation.
    I have tryed wizard as well as mannual method.
    in wizard at 90% it gives an error "END-OF-FILE ON COMMUNICATION CHANNEL"
    although CD drive is in CR Rom drive.
    Please help me ....
    Rashid Masood Ashraf
    email: [email protected]

    After going to the properties as you suggested:
    Right now the Obtain an IP address automatically is checked
    I need to check the Use the following IP address:
    What should I enter for
    IP address:
    Subnet mask:
    Default gateway:
    Please help.
    Edited by: Nel Marcus on Dec 2, 2008 3:49 PM

  • Remittance challan creation problem in Cross company code scenario.

    I made to Advance  payment to Cross comany code while posting time we deduct the TDS amount. at the time remiottance challan creation  i got bellow error.please help to me
    No unpaid tax lines exist for the given selection criteria.
    Message no. 8I702
    Diagnosis
    The corresponding withholding tax line  &1& is not present in WITH_ITEM table.
    System Response
    For withholding tax recovered from the vendor, tax line is present in table BSIS, but the corresponding entry is missing in table WITH_ITEM , which is necessary for challan updation. Check the entries.
    Procedure
    check entries in table WITH_ITEM for the open tax items chosen for clearing.
    Edited by: TEEGALA SATISH on Jun 15, 2010 5:43 PM

    Hi ...Actually i am getting same problem in challan creation.. Did you get any solution? ...

  • No New Batch number creation at the time of Material Transfer Movement(309)

    We are upgarding from 4.6C to ECC6.0. We have an issue in regards with the material movement type 309. At the time of creating the material tranfer using the same material as issuer and receiver, the same plant and storage location ( this process is used by the business to diferentiate batches).
    In 4.6C a new batch number is created automatically when 309 movement is posted; stock and characteristics transfered are allocated at the new batch created automatically.
    The same case in ECC6.0 does not create a new batch as done in 4.6C. We have looked for any SAP note or forum discussion without success.
    If anybody has an answer for this issue, let us know.

    As a matter of fact these configuration has been checked before, additionally we compare configuration at 4.6C and ECC6.0 and it is the same but the new batch creation (for this specific case) is working at 4.6C, not at ECC6.0.

  • Batch Management (ROH) - Problem

    Hi,
    We have activated Batch Management for Raw Materials.
    I have done the following Configurations for PP Module.
    1. Maintained Batch Mngt settings in ROH in MRP2, entry "3"
    2. Strategy Type in SPRO
    2. Search Procedure in OPLG
    3. Maintained Search procedure in OPL8
    4. Maintained Condition for that ROH in COB1
    Now the problem is :
    We have created 4 batches with some qty.
    1st Production order: The batch determination is taking place properly, and Batch 1 gets consumed.
    2nd Production order: The batch determination taking place properly, but the 1st Batch which has no qty. is being seen with EMPTY Field for QTY, and the Batch No. field is GREYED (non-editable).
    Question:
    Why the BLANK Batch is appearing, as because of which i am getting a error in costing "Consumption account cannot be determined", Area of responsibility as FINANCIAL ACCOUNTING.
    But why should the BLANK FIELD APPEAR ?
    please provide valuable inputs
    Thanks in advance,
    Harris

    Hello Brahmankar Sir,
    I checked up, but since the Costing error is coming in the production order itself, hence it is not allowing for the confirmation, and is getting terminated in the confirmation stage itself.
    One thing i came to know is that the BLANK field which is seen, when checked its Item Details, is showing as movement No. 531.
    What can be the reason for the same ?
    Requesting your kind input.
    Also the batch No. for the BLANK field Line item is seen as 1.
    Item  Component       Qty.                                                     Batch No.                Batch
    0010     R18                               EA     L     0010     0     100     1051                              1
    0010     R18                  10      EA     L     0010     0     100     1051        0000000004               2
    Requesting your kind inputs.
    Thanks and regards,
    Harris

  • New Excise Invoice Creation - Problem

    Hi All,
    I am facing problem in creation of Excise Invoice. I dont know the step by step process, can any one help me to get this ?
    Best Regards
    Chintesh Soni

    Hi Chintesh,
    if you are referring to a 100% tax invoice, please see note [887917|https://service.sap.com/sap/support/notes/887917] for 2 workarounds.
    All the best,
    Kerstin

Maybe you are looking for

  • IF statement in SQL*Plus - how to do it

    Hi, In SQL*Plus script, I would like to keep conditional checking (IF statement) and proceed. For example, whatever is done in PL/SQL block below, want to do the same in SQL*Plus script, I know partly it can be done using VARIABLE keyword, conditiona

  • I would like to copy my Contacts from Windows to my iPhone 5? How can I do it?

    Hi there I have recently bought an iphone 5 and I would like to update my Contacts to the iphone 5 from my Windows PC. There in the Contacts folder under my user account in VCARD format, I tried doing it with iTunes, while changing it in the Info tab

  • How do I move aps from one screen to another

    I just set up my new IPad and I'm trying to group my apps. I know how to create groups, but some of the apps for that group are on other screens and I can't figure out how to get them to the screen where my group is?

  • Problem in Automatic mail generation after shipment creation in vt01

    Hi All, In VT01 Automatic mail generation to  customer  whenver a new shipment is created & in from address user mail adderess is mentioned but in my requirements i have  to mention different mail id in user mail address. how can i do this? please gi

  • I can't change the ringtone of short messages (SMS) on my Q10 after OS update

    After OS update, the ringtone of my text messages changed, and I can't find any option to change it. I find alert options for several apps, phone, e-mail, etc. But short text messages is not available to change in the menu. I've deleted the original