Transaction FD02 / BP update unregistered

updates via FD02 are not visible from the BP transaction
(but changes are visible via BP share FD02)

hi
try this bapi BAPI_CUSTOMER_CHANGEFROMDATA1
hope this helps
regards
Aakash Banga

Similar Messages

  • Transaction FD02:Viewing customer created by Idoc DEBMAS06

    Hi eveyone,
    I am currently working on Inbound Idocs IDOC_INPUT_DEBITOR and i want to create new customers through the transaction WE19.I'm using only the following segments:E1KNA1M,E1KNB1M,E1KNB5M,E1KNBKM.
    Basic Type:DEBMAS06
    For example we are populating the segment E1KNB5M as follows:
    Function :009
    Dunning Area :Z0
    Dunning Procedure :0003
    The customer gets created and we can verify that through the transaction WE02.The table KNB5 is also updated.
    However when we go to the transaction FD02 and enter the customer and company code, and click on the Correspondance tab, the dunning procedure field is empty.We can not the details of the table KNB5 on the screen.
    Can you please explain me why is this so ?(Points will be rewarded for your useful answers)

    If there is any coding done by the developer then please check the coding ..
    Also pass E1KNB5M two times..
    Function :009
    Dunning Procedure :0003
    Function :009
    Dunning Area :Z0
    Dunning Procedure :0003
    Regards

  • Transactional publication with updatable subscriptions

    Which system table stored the information of Transactional publication with updatable subscriptions? I would like to check if any publication is using. Thanks

    As Hilary Cotter and Prasharith mentioned above the syspublications view
    exposes publication information and ofcourse this view is stored in the distribution database.
    --To obtain information about Publish Database use this
    SELECT
    * FROM sysarticles
    SELECT
    * FROM syspublications
    --To obtain information about Distribution DataBase
    UseDistribution
    GO
    SELECT
    * FROM distribution..mspublications
    --To obtain information about SubscriberDataBase
    USESubscriptionDatabase
    SELECT
    * FROM MSsubscriptions
    SELECT
    * FROM MSsubscriber_info
    The one i have listed below are DMV’s for Replication, you can try whichever works for you to reterive publication information as well
    /*sys.dm_repl_articles-- holds information about each article being published. It returns data from the database being published and returns a row for
    each object being published in each article. */
            select
    * from
    sys.dm_repl_articles
     /*sys.dm_repl_schemas-- has information about each table and column being published. It returns data from the database being published
    and returns one row for each column in each object being published. */
            select
    * from
    sys.dm_repl_schemas
    /*sys.dm_repl_tranhash--holds information about the hashing of transactions. The syntax is as follows:*/
            select
    * from
    sys.dm_repl_tranhash
    /*sys.dm_repl_traninfo-- revels information about each transaction in a transactional replication. */
            select
    * from
    sys.dm_repl_traninfo

  • Transaction for Mass Update

    Hi,
    Can anyone List out some Standard SAP transactions that are doing mass update.
    Means Transactions which are updating a range of records in single shot. Instead of doing it one by one.
    I need to create a Mass update for Material. What MM02 do for a single material, I need to do for a range of materials.
    I know some Transactions like XD99, MM17 and MASS. But I need some more names from you.
    Points will be rewarded .
    Regards,
    Paliwal

    hi,
    check these.
    CO44  Mass processing of orders
    F.80  Mass Reversal of Documents
    FOFO  Mass release
    FOVX  Mass Processing of Offers
    IMAM  Mass maintenance of approp.requests
    KE55  Mass Maintenance PrCtr Master Data
    SU10  User Mass Maintenance
    XD99  Customer master mass maintenance
    XK99  Mass maintenance, vendor master.
    <removed by moderator>
    Edited by: Mike Pokraka on Aug 4, 2008 11:26 AM

  • Noncovergence in transactional replication with updatable subscription

    Hello all, 
    I have a Transactional replication with updatable subscription setup having 1 publisher and 3 subscribers. All the servers are SQL 2008 and have conflict resolution
    policy set as subscriber wins. Of late, I have been observing data mismatch for few tables. Some tables have records but their column values doesn't match. Some records are there on one subscriber but missing on publisher and other subscribers. However replication
    is running fine without any issue. I am trying to understand what could have caused this issue and how it could be avoided in future. 
    Do you guys have any idea what might be causing this and how to fix this?
    Let me know if you need any further details. 
    FYI: There is no filter defined for any articles in replication.
    Thanks, 
    Nainesh.

    If these problem rows do not show up as conflicts you will need to create audit tables and triggers to determine why these rows are not being picked up for replication.
    looking for a book on SQL Server 2008 Administration?
    http://www.amazon.com/Microsoft-Server-2008-Management-Administration/dp/067233044X looking for a book on SQL Server 2008 Full-Text Search?
    http://www.amazon.com/Pro-Full-Text-Search-Server-2008/dp/1430215941

  • Cannot see Transaction replication with updatable subscription in new publication wizard-sqlserver 2005 standard edition

    Folks,
    I am planning to implement transactional replication with updatable subscription between two sql2005 Instance .I am surprised that i cold see this type of replication in the new publication wizard in the source server instead i see peer-to-peer replication.
    Could you please help me in understanding how to setup  transactional replication with updatable subscription in sqlserver 2005 standard edition.
    Thanks.

    Hi soories,
    In addition to Ashwin’s post, peer-to-peer replication is available only in SQL Server 2005 Enterprise Edition. Please
    execute ‘Select @@version’ in SQL Server to verify the version and edition of your SQL Server instance.
    Also if you cannot see the option “Transaction replication with updatable subscription” in New Publication Wizard, you can use T-SQL to achieve this requirement.
    How to: Create an Updatable Subscription to a Transactional Publication (Replication Transact-SQL Programming)
    https://technet.microsoft.com/en-us/library/ms146922(v=sql.90).aspx
    Thanks,
    Lydia Zhang
    Lydia Zhang
    TechNet Community Support

  • Transaction to Mass Update Header and Item text in Purchase Order

    Dear All
    Whether any Transaction in SAP to mass update the Header and Item text in Purchase Order.
    One Single Text For Ex :" This is a Dummy PO" .
    This text needs to be updated in large number of POs.
    Please let me know your views
    Reg
    Shyam

    Hi Shyam,
    You can make use of BAPI_PO_CHANGE for this. See the documentation of this BAPI in SE37 for more information.
    "You can transfer header and item texts in the PoTextHeader and PoTextItem tables. You import texts
    for services in the PoServicesText table. Texts can only be replaced complete."
    Regards,
    Purnima.

  • Which table Transaction KP26 is Updating

    Which Table is getting updated when data in transaction KP26 is saved .
    <removed_by_moderator>

    Use transaction ST05 to trace the SQL access of SAP.
    ST05 - Trace On - Start KP26 - Trace off - Display trace
    Good luck
    Fred

  • RCV transaction processor not updating quantity delivered for requisitions

    We are converting PO receiving transactions using PO details for each transaction. Each PO is having requisition(s) attached to it. Open interface program is not updating quantity delivered for requisitions attached to it but transactions get created successfully.
    However, from iprocurement if we receive the items for requisitions it is updating the quantity delivered column.
    Are we missing something??

    Hi,
    If you enter the receipt manually in Forms (not in iProcurement) referencing the Purchase Order, is it than behaving the same as the converted receipts?
    Regards,
    Marcel

  • DML,Transactions and index updates

    Hi,
    Its known adding indexes slows down the DML on the table. i.e. every time table data changes, the index has to be recalculated. What i am trying to understand is whether the index is recalculated as soon as oracle sees the change?
    To elaborate, lets say i have a table abc with 4 columns, column1, column2, column3 and column4. I have two indexes; one unique on column1 and another non unique index on column2.
    So when i am trying to update column4, which is not indexed, will there be any transactional data generated for this operation? Will it be generated if i am updating column2 ( with non-unique index) ?
    What i am interested to know is how transactions boundaries impact the calculation of index. Will oracle always generate transactional entries and recalculate affected indexes even before the transaction is committed and the data change is made permanent ?

    user9356129 wrote:
    Hi,
    Its known adding indexes slows down the DML on the table. i.e. every time table data changes, the index has to be recalculated. Yes, but only when involved (i.e. indexed) columns are changed.
    And, indexes are not "recalculated". Assuming the index is of type B-tree (by farout the most commonly used type), then the "B-tree is maintained". How that's done can be found in elementary computer science materials which you can probably find using Google.
    What i am trying to understand is whether the index is recalculated as soon as oracle sees the change?
    To elaborate, lets say i have a table abc with 4 columns, column1, column2, column3 and column4. I have two indexes; one unique on column1 and another non unique index on column2.
    So when i am trying to update column4, which is not indexed, will there be any transactional data generated for this operation?You'll need to clarify what you mean by "transactional data". But in this case the block(s) that hold(s) the table row(s) of which you have updated column4, will be changed, in memory, to reflect your update. And as column4 is not involved in any index, no index blocks will be changed.
    Will it be generated if i am updating column2 ( with non-unique index) ?In this case not only table-blocks will be changed to reflect your update, but also index-blocks (that hold B-tree information) will be changed (in memory).
    >
    What i am interested to know is how transactions boundaries impact the calculation of index. Will oracle always generate transactional entries and recalculate affected indexes even before the transaction is committed and the data change is made permanent ?Yes (to the part following 'and' of the latter sentence. I don't know what you mean by "transactional entries").
    Toon

  • Transaction replication DML [update] operation not allowing

    We are configuration the transaction replication from production to DR site, while I am trying to perform the DML [update] operation in publication database, DML [update] operation not allowing.
    Note: How we can perform DML [update]  operation in publication database. 

    Hi MSDN_12345,
    According to your description, after configuring 
    SQL Server transaction replication between  two different Servers successfully. We can execute the update commands on Publisher Server. In theory, after updating the publication database, we also sync the data to the subscription database.
    For more information, see:
    http://msdn.microsoft.com/en-us/library/ms152754.aspx
    So as other post, please post more details for analysis.
    If the update command was not allowed to perform, we need to verify if your account has the related permission on the publication table, such as update permission, select permission and so on. Usually, the members of the sysadmin fixed server
    role, the db_owner and db_datawriter fixed database roles, have update permissions.
    Regards,
     Sofiya Li
    Sofiya Li
    TechNet Community Support

  • Transaction for displaying update parameters in SIS

    I need to find what the periodicity or period unit is for an info structure that we created in-house.  I know there is a screen that is labeled: Updating - Sales and Distribution: Info Structures.  However, I cannot find it in IMG.  Does anyone know what this transaction is?

    Hi Glen,
    Have you looked transaction OMO1?
    Path: SPRO -> Logistics – General -> Logistics Information System (LIS) -> Logistics Data Warehouse -> Updating -> Updating Control -> Activate Update.
    Hope this will help.
    Regards,
    Ferry Lianto

  • Using datasources: How to manage transactions when perform. update/insert?

    I've been trying to find information on how datasources manage transacctions but I've been unable to find much information. I've read that for XA datasources you dont have to commit, save and rollback manually, but how are transactions managed for non-XA datasouces?+ I've only seen examples with select statements, such as in the example on this page [this page|http://developers.sun.com/jscreator/reference/techart/2/jdbc.html], but I've never seen a working example with insert and updates.
    Can anyone point me to some examples?*
    Also, when I use the DriverManager instead of the DataSource for doing updates/inserts I use the setTransactionIsolation(Connection.TRANSACTION_SERIALIZABLE) method. Can that be used with datasources?+
    Thank you <img class="emoticon" src="images/emoticons/laugh.gif" border="0" alt="" />

    If you are using a connection pool, how are you guaranteeing that you are using the same connection throughout the same application? Look at the following:
    1) You grab a connection from the pool
    2) You call procedure A
    3) You call procedure B and issue rollback in procedure
    4) You call procedure C
    5) You close your connection
    Are you saying you made changes in procedure A and when you issued a hard rollback in procedure B, the changes in A were not rolled back?
    I'm guessing the problem is that you are not issuing your statements using the same connection.

  • Transaction code to update sales order configuration

    Hi All
    Is there any transaction code (other than va01/va02) to update the item configuration details of a sales order
    thanks
    Ravindra Suvarna

    Hi!
    Anyway you can develop custom one based on BAPI_SALESORDER_CHANGE.
    Regards,
    Maxim.

  • Purchasing Receiving Transactions DFF Data updated Requirment Receipt

    Hi,
    Functional Analyst created a DFF in Purchasing (Receiving Transactions) to record Volumn.
    I have a requirment to update values into the field, how can I update that field using API or custom procedure.
    Is there any API I can use?
    FORM Name: RCVRCVRC
    Table Name:rcv_transactions
    Column need to updated : ATTRIBUTE9
    Thanks
    Edmonton

    There is no functionality to update RCV_TRANSACTIONS, each transaction creates a new row (never does the oracle update a record). IF you are 100% sure attribute9 is setup for Receiving Transactions, than you can write a custom program to update RCV_TRANSACTIONS.attribute9.
    Thanks
    ASIM

Maybe you are looking for