Problem in saving 'Z' develpments to Local Object

Hi Experts,
Let me explain my the client settings first -
I'm working on a implementation project. We have a development server having four clients as 311 sandbox, 322 - customizing client (Without transactions and masters), 411 - Testing client and 422 as a golden master with all configuration and master data.
The path is  322 >> 411 >> 422
We do not have configured TMS till now.
While i'm creating any 'Z' development whether report or table or do any changes on the 311 client i.e. sand box and saving it as a local object or save in a request the changes or newly created reports can directly affect the upto client master i.e. 422 without transporting the request.
Because of this i'm facing problems as if i created any report just for testing on 311 i.e. sandbox it directly appears on every client without transporting request even when it has been saved in the local object. Also if i do any changes in any sap standard screen, program or in any object as per SAP notes on 311 they directly affects whole development system.
Please guide me how to set the system landscape to avoide this.
Thanks
Amol

Hi,
all development and client independend customizing is visible at once at all clients of an SAP instance.
You have create separate instances like YA1(100) = DEV; YA2(100) = TEST; and YA3(100) = PROD. As a customizing sandbox in DEV a separate cleient might be helpfull.
All instances could be created at the same server in an early stage of the project. Later at least for production a separate server should be used.
Some consultants with some experience could save costs in such a project.
Kind regards,
HP

Similar Messages

  • Problem while saving list output as local file.

    Hi Gurus!
    i want to save the list output of classical report into excel but complete data is not coming into excel file.
    [SYSTEM - > LIST ->SAVE ->  LOCAL ->SPREADSHEET ]
    when same output is transfer to unconverted file [notepad ] then completed data is coming.
    please help me ,
    points sure!
    Rahul
    Message was edited by:
            rahul deshmukh

    Yes Rahul, I know that and you have to do the formating. This is how you can do.
    Open the unconverted file in Excel format.
    Select the first column and then goto Data - Text to Columns , a pop up will come.
    Select Delimited, then press next.
    Then selct the delimeter that is used in the unconverted file to seperate two columns. Say for example if ' | ' is used then in others write ' | ' and press next.
    IN the data preview section select all the columns and then select text radio button on top and press finish finally.
    Now u will get the proper format of the file. Delete all the empty rows and columns that u don't want.
    Reward if you find it useful.
    Regards.
    Akhil.

  • Problem in Saving Data Fields to an Object

    Hi,
    I have a form which includes the User Information when you insert the user Id on to a field. When you enter the user Id in the field and submit the results get inserted into a  UserInfoBean class in java. The UserInfoBean object is retrieved to the getUserDat() in flex. The first time I do this it assignes the data to the  "userInfo" and I include this into the fields as
                               <s:TextInput id="firstNameId" text="{userInfo.FirstName}"/>
    The issue I am having is IF I do move to another section and comeback and try to look for another user the "userInfo" becomes NULL but the results.getItemAt(0) has data object UserInfoBean. When I try to print inside the getUserData() the userInfo.FirstName I get Null since the userInfo is NULL and results.getItemAt(0).FirstName I get the values.
    The code is attached below.
    Is there a way to fix this issue? How should I get the result into the userInfo?
    Thank you,
    Hass
    CODE:
    MXML Code
    <<UserInfo.mxml>>
    <fx:Script source="UserScript.as"/>
    <fx:Declarations>
    <services:DepositInfo id="userData" fault="Alert.show(event.fault.faultString + '\n' + event.fault.faultDetail)" showBusyCursor="true"/>
    <s:CallResponder id="getUserDataResult" result="getUserData (event)"/>
    </fx:Declarations>  
    <s:Label text="User Id:" id="userIdLb"/>  <s:TextInput id="userId" text=""/>
    <s:Button label="Show" id="showBtn" click="loadUser()"/>
    <s:TextInput id="firstNameId" text="{userInfo.FirstName}"/>
    <s:TextInput id="lastNameId" text="{userInfo.LastName}"/>
    <s:TextInput id="emailId" text="{userInfo.Email}"/>
    ActionScript Code
    <<<UserScript.as>>>
    [Bindable] public  var userInfo:UserInfoBean = new UserInfoBean();
    private function loadUser(){
    getUserDataResult.token = userData.getUserInfoData(userId.text.toString());
    private function getUserData (event:ResultEvent):void{
        var results :ArrayCollection;
        results=event.result as ArrayCollection;
        if(results.length != 0){
            userInfo=results.getItemAt(0) as UserInfoBean;

    Hi,
    all development and client independend customizing is visible at once at all clients of an SAP instance.
    You have create separate instances like YA1(100) = DEV; YA2(100) = TEST; and YA3(100) = PROD. As a customizing sandbox in DEV a separate cleient might be helpfull.
    All instances could be created at the same server in an early stage of the project. Later at least for production a separate server should be used.
    Some consultants with some experience could save costs in such a project.
    Kind regards,
    HP

  • Script-change from local object to package

    Hi Experts,
       I have created a script.My problem is i have saved the script in local  object,but i want in  package.
                How to change from local object to a package? Pls advice me on this issue.
    With Regards,
    Sharmila.S

    Hi,
    Go to SE03.
    Go to Object Directory-->Change Object Directory Entries
    Put the object type as FORM and press enter.
    Then enter the sap script name in the object name.
    Run and then change the package.
    Regards,
    Ankur Parab

  • Problem in saving  SAP Script

    Hi all,
    i have saved  sap script in local object($tmp) so i have to save  the same script in package  i could not able to transfer it to package
    please let me know how to do it
    thanks in advance

    Hi,
    when saving standard text in so10,
    it won't ask for request!
    1. goto se09 and create a new
    customizing rqeuest.
    2. after that
    in the object list,
    go in edit mode
    and a new window will come
    where u can add the objects(in table control)
    3. there u put
    program id = R3TR
    object type = Form
    object name = Form,YHRS_FNF_LTR,E
    where
    YHRS_FNF_LTR = name of script
    E = english language
    it helps..
    or goto SE03.
    In that object directory..
    Change object directory entries...
    Cheers,
    Simha.

  • A perticular Project automatically saving in the local Object

    Hi,
    I have an issue regarding ther local Object .. I have different projects need to save in Transport Requests. I observed a perticular project while saving it is generating a transport request number but saving in local object.
    Can you please give me more suggessions to solve this problem ...
    Thanks in advance ..
    Shashi,Samal

    Hi Shashi,
    If it is getting assigned to a TR then it can't be local object.
    Can you give some more details. Also which system, version you are on.
    Regards,
    Atish

  • Screen 910 getting saved in Local object - not even asking for Package

    Hi ABAPers,
    I am using Enhancement CONFPP07 and for this created Z project in CMOD.
    When I am creating the screen 910 for the screen exit SAPLCORU_S of that Z Project, that 910 is getting created in Local object not even asking for the Package and the request.
    I tried to create that screen from the SE80 in the function group XCOF, there also it is getting saved in local object.
    I tried to do it from SE51 also, but arrived that screen in the local object only.
    Please Suggest me with your valuable comments.
    Thanks and Regards
    Pinaki Mukherjee

    Do a version management on the screen and see if it was ever created before and then deleted. If so, reassign it to the package you want.
    Rob

  • Copying from client through se71 is getting saved as local object only?

    hi.
    i am copying the form from std to z form through se71.but after doing copy from client,it is getting saved automatically s a local objct $tmp.
    Also,there is no option enabled to save it to transportable object.
    in se80,in the object list also that object is not reflecting.

    check it
    Re: local object to transport request for a form
    just go to SE03  > object  Directory > change object directory entries

  • Problem while saving an object under a dev class

    hi all,
            Here is a problem while saving an object under a development class.... I created a Z program (ZSORDER)  through SE38 and while i was saving that Z program under a development class called SALES it shows an error message like  <b>" customer object program ZSORDER can't be assigned to the package SALES"</b>..... can any one can explain what is the problem....

    hi,
    you should have created your package starting with the letters "Y" or "Z".
    you have created it with the letter "s". SALES.
    's' is reserved to be used by SAP.
    so create the package  with the letters 'y' or 'z' like 'ysales' and you wont be getting that problem.
    try it.
    warm regards,
    Hari Kiran

  • Problem with saving Parent - Child  View Objects in ADF 11g.

    Hi Every one,
    I have a requirment, something like I will be displaying some data on my jsff screen based on one Transient View Object. Whenever user clicks on Save button, I have to do following steps in my AMImpl.
    -> Preapre dynamically Parent View Object Rows based on some logic
    -> Prepare dynamically Child View object Rows and invoke insertRow method on respective child view object.
    When I say commit() First Parent ViewObject data need to be saved and then Child View object data has to be saved. I am having Parent - Child Key relation ship btw these two ViewObjects. Some how I am populating the Parent Primary key in the Child View Object. Please suggest me If there is any other alternative to this.
    Thanks

    I got the solution, Enabling the check box option for Master - Detail Entity association (CompositionAssociation -> Cascade Update Key Attributes) resolved the issue.
    Thanks

  • Cannot save query as local object

    Dear community,
    One of our users is not able to save a query change as a local object (not to be transported).  While another user is able to do this.
    Since we don't want the query changes to be transported, I must find a way to allow the save as local object in $TMP.
    An authorizations trace shows everything is OK from job role perspective.
    When the user changes a query in development and chooses "Save As", she is prompted for a transport.  At this time if she chooses "local object" then she is taken to the create a transport dialog.
    For another user this is not the case, and the 2nd user is able to save query changes locally without a transport request.
    Any thoughts on what might be the cause for this ?

    Hi Keith,
    without knowing the details of you system settings and the system where it happens (prod, dev, ...). One general remark:
    If you save a query lots of repository objects are generated an written to a transport request (i.e. structures, selections, ...), not only one for the query itself. Maybe in your case, the original query uses a globally defined structure in the columns or rows. If you now want to "save as" new query, many objects are checked for transportation. The global structure can not be saved as local object, because it was already transported before. Whilst the new query itself can be stored as local object. Means not all objects of the new query can be saved as local, because some are already transported.
    One way to check if this could also be your problem, both of your mentioned example users should try to save exactly the same query as new local query.
    Regards
    Adios

  • Customizing Transport Request Assignment process to Local Objects

    Hi,
    I am developing custom report, which will find out all dependent and local objects for given transport request. When we select the local objects and save, it has to show standard saving process screens...like package and TR screens.
    I am trying the above problem using 'TRINT_TADIR_POPUP', 'TRINT_ORDER_CHOICE' and 'TRINT_APPEND_TO_COMM_ARRAYS' function module, but this function module 'TRINT_APPEND_TO_COMM_ARRAYS' giving exception ob_check_obj_error.
    So, please let me know anyone have solution for assigning local objects to package and TR through customization (Programmatically).
    Thanks,
    Param..:-)

    Hi Sheetal,
    Thanks for the reply.
    For this function module ADD_TO_PACKAGE, I can't import package name or Transport Request.
    I need to have a save screen's, which generally we get during saving of any R/3 Object.
    Thanks,
    Param...:-)

  • Local Objects Transport

    Hi All,
    Some of my objects in query builder has been saved as local objects. Can anyone please tell me how to include those objects in a transport request.
    I searched the sdn but did not find anything. They do talk about changing the package but how to collect them and put it in the request.
    Thanks

    Hi,
       Just refer this forum.
    Re: Transport of Queries
    Hope this will solve your purpose, no need to repeat here same thing.
    Still problem then tell me.
    Regards,

  • How to change transport request to local object again--plz help

    Hi all,
    By mistake I saved my FM in transport request.It is not released yet.I want it to be back in local object.Issue is that,when i deleted subrequest and that object from se09,package is not getting changed because the Function group is SAP standard,and not allowing changes.
    Plz help.....I am in real problem..
    Thanks in advance
    Meena

    Hi,
    Goto SE01,
    enter the TR number
    DISPLAY
    Expand the TR object list
    Place cursor on the object & right click & select DELETE object
    You will get a popup asking the object is locked..do u want to proceed.. say YES
    This will remove the object from the TR..
    Now you can delete the TR if it doesnt hv any other objects. If you delete the TR then object wud authomatically come under local objects.
    else...
    Open the object & goto attributes.. change the class & save.
    Best regards,
    Prashant

  • Saving ALV Grid to Local File issue - Missing half of the report

    Hi Experts, Good Day.
    I have developed an ALV Grid report using class CL_SALV_TABLE which displays 200 Columns and 100+ rows/records. It is displaying well, but when I am saving the output into local file (any type) there only 98 columns are downloading and remaining all the columns are missing.
    I would like to know whether there is any restriction for number of columns or what might the problem for it. How can I download all the columns into local file.
    Thanks in Adv.
    Vijay

    Hi,
    Thanks for your response. Even though there are multiple ways to send data to local file I believe all three are same. And even I am facing same issue all the ways. Only 98 Columns data is getting downloaded into Files (it might be .txt, .xls, etc.).
    After downloading first 98 Columns, I am hiding the downloaded columns and again I am downloading remaining columns. Then I am merging in the Excel file. This is very complicated for the End-User. So, please help me out.
    I have used only following methods for displaying ALV.
    For initial object/instance:
    CL_SALV_TABLE=>FACTORY,
    For ALV functions:
    CL_SAVL_TABLE->GET_FUNCTIONS,
    CL_SALV_FUNCTIONS_LIST->SET_ALL,
    For Column heading and Optimized width:
    CL_SALV_TABLE->GET_COLUMNS,
    CL_SALV_COLUMNS_TABLE->SET_OPTIMIZE,
    CL_SALV_COLUMNS_TABLE->GET_COLUMN,
    CL_SALV_COLUMN->SET_SHORT_TEXT,
    To display grid:
    CL_SALV_TABLE->DISPALY.
    - Thanks
    Vijay

Maybe you are looking for

  • My computer bounces me from Firefox to Internet Explorer, why?

    I use Century Link Internet and got a new computer. I keep trying to create a tool bar so I can generate a bookmark list. When I do this I am switched to Internet Explorer and that search engine does not work well with the things I do.

  • Load software on multiple devices?

    Does my license allow me to load Elements on multiple devices?  If so, is there an iPad version?

  • How to know the stage where a running report is? - in Reports 3.0

    Hi! Thanks for paying attention. I have a problem with running the reports. When I call a report from the forms using the built-in, RUN_PRODUCT, the report is running. The problem is, some times, it may take few min and some times more than 10 min an

  • Documentation of process flow documents

    Hello, I've been using Visio for some time now, mainly creating process-flow diagrams.  I've always documented them with a supporting, independant Word document, detailing each of the corresponding process flow's steps.  It would be great if there wa

  • Fonts default when file is viewed in 8 but ok in 9

    I have a file where the fonts view properly within Acrobat 9 Pro, but the same fonts default to box shapes when viewed in Acrobat 8 Pro. Anybody experience this before? The preflight report comes back clean, no font issues are uncovered.