SM30 issue

I created a ZTABLE with table maintenance generator. It works well in Development System when I maintain using Tcode SM30 but when I transported to Quality system it shows the following error.
Stop sign with the following message
Check maintenance object ‘ZTABLE’ or update
function group ‘FUN_GROUP_NAME’
Kindly help me

It is pop up. I get the following diagnosis
Diagnosis
The table maintenance dialog called has no maintenance object description. This can be for the following reasons:
1. It is an SAP table maintenance dialog which was delivered without a maintenance object description.
2. The table maintenance dialog is a customer development from Release 3.0A or later and an error may have occurred in the maintenance dialog transport so that the maintenance object description has not arrived in the target sytem.
3. The table maintenance dialog is a customer development from before Release 3.0A, and you have not used this maintenance dialog since the upgrade to a higher release. You must then change the maintenance dialog for the changed transport link because the transport link to the extended table maintenance (View maintenance, SM30) was changed for Release 3.0A.
There is now an automatic transport link in addition to the manual transport link which has existed since 2.0: the user must now specify a change request when saving in the table maintenance dialog. All changed entries are then put in the change request via the automatic transport link.
The extended table maintenance transport link changes require changes in the generated parts of the table maintenance dialog and the creation of, so that they must be regenerated.
If you use user routines in the table maintenance dialog to link to other tables which are maintained by user routines, they must also be slightly modified.

Similar Messages

  • SM30 issue in Quality after transport

    I have 18 fields in my custom table and there is a TMG for this table. In the dev system, I see all the fields in SM30, but after moving to QA, I see only 12 fields. Please help me in what could be the issue.

    I think you should check if this table has any Request that was not transported to QA.
    possibly be the reason.
    as a solution you should go up the package from the table and create a Request for it and carry it to QA.

  • Issue with SM30 in user defined transaction

    Hi,
      I have a custom transaction from where I`m calling SM30 transaction skipping the inital screen of SM30. I`m running a background BDC program to call this transaction where in I give the table name to be changed / displayed and other conditions before going to SM30 tranx.
    It opens the transaction screen from my custom transaction. But when I click on either BACK or CANCEL button in SM30 screen , its taking me to SM30 initial screen. How do I modify the SM30 screen ,so that it`ll take me back to my custom transaction or it shows me the SAP inital screen.
    Any help on this would be helpful and rewarded .Thanks in advance.
    Regards,
    Farhana.

    Hi...
    You can Try this method.
    Note: You can acheive this functionality by changing the Code of the Function group generated by Table maintenance generator.
    Procedure:
    Open the TABLE MAINTENANCE program(Function Group) of ur Custom Table (for which you created the Custom Tcode).
    Open the Flow logic of the Screen where you want to alter the Functionality of the BACK and CANCEL.
    Change the Logic in the PAI Module as below (for BACK and CANCEL)
    Note: by default there may be SET SCREEN 0 or LEAVE TO SCREEN 0 .
    CASE  OK_CODE.
       IF SY-BINPT = 'X'.  "Only for batch input processing
        LEAVE PROGRAM.
       ELSE.
        SET SCREEN 0.
        LEAVE SCREEN.
       ENDIF.
      ENDCASE.
    Let me know the result.
    <b>Reward if Helpful.</b>

  • SM30: "Enter a Valid Value" Issue?

    When I do an SM30 to maintain a table, the cursor jumps to a field, a yes or no field, and says enter a valid value. When I cjheck the possible values for this it is N or Y, exactly like is in the field? I am not sure what SAP is giving me the message for.
    Thank-You.

    How is the yes/no field declared in the table?  Typically a yes/no or true/false field is set as a "X" for true or yes, " " for false or no.

  • SM30: YES/NO Flag Issue

    The field is 3 char in length, I move 3 characters for yes, or 2 characters for no, in SM30 it puts a Y or N, it is err messaging on the 'N' value?
            Thank-You.

    What are the fixed values for your domain attached to YES/NO?
    If that field comes as the Drop Down list (like in VA01 or VA02 or VA03 .. Order Reason), than it will display you the Text but it will store the value of the key only. So, even if you try to enter YES, system will only take Y. And if you enter Y, system will take YES becuase YES is attached to Y.
    To display keys along with the values in the drop down box:
    Go to Customize Local Layouts  (very last button , next to help on any screen)
    Select Options
    Select Experts tab
    select the checkbox "Show Keys in All Drop Down list"
    select the checkbox "Sort Item by Key". This will help you when you have more values in the dropdown.
    Regards,
    Naimesh Patel

  • All fields are not displayed in SM30

    Dear All,
    I have created one Z-Table with 5 fields. For that Z-Table I have maintained table maintenance generator. Now in SM30 I am able to see only 3 fields, I have checked all the options but I am not able to find out what is the problem that 2 fields are not getting displayed.
    Please tell me what might be the issue?
    warm regards,
    nishu

    HI,
    While generating the TM there is oneoption which can disable some fields in sm30.
    I think they may be the reason in your case.
    regards,

  • PF Issue

    Dear Experts,
    The following are my issue points:
    1. If in IT0587, Eligible Pay is selected, then if for eg., Basic Salary is Rs. 10000, then in this case, PF shud come as Rs. 1200.
    2. If in IT 0587, PF Basis is selected, then if for eg, Basic Salary is Rs. 10000, PF shud come as Rs. 780 (PF Basis - Rs. 6500 from T511K).
    3. In case of mid month joining, the same shall apply. If PF basis is selected, and basic salary is more that Rs. 6500, then Rs. 780 will be deducted, and if Eligible pay is selected in IT0587, then PF will be deducted on Basic salary.
    4. If IT0587 is not maintained, PF for the same shall not be deducted.
    Now, I have prepared PCR for the same as below:
    SM30: V_T511K:
    Then in Schema ZNN1 :
    The PCR are:
    1. ZPF1
    2. ZPF2
    3. ZPF3
    4. ZPF4
    By this the first point is covered, but rest are not. Please help me to solve the same in one single schema.
    Thanks and  Regards,
    Bhagyashree

    Hi Bhagyashree,
    I have not gone thorough the step step logic of your each PCR,
    but the issue you post here each of the issue are conditioned with respect it 0587,
    1. If in IT0587, Eligible Pay is selected, then if for eg., Basic Salary is Rs. 10000, then in this case, PF shud come as Rs. 1200.
    2. If in IT 0587, PF Basis is selected, then if for eg, Basic Salary is Rs. 10000, PF shud come as Rs. 780 (PF Basis - Rs. 6500 from T511K).
    3. In case of mid month joining, the same shall apply. If PF basis is selected, and basic salary is more that Rs. 6500, then Rs. 780 will be deducted, and if Eligible pay is selected in IT0587, then PF will be deducted on Basic salary.
    4. If IT0587 is not maintained, PF for the same shall not be deducted.
    but the PCRs you have posted is nowhere checking the condition of it 0587,
    they are directly querying on wage type???? why so,
    keeping  your requirement in mind, I believe querying on conditions of the info type 0587 should be the first step in the PCRs
    if you want to first check what is the basis for contribution, whether (1) Eligible Pay or PF Basis which ever is less,
    (2)  or only PF basis you can call the info type 0587 in your PCR in the following manner. e.g
    To query on info type 0587 you can call TABLEP0587, VARGBEEPF1/ VARGBEEPF2
    Regards,
    Prashanti Swain

  • Email size issue in SAP

    How we need to send bigger file size than configured. Recieved part of document, not more than 2 MB. Please asses the issue here and tell me solution to fix the issue please.

    Hi,
    Please configure below mentioned parameters in the table SXPARAMS with transaction SM30.
    The Parameter'sare
    MAXLEN_BODYPART_ALI_SMTP
    MAXLEN_BODYPART_OTF_SMTP
    See the SAP note for the details..
    Note 837300 - Size restriction when sending documents will help you to fix the issue.

  • Ibase/Component issue while creating a message from satillite system

    Hi experts,
    we have implemented the service desk functionality in solution manager system.
    User is able to create message in solution manager directly.
    While creating message from a satellite system IBASE/component fields are filled with incorrect values.
    Because of this user unable to create message from satillite system.
    Has someone any ideas where we do some settings to get correct Ibase/Component values while creating message from satillite system?
    Thank you in advance,
    Babu

    Hi  Babu,
    For Creating messages in SOLMAN make sure that in T code SM30  under the table BCOS_CUST data is maitained
    OSS_MSG     W     NONE     CUST620     1.0
    First your should make your solman ready for posting issues within.
    Then connect it to ECC systems and try posting issues there.
    Do not user Tcode NOTIF_CREATE for posting issues  always use HELP- Create Support message.
    Thanks
    Nand

  • Issue while replicating the Master data from R/3 Backend to SRM

    Hi experts,
    I am supposed to do replication of master data from ECC 6.0 R/3 to SRM System.
    I have issue at T- Code:  R3AS.
    For Initial Load of objets :
    1) DNL_CUST_BASIS3
    2) DNL_CUST_PROD0
    3) DNL_CUST_PROD1
    I am getting following error. :
    &#61692; The following Errors/Warnings occured. Do you want to continue?
    &#61692; DNL_CUST_BASIS3: No active entry in Table SMOFSUBTAB. Read OSS note 339787
    &#61692; DNL_CUST_BASIS3: No active entry in Table SMOFSUBTAB. Read OSS note 339787
    &#61692; DNL_CUST_BASIS3: Object will not be loaded
    for all the objects we re geting the same error.
    In OSS Note 339787 :
    Reason and Prerequisites
    You attempt to start the initial load of the R/3 adapter for an object for which no function module for processing data from the OLTP is entered in the SMOFSUBTAB table. This means that the data would be ignored if the initial load could be started.
    Another cause for the output of this error message is the inconsistent maintenance of the OBJCLASS field in the SMOFOBJECT and SMOFSUBTAB tables.
    Solution
    Enter a processing module in the SMOFSUBTAB table or set the object to 'Inactive', so that no initial load is carried out for it. The change can occur using the maintenance Transactions R3AC5 or R3AC3.
    If you want the object class to be communicated, change the OBJCLASS field in table SMOFOBJECT so that the contents correspond to the OBJCLASS field in the SMOFSUBTAB table for the object.
    While checking the table entries, object
    “DNL_CUST_BASIS3, DNL_CUST_PROD0 and DNL_CUST_PROD1”  are not there.
    Table SMOFSUBTAB can not be maintained in SM30. how to maintain these entries in Table SMOFSUBTAB.
    Can any one help me in this regards. 
    Points will be rewarded.
    Thanks and regards.
    Kalyan

    Hi Dinesh,
    i have done reqd entries in the table CRMSUBTAB in ECC?
    also check other tables in ECC
    CRMCONSUM
    CRMRFCPAR
    CRMPAROLTP in ECC
    and
    SMOFPARSFA in SRM
    i want to know how to maintain the enteriers in Table L SMOFSUBTAB in SRM system.
    regards
    kalyan

  • Asset Issue ?

    Hi
    I have a problem which says likes this at the time of a Down payment request creation:
    Message no. F5378
    The asset number assigned in the purchase document  is different from the asset number entered manually
    cannot be transferred, because the 'Asset number' field was hidden for the account in question
    System Response
    In the first instance a warning appears, drawing your attention to the different account assignments. In the second instance an error message appears, because the asset number must be transferred from the purchase order but the necessary field is hidden.
    Procedure
    If you receive the warning, check which asset number is the correct number for this down payment.
    If you receive an error message, you must either choose another special G/L indicator for down payments so that it is possible to assign an asset number to the relevant general ledger account, or you must change or delete the the specified purchase document number. Only those purchase documents are allowed which are not assigned to assets
    How can I solve this issue ?
    Regards,
    Pankaj.
    Edited by: pankaj_ab on Nov 30, 2009 12:09 PM

    Please either use transaction code F-47 or F-48.  Have you done what the above notes specified?  If not, please try it.  Proceed as follows:
    1.  SM30
    2.  Enter T100S
    3.  Click on Maintain
    4.  Click on Position
    5.  Enter F5 for Area
    6.  Enter 378 for Message
    7.  If message 378 exists, change the standard message class from E to W.
    8.  If message 378 does not exists, click on new entries and make the following settings:
         - Application Area: 5
         - Message: 378
         - Allowed:  EW
         - Standard: W
         - Save.
    9.   Next, enter OBC4 and select your field status variant
    10. Then double-click on Field Status Group
    11. Select field status group: Reconciliation Accounts
    12. Then, click on the magnifying glass " Edit field status"
    13. Double-click on Asset Accounting
    14. Change Asset number/subnumber to optional entry and save.
    15. Next, enter OB41
    16. Double click on Posting Key 39
    17. Click on Maintain Field Status
    18. Double click on Asset Accounting and then check off the radio button opt. entry.  Repeat the same process for posting key 29.
    19. Save
    Go back and try the down-payment request using F-47.
    Elias

  • 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

  • Updation in SM30 for ztable takes long time

    Hi All,
               I have got one issue on Ztable.
              when i try to modify even the single value in the ztable in SM30, it is taking long time(10 min) to save the changes.
              This table is a view and I checked with indexes also, it seems to be fine.
              After debugging i found that even for one chnage in the entry it is reading almost 83000 records.
              Can anyone please guide me on this, how should i correct the error.
    Thanks in Advance

    Hi
    When creating table maintenance generator you will able to create events so try to create event and add source code in the event
    to delete the entries which are not required .
    Check with Link
    http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=93454609
    Regards
    Chandra

  • SM30 / View Maintainance Call problem with Position button

    We are having an issue with the position button on Tcode SM30 and Function View Maintenance Call. When we press the position button and try to enter a material number (matnr element, with links to the correct databases) and then click on ok, it doesn't found materials that we know are on the Ztable.
    Experimenting, I found that entering the complete number with all the leading zeroes finds the correct item, so my guess is that the Position button doesn't use the conversion alpha exit. A test with a Ztable where the made up code fills up the entire code space shows it finds the data correctly, so it seems that completion is the issue, reinforcing the idea that the conversion alpha exit (wich is correctly associated to the matnr domain) is not working in positioning.
    Any pointers or ideas will be appreciated.

    Hi
    Use this function modules for the material number
    CONVERSION_EXIT_ALPHA_input
    CONVERSION_EXIT_ALPHA_output
    I think it will work..find in debug wat value s coming

  • How to get tablename in SM30 screen ?

    Hi,
    I have a requirement where in i have 2 radio buttons.
    1) bdc
    2) manual
       when i click on manual, it takes me too SM30 screen.
        there i need to get the table name by default.
    can you help me out in this issue.
    Thanks in advance.

    Hi,
      Call the FM 'VIEW_MAINTENANCE_CALL' and pass the table name in the importing parameters of the FM and also pass Action (S=display, U=modify and T=transport).
    Rgds,
    Bujji

Maybe you are looking for

  • Certain USB and firewire devices no longer recognized

    I am going to make a solid attempt to communicate the problem, I'm led to believe that there are some configuration settings that need to be corrected to solve this, though I am not able to find it. The problem: (what led up to it) My SSD was knocked

  • How do I clear out multiple entries for a persons name in the Faces selection?

    Can I get some help clearing up multiple entries in the "Click to Name" dialog box in iPhone 9.6? Here's the behavior I'm seeing: When I try to assign a name to a Face by clicking the "Click to Name" option, I start typing in my son's name and iPhone

  • Logic needed for report: Parameter Group

    hi..friends, im dev a report: refernce std report - "S_ALR_87012178" is the tcode.  there they are giving 5 slabs: ie. under 'Output control Sel Scrn - in "Due date sorted List" '. but my requirement is to do same like that for 10 slabs. the values a

  • Photos on the IPAD

    Hello, I have learnt how to use my IPAD but something is strange I don't know how to get the photos downloaded on my ipad over the internet to my computer!  There is nothing on the menu to get them?! any help welcome thanks

  • Server Startup Problem

    Hi all, The server was working fine previously.Webdynpro applications and portal were also being deployed succesfully. But now when i try to start the server it is getting hung in the final stage of the process.I've checked the log files, it is givin