List of modifiable programs & reports in a productive system

Hi everyone,
I am trying to determine what objects are modifiable in a system set as productive. I have identified about 50 users who are assigned authorization object S_DEVELOP (activity=02 & auth group=DEBUG) in the production system. However the SAP consultant says that this is not an issue because program modification is not allowed in a system which is set as productive. This makes sense but is it true?
Is there a report or a table which can list system objects that are currently modifiable? From another forum a user suggested I check table OBJH. This was an excellent tip, however OBJH does not list ABAP programs or reports - just tables, views, etc. Any help will be greatly appreciated.
Thanks,
Martin

Hi Martin,
These settings are done at client level. Each client can be configured with below options
We can also view client  details from SALE->sending and receiving systems->logical systems->assign client to logical system.
<b>Client Role</b>
Customizing
Test
Production
Demo etc..
<b>Changes and Transport for client-specific objects</b>
options are :
Changes without automatic recording
Automatic recording of changes
No changes allowed
Changes w/o automatic recording, no transport allowed
<b>Cross-Client Objects changes</b>
Options are :
Changes to repository and cross-client customizing allowed.
No changes to cross-client customizing objects
No changes to repository objects
No changes to repository and cross-client customzing objs.
And I don't think production system/client is allowed to do any changes to reports or dictionary objects. These must have to come from development system via quality system to production.
Regards
Manohar

Similar Messages

  • Smartforms program not regenerated in Production system.

    Hi Guru's,
    i have done changes in smartforms on development server.that time my smartforms generated and work properly. But when i transfer request then on production server in smartfroms is generated but my smartforms generated program '/1BCDWB/LSF00000040F01' program not update. in that program whatever changes i have done that not update.that's why it's give me dump error .
    Please Tell me it's abap problem. if yes then help me.
    Thanks in Advance.
    Regards.
    SAM
    Edited by: Julius Bussche on Dec 15, 2008 11:23 AM

    Hi Sam,
    Use SSF_FUNCTION_MODULE_NAME. In this pass ur form name for ex,
    DATA :
      fm_name TYPE rs38l_fnam.
    CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
        EXPORTING
          formname                   =  <your Form Name>
        IMPORTING
          fm_name                    = fm_name
        EXCEPTIONS
          no_form                     = 1
          no_function_module = 2
          OTHERS                   = 3.
      IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    Now first call the Function Module which is generated from ur smart form. Now replace its name by fm_name.  For Ex,
    CALL FUNCTION  /1BCDWB/SF00000201
        EXPORTING
          im_1        = fs1
          im_2        = t_1
          im_3        = t_2
        EXCEPTIONS
          formatting_error = 1
          internal_error   = 2
          send_error       = 3
          user_canceled    = 4
          OTHERS           = 5.
      IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    Now replace /1BCDWB/SF00000201 with fm_name.
    So finally you will have,
    CALL FUNCTION  fm_name
        EXPORTING
          im_1        = fs1
          im_2        = t_1
          im_3        = t_2
        EXCEPTIONS
          formatting_error = 1
          internal_error   = 2
          send_error       = 3
          user_canceled    = 4
          OTHERS           = 5.
      IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    Regards,
    Swapna.

  • Query created in production system and object changeability

    Hi,
    The production BW has the object changeability for query elements set to 'Changeable original'. Some queries which have been created in this system can be changed, others, which have also been created in the system, can not.
    All queries are assigned to the development packate $TMP. None of them have been transported anywhere, nor have they been created somewhere else and transported into the system.
    The system is BW 3.5, SP 17.
    Has anyone got any idea what the problem could be?
    Best regards,
    Rita

    Hi,
    The object changeability in the system is set to 'Changeable Original' and I know where to switch from 'not changeable' to 'changeable original' to 'everything changeable'.
    The normal development cycle sees reports being created in the development system and then being transported through to the production system. Here, they should not be changeable. However, users with the relevant authorisation should be able to either -
      - create new copies of these reports and change them or
      - create new ad-hoc reports and also change these
    We have several of these reports on the production system. The object changeability is set to 'changeable original', as I mentioned. I would expect that all queries which have been created on this system and never transported (either in or out of the system) should be changeable, based on this setting. However, some are, some ar not. The error message when trying to change the 'non-changeable' ones is 'Operation falied! No error message available from the server'. If I make a copy of one of these queries, hoping to save is as an ad-hoc query and change it, the error message is 'query could not be saved due to a problem in transport'.
    How come some can be changed, others can't? Is there anywhere I can check what the difference is between the changeable and non-changeable reports which have been created on the system?
    Best regards,
    Rita

  • Short dump in Production system !!!

    Hi Experts,
        We have getting a short dump for all actions in Production system. Suppose if we use se38 and tried to press display it shows a short dump error. Despite when we tried to use tcodes or using LSMW or try to execute a program or like this all type of actions its throws a short dump error. Dont know what is the reason behind that since the short dump is not the defined the reason for the dumb. Have any of you experts got this type of experience?. Pls give your ideas. Thanks in advance.

    Hello Kavi,
    Contact your basis team. SNAP is a table which holds all ABAP dump. It looks like SNAP table is full and cannot accomodate new entries.
    In any production enviornment, the SNAP entires will be deleted regularly and only dumps for the last 8 days will be available
    Check if any job(SM36 or table tbtcp) is running for this program RSSNAPDL in your production system.
    Thanks

  • Modified WAD report does not reflect in Production even after transport

    Dear Friends,
    We are using BI7.00 with Nw2004S. One of my report had been created in WAD (Web application designer). I have transported this report to production from Quality as in our case the Quality client is the base client for WAD report development. I collected the objects from the transport connection in RSA1 and transported the request.
    After the above since user wanted changes in the report,i again modified the report and checked. Everything was fine in my Quality client but when i transported it to production, the new modifications are not appearing.
    I have done the transport more than 2 times but still not changes is shown.
    Experts kindly provide your helping hand.
    Regards,
    M.M

    Dear Arun,
    Thank you for your feedback. As per your guideline we executed the program RS_TEMPLATE_MAINTAIN_70 in both QAS and PRD clients and found that the html codes are same. Moreover we are still not able to get the modified web items in our PRD clients. All the caches were deleted and still no improvement. Following are the other activities and obeservations done by us.
    1) Deleted the web item again in QAS client, Saved the report, recreated the web item, saved and then collected it in the request and transported and found that it is still not reflecting.
    2) In our observation, we find that the objects are found collected in the transport request and the task of the transport request contains no element. We do not know whether it is right.
    3) Missing of authorisation was also checked and found that it is not the culprit.
    In the above context we are still groping in the dark. Kindly provide your expert comments.
    Regards,
    M.M

  • List of unused custom report programs

    Hello,
    I have to develop a report though which we can find the list of unused program based on the selection date given in the selection screen. So, Is there any way through which we can find when was the Z* programs executes last time???
    I checked with the transaction STAD and ST03N.. but I didnt find it helpful.. because I want to see the list of programs for the past 1 year.
    Any suggestion will be helpful..
    Thanks,
    Regards,
    Jhings.
    Edited by: Jhings on Dec 1, 2011 1:31 PM
    Moderator message: FAQ, please search for previous discussions of this topic.
    Edited by: Thomas Zloch on Dec 1, 2011 12:20 PM

    Hi Sandeep,
    Thanks for the reply... I checked that table and it is having last change date of the code.. But my requirement is to find out the last execution date of the program.. Means.. when was the Z* programs runs last time.
    Hope u understand my problem..
    Thanks,
    Regards,
    Jhings

  • Abap program to find the list of SAP STANDARD reports in complete

    Please send me if you have any program since when i run TRDIRT Table in se16 it gives all the program now how to distinguish by business area like sd mm fi its tedious to open every program and check what it is . is there any ABap program that put together the list of all the reports for FI, AP, AR and MM
    Soniya Kapoor

    Hi,
      IN the table TRDIR give the application (TRDIR-APPL) and check the results..
    Cross-Application            
    A Asset Accounting             
    B Business Information Warehouse
    C PPC                          
    D DASS (control station)       
    E RIVA                         
    F Financial accounting         
    G General ledger               
    H Personnel Planning           
    I Plant maintenance            
    J Publishing                   
    K Cost accounting              
    L Inventory management         
    M Materials management         
    N Hospital                     
    P Human Resources              
    Q QSS (Quality assurance)      
    R Unknown application          
    S Basis                        
    U Enterprise Data Model        
    V Sales                        
    W MMS (Merchandise mgt. system)
    Y Customer head office         
    Z Customer branch              
    Thanks,
    Naren

  • Program/Report for no.of unique users

    Hi,
    I am looking for the program/report that will return the number of unique users per month for R/3 and BW systems. Please help me, if any one have idea?
    Thanks & Regards
    Srinivas.

    MXG,
    Thanks for your reply. Basically I am looking for unique active users per month for each production environment, in usr table we will see all users list including active and inactive users. Please suggest me, if you have idea.
    Thanks & Regards
    Srinivas.

  • How to use BRF plus application in abap programs (Report or Module pool)

    Hi All,
    I have created an BRF plus application through FDT_WORKBENCH to calculate bonus of the employee with the help of SDN tutorial.
    Now my concern is that how can i use this application in my report.
    I have also read in the tutorial that we can create BRF plus application through ABAP coding but my question is, if i created an application through FDT_WORKBENCH then how can i use it in my ABAP report.
    Thanks a lot in advance.
    Regards,
    Sheelesh

    Hi,
    CALLING BRF+ FROM ABAP REPORT PROGRAM :
    I think the program may be helpful for you guys.
    *CALLING THE BRF+ FROM ABAP REPORT PROGRAM :
    REPORT Z_BRFPLUS_REPORT_01.
    PARAMETERS : P_SEL TYPE STRING .
    TYPES : BEGIN OF TYPE_PRICE ,
            NUMBER TYPE DECFLOAT16 ,
            CURRENCY TYPE STRING ,
            END OF TYPE_PRICE .
    DATA : LO_FUNCTION      TYPE REF TO     IF_FDT_FUNCTION ,
           LO_CONTEXT       TYPE REF TO     IF_FDT_CONTEXT ,
           LO_RESULT        TYPE REF TO     IF_FDT_RESULT .
    DATA : LO_MESSAGE TYPE REF TO CX_FDT .
    FIELD-SYMBOLS : <FS_PRODUCT> TYPE IF_FDT_TYPES=>S_MESSAGE .
    DATA : PRODUCT TYPE STRING ,
           LS_PRICE TYPE TYPE_PRICE .
    CLEAR LS_PRICE .
    PRODUCT = P_SEL .
    TRY .
    * GET THE BRF PLUS FUNCTION .
      LO_FUNCTION ?= CL_FDT_FACTORY=>IF_FDT_FACTORY~GET_INSTANCE( )->GET_FUNCTION('0050569E629D1ED39DD2090294D9A5BD' ) .
    * SET THE BRFPLUS FUNCTION CONTEXT .
      LO_CONTEXT = LO_FUNCTION->GET_PROCESS_CONTEXT( ) .
      LO_CONTEXT->SET_VALUE( IV_NAME = 'PRODUCT' IA_VALUE = PRODUCT ) .
    * PROCESS THE BRF PLUS FUNCTION .
      LO_FUNCTION->PROCESS(
                   EXPORTING
                     IO_CONTEXT = LO_CONTEXT
                   IMPORTING
                     EO_RESULT = LO_RESULT   ) .
    * RETRIEVE THE BRF PLUS FUNCTION RESULT .
      LO_RESULT->GET_VALUE(
                    IMPORTING
                      EA_VALUE = LS_PRICE ) .
    WRITE : LS_PRICE-NUMBER ,
            / LS_PRICE-CURRENCY .
    CATCH CX_FDT INTO LO_MESSAGE .
    ENDTRY .
    Thanks & Regards,
    Joyjit Biswas

  • Modify Query in Production System !

    Hello SDN s,
    How ya all ?
    We want to Modify a Query by inserting one more <b>InfoObject in the Production System</b>. When we try to <i>Drag & Drop</i> the InfoObject from the Dimension to the <i><b>Free Characteristics</b></i> it showed <b>blocked symbol</b> and hence we are unable to modify the Query.
    We do have to Query in the Development but cannot use that for Transport as it holds another Query Structure which is used by another Production System.
    Could anyone suggest us how to modify the Query ?
    Will there be any authorization to maintain for the user ?
    Best Regards....
    Sankar Kumar
    +91 98403 47141

    Hello Murali,
    Could u list down what are all the Authorizations we have to maintain and where it has to be maintained, in SU01 or some other Transaction ?
    Hello Srini,
    I got this doubt earlier and checked the entire content, the object is not there.
    Hello Edwin Harpino(A.H.P),
    I will try this and come back with the result !

  • How to list the abap programs order by updated date in ECD

    Hi experts,
    how to list the abap programs order by updated date in ECD?
    thanks.

    I wrote a custom program for displaying Z* development work into an ALV report. 2500 character limit prevents me from posting, message me your email and I'll send you source code.
    Edited by: Brad Gorlicki on Feb 18, 2010 11:25 PM

  • Report hanging (when try to modify the report)

    Post Author: aneel
    CA Forum: WebIntelligence Reporting
    Hi All,
    This becomes a longlosting issue for me Please anyone look into this.
    I have created one report with 6 global and 3 local filters, 12 local variables.
    When I try to modify the webi report it strucks up and keeps on running continuously with out giving any kind of result.
    Please reply anyone !!!!!!!!!

    Post Author: jsanzone
    CA Forum: WebIntelligence Reporting
    Vinl,
    The WebI (and BOE XI server) is not completely tuned out of the box to support multiple data providers and large data sets.  There are tuning parameters that must be set (and which will cause more memory usage, etc, etc) and must be monitored to expand performance in order to resolve unwanted timeouts.  If you are not the administrator, then you'll have to work with him or her (and possibly open a trouble ticket with tech support for more help, if needed).
    The timeout aspect is frustrating.  We have three servers, development, testing, and production.  The development system is totally off-line and not under any security-lockdown influences.  Testing is our pre-stage and was built by our BI team.  And production is in the server farm built by the Sysadmins.  Of the three servers, only the production server suffers from a two-minute WebI timeout (and Infoview timeouts where the report just spins all day without a response, but in WebI at least we get an ugly "error notice" when the two-minute timeout occurs).  We think that some kind of lockdown was performed on our production server that causes the two-minute timeout for an executing report to occur.  On the one hand it keeps us sharp in not building reports that will make the user wait a long time, and to encourage them to schedule a report through scheduler when it will take longer than two minutes to execute.  On the other hand it can be troublesome to maintain a report that takes so long to run in terms of modifications and corrections.  At times I've had to go into the datawarehouse and rename a production table to something else, then create a mini-version of that production table in order to run the report and modify it (all done in the off-hours of course), and then when done modifying the report, delete the mini-version of the production table and rename the off-named production table back to its original name in order to press on.  The things we gotta do to press on with life....  Good luck, and hang in there Vinl.

  • List of standard SAP Reports with their description

    I nned to have a list of standard SAP reports along with their description. Is there a way to retrieve this by a T-Code?
    Please help asap.

    Run the T-code
    System -> Status -> Program
    TSTC table (SE16) has the complete list of all t-codes that exists in your system and their program name.
    Table TSTCT will give you the description of the t-code.
    Cheers.
    Ashish

  • Something is deleting my distribution list in Production system

    Hello masters:
    I created a distribution list in order to send emails from a workflow item. It's working fine in dev and qas. However, something is deleting my distribution list in Production system.
    And the worst is that my distribution list is deleted as soon as I create it again (well, it lasts a few days).
    Does anybody knows what could be happening?
    Thank you.

    Probably the Distribution list is not getting created at all.
    Also check whether there is any program that is deleting the distribution list.
    TZW02                            User <-> Determine message
    Also check for Authorization when you are trying to display existing Distribution list.
    Thanks
    Arghadip

  • To find the list of Inactive objects in the Production system.

    Hi Experts,
      Need a help. I want to find the List of inactive objects in the Production system. Do we have any standard program or any transcation code to find.
    Appreciate your help.
    Thanks,
    Venkata.A

    Check below threads -
    Check Inactive Objects in System
    Need program to find the inactive objects
    Tcode for finding out the inactive BI Objects

Maybe you are looking for

  • MAC OS X 10.6.8 print error after 1st page

    In latest version of Firefox on Mac OS 10.6, the first page of a website prints fine. The second and subsequent pages all print partially off the paper. This shows up on Preview. The image for the second and subsequent pages appears to be enlarged ab

  • Can't open or save PDF files from websites from Firefox 4.0

    Upgraded to FF4 recently. Now when I click on a link to a PDF in a web site to open with PDF Viewer, get an error message saying PDF Viewer could not repair file. With Adobe Reader 9.4, I get a message saying There was an error opening this document.

  • Error during the installation  of Database instance

    Hi All, I am installing database instance on a seperate database server for Netweaver 7.0 EHP 2 , the databse servers has several drives . For NW 7.0 installation 2 drives are reserved Drive N : 200 GB Drive O : 200 GB During DB Instance installation

  • Statistics in Appleworks

    Hello, I am doing some work in statistics for a science class at my university. Is there some way to tell the spreadsheet program to put a "best-fit line" on a plot of data points? I have looked through the function list and I haven't found anything.

  • How to rotate PDF with the automator?

    Hello everybody! I'd like to create a WorkFlow to rotate all the selected PDFs (one page PDF) of 90º. In the PDFs section of the Automator there isn't anything like that. Somebody can help me how to do it? Thks a lot! Enrico