HOW TO KNOW THE TCODE FOR CREATING A NEW ENTRY IN A PARTICULAR TABLE

HI,
    CAN YOU PLEASE LET ME KNOW THE PROCEDURE TO GET THE TCODE FOR CREATING A NEW ENTITY IN A TABLE .
   EG: IS THERE ANY PROCEDURE TO KNOW THAT IF I CREATE A NEW ENTITY IN MM01 IT WILL BE STORED IN TABLE MARA.
THANKING YOU.

Hi Venkata,
If you want to know, for a given table, which transaction/program(s) will create a new record,  there is no easy procedure, other than to refer to experts who deal with these programs.
It is possible to get a list of programs that refer to a table.  SE11, select the table, select the 'where-used' icon, select programs, execute.  You will be presented with a list of programs that read or write to that table.  From that list you would have to determine which one(s) create records, using your ABAP skills.  From those selected programs you would have to find which, if any, had a transaction assigned.
Many tables are updated by more than one program/transaction.  Many other tables are not updated by ANY interactive transaction.
If you ever decide to go ahead with this research, make sure you publish it.  You could probably make yourself a bit of money.
Regards,
DB49

Similar Messages

  • What is the tcode for creating a variant ??

    Dear Guru,
    I want to know What is the tcode for creating a variant  which is being used for SM30 's variant option .
    Because we have created a maintenance view and we want to run this trhough tcode..
    but dont know how to do it.
    pls guide through out the procedure.
    thanks & regards
    Saifur rahaman

    Hi,
    If you want to create the TCODE for the TMG you created you must go for Parameter Transaction
    Go to SE93
    Give your Tcode
    Click Create , select parameter transaction Radio Button
    In the Transaction Field Give SM30
    Check the Check box SKIP INITIAL SCREEN
    select your GUI support and SAVE
    in the space provided give F4
    Select        VIEWNAME and give your table name
    Select                  UPDATE  give it as X
    then SAVE
    Edited by: Prasanth Kasturi on Nov 25, 2008 6:54 AM

  • How to know the tcode by using tdid , tdname , tdobject

    hi friends,
    I know the tdobject, tdname  and tdid how can I know on which tcode this text is maintained .
    points will be rewarded.
    Thanks with advance.
    prasad

    Hi
    There is no such rule to know the tcode with these parameters
    but by the values of the Object and Objectname we will know the tcode
    for example
    if the Object is EKKO and Objectname is a PO number then it becomes the PO header text which belongs to ME21N tcode
    similarly if the Object is EKPO  it is PO item text
    if the object is VBBK then it is the Sales order header text (va01 Tcode)
    see the table STXH for the Std texts with these parameters
    Regards
    Anji

  • Kindly let me know the Tcodes for the forms below in MM

    Hi Guru,
    Kindly let me know the Tcodes for the forms below in MM
    Form - Deviation Request form       
    Form - Spot PO (direct, indirect, subcontracting)
    Form - Purchase Scheduling Agreement (direct, indirect, subcontracting)
    Form - Contract (direct, indirect, subcontracting)
    Form - Delivery Schedule (Long + Short term)
    Form - Vendor Non-Conformance
    Thanks
    Siva

    Hi,
    You can get all the forms & output devices in the Transaction code.NACE.
    you can check forms,program, for other modules also.
    Regards
    Ravi shankar.

  • Please let me know the TCODE for configuring Unit of Measure with settings

    Dear All,
    Please let me know the TCODE for configuring Unit of Measure with settings.
    Thanks

    Dear All,
    Please let me know that can we get PO amount with Taxes included in report ME80FN.
    Is there ant other standard report to get the same?
    Please help.
    Thanks.
    Shreya

  • What is the tcode for creating material receipt

    Hi,
    what is the tcode for creating material receipt & payment to the vendor

    Hi,
    You recieve your material from the vendor and do a Goods Reciept in MIGO with mvt 101. You can even enter via T-Code - MB1C.
    Once you get your Invoice for this reciept from your vendor, you then do invoice verification in MIRO.
    After verification, if there is no blocking of the invoices and is posted and released, a accounting document is released during the posting of MIRO. These documents are then referred by FI pals, who are responsible for the payment.
    Hope this gives you a clear picture.
    Anand
    Message was edited by:
            Anand.B.K.

  • How to find the tcode for relation between tables

    Hi all
    Just wanted to know the tcode that will show/give graphycal/ nongraphycal relation between tables if there is any..
    Very urgent, please.

    Transaction code to find relation between tables(Very urgent.)
    Please do NOT open duplicate posts.
    Regards,
    Ravi
    Note - Please mark the helpful answers

  • How to assign the role for created user  thru dynpro App

    Hi All
    How to assign the role for currently created user from Webdynpro App.
    when i enter into the portal after creating the user
    i am getting the following messgae in the portal
    "No portal roles are assigned for this user.If this problem persists, contact your system administrator."
    how to assign the user defined role for the created user from dynpro App
    Regards
    Dhina  Kar J
    Edited by: Dhinakaran Jeyachandran on Feb 1, 2008 12:19 PM
    Edited by: Dhinakaran Jeyachandran on Feb 1, 2008 12:35 PM

    In the User Administration section of your portal find your newly created user and below select "Assigned Roles" tab then press <Modify> button and look through available roles on portal then just simply add and save. But if you want to do it programmatically see below:
    IUserAcountFactory userFactory = UMFactory.getUserAccountFactory();
    // IUser - read only but with IUserAccount is possible to set up user data
    IUserAccountSearchFilter userFilter = userFactory.getUserAccountSearchFilter();
    userFilter.setLogonUid("superuser", ISearchAttribute.LIKE_OPERATOR, false);
    ISearchResult sr = userFactory.search(userFilter);
    for (final Iterator i = new PrincipalIterator(sr); i.hasNext();) {
      IUserAccount user = (IUserAccount) i.next();
    Execute the same search for IRole (or IGroup if needed) get the unique id of them and use newRole(...) and addUserToRole(...) methods from IRoleFactory.
    Of course you don't need search for this principals if you know uniqueness of them. Use appropriate factories to get'em all by this unique id.
    All the features see in  [javadocs|http://help.sap.com/javadocs/NW04S/current/se/index.html]

  • How to know the tcodes/programs that uses a user exit

    Hi, anybody knows given the user exit (function module) how will i know the tcodes/programs that uses it? the where used list doesn't return any.

    Hi,
      You will find the enhancement for the exit EXIT_SAPLCOZF_001 ,go to se11>enetr MODSAP Table name in Memeber postion you can enter your function module name EXIT_SAPLCOZF_001>now you will get the enhancement COZF0001 (trx SMOD)
    yOU will find whre the exit is called from the t.code Try this method:
    All exits have the program name as part of their own name, for eg, EXIT_SAPLCOZF_001. In this, SAPLCOZF is the program that the exit is called in, you can use this program name and search for transaction codes related to the program (in SE93).
    The only hitch in the above method is when the program name is a function group program name (SAPL*), in which case you will have to drill down into the function group to find the corresponding tcode.
    Or
    Go to SMOD transaction.
    Enter the Enhancement Name in SMOD.
    Open in Display mode.
    Now get the package name from the window.
    Now go to transaction SE80.
    Choose package from the listbox
    and enter the package name.
    Now it will display the list of Transactions associated with the project.
    Regards
    Kiran Sure

  • HOW TO Know the cube for particular data source

    HI ,
    How to know the standard  data targets for standard  data sources in sap .
    can u give me the some links o it .
    regards ,
    srinvias

    Hi Srinivas,
    Go through this below BI Content Help. Here you will be able to find the data sources for specific application areas with the standard data models, you will find standard cubes as well.
    [http://help.sap.com/saphelp_nw04/helpdata/en/3d/5fb13cd0500255e10000000a114084/frameset.htm]
    Regards,
    Pratap Sone

  • HT3939 how to know the carrier for iphone 5 if its showing activation failed please insert a sim card

    how to know the carrier of iphone 5 if its showing activation failed please insert a sim card and i don't know what sim card goes in it and if it is cdma or gsm.
    i stuck on this step. i can't go further it just shows imei and meid number but iccid is displayed unknown. please help me to move further. thank u.

    contact apple.

  • How to find the tcode for the include's in user exit

    Hi
    I wanted to find the tcode for the given include name in the user exit.
    Can you pls help in this regard
    Regards
    Madhan Doraikannan

    Hello Madhan,
    Usually the include in the user exit is part of a function group which directly may not fetch u tcode. So the best option is..
    1. Get the FM name and check the table modsap. This will give u the enhancement name and related information which can help u with the tcode.
    2. to use the where used option which will lead you though multiple program till u reach the main program where u can search for transaction.
    e.g say u r trying to search include ZXM06U41  which exists in the FM EXIT_SAPMM06E_016. Now if u do a where used for this FM it will show program name MM06EF0C_CUSTSCR1_ITEM_SET_D03 if u again go for where used it will show u MM06EF0C. now if u click of the Display object list in the toolbar u will get the list of tcodes also.

  • How to know the way of creating PO

    For example, The PO is created by SRM, ME21N, ME21 or other ways. Is there any field to distinguish the way of creating these PO in EKKO. Is there any function to impletement it?

    Hi Kathy Zhang,
    Try This,
    In Me23n open PO and In menu Environment-Header Changes or Item Changes, You can see who created as well edited/changed with Tcode details.(CDHDR or CDPOS tables)
    Also in table EKKO - ERNAM to identify who created.
    Hope it Helps,
    Reg,
    Bhg.

  • How we know the rights for particular user..?

    in BO CMC, how we will know what are rights and authorizations he has for all groups...
    Sri

    Log in to CMC and slect the group and select properties of the group or user and to user security to see their rights.
    I don't see any other automated system telling you the rights for each group.
    Regards,
    Bashir Awan

  • How to export the customer while creating a new site

    Hi,
    I understand it is no longer correct just to export the new;y setup site from PRD to DEV for further configuration.
    Though site export is still available, it is not coming out with customer/vendor master data.
    In this case, I supposed I will need to do it separately.
    Can some one guide me how to trigger the export of the customer master data(site)?
    I think the IDOC message type is DEBMAS.
    Thanks
    Bye

    Hi there,
    It's quite a simple exercise and you are right, the IDOC type is DEBMAS (Do remember, if you dealing with a Distribution center as Site, than you have to consider sending the CREMAS as well as it is for Vendor).
    Use ALE or other means of sending  IDOCs between the two clients. If you will use ALE, use transaction code BD12 for sending customer and BD14 for sending vendors in the source client.
    I hope your query is reasonably answered, award points accordingly.
    Cheers
    Kunwar

Maybe you are looking for

  • Unzip downloaded patch on HP Unix

    I have downloaded patch 9.2.0.5 from metalink. The downloaded filename is in the format of <filename>.zip. According to the instructions I should gunzip the file and then run the cpio command. In the instructions the gunzip utility should be run on a

  • Schedule task - manager updation for user in oim 11g

    Hi, I am in the way of writing a custom schedule task to update manager for the user created in oim. I know the procedure of custom scedule task I want the code snipet to be written in the execute() method of java class to update the manager for the

  • Imported pictures list in events as card name and not creating events by date

    Trying to import my photos off a canon card into iPhoto. I clicked the card named 100Canon in my finder after selecting import in iPhoto. Instead of creating an event for each date, as there are about 10 days of photos on this card, iPhoto created on

  • EK00 - Output for picking list

    Hi, can anyone advise where we can assign picking list output 'EK00' to an output device?  My output is not proposing in the delivery order even though i've setup against the shipping point.  I am suspecting it's bcos of output device. Thanks Peter

  • Switcher: Putting a Windows Computer in Target Disk Mode?

    I have convinced my sister to switch to Mac. Yay! She's buying an iBook. The problem is that her eMachines Windows computer has got a nasty, nasty virus and she can't access any of her data. What happens is that the computer basically turns on and th