Creation of user maintainance table

Hi All,
I know developing table in se11 but how to develop user maintainance table?

Hi Kalandar,
End users will Create, Change or delete using the TMG of the structure that you had created in your Ztable.
Please go through the links below :
http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=93454609
http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/8129f164-0a01-0010-2a8e-8765287250fc?quicklink=index&overridelayout=true
Please let us know if you require anything regarding same.
Regards,
Kittu

Similar Messages

  • What the best way to create User defined table with ADDON purpose

    Hi folks, how are you ?
    I´m beginner in development to business one, and I m studying to develop ISV addons.
    But, during my exercises and analisys, I learned that have two ways to create tables and fields in business one. One way is throght by wizard in business one using Tools Menu > Configuration Tools > User Defined Tables >
    Obs: I ´m using Business One Patch Level 9.
    Other way, is create the tables and fields using DI API
    But, my question is. When I develop one addon, or one UDO form that uses one set of user defined tables or used defined fields that where created by the first way (by wizard in B1), how I deploy this in other business one installation ? The package process will ensure the creation of this tables in another enviroment or I must implement the creation of user defined tables using DI API so that this code is called during the installation?
    If in cases of addon develop I must use DI API to create user defined tables, How can I use my classes with this responsibility in package process ?
    Thanks my friends.

    Hi Renan,
    You just need to put your logic in to the startup of your application, after you've established your connection to the UI API and DI API. All this will be triggered in the constructor of your main class.
    namespace MyNamespace
    public class MyAddon
      bool runAddon = true;
      bool initialised = false;
      const string ADDON_NAME = "My Addon";
      public static void Main()
            MyAddon addOn = new MyAddon();
            if(runAddon)
                  System.Windows.Forms.Application.Run();
            else
             Application.Exit();
      public MyAddon()
            // Connect to SBO session for UI
            if(!SetApplication()) runAddon = false;
      private bool SetApplication()
            // Code goes in here to establish UI API and DI API connections
            // See SDK samples for examples
            // You should also define and filter the UI API events your addon will trap at this stage and create any menus
            // Call your routine to check if the required UDFs/UDTs exist on this company
            initialised = CheckInitialisation();
            if (!initialised)
               //  AddOn not yet intialised on this company so prompt the user to run the intialisation process
              int iResponse = app.MessageBox("The " + ADDON_NAME + " addon will now create all required fields and tables."
                                             + System.Environment.NewLine + System.Environment.NewLine
                                             + "WARNING: It is strongly recommended that all other users are logged out of this company "
                                             + "before running this process. Are you sure you wish to continue?", 2, "Yes", "No", "");
              if (iResponse == 1) initialised = InitialiseAddOn(); // Call your routine to create the objects
            return true;
    Kind Regards,
    Owen

  • API to Maintain User Defined Tables in Oracle Apps

    Hi,
    Is ther any API to INSERT/UPDATE the Values into the User Defined Tables. I found one API (+AD_DD+) which is all about registring Table/Rows/Columns to it but NOT about VALUES.
    Please help me out.
    Thanks !

    Yes, check below -
    Regarding the UDT(User Defined Tables)

  • Error creating user defined tables: Ref count (-1120)

    Hi all !
    I have to create user defined tables per code, so I wrote <b>2 main functions</b>, first <i>to create a table</i> (with TableName,TableType and TableDescription properties)and  and <i>second to add fields</i> (to a certain table which is sent as parameter).
    I call these functions to create multiple tables. For the first 6 tables it works totally ok. But beginning from the 7th table it gives that "<b>Ref count for this object is higher then 0.</b> " (-1120) error. All parameters are ok just as the first 6 tables.
    Found such an explanation like below in help files.
    <i>The DI API allows only one instance of a meta data object at a time. This maintains data integrity by preventing any manipulation of a business object while modifying the object's user fields. Therefore, verify that no other DI object is active except the meta data object.</i>
    But why do I get such an error after sixth call of the function (but not beginning from the second table )?

    Gül,
    Have you tried doing some grbage collection?
    Search for a topic: "Add Usertables and Fields while having a recordset"
    HTH
    Juha

  • Error during creation of user

    Hi!
    I am using USERS_GEN to generate a user in organizational structure from an existing SU01 user. When I first did this it worked fine. After that we removed the user from the org.structure. Now when we try to generate it again from USERS_GEN we get the message "Error during creation of user....central person already exists".
    When I look at that CP I see that is already exists. I need to create a position under an org. unit and I need the already created CP to be allocated to that position.
    How do I do that?
    Sincerely
    Anders Öhrling

    Hi
    Which SRM version are you in ?
    However you can delete the CP  via  Function module HR_CENTRALPERSON_DELETE but this central persons are stored in HRP1001 table .
    regards
    Muthu
    Edited by: Muthuraman Govindasamy on Sep 9, 2008 12:56 PM

  • Creation of user using su10

    Hello gurus,
    we can create a new user ID using su10 apart from su01. What is the difference that we can potentially face when we create using su10. Is there any disadvantage by creating this.
    Thanks

    SU01 is used for Individual user creation and user specific address data maitained.
    SU10 is for mass create/chage users, IF all users are idetical or you want change very idetical for all users than use SU10. However user specific details such as First name, Last name, Functions, Emails and so forth is not possible to maintain for individual user in SU10. More over if License type for each user is different in each user than you need to maintain individually.
    All parameter and defualt data should be identical if SU10 used other wise you need to maintain separatly for each one in SU01, if not maitained by user throough SU3.
    You can configure the LDAP from AD to SAP for solving some the points above.

  • Import data in user define table through DTW.

    Hi experts,
    Can any one tell me how can i import data from excle in User define tables through DTW. Is any other way/tool avaliable to
    import data from excel sheet to User define tables
    BR,
    Hari

    Hi Hari,
    I suppose u did not do the following..
    1. Open DTW, in the menu click on advanced and clik on maintain interface...
    2. Now here select the UDT which u want to impot the data.
    3. right click on the UDT and click on Create template for structure
    4. NOw u use this tempalte and try.
    Please inform of the outcome  so that i can think of another soluton.
    Hope it helps,
    Vasu Natari.

  • Uploading Data in a User Defined table

    Hello Experts,
    I have a user defined table YFEED_TABLE_2 as a local object in the System. i want to upload some data from TEXT file to the table using LSMW TCode..
    But after selecting  u201CMaintain Object Attributesu201D in LSMW transaction...in the "STANDARD BATCH/INPUT METHOD", I have select an Object like Vendor master, material master,...few more are there...
    i don't know which object to Choose...how could i know that object is mapped to the target table  YFEED_TABLE_2 ...
    Please Help....
    Anupam...

    >
    Ankur Parab wrote:
    > Hi,
    > Use BDC recording method in LSMW and do a recording of SM30 transaction to maintain data in your Z table.
    >
    > Regards,
    > Ankur Parab
    Please tell me the procedure to perform BDC recording in LSMW & do a recording of SM 30 transaction???
    COuld please also tell me how to perform a new recording in transaction SHDB???
    Please Help...
    Anupam.,...

  • TDMS Maintain Table deduction: Multiple table selection for "No Transfer"

    Dear TDMS Experts,
    Please provide the solution for the below 2 points.
    TDMS SYSTEM LANDSCAPE DETAILS: DMIS 3.0 SP17, DMIS_EXT SP17 & DMIS_CNT SP10
    Control System: client 200, Sender: client 125 (with prod data), Receiver: Client 300 (copy of SAP_UCSV). All 3 clients in same server.
    Installed TDMS and all the configurations completed with Package setting phase successful.
    1. In System Analysis phase - Maintain Table Deduction, I want to exclude thousands of tables as "no transfer" where I found option to change  " no transfer" for individual table . For Testing purpose I would like to transfer only few tables where i do not required all the default selected "transfer" tables.
    2. In Data trasfer phase - Start Deletion of data in Receiver system: This process running for a long time  by scheduling jobs for each and every tables in receiver system, Is there is any option to avoid data deletion in receiver system or minimise the scheduled jobs.
    Thanks
    Chidam

    In normal scenario, TDMS transfer data from sender to receiver without changing it.Data scrambling is additional feature where you can write your own rules for data transfer for sensitive data tables. These rules are called 'scrambling rules.
    sensitive data (like customersu2019 personal data or confidential financial information) is made anonymous and is not accessible to users of the non-production system. Scrambling rules may be either field-related (referring to a single field) or event-related (referring to two or more fields which are related). For field-related rules, assignment at domain level or at field level is possible.
    TDMS doesnot delivers any scrambling rules. It provides you the platform where your developers can write their own rule.
    The rules are only applicable for transparent fields.
    You will find more detailed information in master guide and the process in TDMS operation guide. Both are available at marketplace.
    - Niraj

  • User stats table - columns' names description

    Hi,
    I have question about creation user stats table. I have created such a table:
    EXECUTE DBMS_STATS.CREATE_STAT_TABLE ('PIOTR', 'piotr_sysstats', 'USERS');Here is stats table structure:
    SQL> desc piotr_sysstats;
    Name                                      Null?    Type
    STATID                                             VARCHAR2(30)
    TYPE                                               CHAR(1)
    VERSION                                            NUMBER
    FLAGS                                              NUMBER
    C1                                                 VARCHAR2(30)
    C2                                                 VARCHAR2(30)
    C3                                                 VARCHAR2(30)
    C4                                                 VARCHAR2(30)
    C5                                                 VARCHAR2(30)
    N1                                                 NUMBER
    N2                                                 NUMBER
    N3                                                 NUMBER
    N4                                                 NUMBER
    N5                                                 NUMBER
    N6                                                 NUMBER
    N7                                                 NUMBER
    N8                                                 NUMBER
    N9                                                 NUMBER
    N10                                                NUMBER
    N11                                                NUMBER
    N12                                                NUMBER
    D1                                                 DATE
    R1                                                 RAW(32)
    R2                                                 RAW(32)
    CH1                                                VARCHAR2(1000)Does someone know what each of this columns store? I will be very appreciated if someone help me find information about user stats tables.
    Peter D.

    Google is your friend and Wolfgang Breitling rules! :)
    http://www.centrexcc.com/SQL%20Tuning%20with%20Statistics.ppt.pdf
    Gints Plivna
    http://www.gplivna.eu

  • With which transation can we maintain table ADR6

    Hi All:
        would you please tell me which t-code we can use to maintain table ADR6 .
        Thank you very much.
        Frank

    Hi,
             As i already mentioned in the transaction 'BP' select the bp id of the internet users, employees and enter the email id.
    Then check the table adr6 with the address number of that bp.
    table but020 --- to get the address number from bp id.
    table adr6 == to get the email from the address number.
    reward if useful ***
    Regards,
    Ruby.

  • Changing Configuration Table to user maintenance table

    Hi SDN team,
    I recall that there was an OSS note that described the procedure to change a table in configuration to a user maintenance table.  We have a scenario where the purchasing group table is maintained via IMG and the business process wants to maintain this as a master data table.  Can anyone either walk me through the process of setting this up or point me to the OSS note that references this functionality?
    Thank you.
    Nguyen

    Communicate your approach and dont forget the newbie who may join your company in future  !!!
    if one is not aware that you maintain customizing tables in production, and does customizing as usual in developement system and transports the changes, then he may create a lot problems.
    It happened to me personally. I was not aware that purchasing groups had to be maintained in production system as I joined a new company. (But still the request for a new purchasing group is send to IT) . so I just took the free  next number in dev-system and transported to production.  And here I overwrote an entry that was only present in production.........

  • Automated vendor block on creation without user inputs

    Hi All,
    I want to block the vendor in creation without user inputs:
    Not in T-code mk01<extras<blocked data, and definiately not after creating the vendor and using t-code MK05.
    How i can change a field in table LFA1 while creating the vendor.
    the field that i want to set is LFA1-SPERM (for all purchasing Org).
    Please suggest if you have any ideas how this can be done.
    Thanks,
    Mamta

    Hi,
    Not sure your issue was solved already.
    However, if not resolved already try this
    create an explicit enhancement in include MF02KFV0
    ENHANCEMENT 3  ZFI_VENDOR_CREATE.  
    IF SY-TCODE = 'MK01''.
    LFA1-SPERM = `X`.
    ENDIF.
    ENDENHANCEMENT.
    Enhancement Spot :ES_MF02KFV0   
    Program: MF02KFV0  
    Enhancement Implementation type: Dynamic Enhancement Point
    Enhancement Implementation POint:  \IC:MF02KFV0\EX:VERBUCHUNGSAUFRUF_02\EI
    Regards
    Raja

  • Creation of user mysites under different managed paths

    Hi,
    Regarding creation of user Mysites, can two users have different mysites under two different managed paths?
    The scenario for my case is like this:
    I've a SharePoint 2013 farm attached to a domain contosso.com. Under that AD, I've created two different OUs (Organizational Units), say org1.local and org2.local. Two users are created under the OUs, the usernames being [email protected] and [email protected]
    In my SharePoint 2013 farm I've created a Web Application, say SharePoint - 80, to host the MySite Host Site Collections. I've also created two managed paths under SharePoint - 80, say, /personal and /sites.
    Now I want to create two user mysites, for the users created above. My question is that can we form the urls for the user mysites as below:
    http://HostSiteCollection1/personal/user1_org1_local (for user1 of OU org1.local) and
    http://HostSiteCollection2/sites/user1_org2_local (for user1 of OU org2.local)
    Please suggest as we are totally stuck.
    Thanks in advance,
    Arnab

    Hi,
    According to your post, my understanding is that you wants to create different MySites under different managed paths.
    We can create different managed paths for different MySites for UPA in partitioned mode.
    Harbar has written a good blog about creating the MySite host using that same multi-tenant setup.
    http://www.harbar.net/archive/2010/09/14/sp2010mt6.aspx
    Specifically, you use Set-SPSiteSubscriptionConfig to point to a particular OU for user accounts.
    Next, you create a site using New-SPSite bound to that subscription for your MySite Host (e.g. New-SPSite
    https://customerA.sharepoint.com/mysites -Template "SPSMSITEHOST#0")
    And finally you connect to the UPA Proxy that you previously created in partitioned mode to synchronize users with that particular subscription using Add-SPSiteSubscriptionProfileConfig -ID <Subscription ID> -SynchronizationOU CustomerA -MySiteHostLocation
    "https://customerA.sharepoint.com/mysites".
    For more reference:
    https://social.technet.microsoft.com/Forums/office/en-US/820b1937-4b83-4fd3-8997-118ea13e23ef/sharepoint-2013-my-sites-for-host-based-site-collections?forum=sharepointgeneral
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • How to pop-up a text box for a grid item on a user defined table?

    Hello,
    I have a user defined table with a grid & one of the columns is for comments. What I'm trying to do is to pop up a text box when double clicking in the column field. This would be the same as the Item Details column in the Sales Order ittems grid.
    Thanks,
    Ron

    Please post your question on SDK forum.  Only SDK could meet your need.
    Thanks,
    Gordon

Maybe you are looking for

  • External hard drive nightmare

    Hi all, first time posting but this site has helped me several times in the past so thank you for that, Having an absolute nightmare with an external drive. I've got a Hitachi Touro Pro 4TB USB 3.0 that recently had some trouble with the power supply

  • Import speed is UNBELIEVABLY slow!

    I have converted to LR5 as part of the creative cloud because Apple has chosen to abandon its professional level cataloging and editing software. No big deal, I was planning on moving to LR anyway because of its powerful tools, integration and workfl

  • Receiving notifications for other users calendar changes

    Since upgrading to ML, I receive change notifications for other icloud users calendars I subscribed to, even when "ignore notifications" of this calendars is ticked in the Calendar application. How can I prevent to receive such change notifications?

  • Cannot use isqlplus! help!!

    Hello! I just installed the downloaded version of Oracle9i (version 2) onto an XP Home partition, and although everything else seems to be working so far, I cannot get on to use isqlplus, and I cannot figure out why! The infamous "this page cannot be

  • Generic javascript error when trying to add PHP Update behavior

    When I try to add an Update behavior (PHP) from DW CS5,  I get this popup error and I have no idea what it means! While executing applyServerBehavior in UpdateRecord.htm, a JavaScript error occurred. help??