Check maintainance object or function group in sm30

hi,
my abaper create a table maintainnce view and function group . it working fine in developement system but when i transport it to quality system and then open table view in sm30 it s showing error check maintainance object or function group.
please provide me the soloution.

Hi,
Was the import successful into the QA system? Check the import logs and RC to see if there were any errors/warning reported.
Also, run the syntax check for the functional module in QA to get more information about the error.
You might have to involve the ABAP consultant to get this resolved.
Regards,
Varun

Similar Messages

  • Adding authorization object for "Function Group"s ?

    Is it possible to add any authorization object for any function group ?
    We have an issue i.e. whenever user "XYZ" is getting some Windows Excel related error whenever trying call an excel report from BW server. System log related to "XYZ" user shows that -> User "XYZ" has no RFC authorization for the function group "ABCD". The RFC authorization object is S_RFC.
    Function Group you can check through SE37->GoTO->Display Function Group
    Now is it possible to add authorization for any "Function Group" ?

    You give authorisation for all function groups by giving auth object S_RFC a * value in field RFC_NAME
    However I do not recommend this as giving wide access to RFC's can bypass a lot of the security you have implemented for the users.
    In this case, add only the function group that the user requires in this instance into S_RFC

  • Objects in Function Groups

    Hi,
    Please let me know the SAP table where all the objects of a particular Function group are stored.
    I want to fetch all function modules, Includes etc... associated with that Function group individually.
    Regards
    Srinivas

    hi,
      You can get the function modules for the function group from the table ENLFDIR..
      For the includes..Do the following select.
      If your function group name is YTEST..
      SELECT * FROM TRDIR
             WHERE NAME LIKE 'LYTEST%'..
    Thanks,
    Naren

  • Authorization group,function group

    friends while creating a table maintenance view  it's asking  authorization group
    and function group ,what are those things and what to provide there.plesae tell me
    in detail.

    Hi,
    You can assign authorization groups to tables to avoid users accessing tables using general access tools (such as transaction SE16). A user requires not only authorization to execute the tool, but must also have authorization to be permitted to access tables with the relevant group assignments. For this case, we deliver tables with predefined assignments to authorization groups. The assignments are defined in table TDDAT; the checked authorization object is S_TABU_DIS.
    You can assign a table to authorization group Z000. (Use transaction SM30 for table TDDAT) A user that wants to access this table must have authorization object S_TABU_DIS in his or her profile with the value Z000 in the field DICBERCLS (authorization group for ABAP Dictionary objects).
    Function group to which the maintenance modules are to belong. One function group can contain maintenance modules for several tables or views.
    – Authorization group
    – Maintenance type (one or two-step)
    – Maintenance screen(s) (one or two-step maintenance type, resp.) numbers
    Regards,
    Ferry Lianto

  • Updation of function group while transfering from one server to anather

    Hi all,
    In my client's quality server some function module . And the unicode check activity for the function group is checked for some user in quality and not checked for some user (might be somebody has changed it and created a new task for the function group). But in development it's working fine.
    If i'll create a Transport request for the function group and transfer it weather it will overwrite everything on quality and will work fine.  while creating a TR for that function group what object type i should select(limu fugt or limu fuct).
    regards
    sandeep

    Hi
    When you create aNew Transport request for that Function Group and transport it will over write the entire thing in Quality with the new one.
    Since it is working fine in DEV it should also work fine in Quality
    Use the following object type (FUGR) to add in the request
    R3TR-FUGR-<name>
    Reward points if useful
    Regards
    Anji

  • How to programatically syntax check development objects

    Hello,
    We are going through a test upgrade project (4.6C to 4.7) and need to identify all custom objects that have syntax errors. I was able to find some FMs that do syntax check for executable programs (EDITOR_SYNTAX_CHECK, CHECK_SOURCE, etc) but was not able to find any FM/Program that can syntax check different kind of development objects like tables, FMs, Includes, programs, etc. It seems that different objects use different syntax check programs. I am basically getting a list of custom objects from tadir and then want to submit this object to a FM that can tell me if the object is syntactically OK.
    Any help is much appreciated.

    Hello All,
    With the tips I got from you I was able to identify a transaction called SCI - Code Inspector that does everything that I was wanting to do.
    You need to specify an object set that you want to inspect (e.g.: Z programs, Z function groups, etc) along with the type of inspection (syntax check, object generation, etc) you want to perform via a variant and then create an inspection referring to the object set and variant and that's it. The result gives a complete list of objects based on the type of inspection you wanted performed. Another useful thing that I found was an ABAP statement called syntax-check that you can use to check executable programs and function groups without calling any FMs. It is limited in the type of objects it can check but works great for executable programs.
    Keep up the great work and thanks again to all of you that responded.
    A special thanks to Sailatha for the code inspection program tip.
    Best regards,
    Shamim

  • Copied Function Group to New Function Group Name

    After I did this why do some objects have blue text and some have black text in SE80 under the new function group name??
                   Thanks.

    HI,
    This exists to show you an inactive object on the Function Group.
    Try to activate the all objects in Function Group and the color will be changed.
    Regards.
    Marcelo Ramos

  • Copying Function group includes

    Hi all,
    I am facing problem while copying function group. I am copying the function group in SE80 transaction . while copying i am able to copy the function modules in it only . but i need to copy includes in the function group. because i need to edit the code inside the includes. while copying  Function group standard includes are there in the Z function group.
    Can any one help me out how to copy the includes also.
    Thanks & regards
    sreehari.p

    Hi,
    Transaction SE38 and copy object SAPL<FUGR> with all sub objects
    <FUGR> = function group name
    Regards,
    Ivan

  • Report for transaction - Maintain Object - Roles - user Id ( Authorisation)

    Hi
    I want to generate a report for the following:
    for a transaction
    for a check/ maintain object name ( Ist column)
    what are the roles ( iind column)
    and
    what are the user id for each roles.. (iiird column)
    and
    start up (yes / No) (ivth column)
    Please advise.
    Since, I need to do this report generation for more than 30 transactions, any immediate reply would be of great help.
    Thanks in advance.
    Partha

    Hi
    Try SUIM T-code and see if any of the report works
    Thanks

  • Testing function groups for unicode compliance

    Hi,
    i just checked alot of programs for their unicode compliance, using UCCHECK. No problem here.
    Now my task is to check if all the functional groups would work properly in an unicode-system, but how do i do that ? UCCHECK just works for reports or at least it doesnt take the functional groups...
    best regards,sven
    points will be awarded...

    Hi ,
    Recently tested the Function Groups and corrected them .
    Now After you do the UCCHECK ,OR if you have list of the function groups,
    Go to
    SE37 GoTo->FunctionGroups-> Display Group
    Give the Corresponding FG
    Check the Uncode checks Active Flag
    Now Click Main Program and make it active.
    Once you Activate you can see the syntax errors if any in the Function modules in that Function Group.

  • Maintain object or update function group error

    Hi experts,
    I had searched the forums but did not find a conclusive solution so i am posting the Question.
    I had created a ztable. Maintained table generator then i created a T-code for the table . But when i am executing the t-code its giving me an error message maintain object or update function group. I checked  my function group but its active actually i think the screen no which i am giving in table maintainenace generatoris not getting generated.
    I tried to figure it out but couldn't .
    Any help would be appreciated.
    Regards,
    Pawan.

    Hi Matt ,
    Thanks for your Reply
    To answer your 1st Question
    1. How have your created the transaction for the table?
    I have created my Transaction for the table through se93. In that i selected 4 option that is transaction with parameter.
    In that under transaction gave sm30.gave my viewname i.e table name and update i'e. X.
    To answer your 2d Q
    Tell use the error message you get in SM30 exactly
    It is not a runtime error it is an error like a pop up which comes up when i go to sm30 and click on maintain.
    The error is as i have mentioned earlier.

  • How to add a function-group to authorization object S_RFC ?

    I have implemented a function group, that is to be called from "the outside" via RFC-calls.
    Have been told that this func.group has to be added to object S_RFC, and assigned to the user(s) that are going to use this call.
    Where, in the SAP-system, do we maintain theese connections ?
    (I'm new to the SAP-world, and hope someone will give me some help...

    Hi
    I believe you should insert the authority-check in the fms of your function group:
    AUTHORITY-CHECK OBJECT 'S_RFC'
    ID 'RFC_TYPE' FIELD <value>
    ID 'RFC_NAME' FIELD <value>
    ID 'ACTVT'    FIELD <value>
    This object has to assign to profile of all users who'll use those fms.
    You can manage the profile by trx PFCG.
    Max

  • How to get al object's type used inside a function group

    Hello There,
    I want to create a program to get all the objects used inside a Function group, for example all the data structure type (not the field name of fieds ortable name used in import/export but their data types) used in import/export/table parameters of Function group or Function module inside that FG. I also want to know all the field types/function module/class/method etc used inside a FG.
    The main purpose is to create a program to know if a function group uses a object from a particular software component. we have a requirement in our project for example all the standard objects used in a program should belong to only sap_basis /sap_abap/sap_appl software component.
    I realy appreciate any help on the same.
    Mani

    Goto se80, provide the function group, double click on the object name, click on the main program button and get the function pool name. Now place this function pool name in se38 , go to menu utilities->environment analysis. You will get the list. If you would like to do this via custom program then see through debugging mode and check what is coded.
    Kesav

  • How to add function group to the  authorization object S_RFC ?

    Hi All,
    Can you  please tell you how to add the function group FG_DIAGLS_DATA_ENRICHMENT  to the authorization object
    S_RFC?
    In solman_setup under basis configuration when I execute the step "SetupDPC/DCC Web Service URL" its getting failed because of the
    following error which i found it in the agent log
    "java.rmi.RemoteException:RfcExecutionException; nested exception is:
    com.sap.sup.admin.abap.rfc.exception.RfcExecutionException: An
    exceptionoccured during the execution of the function
    'FM_DIAGLS_PUSH_PHYSICAL_HOST': RFC_NO_AUTHORITY >
    com.sap.sup.admin.abap.rfc.exception.RfcExecutionException:An exception
    occured during the execution of the function
    'FM_DIAGLS_PUSH_PHYSICAL_HOST': RFC_NO_AUTHORITY >
    com.sap.mw.jco.JCO$Exception:No RFC authorization for function module
    FM_DIAGLS_PUSH_PHYSICAL_HOST. <Mid"
    Thanks,
    Satheesh E

    Hi,
    Please follow below steps:
    1) Go to SE01
    2) Click on create New workbench request and give desc once popup appears, Click Ok
    3) Now open the trasport in edit mode
    4) Add
    Program ID - R3TR
    Object Type - FUGR
    Object name - Name of the Function group
    >note that if you tranport Function group all the latest Function modules in function group along
    >with screens will be included in the transport.
    Regards
    Shital
    Formatted by: Vijay Babu Dudla on Apr 25, 2009 5:08 AM

  • Function group: to Check syntax errors

    Hi,
        We are doing a project.In that we planned  to do our program like this
                    1.To check errors line by line.
                    2. If my program come across any errors in statement it should automattically show the correct statement or   alternative statement, it must be user friendly .
       would you please suggest me any function group for these.

    Hi,
        We are doing a project.In that we planned  to do our program like this
                    1.To check errors line by line.
                    2. If my program come across any errors in statement it should automattically show the correct statement or   alternative statement, it must be user friendly .
       would you please suggest me any function group for these.

Maybe you are looking for

  • How do I get out of this service?

    I attempted to switch from my cable to verizon online. A mistake it turns out. I was asked to call a 800 number to "verify my credit". So I called and the lady said I was all set about 5 minutes but was going to transfer me to someone else who would

  • My city is not listed in the timezone options

    how do i set my time zone to Tijuana (-8 gmt) ?? the closest city to mine that does appear in the options is San Diego (which is what i have it set to), but since SD goes forward 1 hour about 3 weeks before my city (for some questionable reason) my c

  • Error -222 in ocompany.connect() method

    hiii all, at the time of company connect, ocompany.connect() function returns value -222. is it due to lack of share memory. thanks in advance regads nirdesh panwar

  • How do I get the Back Button drop down menu back?

    When surfing in a tab there used to be a drop down menu next to the forward and back buttons. It was a little tiny triangle looking arrow. This was really useful and needed. It is gone in Firefox 4 as far as I can see. I am using the default 4.0 Them

  • Character Encoding Problem RequestDispatcher

    Hi Friends; I have a servlet and I use RequestDispatcher dispatcher = request.getRequestDispatcher(page);                response.setContentType("text/html;charset=UTF-8");                request.setCharacterEncoding("UTF-8");                PrintWri