Update Supplier / Vendor name using InterfaceTables / Concurrent programs

Hi there,
Is there a way to update the suppliers or vendor Name?
I am using interface tables with concurrent programs to import data in EBS.
Can I update data using the same procedure? i.e by using Interface Tables and Concurrent program? what happens if one of the supplier changed it's name? What do I need to call for the update?
Thanks for any help
Regards,
Stefan

Duplicate thread? -- Re: Interface tables and cocurrent programes : updating vendor

Similar Messages

  • VAT GL or withhold tax GL text (SGTXT) will be update by Vendor name automatically during posting data

    Hi,
    When i will execute T.code FB60 for vendor AP generate purpose then VAT GL or Withhold tax GL text (SGTXT) will be update by Vendor name automatically. Anybody there , who can help me? 
    Best Regards,
    Tariq Russel.

    Hi Tariq
    We had the same requirement and we achieved through Substitution at Complete Doc level using User Exit
    You can also achieve through BTE 1120
    Br. Ajay M

  • Vendors name using t-code CJI3.

    Hi, is it possible to view the vendor name using t-code CJI3  ?
    Thanx.
    Priya Bhat

    Hi,
    You can have BI in only one client since its tables are cross-client.
    You make client 900 as BI client, then client 001 will no longer be the BI Client.
    hope it helps.
    regards,
    Pruthvi R

  • Setting profile option values using Java Concurrent Program

    Hi,
    I have a java concurrent program in which i am trying to update a profile option which is enabled only at site level, but the values are not getting committed once the CP completes.
    1. I am using CpContext.getProfileStore().SetProfile(<name>,<value>) to set the value.
    2. I am printing CpContext.getProfileStore().getProfile(<name>) in the same run and this works.
    3. BUt once the CP completes, the values are gone. Seems we have to issue a commit.
    3. So i used CpContext.getJDBCConnection().commit; Even this doesn't commit.
    Pls. suggest. Has anyone used these APIs to update profile options?
    Thanks,
    Suresh.

    I am not not a java expert, but pl see if MOS Docs 305710.1 (A SAMPLE JAVA CONCURRENT PROGRAM) and 827563.1 (How To Create a Java Concurrent Program?) can help
    HTH
    Srini

  • Text field update with Vendor Account using APP F110

    Hi,
    If we want to populate vendor code and vendor name in text field of each payment line item while executing Automatic Payment Program, is it possible?
    What configuration changes needs to be done?
    I have tried the Substitution at the Complete Document Level but the system is not updating the doc.

    Hi
    transaction GGb1
    New entries - Company code, Line item, Enter a Name
    Environment - Substitution - Create yes
    Select your substitution name - Select create step on top
    Select 'Field assignment' - Text field
    Prerequisite - Transaction code = Constant "F110"
    Substitution - Text = LIFNR
    Activation of subtitution is done in making the Acctivation = 1 and Call up point = 2.
    Note : In the Payment Document the Bank account line items is showing Auto. created

  • Using one concurrent program loading 85 files to different tables

    I am looking to see if there is a way I can have one concurrent program and one control file to load all 85 files to 85 different tables at once. I really am hoping I don't have to write 85 different control files and 85 different concurrent programs. Can someone point me into the right direction or send examples. Thanks

    Hi,
    it is diffucul to imagine t ohave the same software to do 85 different things w/o writing 85 different procedures :)
    From my point of view, without defining all the details I'll do taht way:
    1) Standardize the file names pertient to the target tables, as source and control file (ex. table MYTABLE001, source mytable001.dat, control mytable001.ctl)
    2) Define a standard during the file production (ex. all fileds separated by comma and the field in the same format and order of the columns of the target table)
    3) write a shell script that scans the directory. match the *.dat files relative to yr patterns and execute a sql script that spools over a control file generated reading the Oracle dictionary informations about the table identified by the file). The shell should execute SQL*Loader or DataPump to load the file and check for correct result on, if necessary, historize the processed file or do anything U want like email supervisor and so on....
    U move the time spent to write 85 ctl and sh script to a more challenging (and complex) solution...
    Bye Max

  • Temporary table used in concurrent program

    Hi,
    I want temporary table information which stores the concurrent program information.
    Thanks

    One possible Solution is to include Request Monitoring to ur OA Page which is similar SRS Oracle Form, second thing is you need to show in OAF page there could be multiple approaches to this:
    1. Download Log file to client machine: article ia available on Mukul's Blog to download file from Server to client machine.
    2. Read the log file and display its content in multi line Text BOx.
    Regards,
    Reetesh Sharma.

  • How to find out the script name used in driver program

    Hi Folks ,
                 I want to find out the Scripts(print program) used in my driver pogram .
    How is it possible any Tcode availble for this ?
    Thanks ,
    Jaga.D

    Hi Jagadish,
    Go to transaction SE38 and open the program RSNAST00. There search for the subroutine TNAPR_LESEN.
    Set a break point at that subroutine and leave. When printing the data from a transaction to a script or form (Like VA01 or VL02N), debugger is started when the processing reaches the subroutine in RSNAST00. There double click on the field TNAPR-FONAM. continue step-by-step execution. The field will display the name of the script or form that is currently being used.
    Another way to do this is to go to transaction NACE and check the transaction for which you want to find out the script. There you will find the script and print program that have been set for a particular transaction.

  • Finding a Script Name used in System Program

    Hello Friends,
    Is there any way by which we can find the name of SAP Script used in any
    perticular System program.
    If yes please tell me,
    Thanks in advance..... ...

    Hi,
    You can check via transaction NACE or check table TNAPR.
    Regards,
    Ferry Lianto

  • UPDATING SUPPLIERS in R12 using APIs

    Hi ,
    For Updating the Existing Customers/sites,we have the following APIs
    AP_PO_VENDORS_APIS_PKG.update_vendor,
    AP_PO_VENDORS_APIS_PKG.update_vendor_site
    In R12 ,API "AP_PO_VENDORS_APIS_PKG" is missing.Can anybody tell me what relpaced this API in R12?
    Thanks,
    Narasimha.

    R12 has an Open interface program
    Supplier Open Interface Import
    loaded via interface table AP_SUPPLIERS_INT.
    Supplier Sites Open Interface Import
    loaded via interface table AP_SUPPLIER_SITES_INT
    Supplier Site Contacts Open Interface Import
    loadec via table AP_SUP_SITE_CONTACT_INT

  • Updating a persons name using toplink uow

    Hi,
    I am having problems updating the name of a PERSON. I am using Toplink with a SessionBeanFacade.
    I am using a Backing Bean, which is calling the Session Bean Facade. I was debugging the code and the strange thing is: I can see the updated name in the entity and in the uow, but after uow.commit the updated name isn't in the database. Why won't the values from the uow persist?
    SESSION BEAN FACADE
      public Object mergeEntity(Object entity) {
        UnitOfWork uow = getSessionFactory().acquireUnitOfWork();
        Object workingCopy = uow.readObject(entity);
        if (workingCopy == null)
          throw new RuntimeException("Could not find entity to update");
        uow.deepMergeClone(entity);
        uow.commit();
        return workingCopy;
    BACKING BEAN
      public void recoverBusinesspartner(ActionEvent actionEvent) {
        DCBindingContainer dcBind = (DCBindingContainer)getBindings();
        DCIteratorBinding iterBind = (DCIteratorBinding)dcBind.get("personIterator");
        iterBind.getCurrentRow().setAttribute("name", "Bodhy");
        dcBind.getOperationBinding("mergeEntity").execute();
      }Thank you
    Bodhy
    Edited by: Bodhy on 30.09.2008 06:02
    P.S. I don't get any errors or some other message in my log. I am using JDeveloper 11g TP3

    Hello,
    Glad you found the problem. As I mentioned in my previous post, you should not be modifying objects from the session cache. When you do any sort of query on a session other than a UnitOfWork, the objects returned exist in the shared session cache. When you register an object, the state of the object is pulled from the session cache and used for a comparison - TopLink will think that is the state the database is in.
    This is why Detach resolves the issue- it makes a copy of the object so that changes to it do not get put into the cached copy.
    I would recommend looking at:
    http://www.oracle.com/technology/products/ias/toplink/doc/1013/main/_html/cachun001.htm
    and
    http://www.oracle.com/technology/products/ias/toplink/technical/unitOfWorkWP.pdf
    to see how caching and the UOW work in TopLink
    Best Regards,
    Chris

  • FNDLOAD fail update parameter's value set in concurrent program

    I am try to update 1 parameter's value set from one enviorment to other using the following script but that parameter is still using old value set:
    FNDLOAD apps1/xxx 0 Y DOWNLOAD $FND_TOP/patch/115/import/xx_afcpprog.lct XXPN_PTLAIO.ldt PROGRAM APPLICATION_SHORT_NAME="XXPN" CONCURRENT_PROGRAM_NAME="XXPN_PTLAIO"
    FNDLOAD apps2/xxx 0 Y UPLOAD $FND_TOP/patch/115/import/xx_afcpprog.lct XXPN_PTOLAO.ldt
    Is there a situation parameter cannot be updated?
    Or should i use afffload.lct to load?
    My machine version:
    RDBMS : 11.1.0.7.0
    Oracle Applications : 12.1.3
    Edited by: 901005 on Apr 19, 2012 3:37 AM
    Edited by: 901005 on Apr 19, 2012 3:43 AM

    compare date and author of paramaters and value sets
    if date of parameter (or valueset) in ldt earlier than date of parameter (or valueset) in system than no update
    you can try to use CUSTOM_MODE=FORCE

  • Using Application Name twice while registering a Concurrent Program

    Hi,
    When we create a Concurrent PRogram,
    1) We first create an executable. In the executable screen, we give the name of the Application like Receivables, Payables etc.
    2) Next we Define the Concurrent program and attach the executable. Here also we give the Application Name like Receivables, Payables etc.
    Question is, when the executable already has information about the Application Name, then why do we have to give it again in the Concurrent Program Define Screen.
    Looking for a prompt response.
    Thanks
    Saurabh

    Hello Helios,
    I dont have any problem in creating a concurrent program or executable.
    I am just trying to understand the concept that why do we need to give the Application Name twice, one while Creating the Executable and one while define the Concurrent Program.
    Because if you look at the executable, we already have give the Application Name and then we attach this Execiutable to the Concurrent PRogram Defintiiion, then why again we give the Application name in the Concurrent PRogram Def Screen.
    Thanks
    Saurabh

  • Getting error while uploading workflow defination using concurrent program

    I have created a custom workflow. I am trying the upload in the testing instance using the concurrent program Workflow Definitions Loader in update mode.
    I am getting the following error log:
    Application Object Library: Version : 11.5.0
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    FNDWFLOAD module: Workflow Definitions Loader
    Current system time is 20-JAN-2010 09:42:06
    wferr:
    - 1602: Could not save.
    - 1400: Could not save to database. MODE=UPLOAD EFFDATE=<null>
    - 1406: Workflow definition contains unsupported feature, cannot be uploaded to this database.
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    Executing request completion options...
    Output is not being printed because:
    The print option has been disabled for this report.
    Finished executing request completion options.
    Concurrent request completed
    Current system time is 20-JAN-2010 09:42:07
    Oracle Workflow Definition Loader 2.6.4.0.
    Access level: 100, Mode: UPLOAD
    Unsupported type EVENT in attribute XXOWWIRC/EVENT_MESSAGE
    Unsupported type EVENT in activity XXOWWIRC/CANDIDATE_REGISTRATION
    Unsupported type EVENT in activity XXOWWIRC/CREATE_APPLICATION
    Unsupported type EVENT in activity XXOWWIRC/CREATE_IRC_ASG_STATUS
    Unsupported type EVENT in attribute IRC_GET_XML_VALUE/EVENT
    Unsupported type EVENT in attribute COMPAREEVENTPROPERTY/EVENT
    Unsupported type EVENT in attribute GETEVENTPROPERTY/EVENT
    Unsupported type EVENT in attribute SETEVENTPROPERTY/EVENT
    Unsupported type EXTJAVA in function WFSTD/XMLCOMPAREDATE
    Unsupported type EVENT in attribute XMLCOMPAREDATE/EVENT
    Unsupported type EXTJAVA in function WFSTD/XMLCOMPARENUMBER
    Unsupported type EVENT in attribute XMLCOMPARENUMBER/EVENT
    Unsupported type EXTJAVA in function WFSTD/XMLCOMPARETEXT
    Unsupported type EVENT in attribute XMLCOMPARETEXT/EVENT
    Unsupported type EXTJAVA in function WFSTD/XMLGETTAGVALUE
    Unsupported type EVENT in attribute XMLGETTAGVALUE/EVENT
    Unsupported type EXTJAVA in function WFSTD/XMLTRANSFORM
    Unsupported type EVENT in attribute XMLTRANSFORM/EVENT
    Unsupported type EVENT in attribute XMLTRANSFORM/NEWDOCUMENT
    Note : The same concurrent program is uploading this work flow without any error in the Development instance.
    Access level information is following:
    Acess Level : 100
    Check box Allow modification of customized object is not checked.
    For all the workflow entities access tab information is following:
    customization level : 100
    Access Level : 100
    Protection Level : 100
    Option Preserve customization is checked
    Option lock at this access level is checked.
    Please suggest
    Regards
    Devender Yadav

    Well - it shouldn't, but that doesn't mean that it won't make any difference :)
    If only one method doesn't work (and I must admit that I never use the concurrent program if I can avoid it), then the problem lies with the concurrent program. If none of the methods work, then there is a different problem.
    If you can deploy to one environment but not to another then I would also look at the differences between environments - patches, init.ora settings, profile options etc. to see where the difference lies.
    HTH,
    Matt
    WorkflowFAQ.com - the ONLY independent resource for Oracle Workflow development
    Alpha review chapters from my book "Developing With Oracle Workflow" are available via my website http://www.workflowfaq.com
    Have you read the blog at http://www.workflowfaq.com/blog ?
    WorkflowFAQ support forum: http://forum.workflowfaq.com

  • Update vendor name in oracle ebs r12

    Hi,
    I am using pos_vendor_pub_pkg.UPDATE_VENDOR API for update Vendor Name but it can not update it.
    Can I update vendor name using update command such as:  
    UPDATE ap_suppliers
    SET VENDOR_NAME = 'SUDIPTA ROY'
    WHERE segment1 ='1057145'
    Please suggest on this.
    Thanks,
    Nitin

    If the profile option HZ: Change Party Name is set to No the update to vendor name is not allowed.
    You will get the following error.
    Failed to update party: TCA: Return Status:E: Error : Organization name cannot be updated because the HZ: Change Party Name profile option is set to No.

Maybe you are looking for

  • Financial Statement Versions

    Hello , I was wondering if anybody had built a custom data source for reading the financial statement items .I do know that there is a DS called 0GLACCEXT_T011_HIER which is provided by SAP however this is already used and there is a situation where

  • Problems with freeTTS

    Hi all, I imagine this will be a simple one to solve, but unfortunately it has foxed me for a couple of hours. I have downloaded the freeTTS package and I have been trying out the demo's that are included. I can get them to run fine from the command

  • Grouping of Instances?

    Hi All, What Exactly is Sequence,Group,Container Instance,Container Island? is it possible to get the details of these from Command line. How to group Instances of Oracle 9iAS running in Various Machines Under one group?.(Please see the page 6-4 of O

  • Automated TR creation while release the Process Order

    I have to split the quantity into smaller units based on the 'LE quantity' before TR creation. In transaction LB03, there should be additional line items after the quantity split. I am using the EXIT 'EXIT_SAPLLCPP_001'. It is triggering during the t

  • HP ENVY Phoenix h9-1420t CT slows down 100x after 30 minutes of startup, requires constant reboot

    Windows 8, now Windows 8.1 does the same. After about 30 minutes everything is so slow. For example: at first start, start up Control Panel is less than 1 second. After 30 minutres, Control panel takes 1Min 45 seconds to open. A Internet Explorer sea