EBP PO Created by WF-BATCH

Hi,
  We are using SRM 5.5, ECC 6.0, ECS. The PO's created from SRM in ECC say that "EBP PO ##### Created by WF-BATCH", and probably for this reason, if I go in to create an invoice and search for the PO's I created I am unable to find them, whereas if I use Central Invoice entry, I can find them under created by (WF-BATCH).
So I saw these two OSS notes 988490 & 990767, and applied them but still my PO's are posted under WF-BATCH's name. Can someone tell me how to pass the requester's name in the PO to ECC?
Thanks in adavnce.
Sreedhar

Hi
Please refer to following SAP OSS notes.
Note 1023449 - Shop on behalf: PO creator set as requestor of shopping cart
Note 690147 - SRM-EBP-PD: Background user as creator of local order
Note 921531 - Background step in SRM workflow not executed under WF-BATCH
Incase these does not help, we can use any of the following BADIs to change theCreator name.
BBP_CREATE_BE_PO_NEW                                          Exit while creating a purchase order in the backend system  
BBP_CREATE_PO_BACK                                            OLD Exit while creating a PO in the backend system          
BBP_ECS_PO_OUT_BADI                                           ECS: PO Transfer to Logistics Backend                       
BBP_EXTLOCALPO_BADI                                           Control Extended Classic Scenario                           
BBP_GROUP_LOC_PO                                              Exit Grouping of Items for Local Purchase Orders           
Regards
- Atul

Similar Messages

  • Error when create a Payment Batch

    When I create a payment batch, I fill batch name as LIPPO_X123. then I entry bank account name "LIPPO Branch JKT1". But when I want to choose "Document" by clicking the list combo appear message "FRM40502:Oracle error : unable to read list of value"
    When I click "Details..." this message appears :
    FRM-40502: ORACLE error: unable to read list of values.
    ORA-01422: exact fetch returns more than requested number of rows
    ORA-06512: at "APPS.AP_AUTO_PAYMENT_PKG", line 679
    "

    Check Note: 234846.1 - APXPAWKB Errors With ORA-01422 ORA-06512 FRM-40502 When Creating A New Batch After Navigating To The Document Field
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=234846.1

  • How to create check in batch automatically after automatic payment program

    Hello
    SAP Experts i am getting a  issue
    how to create check in batch automatically after automatic payment program ( t code is f110)
    Thanks & Regards
    Narendra.G

    Hi Narendra,
    Please note the process below for cheque Printing:-
    1. The pre requisite for Cheque printing is you have used program RFFOUS_c/or the Z version of this program in FBZP and that you have maintained the form name in the field Form name for Payment medium in FBZP.
    2. You have a pre printed stationary on which you want to print and the Program & the form has been modified to print as per this.
    3. In F110, you must have assigned the Variant name, which would specify the cheque lot no. and this should exactly match with the current cheque no. in the pre printed stationary.
    4. Now, after all this setting, when you run Payment run in F110, then also only the Payment documents are posted but the cheque no.s are not updated in the Payment document no. nor the PAYR table is updated. It is only when you run the Print out tab, that a spool is created in SP01 for cheque printing as per the Payment documents.
    5. Then in SP01, you can print the spool on your pre printed stationary.
    This is the complete process of printing cheques from F110. Hope this helps..
    Regards,
    SAPFICO

  • Creating a simple batch job to run every month and perform a deletion

    dear all;
    This is just for learning purposes
    I have created a simple table below
    create table t1
      vid varchar2(30),
      quantity number(6,2),
      primary key (vid)
    insert into t1
        (vid, quantity)
    values
        ('G1', 2);
    insert into t1
        (vid, quantity)
    values
        ('G2', 3);
    insert into t1
        (vid, quantity)
    values
        ('G3', 0);Now, I would like to create a simple batch job, that runs every month which is used to delete all vid that has a quantity of 0...How do i go about doing that. I have searched the web but can't seems to find any useful info so far..
    Edited by: user13328581 on Sep 8, 2010 8:32 AM

    you are missing a semi-colon in your package procedure call inside your begin ... end.
    begin
      dbms_scheduler.create_job
        job_name => 'jobdeletezeroquantity'
        , program_name => 'PLSQL_BLOCK'
        , job_action => 'BEGIN mfg.testpkg.deletezeroquantity END;'             <-- missing semi-colon on mfg.testpkg.deletezeroquantity
        , start_date => systimestamp
        , repeat_interval => 'freq=monthly; byday = 1'
        , end_date => null
        , enabled => True
        , comments => 'used to run a delete procedure every month'
    end;should be:
    begin
      dbms_scheduler.create_job
        job_name => 'jobdeletezeroquantity'
        , program_name => 'PLSQL_BLOCK'
        , job_action => 'BEGIN mfg.testpkg.deletezeroquantity; END;'
        , start_date => systimestamp
        , repeat_interval => 'freq=monthly; byday = 1'
        , end_date => null
        , enabled => TRUE
        , comments => 'used to run a delete procedure every month'
    end;

  • How to understand Note1305698 creating new material batch masters data

    Hi, Expert:
    In note 1305698 have below description:
    When creating new material masters for materials subject to batch management and using
    classified batches, it is not possible to create the first batch record in the EWM system. This
    means that, for a material, the first batch is always created in the EWM system and must be
    transferred to the EWM system because this creates the connection between material and class.
    I confused by this statement.
    The first batch record should be created in which system, ERP or EWM?
    The first batch is always created in which system, ERP or EWM?
    BR.

    Hi,
    sorry, that is a typo in the english translation of the note. The original german says: "Dies bedeutet, dass zu einem Material die erste Charge jeweils immer auf ERP-Seite angelegt und an das EWM-System übertragen werden muss, da hierdurch die Verbindung zwischen Material und Klasse angelegt wird."
    (now translated from me): This means that, for a material, the first batch is always created in the ERP system and must be transferred to the EWM system because this creates the connection between material and class.
    I will ask for a correction.
    Best regards
    Juergen

  • How to create po through batch run

    Hi,
    how to create po through batch run (through background job)
    Prashanth

    Hi Prashanth ,
    Run the below program as a background job.
    Make sure that inforecord exists for all and automatic PO are ticked in Vendor and Material Master.
    Program : RM06BB30
    Create a suitable variant.
    Job Creation : Tcode : SM36
    Regards
    Ramesh Ch

  • Create FI payment batch error

    we are using BCM, we run F110, run id HET , date: 25.03.2014. payment list and payment order is generated, cross payment run
    we then run fbpm1, input run id HET and run date  25.03.2014 under "payment run" tab, it says:
    Program SAPFPAYM_MERGE: No records selected
    Message no. F0073
    Diagnosis
    The system did not find any data to be processed in the payment dataset.
    Procedure
    Check the selection criteria with which you started the payment medium program SAPFPAYM_MERGE and compare it with the payment list.
    why no batch created? thanks

    Check Note: 234846.1 - APXPAWKB Errors With ORA-01422 ORA-06512 FRM-40502 When Creating A New Batch After Navigating To The Document Field
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=234846.1

  • Create and approve batch record first. message: EBR015

    HI All,
                         when i am doing UD for Early inspection lot (04 inspection type) i getting the error message "create and approve batch record first. message: EBR015"
    PLEASE HELP ME,
    Regards,
    sbabu

    PLease refer:
    Short Text
    Create and approve batch record first
    Diagnosis
    You can only carry out the following functions for the batch you have selected when an approved batch record exists (see material master record, Work scheduling view):
    Making a usage decision for an inspection lot of origin Goods receipt from production
    Changing the batch status from Restricted to Unrestricted
    However, no batch record has been created for the batch you have selected. Therefore, the system does not carry out the function.
    Procedure
    Create and approve the batch record.
    For more information, see the SAP Library, section Basis Services / Communication Interfaces -> SAP ArchiveLink -> SAP ArchiveLink - Scenarios in Applications -> Storage Scenarios PP -> Optical Archiving of Batch Records (PP-PI).

  • Create shortcut via batch loader or other API

    Does anyone know whether it is possible (and if so, how) to create shortcuts via batch loader?
    If this is not possible, is there an API which could do this?
    I will need to create a lot of shortcuts, so am looking for a way to do this in bulk, i.e. programmatically.
    Thanks,
    -paul

    (Please excuse if there is any mistakes. this is my first post)
    If you are using the FDM's Task manager for the Batch loading, Just have a lookinto that Script whcih you have scheduled for the Batch process. you will find below row in the script.
    Set BATCHENG.PcolFiles = BATCHENG.fFileCollectionCreate(CStr(strDelimiter))
    BATCHENG.mFileCollectionProcess BATCHENG.PcolFiles, CLng(lngProcessLevel), ,CBool(blnAutoMapCorrect)
    Assume you are loading Sigle file from "OpenBatch" folderwhen ever scheduler executes the script. If so replace the above as below.
    Set BATCHENG.PcolFiles = BATCHENG.fFileCollectionCreate(CStr(strDelimiter), File1)
    BATCHENG.mFileCollectionProcess BATCHENG.PcolFiles, CLng(lngProcessLevel), ,CBool(blnAutoMapCorrect)
    Where File1 = Path for the file name to be loaded. So that file will not be moved from the "OpenBatch" folder. then you can append below VB script to the existing script to rename the file name.
    Set FSO1 = CreateObject("Scripting.FileSystemObject")
    Set File1= FSO1.GetFile("<File Path>")
    File1.move ("New path")
    Where "File Path" = FDM Directory\FDM Application\Inbox\Batches\Openbatch\1_LocationA_WLACTUALS_Nov-2009_RR.txt
    "New Path" = FDM Directory\FDM Application\Inbox\Batches\Openbatch\1_LocationB_WLACTUALS_Nov-2009_RR.txt
    and use the Batch processing script Again.
    Set BATCHENG.PcolFiles = BATCHENG.fFileCollectionCreate(CStr(strDelimiter), File2)
    BATCHENG.mFileCollectionProcess BATCHENG.PcolFiles, CLng(lngProcessLevel), ,CBool(blnAutoMapCorrect)
    Here File2 is the path for new file (LocationB.)
    So that, You can get the Single file from the Source system and you can load to two locations at a time with in the Single execution of the script. and Also make sure to write a script to copy the new file from "OpenBatch" folder to backup location like Inbox or as required as this script will not move the file from the "OpenBatch" directory. (Move script as same as mentioned above)
    Reply me if you have any doubts....

  • Create DN by batch for consignment SO

    Hi experts,
    is it possible to use VL10/VL10A/VL10BATCH to create DN by batch for consignment SO? How to do this?
    thanks,
    Colin

    Hello,
    from VL10C create a variant with the relevant selection criteria. Then follow the menu path "Program --> Execute in backgroundground job will be started.
    Then from SM37 you can copy the job and schedule it according to the required timing.
    Best regards,
    Andrea

  • Creating script in Batch Processing

    I am having issues creating a script in batch processing for any user, including the admin. The error is "Permission Denied - 70". I've rebooted servers, checked shared/NTFS permissions on the folder locations for the application. This is FDM 11.1.1.1, SS and HFM are 11.1.1.2.
    Not finding anything as of yet, and we really need this to work.
    Any help would be great!
    Thanks,
    --Ed                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Ed,
    This has to do with OS permissions ... not permissions inside the application.
    Please make sure that the user you are running the software as has full control of the NTFS FileShare.
    Thank you,

  • Create a new batch when doing a GR to a specific plant

    Hi Gurus,
    can you please help me by telling if there is any config which enables creation of a new batch whenever a GR is happenning for a specific plant.
    I don't want to take help of ABAP Programming, is there any existing config for the same in ECC?
    Regards,
    B.H.
    Edited by: mchowdhury on Feb 7, 2012 12:48 PM

    Hi,
    The below config will be useful to you , in combination of a user exit.I do not think so that there is a standard user exit , but a user exit with the code saying if the plant in the material is so and so and if the material is batch managed , take the number range from -
    spro---logistics general -
    batch management ---batch master -
    batch number assignmnet -
    configiure customer exists for number ranges
    the below is the sap write up.
    Configure Customer Exits for Intern. Batch Number Assignment
    You can use SAP enhancement SAPLV01Z for internal batch number assignment. This enhancement contains two function module exits that you can use to define number ranges or templates for batch numbers:
    EXIT_SAPLV01Z_001. You use this exit to replace the number range object and/or interval proposed by the system with your own number range object and/or interval.
    In addition, you can, for instance, stop the system from assigning an internal number depending on the material or plant. You can also use this exit to stop the dialog box from appearing.
    EXIT_SAPLV01Z_002. Using this exit, you can either change the number assigned by the system, or assign your own number.
    Further notes
    Both exits contain a communication structure with application data from the respective business transaction (plant or material type, for example).  If you need further information, such as the time, the user name or the date, you must include them yourself in one of the exits.The system always checks whether the assigned batch number already exists in the system. If it does, it terminates the function without assigning a batch number.
    Example
    In function module exit EXIT_SAPLV01Z_001, the system uses the material type to determine number range interval XY. This number range is then used to determine number 0000100123 as the next batch number .
    In function module exit  EXIT_SAPLV01Z_002, the final batch number 'ABCD100123' is determined from batch number 0000100123 and plant ABCD. The system suppresses the leading zeros.
    If you do not use a sequential counter for the batch number, you can skip internal number assignment in exit EXIT_SAPLV01Z_001 to specify your own batch number in exit EXIT_SAPLV01Z_002. Further information and examples for EXIT_SAPLV01Z_001 and EXIT_SAPLV01Z_002 Further information and examples for EXIT_SAPLV01Z_002
    Activities
    1. Implement the required enhancement.
    Either create a new project or use an existing one.
    2. Activate the project.
    Your enhancement works only after the project has been activated.
    Further notes
    As opposed to modifications, enhancements are release-insensitive as they are not made in the SAP standard version but in name ranges reserved for the customer.
    For more information on the general procedure for making enhancements, see the enhancement transaction under Utilities -> Online handbook.
    Each individual enhancement is documented and can be accessed by choosing SAP docu in the enhancement transaction.

  • API to created GL Recurring batches

    Hi,
    Currently in our implementation, we would need to migrate some recurring journal batches along with some formulas to our system.
    Is there a way, we can migrate it using the Oracle API's?? I found some below packages which inserts into the necessary tables.Are these the correct package?
    GL_RECURRING_BATCHES_PKG
    GL_RECURRING_HEADERS_PKG
    GL_RECURRING_LINES_PKG
    GL_RECURRING_RULES_PKG
    Is there a Oracle Interface program which can be used to achieve this just like the Journal Import?Or any alternate suggestions is appreciated?
    Thanks,
    Ashwini.

    Thank you.
    Next is error message.
    Material document cannot be processed
    Message no. M7130
    Diagnosis
    This material document was generated through the posting of a physical inventory document, a delivery via Shipping, or some other automatic movement (such as an order confirmation in PP or a usage decision in QM) and cannot be processed with this function.
    System Response
    In this transaction, the system can only cancel a material document if the latter was created using an Inventory Management transaction.
    Procedure
    Cancel the material document in the component that created the document.
    You can only reverse the goods movement created through the posting of a physical inventory document by carrying out a new physical inventory for the relevant material. You can reverse a delivery effected via Shipping using transaction VL09.

  • Problems retriving the asset created in a batch input using Abnan

    I created a batch input program that use the transaction ABNAN. I need to create a report with all the assets created and their respective documents in the batch input. However, that information is not given in the messages that are retrieve when the transaction is called. I use the following code:
      CALL TRANSACTION tcode USING bdcdata
                       MODE   call_mode
                       UPDATE update_mode
                       MESSAGES INTO messtab.
    At the end of this, messtab have a message id that correspond to this message:" text was saved".
    The asset number and the document # is given in a pop up message that appear when the person press save. This message is not included in the batch input.
    How can i get the asset created and its respective document?

    Hello Orlando
    Please refer to the ABAP documentation for "CALL TRANSACTION":
    CALL TRANSACTION 'ME21'  USING BDCTAB
                        MODE   'N'
                        UPDATE 'A'  " asynchronous !!!
                        MESSAGES INTO MESSTAB.
    CALL TRANSACTION 'ME21'  USING BDCTAB
                        MODE   'N'
                        UPDATE 'S'  " synchronous -> like COMMIT WORK AND WAIT
                        MESSAGES INTO MESSTAB.
    Regards
      Uwe

  • Creating a moasic-batch processing question?

    I 'volunteered' help to do a project for my daughter. For an
    elementary school fundraiser, she wants to create four moasics -- 11X17 images --
    one for each of four classes, with an 'Egyptian' theme -- at least one of the
    images being of the pyramids of Giza.
    The plan is this: several of the mommies will take their digital cameras to
    school this week, and take photos of the children, and then let the children
    snap away fill up the rest of the memory card. Assuming there are five
    mommies, and that each provides a hundred photos -- they're going to put them
    on CD's -- I could wind up with only 500 photos, and these moasic apps need
    tons more images.
    My 'plan', such as it is, is to take these photos and duplicate them as many
    times as necessary, and then change the color cast of some of the different
    batches, e.g. -- some with a 'blue' cast, some with a 'sand colored' cast, etc.
    The idea is, MacOSaiX will choose the blue for the sky, the sand for the sand,
    etc.
    Questions: Given a big enough HD, and using PSE 4, can I easily duplicate
    batches of the originals photos-- say 50 or a 100 at a time? Is there a
    'batch' commend/process that would let me do that?
    Ditto, changing the color -- can I apply the same color change to a large batch
    of photos at the same time?
    The PSE 4 Help seems to say I can 'batch process' all the files in selected
    folders, but it doesn't mention duplicating all the images in the folder. It
    does _seem to say that I could do the automatic 'color' adjustment.
    Any help/suggestions to 'improve' this plan would be most appreciated.
    Thanks,
    Hal

    That is what i ended up doing - basically batching up 100 items and then doing a service callout until all the items are processed (inside a pipeline pair). In this case I guess this works fine, but if this were a web service proxy instead of a MFL file proxy service it seems like the pattern is inefficient - I would do service callouts in the for each and aggregate the responses, then I'd need to call a service at the end (via a route) just to create a response (so it doesn't just echo the original request back). Or is there a better way?

Maybe you are looking for

  • CS5 or CS5.5?

    I have CS5 on my Mac laptop and my Imac at work. I was sent the upgrade to 5.5 but am not sure whether to load it. Two times I was sent a file from someone else asking for my design help and I am getting a missing plug in error when I try to open the

  • How to setup ADSL moden router and Airport Express 802.11n (1st Generation) to provide internet and airplay connections to multiple devices?

    I have a Netgear wireless ADSL modem router (wireless + four ethernet out ports)  that i'd like to connect to a 1st gen Airport Express to create a small home network to provide internet access for a MacBook, iPhone and Apple TV, and to provide Airpl

  • Exchange rate type - Reference Currency

    Dear all, Below is my case, I have maintain a reference currency (USD) for exchange rate type M. Therefore, the system can calculate the exchange rate e.g. from (EUR) to (AUD) through (USD). However, what if, there are some pair of currencies in type

  • Re-upgrading to Lion without paying for it?

    Recently my hard drive crashed (It had Lion installed on it.) Once I got a new hard drive, the software was at 10.6.8 instead of Lion. Is there anyway I can upgrade back to Lion without having to pay for it again? Thanks

  • Can Data Services take .gz (zipped) file

    Hello,  I am trying to figure to how to setup a Data Services job to process an .xml file that is stored in a .gz (zipped) file.   Can Data Services process .gz files?    I don't think it can.   I need to figure out how to unzip it in the job and pro