Through Which Screen KNA1 Table updated

Hi Team,
I would like to know Tcode of that scrren Through Kna1 table is being update.
For Examle-
It's Not only case Of KNA1 table.  How to identify Tcode or screen through LFA1 table is being update.
What step should be follow to know this, or can identify through Dbug mode.
Regards
Mohammad Arif.  

KNA1 and LFA1 modifications generate Change Documents in the system. You can identify the "object" thru SCDO transaction or browse (SE16N) the table TCDOB. (e.g. objects DEBI and KRED)
Then browse change document header table (CDHDR) to identify related transactions.
Regards,
Raymond

Similar Messages

  • Which are the tables updated in SRM and R/3 System for SC created?

    Hi,
    I want to know which are the tables updated in SRM system and also in R/3 system, when a Shopping Cart is created. Also how do i get the PO number for the Shopping Cart created.
    Thanks.
    Regards.
    Rahul

    Hello Rahul,
    All list of tables for eg. SC You can find in transaction BBP_PD on SRM side.
    These tables are (SRM):
    - CRMD_ORDERADM_H - for Header (Business Transactions Header)
    - BBP_PDHGP - Business Transaction Purchasing Information
    - CRMD_ORDERADM_I - for Item - Business Transaction Item
    - BBP_PDIGP - Business transaction item-Purchasing information
    - BBP_PDBEI - Backend Specific Item Data
    On R/3 side:
    EBAN - purchase requisition
    EBKN - purch. req. account assignment
    Regards,
    Marcin Gajewski
    please reward points for helpful answer

  • How to know KNA1 is updated through any standard programs or Z programs

    Hi Gurus,
                       As we are near to Golive , we had a problem with updation of the KNA1 table .
    Can any one tell us through which program / transaction  we can know how the perticular table is Updated.
    Note: we are facing problem with Transpotatin Zone in Kna1.
    Thanks,
    Sudhakar

    You can do a Where used list for KNA1 and search in Program's...Then see which program is trying to update the KNA1.
    You may also need to consider some of the BAPI's used to update/Create Customer Master Data and you need to do Where used on these BAPI's also.
    BAPI for Customer Creation is 'BAPI_CUSTOMER_CREATE' ,'BAPI_CUSTOMER_CREATEFROMDATA1',
    Also try to search the Program's having BDC for XD01/XD02. For String Search you can use the program "RPR_ABAP_SOURCE_SCAN".
    In case you have a doubt on any program.....Activate the SQL Trace and then Run the Program...noe goto Trace and see which DataBAse Tables are hit and whether KNA1 is there in the list or not.

  • Table Updation through Workflow

    Hi All,
              I have a scenario in my project in which a workflow is to be triggered when an entry is made in a table.
    Now this workflow has to read some data from some tables and then update some other tables.
    My doubt is it possible through workflows to update the tables? If yes is it advisable.Also how will the
    updation happen? Should methods for updation will be written in BO methods? Or should a task be called
    which does the same.
    Please suggest,
    Saket.

    Hi Saket,
    Yes it is possible!
    To trigger workflow from table updates you can use table level events. Refer to
    Re: WorkFlow when Data is changed in Table or program
    Also you can update a table from a workflow. To do this, create an Activity step in workflow. In this, you can call a BO method. This BO method would store the code to update the database table required.
    Just take care of the bindings between the method -> task -> workflow container.
    Hope this helps!
    Regards,
    Saumya

  • Updating KNA1 table

    Hi all,
           There is a 'Z' field in the KNA1 table. Is there any BAPI/FM to update the Z field.
    Regards,
    Ved

    Hi,
    If you want to update the 'Z' field by using bapi function module then you have to use EXTENTIONS table in the bapi function module.In every bapi function module there is doucmentation how to use EXTENTIONS tables.If you go through these doucmentation the you will do this.
    Thanks,
    shyla

  • XD02 transaction to change the customer data for updating KNA1 table?

    Hi all,
    How can we use XD02 transaction to change the customer data for updating KNA1 table?
    Give the steps.
    Thanks in advance
    rk

    Hi KR,
    Why don't u use BDC to run XD02.
    With Regards,
    Zafar Ali

  • From which prgram the table TSTC is updated

    Hi all ,
    Can anybody know me from which program, the Table TSTC is updated where it stores all the transaction codes.
    Regards,
    Madhavi

    Tcode for maintaining Tcodes is SE93.
    Goto>SE93>System>Status>Program.
    Program Name:SAPLSEUK
      include lseuktop.      " Global Data
      include lseukuxx.      " Function Modules
    include lseuko01.
    include lseuki01.
    include lseukf01.
    include lseukf00.
    include lseuki00.
    Navigation Transaktion
    include lseuktn0.
    include lseuke01.
    include lseukfwm.
    Regards,
    Ansari.

  • From which transaction the table OBEW is updated

    Hi Experts,
      From which transaction the table OBEW is updated
    Thanks,
    Nagendra

    The table OBEW gets updated thru MI21/MI22/ and MB01/MB02

  • MVKE table updation through MM17 mass maintainence.

    Hi Experts,
    I need some input regarding mass maintenance of material.
    The input field 'Product Hierarchy' is present in 'Basic data' (MARA-PRADHA) and in 'Sales View' (MVKE-PRODH).
    As per standard SAP if I do changes through MM02 in Basic data, the field automatically updates in Sales View.
    But if I propose changes in the field MARA-PRAHDA (i.e.product hierarchy) through MM17, it is only updating MARA-PRADHA and not in MVKE-PRODH.
    Every user does not have the authorisation to use MM02, hence we are using MM17.
    Is there any another method to update both the fields other than MM02.
    Kindly suggest.
    Warm Regards
    Tushar

    Friend
    MARA and MVKE are two differnt feilds.
    When you are using MM17 and maintaining values for feild in table  MARA - PRADHA means you are limiting (Mass maintianing )to that table and feild only. Hence you will have to select MVKE - PRADHA as well while maintaing through MM17
    Where as MM02 or MM01 with SAP Standard setting has a warning message to check Prod.hieracrchy in Sales view while maintining first in Basic view.
    Reward if useful
    Regards
    SE

  • Table updation through Visual Basic

    We are not able to update employee master table which has 73 columns. The problem is it is not allowing to update after certain number of columns say 50 columns. This is occuring only thru VB and not in SQL (i.e thru instert syntax).
    Can anyone tell what is the solution?

    Hi Saket,
    Yes it is possible!
    To trigger workflow from table updates you can use table level events. Refer to
    Re: WorkFlow when Data is changed in Table or program
    Also you can update a table from a workflow. To do this, create an Activity step in workflow. In this, you can call a BO method. This BO method would store the code to update the database table required.
    Just take care of the bindings between the method -> task -> workflow container.
    Hope this helps!
    Regards,
    Saumya

  • How to diplay the kna1 table values in the xd03 screen

    Hi,
    I have added a field in the xd03 screen, and created that field in the kna1 table.
    Now i need to get that value from kna1 to the screen when i enter xd03 transactionl with a customer number.Can anybody tell me where to write the logic and some code sample if anybody having......
    thanks in advance
    kp

    Transaction Code - XD03                     Display Customer (Centrally)
    Exit Name           Description
    SAPMF02D            User exits: Customer master data
    No of Exits:          1
    USER EXIT
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    http://www.sap-img.com/abap/what-is-user-exits.htm
    http://expertanswercenter.techtarget.com/eac/knowledgebaseAnswer/0,295199,sid63_gci982756,00.html
    Rewards if useful.........
    Minal

  • Problem in Updating KNA1 table fields.

    Hi,
       I have small issue , i need to block the customer while creating im using BADI(ADDRESS_UPDATE) to block the customer created.In the BADI im trying to update few fields of KNA1 table using UPDATE statement.
    Like this...
        WA_KNA1-SPERR = 'X'.
        WA_KNA1-CASSD = 'X'.
        WA_KNA1-AUFSD = '01'.
        WA_KNA1-FAKSD = '01'.
        WA_KNA1-LIFSD = '01'.
        UPDATE KNA1 SET SPERR = WA_KNA1-SPERR
                                        AUFSD = WA_KNA1-AUFSD
                                         LIFSD = WA_KNA1-LIFSD
                                       FAKSD = WA_KNA1-FAKSD
                                        CASSD  = WA_KNA1-CASSD
                    WHERE KUNNR = W_KUNNR.
    when this statement excutes it is updating
                                                                         1) SPERR
                                                                         2) AUFSD this two field remaining 3 fields it is not updating
    Can anyone pls let me know the reason .
    thanks in Adv.

    see note 1469543
    it is not possible to update kna1 directly, you must create a bim
    oops sorry see that you're question is it inside a badi and not bapi
    kind regards
    arthur
    Edited by: A. de Smidt on Jul 20, 2010 10:45 AM

  • Updating a field in KNA1 table

    Hii ABAP Gurus,
    Please help me out from the following situation....
    Will reward points for the helpfull answers.
    I have a requirement where i need to update only 1 field in KNA1 table.... for that iam using
    update kna1 set loevm = 'X' where kunnr eq wa_output-kunnr.
    But i know u people will suggest me to use BAPI. in that case i tried to use BAPI.
    (BAPI_CUSTOMER_CREATEFROMDATA1)
    I have never worked on BAPI....Can any one please help me out regarding how to use this BAPI and what to pass in and out.
    call function 'BAPI_CUSTOMER_CREATEFROMDATA1'       
         exporting                                      
              pi_personaldata     =                     
            PI_OPT_PERSONALDATA =                     
              pi_copyreference    =                     
       IMPORTING                                      
            CUSTOMERNO          =                     
            RETURN              =                     
    THANKS IN ADVANCE AND WILL REWARD POINTS FOR THE HELPFULL ANSWERS

    Hello Govardhan-
    As your requirement says to modify only one field in kna1.I dont think bapi is necessary for this just try the below code.
    Data:i_kna1 type table of kn1,
            w_kna1 type kna1.
    select ...... from kna1 into table i_kna1
                                   where kunnr EQ 'XYZ'.
    loop at i_kna1 into w_kna1.
    w_kna1-loevm  = 'X'.
    modify kna1 from w_kna1.
    endloop.
    Cheers,
    ~Srini....

  • In KNA1 table which field represent Payment Terms?

    in KNA1 table which field represent Payment Terms?

    Hi Payment term will be on KNB1 (ZTERM)
    table or BSID and BSAD table.
    Or you can see in TCode : OBB8, there you can see the Payment terms (descrption and terms)
    REgards
    Rams
    Edited by: ramesh on Jun 27, 2008 7:14 AM
    Edited by: ramesh on Jun 27, 2008 7:15 AM

  • Calling Batch input from Web Dynpro - any alternatives for table updates?

    Hi!
    I am asked to create a screen in Web Dynpro for the GJ30 transaction (JV Cutback mapping of WBS' elements). I created a remote enabled function module which call batch input for GJ30 . Testing the Function modules direclty goes fine, but not calling the function module from WD. then I get the same error message as when I once tried to call SAP GUI from Web Dynpro ( Call transaction /submit program).
    My next step is to try to create a batch input session (instead of call transaction) and run it using rsbdcsub, and then check the result of the run. But maybe this will fail of the same reason as well, and I suppose this will make the user waiting longer for the response .
    I read somewhere that Web Dynpro does not support batch Input. But what can you do when there are no standard BAPI's for the update you want to do in SAP ?  We are not supposed to do direct table updates.  
    Anyone who have struggled with the same issues and found a solution??
    regards, Tine

    Hi,
    as BDC is calling screens and in Webdynpro ABAP you cannot use SAP GUI sceeen, you are getting short dump.
    Refer CNTL_SYSTEM_ERROR in webservices from r/3 system
    Thanks,
    Chandra

Maybe you are looking for