Problem while maintaining entries via SM30.

Hi Experts,
I have a custom table which needs to be maintained by SM30. I have generated the table maintainece for this table.
However when i try to add new entries and save, it gives a message saying that one one entry is chosen.
Then when i try to go back, it gives a pop-up saying that  data was changed. Save the changes first. if i hit hit on Yes. then it agian go back to the screen where i can add entries and the same thing repeats. Basically not letting me save any entry.
Is there a way i can save my table entries?
Regards,
Anjali

Hi Steeve,
If you have made any changes in your custom table then follow the below steps may be ths can solve your problem.
1. Adjust table ny T-Code SE14 (Database uttility) Always adjust your table when ever you make any chnages in it.
2. Regenerate the table maintainece view by selecting all the options. (regenerate FG, etc). When you click on edit icon you will get a popup message in that popup message select expert mode and check all the options.
hope this will help you.

Similar Messages

  • How to maintain entries in SM30

    Hi,
    How to maintain entries for this table FPB_LP6_R_MDT_C through SM 30?
    I am facing the below Error while trying to maintain entries can anyone give me a solution.
    "The maintenance dialog for FPB_LP6_R_MDT_C is incomplete or not defined".
    Thanks

    >
    Florian Kemmer wrote:
    > Tho actually it doesnt look very dangerous to me.
    > Most probably there is a program which creates entries in there, and the call is generic as well, since i dont get anything in the "where used"-list.
    > Tho i noticed i can create entries with TA SE16N, WITHOUT giving anything like &sap_edit.
    Hi Florian,
    I believe if SAP does not want the table to be maintained manually it has done so for a purpose (may be i am wrong).
    And for your observation on maintaining the table through SE16N this is because in the table attributes it must be "Entries can be maintained".
    BR,
    Suhas

  • 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.

  • Special stock value problem while production entry

    Dear Gurus,
    One of my client using special stock scenario (E), here in one of the case while producing the special stock through production
    the system posted production entry in that the FG and COGM value system taking rs 28.30 for one number, where as in the
    material master the standard price is maintained at 471.12 for one number.
    I observed one thing during this special stock system not considering standard price as well as moving avg price it is taking price from somewhere i am not able understand where the system taking this price i checked sales order condition value and all but no where this price is mentioned.  I want to know in case special from where system considers the price.
    where as normal stock everything is fine., please help me in this regard.
    Regards
    Sreenvias.P

    Hi,
    Do you have any Co Component in your system. If marking operation is done the standard price changes acording the production cost.
    Check the tables:
    Goto SE16
    Enter the below tables and execute.
    WRMA_V_MBEW
    Regards,
    Kishore K

  • Lock Objects Problem while updating entries in custom table

    Hi Friends,
    Iam updating a custom table ztable from internal table entries.
    ie : Modify ZTABLE from table ITAB.
    Now the entries are updating and inserting perfectly..
    But my problem is i need to use lock objects before doing this..
    I have created a lock obect EZTABLE with all th ekey fields of the table.. ie : it has 2 key fields
    item & matnr .
    Now how to use lock objects here.. do i need to loop the internal table and use enque & deque function module each and every time in loop or use it out side the loop..
    Can any one explain me this..
    Regards,
    Kumar

    hi kumar,
    **check if the equipment is already locked by user, if yes, trigger a mail
                CALL FUNCTION 'ENQUEUE_EIEQUI'
                 EXPORTING
                MODE_EQUI            = 'E'
                MANDT                = SY-MANDT
                   equnr                = lv_equi_temp
                X_EQUNR              = ' '
                _SCOPE               = '2'
                _WAIT                = ' '
                _COLLECT             = ' '
                 EXCEPTIONS
                   foreign_lock         = 1
                   system_failure       = 2
                   OTHERS               = 3.
                IF sy-subrc <> 0.
                  lv_subrc1 =  sy-subrc.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
                ELSE.
                  CALL FUNCTION 'DEQUEUE_EIEQUI'
                   EXPORTING
                MODE_EQUI       = 'E'
                MANDT           = SY-MANDT
                     equnr           =  lv_equi_temp
                X_EQUNR         = ' '
                _SCOPE          = '3'
                _SYNCHRON       = ' '
                _COLLECT        = ' '
                ENDIF.
    try like this to check if the object is locked....
    u can also use
    call function 'ENQUEUE,.
    do the needful changes update the database then commit work
    then call function 'DEQUEUE'
    hope this helps,
    tanmaya

  • Problem while maintaining the Session

    Hi friends,
    I'm building chatServer in j2me using Servlet/Jsp.So while doing so i want to maintain a session.
    For that i've invoke the following method,
    HttpSession session = request.getSession(true);(in server)
    But from that same MIDlet when i again send some text it again create new session id.
    How could i resolve this issue as i just want to use same MIDlet when sending data to server?
    Do i use diffrent Servlet/Jsp( at server side) when i going to send data after my session maintain?
    But how could this new Servlet/Jsp( at server side) page get the same session id ?
    Is there any other to resolve this ( want use only Session Tracking API)?
    Regards,
    Sachin Warang.

    You need to do your session stuff in your midlet to make it work with sessions. Check how servlets do the session stuff, and let your midlet work with it.

  • Sorting While maintaining data through SM30

    Hi Techies,
    I have developed a z-table with key fields a,b & c. Now when I am entering data through SM30, C(Char field) field is getting sorted after saving.
    My requirement is to store the data in table without any sorting. Actually this field C has some sequencing issue. So, Is there  any event for table which can be used to resolve this issue.
    Note: I have already tried Event 01 by creating a new include and giving my ID breakpoint. But its noty trigerring .
    Any advice would be deeeply appreciated.
    Thanks & Regards,
    Vinit

    Hi Florian,
    Actually The field 'C' mentioned above contains the name of chemical compounds. I am fetching this data from databse and displaying in printout. In printout the user wants the field 'C' should get displayed accoridng to Chemical Sequence.
    Currently the data in Legacy system is stored in that manner. I just wanted to know if v can restrict the sorting of field C, Than i dont have to write extra logic for displaying data in printout.
    Hope you understand the exact issue.
    Any suggestions would be appreciated.
    Note: yes i checked in SE16, SE16N & SE11, but same issue.
    Regards,
    Vinit
    Edited by: vinit005 on Sep 16, 2011 9:33 AM

  • Problem while distribute software via Java Web Start

    Hi,
    I use JWS to distribute my software to the clients. I use apache 2.2 as webserver.
    My Problem:
    When i put a update a jar on the webserver, the clients have to start JWS twice to get the new file.
    First i thought it is a problem with the webserver. So i have restarted the apache after i�ve put the new jar. ... without success.
    Are there any settings in JWS which take affect?
    Any ideas?
    Tom

    The default behavior is to timeout if checking for an update takes too much time.
    You can add the jnlp element:
    <update check="always"/>
    and updates will always happen on the forst launch (when client is using Java Web Start 1.6.0 or later, update element will be ignored by earlier versions)
    see: http://java.sun.com/javase/6/docs/technotes/guides/javaws/developersguide/syntax.html#security
    /Andy

  • Problem while scheduling email via information broadcasting

    Hello,
    I am trying to schedule one email using information broadcasting.
    When i say create new scheduling, i can see following as a default,
    Next start at tommorrow's date at tommorrow's time.
    What i want is that it should display today's date and time by default.So that i can schedule the email for today at any time.
    How is it possible?
    Please help me out.
    Regards,
    Steve

    Yup.. you need to check the implemented server time zone.. you can see also from menupath system status..
    if you want to change i think it will be global change across all the users at all the regions..
    I think you can see in one of SPRO settings..  i think so..
    regards,
    Hari

  • Problem maintaining entries in maint view...

    Hi,
    I am creating one maint view,here while maintaining entries i have a following requirement.
    I have two fields,The requirement is on 1st field if we are selecting any value, based on that in second field some values should appear.
    Eg: In 1st field i have A,B,C and in second field i have 10,20,30,100,200,300,1000,2000,3000
    so when i select A in 1st field 10,20,30 should appear in 2nd field
    and when i select B in 1st field 100,200,300 should appear in 2nd field and so on
    pls can anyone help me..
    Thnx in adv
    Regards,
    pavvi.

    Hey Pavvi,
    Goto Table maintenace generator menu bar:
    Environment>Modification->Events-->New Entries
    Select event 05 and give a form routine name
    Ssave and goto editor
    And put logic as below
    Call FM F4IF_INT_TABLE_VALUE_REQUEST
    And fill ur internal table based the value in the first column.
    remember, You will get the content of every line in structure <vim_total_struc>.
    Its a field symbol used in table maintenace standard SAP prog( U must be aware that SAp has this common prog for all the table maintenace generation where it dynamically picks the table name and field and its content).
    Declare a workarea of type ur Z-table
    and Then Move <vim_total_struc>-Field1 = wa_temp-field1.
    Bingo!!!!rest of the world is urs!!!!!
    Do let me know in case of any clarification.
    regards,
    Ashish

  • [SOLVED] Strange error while compiling packages via AUR

    I've been facing this error while compiling packages via AUR. I'm also posting the output of my /etc/makepkg.conf
    Error
    ==> Starting build()...
    checking for a BSD-compatible install... /bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... /bin/mkdir -p
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking whether cc supports -O2... yes
    checking for g++... g++
    checking whether the C++ compiler works... yes
    checking for C++ compiler default output file name... a.out
    checking for suffix of executables...
    checking whether we are cross compiling... no
    checking for suffix of object files... o
    checking whether we are using the GNU C++ compiler... yes
    checking whether g++ accepts -g... yes
    checking for style of include used by make... GNU
    checking dependency style of g++... gcc3
    checking for gcc... gcc
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking dependency style of gcc... gcc3
    checking for pkg-config... /usr/bin/pkg-config
    checking pkg-config is at least version 0.9.0... yes
    checking for GSTREAMER... yes
    checking for GSTREAMER_GTK... yes
    checking for XOpenDisplay in -lX11... yes
    checking for ncursesw5-config... /usr/bin/ncursesw5-config
    checking for initscr in -lncurses... yes
    checking whether gcc supports -Wall... yes
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating src/Makefile
    config.status: creating docs/Makefile
    config.status: creating config.h
    config.status: executing depfiles commands
    fatal: Not a git repository (or any of the parent directories): .git
    CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /tmp/yaourt-tmp-hellknight/aur-gst123/src/gst123-0.2.0/build-aux/missing --run aclocal-1.11 -Wno-portability
    sh: autom4te: command not found
    aclocal-1.11: autom4te failed with exit status: 127
    make: *** [aclocal.m4] Error 1
    ==> ERROR: A failure occurred in build().
    Aborting...
    ==> ERROR: Makepkg was unable to build gst123.
    ==> Restart building gst123 ? [y/N]
    ==> -------------------------------
    ==>
    /etc/makepkg.conf
    # /etc/makepkg.conf
    # SOURCE ACQUISITION
    #-- The download utilities that makepkg should use to acquire sources
    # Format: 'protocol::agent'
    DLAGENTS=('ftp::/usr/bin/wget -c --passive-ftp -t 3 --waitretry=3 -O %o %u'
    'http::/usr/bin/wget -c -t 3 --waitretry=3 -O %o %u'
    'https::/usr/bin/wget -c -t 3 --waitretry=3 --no-check-certificate -O %o %u'
    'rsync::/usr/bin/rsync -z %u %o'
    'scp::/usr/bin/scp -C %u %o')
    # Other common tools:
    # /usr/bin/snarf
    # /usr/bin/lftpget -c
    # /usr/bin/curl
    # ARCHITECTURE, COMPILE FLAGS
    CARCH="x86_64"
    CHOST="x86_64-unknown-linux-gnu"
    #-- Exclusive: will only run on x86_64
    # -march (or -mcpu) builds exclusively for an architecture
    # -mtune optimizes for an architecture, but builds for whole processor family
    CFLAGS="-march=amdfam10 -mtune=generic -O2 -pipe"
    CXXFLAGS="${CFLAGS}"
    LDFLAGS="-Wl,--hash-style=gnu -Wl,--as-needed"
    #-- Make Flags: change this for DistCC/SMP systems
    MAKEFLAGS="-j8"
    # BUILD ENVIRONMENT
    # Defaults: BUILDENV=(fakeroot !distcc color !ccache)
    # A negated environment option will do the opposite of the comments below.
    #-- fakeroot: Allow building packages as a non-root user
    #-- distcc: Use the Distributed C/C++/ObjC compiler
    #-- color: Colorize output messages
    #-- ccache: Use ccache to cache compilation
    BUILDENV=(fakeroot !distcc color !ccache)
    #-- If using DistCC, your MAKEFLAGS will also need modification. In addition,
    #-- specify a space-delimited list of hosts running in the DistCC cluster.
    #DISTCC_HOSTS=""
    # GLOBAL PACKAGE OPTIONS
    # These are default values for the options=() settings
    # Default: OPTIONS=(strip docs libtool emptydirs zipman purge)
    # A negated option will do the opposite of the comments below.
    #-- strip: Strip symbols from binaries/libraries in STRIP_DIRS
    #-- docs: Save doc directories specified by DOC_DIRS
    #-- libtool: Leave libtool (.la) files in packages
    #-- emptydirs: Leave empty directories in packages
    #-- zipman: Compress manual (man and info) pages in MAN_DIRS with gzip
    #-- purge: Remove files specified by PURGE_TARGETS
    OPTIONS=(strip docs libtool emptydirs zipman purge)
    #-- File integrity checks to use. Valid: md5, sha1, sha256, sha384, sha512
    INTEGRITY_CHECK=(md5)
    #-- Options to be used when stripping binaries. See `man strip' for details.
    STRIP_BINARIES="--strip-all"
    #-- Options to be used when stripping shared libraries. See `man strip' for details.
    STRIP_SHARED="--strip-unneeded"
    #-- Options to be used when stripping static libraries. See `man strip' for details.
    STRIP_STATIC="--strip-debug"
    #-- Manual (man and info) directories to compress (if zipman is specified)
    MAN_DIRS=({usr{,/local}{,/share},opt/*}/{man,info})
    #-- Doc directories to remove (if !docs is specified)
    DOC_DIRS=(usr/{,local/}{,share/}{doc,gtk-doc} opt/*/{doc,gtk-doc})
    #-- Directories to be searched for the strip option (if strip is specified)
    STRIP_DIRS=(bin lib sbin usr/{bin,lib,sbin,local/{bin,lib,sbin}} opt/*/{bin,lib,sbin})
    #-- Files to be removed from all packages (if purge is specified)
    PURGE_TARGETS=(usr/{,share}/info/dir .packlist *.pod)
    # PACKAGE OUTPUT
    # Default: put built package and cached source in build directory
    #-- Destination: specify a fixed directory where all packages will be placed
    #PKGDEST=/home/packages
    #-- Source cache: specify a fixed directory where source files will be cached
    #SRCDEST=/home/sources
    #-- Source packages: specify a fixed directory where all src packages will be placed
    #SRCPKGDEST=/home/srcpackages
    #-- Packager: name/email of the person or organization building packages
    #PACKAGER="John Doe <[email protected]>"
    # EXTENSION DEFAULTS
    # WARNING: Do NOT modify these variables unless you know what you are
    # doing.
    PKGEXT='.pkg.tar.xz'
    SRCEXT='.src.tar.gz'
    # vim: set ft=sh ts=2 sw=2 et:
    Last edited by tarun.hellknight (2011-04-12 15:45:26)

    That's strange... it wasn't installed.. although I had never,ever faced a problem while compiling packages via AUR.. maybe, I should be careful when uninstalling orphans.. thanks for the help..

  • Transport request prompted when insert new entries for ADCOMP via SM30?

    When I insert new entries for table ADCOMP via SM30, the system prompts me for a transport request number when I save the entries.  It never asks me the transport no. for any other tables via SM30 edit.  Is it something specific to table ADCOMP?
    The Table Maintenace Generator is delived by SAP with Authorization group assign to VC (SD User Control), will this cause the issue I have here?
    The user is responsible for updating the entries in Production, I had created a Z tcode to run SM30 on this table, at the end, it stills ask for a transport request no. 
    Can someone help me out on this?
    Thanks for your help in advance.

    I had searched OSS notes before I posted my question here.  Note# 726769 mentioned the maintenance view on ADCOMP.  As I mentioned in my last reply, I am NOT going to change anything on ADCOMP, I just create a custom view ZV_ADCOMP on top of it and change the attributes on the custom view.  
    I tried and it seems working.  I can enter data via SM30 on ZV_ADCOMP, it allows me to save the data without a transport request. 
    I think my problem has been solved.  Thanks for Rob and Suhas 's reply.  Points has been rewarded for both.

  • Facing problem while tranporting number ranges via OONR transaction

    Hi Experts,
    Facing problem while tranporting number ranges via OONR transaction from Development to Quality.
    We have different number ranges for plan version.
    And in the table T77S0 :  NUMRG     COMP
    We have value maintained as space.
    Please advice.
    Thanks in Advance.
    Regards,
    IFF

    Hi IFF,
    What is the error you're getting?
    Can you please elaborate a little bit?
    Regards,
    Dilek

  • Connection problem while connecting to LDAP resource via SSL

    Hi,
    I am facing problem in connecting LDAP via SSL. I got the self signed certificate from the LDAP team and while importing it to the JVM keystore using command "keytool -import -file PathTo/ds-cert.txt -keystore ./cacerts -storepass changeit -trustcacerts", I am getting error "keytool error: java.security.SignatureException: Signature does not match". Since I am not able to import the cert, I am facing problem in connetcing to LDAP via SSL. I have gone thru other posts and found some answers for it.. but not able to do it correctly. I am using SIM 7.1 and tomcat. In some posts, I have seen, in the resource config wizard, use "true" instead of 1 in the SSL field.. For SIM 7.1, does the value 1 work?. Please help me in importing the cert to my local JVM keystore.
    Thanks.
    Edited by: dj123 on Oct 15, 2008 1:50 PM

    Make sure you are importing the certificate of the issuer (CA) that issued the LDAP certificate, not the LDAP cert itself.

  • How to assign 2 transaction codes to maintain a table via SM30

    Hi all,
    I have created a table with 5 fields. This table must be handled through 2 specific transaction codes (via SM30) in Production system because people from Customs and Packaging departments will directly update it in Production SAP system:
    -     tcode1 for  department1
    -     tcode2 for  department2
    through tcode1, department1 should be able to update fields 1, 2 and 3 only.
    through tcode2, department2 should be able to update fields 1, 4 and 5 only.
    How to handle this?

    hi,
    1. solution could be by authority objects
    2. modification of your dynpro (PBO) dependent on department-
    possible if field USR03-ABTLG is available (select user-data with sy-uname)
    A.

Maybe you are looking for

  • Error in generating Javadoc ..

    Hi, I'm trying to run a ant script to create javadoc. I'm using JDK 1.5 for the same. But I'm getting following error. Can anybody give me some suggestion what could be wrong there. I'm not getting any files written after this error, and build is fai

  • How to import an XML element into a loop parameter is XSL

    Hi, We are using XSL template to generate output in a pdf format. The input in an XML file. In the XSL we have a loop. Currently the initial and final value of the loop counter is hardcoded in the xsl file. <xsl:call-template name="forloop">      <xs

  • How do you save a Waveform Graph as an X Y chart + be able to save the coordinates at a variable iteration?

    I am trying to do this with an O-Scope VI, and I am very new at LabVIEW, so please excuse any errors, or obvious questions.

  • Smart View 11.1.2.1 - Single Sign On Error

    Hello experts, we are using EPM 11.1.2 (Essbase Standalone mode) with Smart View 11.1.2.1. We have to authenticate several times and we get the following error: "Single sign on external authentication is disabled. Do you want to connect with user nam

  • Podcast Album Artwork won't upload.

    My first podcast was uploaded about a week ago and I haad no idea what I was doing, I just assumed (I use libsyn for my host) where it said image would be the art work, I now know that it wasn't. So i've search everywhere on libsyn but I can't find t