Sm30 modification

I have made a modification of the function module for an actualization table view in SM30, now my problem is that i have seen that there is 2 tables TOTAL and EXTRACT, in total internal table there is all the lines of the maintained view, but when i delete some lines, the total table is not actualizated, does anybody knows how can i know in every moment all the real lines that are in my table?
Thanks in advance.

hi,
did you create the table maintenance generator
i think you did not create the table maintenance generator check your table.
or even if created you might not have saved it
Steps to create TMG
Go to SE11, give the table name and click on change. Then Go to utilities--> Table
maintenance generator.
In the table maintenance generator screen, we should give Authorization Group,
Function Group name (Function Group name can be same as table name),
Maintenance type can be one step or two step, usually we will create with one
step. we should give maintenance screen number. After clicking on create button,
a table maintenance generator will be created.
To check it go to SM30 . In SM30, we find display, Maintain options.
We can view the table contents by choosing Display and we can create table
entries by choosing Maintain.
regards
prasanth

Similar Messages

  • How can I maintain two tables content at the same time with SM30

    Hi all,
    I created two customizing tables that I would like to link together for maintenance in SM30. Table 1 is the header and table 2 can have multiple detail records.
    They are linked via the ID key field. I would like to run the Table Maintenance Generator on the first table in SE11 and be able to maintain both table data at the same time in SM30.
    How can I do that without any ABAP programming? Should I use Append or Include structure or else?
    Thank you for giving as much detail as possible.
    Regards,
    Sylvain

    Hi,
    You cant do it w/t abap programing.
    You can code in "EVENT" to achive the same.
    Open table maintainance generator of first table through se56 or se11.
    follow the path: environment>Modification>Event.
    Select sutaible event from drop down like Before Save... and do coding.
    In this way data will be saved in second table automatically when you save in first table.
    In case of any query, please revert.
    regards,
    Dhan

  • How can we protect the  ztable non key fields data in sm30 display.

    Hi experts,
         I have created tablemaintenence generator for one z table, in sm30 user has access to enter the data.
    in that maintenence i have to protect the non key field values data  like once the user saves his data.than in the edit mode it has to show the nonkey fields data  but  dont access to edit some nonkey fields... please help

    Hi
    U need to change the screen flow generated by maintenance view generator: here go to Enviroments->Modifications->Screen; doubleclick on your screen and the system take you to screen painter.
    Here go to screen flow and in PBO add new module in order to protect the field for the old records: u can use the statament LOOP AT SCREEN./ENDLOOP to do it.
    LOOP AT SCREEN.
       IF .....
         SCREEN-INPUT = 0.
         MODIFY SCREEN.
       ENDIF.
    ENDLOOP.
    Max

  • How to capture the data that the user modified in SM30(Maintenance view)

    Hello experts,
    I have a new requirement wherein when the user modifies a particular record in SM30(maintenance view)
    it would also update that certain records in another table. For example, I modified the address
    of record 1 in table1 so I need to automatically update that same record in table2. Help would be greatly appreciated.
    Again, thank you guys and have a nice day!

    Hi again,
    1. But how can I capture the data that was modified
    Yes, u are right.
    We will have to use the event,
    'BEFORE SAVING'.
    2. In that,
      u must fire a select query,
       from the same table,
       for the same record.
    3. In this, u will get the OLD DATA (which was already saved),
    4. Using this,u can compare,
       (either thru LOOP, or field by field)
      to know, which field value has been changed.
    regards,
    amit m.

  • Search help for field in SM30

    Hi Experts,
    This is a Z table with first field as GROUP and second field as KEY.
    User can select values for first field using a search help. It has three possibel entries
    1. Purchasing Org
    2. Region
    3. Coutnry
    In second field the user has to enetr value based on selection in first field, for eg. if 1 is chosen in 1st field user will enter name of a purchasing organisation.
    Can we dispay a search help for second field based on the selection in first field?
    Like if 1 is selected in 1st field second field should display search help for Purchasing Org
    if 2 is selected in 1st field second field should display search help for Region....in SM30?
    How can we achieve this?
    Thank you,
    Anubhav

    Hi Anubhav,
    1.Go to the table maintenance generator screen from SE11 (Utilities -> Table Maintenance Generator).
    2. In the Table maintenance generator screen , navigate to Environment -> Modifications -> Maintenance Screens
    3. Select and Edit the screen where you need this new search help
    4. Create a Process on Value Request module for your second field at the end of the screen flow logic after MODULE LISTE_AFTER_LOOP.
    5. In the POV module, use funcntion DYNP_VALUES_READ to read the value of field 1 on the screen
    6. Fill your own table with the values for field 2 based on field 1 and display selection using the function F4IF_INT_TABLE_VALUE_REQUEST
    Hope this helps.
    - Puneet

  • In sm30, when save, how to fill the table with the system data in the table

    Hi all, in SM30, we have user name and time fields, when we create record, after we click the SAVE button, it will automatically fill the fields with the system data, how can we realize it?

    Hi ,
    Do like this.
    1. Go to SE11 -> give your table name and press on change button .
    2.Go to Menu->Utilities-> Table Maintainance Generator , then it will take you another screen .
    3.Assign Functin group if already have one , other wise create function group and assign
    4.Go to Menu->Environment->Modification->Events , again it will take you to another screen
    5.Click on new entries
    ->Now press F4 in T column . Select<u> "01" - Before saving the data in the database</u> and in form routinue give any name of the routinue like "SAVE_USER_DATA" and press enter then u can see an editor symbol in next column click on that it will take you ABAP editor there type this code .
    ztable-username = sy-uname.
    ztable-createtime = sy-uziet.
    check and activate the code .
    With this your job will be complete . Now while entering data just leave columns blank , they will insert corresponding username and time
    Don't forget award points if it helps you.
    Regards,
    Raghav

  • New entry for a view in SM30 does not save

    Hi all,
    I created a new entry for a view in SM30.
    Then when I tried to SAVE it, it does not SAVE and comes back to the same screen with the new entry. And it continues, until you CANCEL and come out.
    Please let me know the reason for it.
    Thanks and regards,
    Anishur

    copy the sap view to a zview make the modifications and generate in se11 the table maintenance generator.
    why was it necessary to make the modification to the original SAP view ??
    kind regards
    arthur
    Edited by: A. de Smidt on Apr 16, 2009 9:08 AM

  • Update View SM30

    Hallo Guru,
    have you ever had this problem:
    I have created an update view, but when I try to update data via SM30... well, even if I save, no data is really saved...

    No, no events...
    I have:
    1. Created a Z table
    2. Created an update view for the table
    3. Created a maintainance view for the view.
    3. goto transaction SM30
    4. I make modifications, but no data is saved...

  • Need to chg text of a field in SM30: Compare Flag

    Hi,
    I created a table & created a table maintance Generator.
    I want to change the text of a field in SM30. Currently it is taking from Dictonary Field text.
    I went to SE11->Table Maintance Generator-> Modification->Maintance Screen->Flow Logic
    There i changed the text of the field, saved & activated.
    When i press the back button, a pop-up box appear "Modify the compare flag if a screen changes".
    Please assist me in fixing this
    Thanks & Regards
    Suresh Kumar

    Hello Suresh,
    The pop-up comes due to an inconsistent settings maintained in SE54. There is a flag called 'Compare Flag', which I am assuming, has been set to Automatically Adjustable in SE54.
    But beyond this, you have manually adjusted the screen parameters, which contradict with the Compare flag settings.
    Goto SE54, and change the flag to Adjustable in Dialog and save the SE54.
    The pop-up should be eliminated.
    Regards,
    Rekha

  • Problem with maintain table views SM30 Transaction

    Hello All,
    i have a problem with the table maintenance view SM30, it doesn't permit me to modify the rows in the table.
    we have added a field into the table and when i tried to change the table view from menu: Utilities ==> table maintenance generator==> change the system propose me a message that the screen 0001 will be deleted and recreated...but the system has deleted the screen and doesn't recreate it...in somewehere on internet we find that we should use the transaction SE55 menu:
    Environment==> modification ==> Maintenance screen ==> button Layout which open the tool Screen Painter and from that we have created our screen with 4 fields of our table...our result that the screen is created and i can see it from the SM30 transaction but i can't insert rows in the table...when i try to go to maintain table: menu: Utilities ==> Table maintenance generator to try if i can modify something the system give me a message: "set the compare flag dialog ZIV_DP_PLCHAR_LA"
    the ZIV_DP_PLCHAR_LA is the name of my table...
    can you give me some advices please how should i do to fix this problem to insert rows in table throughout the transaction
    SM30 "maintain table views: initial screen"
    if i want to delete the screen from the SE55 transaction to recreate it newly what should i do to take care about some options
    to have a new screen?
    thanks for all
    Bilal

    Hi
    First delete the old table maintainence generator.
    Now Recreate the screen and your table is good to go..
    These error messages come when we add new fields and different version of the table maintainence generator in database.

  • Adding a field for a view on SM30

    We would like to add a field to a standard table and use it as maintanable via SM30.
    This standard table gets gets is data entries usually when  4-5 views are maintained through IMG customization/SM30. We would like to add one more fields on any of those 4-5 views such that the data maintained using SM30 gets saved in this table.
    We have used the append structure to add the custom field in the standard table. Not quite sure how it be brought on the views on SM30 ?
    Any inputs ?

    hi,
       There is a concept called append structures, where in these serve as and enhancement to the current sructure
    Modification is not recommended as it creates lots of problem in case of upgrades
    you can use the Append structure tab in the application tool bar of SM30
    regards,
    shiva

  • Check the values while saving the values in SM30

    Hi all,
    I have created a Table maintennace for a ztable in SM30.
    I want to check the values while saving the values in the SM30.
    Can aynbody please give any idea how can i acieve this.
    Thanks,
    Tarangini

    Hi Tarangini,
    Go to the Table Maintenence Generator screen in Change mode. from this Screen go to the
    Enviorment->Modifications->Events.
    New screen will open and click on the New Entries button.
    then from the F4 Help of the first column, select ur appropriate Event and in the second column give the name of the Subroutine.
    and from the Third column u can do the coding for the subroutine as shown below.
    FORM BEFORE_DATA_SAVE.
    IF SY-UNAME EQ 'USER1' OR SY-UNAME EQ 'USER2'.
    ELSE.
       message 'No Authorization for Change...' type 'E'.
    ENDIF.
    ENDFORM.
    Regards
    Jagesh

  • Report to Mimic SE16/List download in SM30/SE16

    Hi,
    I basically need to download the contents of a table to an excel file. Unfortunatly the users will not have access to use the 'system-list-save-local file' functionality in SM30 and they also dont have access to SE16(where it can also be done). I tried creating a transaction that skips the initial screen of SE16 and calls the table but a trace still shows that this calls SE16.
    Any way at all of downloading the contents of these mapping tables includ a report, bsp etc?
    Thanks,
    Dave

    You can use this...with some modifications -;)
    <a href="/people/alvaro.tejadagalindo/blog/2006/03/16/taking-good-care-of-z-data good care of Z Data</a>
    Greetings,
    Blag.

  • Linking intotype listbox to table in sm30 inorder to maintain field values

    Hi All,
    I got a requirment to create custom infotype with some custom fields adding to stndrd infotype an with also some validations .
    So let me know, How to link intotype listbox to table in sm30 inorder to maintain field values?
    Thanks for the same.

    Hi Vinay,
    The best way would be to assign the search help in the table directly and recreate the maintainance...in this manner the search help would be available in the sm30 already..then using "Ëvents" of the table maintainance generator we can validate the fields entered at the time of saving..if a standard search help already exists then t would be availbel in maintainance......
    to create events -> go to se11 -> utilities -> table maintainance generator -> click '
    then go to environment -> modification -> events ..in the table control..create new entries ....and select the suitable event and write the code in the routine to do validations
    Hope it helps
    Pls check and revert
    Regards
    Byju

  • Want to disable few fields im SM30

    Hi Gurus ,
    I have a requirement to maintain a  ztable thorugh t-code. This all have to be done by one program .
    In the program selection we have to radio button - a.)  Maintain   and b.)  Validate.
    What the program is doing is just calling sm30 t-code for that z table.
    Now if user have selected a.) Maintain  -    he should able to see and edit few fields.
    if he select  b.)  Validate  - he will be  able to see all the fields and able to change them.
    Please help me with the steps to achieve this.
    Regards,
    Sowmen

    Hi,
    You can work on this with 2 ways:
    Option 1:  modify the Function group which is created by table maintanance genration according to ur requirement.
    it is fast and easy but dont go for this way .AS if someone by mistakely Re- genrate that table maintanance in that all youe changes will go.Changes means the modification you have done for validation and all.
    Option 2:  go for the Z development. and achieve ur functionality
    thnaks.

Maybe you are looking for

  • Schdule line in the Third party SO

    Hi there is an issue with the Third party SO which we are creating. Please note: We are creating the THird party SO with respect to a quotation. However while creating the SO with ref to Quot.  the system is automatically increasing the schedule line

  • Trying to Connect Wireless Epson Printer with Time Capsule

    Greetings. I am a regular Mac user and using Mac for several years now. However, I am a new to network administration. I have a Linksys wireless router that syncs our 5 Macs (one iPad-1 iMac and three MacBook Pros), plus 4 Windows PC's we have in our

  • Certificate doesn't get signed

    Hi all, I'm facing the following problem: In our PI 7.00 system we have an AS2 adapter installed. The customer requested a signed certificate for their AS2 server, in order to proved encryption to their messages. In the key store I have created a key

  • Re: Profit Center Default

    Hi, I am trying to configure the 3KEH and 3KEI so that their is a Profit Center default for two particular accounts. I have set up the Derivation Rule and everything looks ok, however, i carry out a posting with those accounts and it does not work. I

  • NEW iPhone 5S back camera not working? Rattling noise heard when phone is shaken?

    I just got a gold iPhone 5s today as a free upgrade to my white iPhone 4. I did the iCloud transfer thingy, but deleted the pictures after transferring everything. I didn't check this before the transfer, but the back camera doesn't work in snapchat