Transport the structure to QA

Hi All,
I have a strange problem.
I have entered the values in the view V_FAGL_T021S through customization 'SPRO' in dev system.
SAP  has given in the notes that whenever the values entered into this tarnsaction the stucture 'FAGLPOSYEXT' is extended with the values entered.
Now the problem is tarnsport has been created for view 'V_FAGL_T021S' but the extened structure is not included in the request.
Unfortunately the view has been moved to QA the extended structure not.
It is giving problem in QA.
How can i transport this extended structure to QA.
Any suggestions are very helpful.

Hi
Try to run the fm ITEM_STRUC_EXTENSION by trx SE37, with the following parameters:
BASIC_STRUCNAME              FAGLPOSY
EXT_STRUCNAME                  FAGLPOSYEXT
EXT_FIELDS_TABNAME        T021S
I_LSTCL                                    D
X_TRANSPORT                       ' '
Anyway see note 984305
Max

Similar Messages

  • Enquiry about transporting the structure

    Hi,
    I added the new fields in the structure Komp .
    Is there any way to transport the structure komp which is in IDES to
    DEVELOPMENT SERVER.
    Pooja

    Hi Pooja ,
    yeah u can do it , but this is purely BASIS job.
    first u have to create transport request for  this changes in IDES , then u have to get the Cofile and data file of this Transport Request , then these files u have to IMPORT to ur DEV server .
    which can be done thru FTP , so dont try if u are not sure.
    Regards
    Prabhu

  • Need your suggestions related to transport the structures

    Hi Experts & Gurus,
    We are planning to do data refresh from our BI Production to Q and DEV systems. We have a problem as we have some structures (some process chains or models etc.) in production and those are not available in Q & DEV. So is there any easy way we can transfer those structures in our Q & DEV, so that everything should be in sync.  Please provide me your valuable suggestions and methods.
    Regards
    Sunny

    Hi sunny,
    For that you have to create a transport of copies in Production and transport it to QA and development.
    reverse transporting is the one solution for ur requirement.
    In order to do this first make sure you have this connectivity maintained to reverse transport.
    For that you have in transaction SCC4 in quality change the type of system and open it (basically change the settings in SCC4 in quality to be the same you have in development).
    Afterwards you should in quality go to rsa1->Transport Connection and from the menu choose Edit->Transport->Switch On Standard.
    Afterwards on the same screen on the grouping (right screen area button) choose Only necessary objects.
    Also on the right screen area choose the Display to List.
    Choose on the left area the objects you want to transport.
    Click on the button of the transport (between grouping and package) and create a new transport request.
    Now this transport request is a local one. You have to create one as trasnport of copies.
    Go to transaction se01 and click on display. Liberate the transport you have just created but note it down the transport id.
    Afterwards go to transaction se01 again and click on create button and choose a new transport with the type "Transport of copies"
    Give it a name.
    Aftewards double-click on the transport id and click on change. Go to the tab Properties and on the Target field select from the list the Target System of the development and save the changes.
    Afterwards click on the button "Include objects" (Ctrl+F11) and insert the local transport id you've liberated before.
    After this just liberate the transport and on transaction stms you'll see on the development system the new transport of copies you've created and you can now transport it normally as you do.
    After all this is done just close your system on transaction SCC4 on quality system as it was before.
    Or
    Develop the changes in the Dev and retransport the changes to QA n PROD.
    Regards
    Kp

  • Transport the sender and Receiver Structures of Retraction

    Hi,
    I would like to transport the sender structure which has been created in UPB_STRUCT and UPB_RULE.
    COuld some one tell me how to transport these objects.Points will be assigned.
    Thanks,
    Subha

    Hi,
    When u open UPB_RULE screen, first tab u can see Rules -> Transport which prompts for transport request. Same is the case with UPB_STRUCT, sender structure -> transport
    Bindu

  • Transport the organizational structure of PRD to QAS

    Good Morning.
    I have the following issue, I want Transport the organizational structure of PRD to QAS. I am using the report RHMOVE30 in PRD With the following entries.
    Variant of Plan Active
    Evaluation Path --->A003
    without Test.
    without With lock.
    In the field Request/Task, I create a Request. and run the report.
    However the system not generate object into the request, only is Request and Task and not have object into.
    can anyone help me?
    Regards

    Hi,
    I tried to use RHMOVE00 to transport the organization structure.
    In the transport request i  included one Organizational Unit , the Position within , and the Owners assgined to that position.
    Then when we got the request transported to QAS from our Dev server, I am seeing that Organization Unit and Position have been transported successfully. But the Owners assigned to the Position have not been tranported, because i guess we were not able to transport the relationship between the Owner and the Position, which we are struggling to find that how to transport the relationship.
    You have also mentioned about expert Mode. But could u please tell us or guide us to some documentation on how to access the object by Expert mode.
    Thanks for your help.
    rgrds,
    Randhir Soni

  • I need to transport the organizational structure in HR

    HI everybody!
    I need to transport the organizational structure in HR,
    I ordered the Tcode RE_RHMOVE30, the release without problems but when found in the tail of I transport the sample.
    Wanted whether data within the directory or file cofile the order and not displayed.
    Any help I can give will be welcome.
    Thank you

    go to transaction code STMS_IMPORT in your production system. Refresh the import queue. If you can not see the request, go to "Extras>Other Request->add".. Enter the request number and click ok.  If you still can not find the request that means there is no datafiles and cofiles for that request or you have to bring the data file and cofiles for that request manually. This depends on your transport settings.
    But I guess you have moved the request from DEV to QAS. isn't it?..that means ...datafiles and cofiles are there.
    Edited by: Anindya Bose on Aug 18, 2009 12:32 AM

  • Transport the table not just the DDIC structure

    I had a table in Dev as a local object. I assigned a package to the database table as follows.
    Goto->Object Directory Entry -> Here click on edit mode --and enter the package name.
    When I transported the object to QDF only the DDIC structure was transorted and not the table. How do I transport the table and not just the DDIC structure? Thanks,

    Hi,
    What do you mean by entire table?
    Do you mean that the table contents should also be transported?
    Table contents will be transported only if you have included them in a customising request and you table is of type customising(C).
    Regards,
    Ankur Parab

  • ALV Title Not Display after transporting the Programme from DeV to Qlty

    Hellow Experts,
    i developed one ALV report with two screens, i transported the report from Development server to Qulaity server.
    in Development server report are working fine  but in Qulaity server after transporting the TiTle of ALV not display , plz give me some hint , below is my code to display alv title
    DATA: alv_grid       TYPE REF TO cl_gui_alv_grid.
    DATA:alv_grid_ref type ref to CL_GUI_ALV_GRID.
    DATA: layout    TYPE lvc_s_layo.
    layout-grid_title = 'Daily Material Reports.' .
    DATA: fieldcat  TYPE lvc_t_fcat.
    I m using  ALL METHOD alv_grid->set_table_for_first_display method for display alv .
    Thanks,
    Regards
    Neha.

    Hi neha,
    use the sap/help link to solve your issue,
    [http://help.sap.com/saphelp_erp2004/helpdata/en/0a/b5533cd30911d2b467006094192fe3/content.htm]
    if not use the below example code ,
    Heading 3 :h3  Set the title of the grid
    Fill the grid_title field of structure lvc_s_layo.
    Note that the structure lvc_s_layo can be used for to customize the grid appearance in many ways.
    DATA:
    ALV control: Layout structure
    gs_layout TYPE lvc_s_layo.
    For example :
    Set grid title
    gs_layout-grid_title = 'Flights'.
    CALL METHOD go_grid->set_table_for_first_display
                EXPORTING
               i_structure_name = 'SFLIGHT'
    is_layout      =gs_layout*
               CHANGING 
              it_outtab   = gi_sflight.
    Regards,
    Saravana.S
    Edited by: saravanasap on Dec 21, 2011 8:13 AM

  • Error in index while transporting the request

    hi
    error : R3TRTABLBSIS REPAIRING TABLE IN THIS SYSTEM(PROD)
    plz giv me some idea to avoid this.
    reply me asap.
    regards
    satya

    Hi,
    Gotto SE14
    Give Table : BSIS
    Activate and Adjust dataBase.
    Some body Might have changed the  structure of table.
    Check whether the table has any Includes.? or Else Transport them again.and Try SE14
    Regards
    Bala.M

  • Error in transporting the Transformation to Quality system

    Hi All,
    I am trying to transport the transformation which has field level routine as well as start and end routine.
    I have basically ehanced the standard routine and it works perfectly fine in dev server . I have even loaded the data and generated reports on this cube.
    Now i am trying to transport it to Quality system. It throws up some "syntax error in routine" error. Very strange.
    All my routine in Dev is working but during transport ther is some issue.
    i saw some post on same but they are suggesting to regenerate a new transformation. For me this will be a nightmare as there are so many routnies at field level and as end routine.
    Kindly suggest how can i rectify this error.
    Note:- I had generated this transformation via old update rules with Migration function.
    Thanks & Regards,
    Anup

    Hi Anindya,
    Below is my source code for one field level routine in transformation.
    FORM routine_0080
      TABLES
       p_monitor         STRUCTURE rsmonitor
      USING
        COMM_STRUCTURE TYPE _ty_s_sc_1__rule_52
      CHANGING
        RESULT         TYPE _ty_s_tg_1_full-srvclen
        RETURNCODE     LIKE sy-subrc
        ABORT          LIKE sy-subrc
      RAISING
        cx_sy_arithmetic_error
        cx_sy_conversion_error.
    * init variables
    * fill the internal table "MONITOR", to make monitor entries
      DATA: ultimo LIKE sy-datum.
      IF g_record_no <> RECORD_NO.
        g_record_no = RECORD_NO.
        CLEAR: employee_wa, person_wa.
        CLEAR: employee_md, person_md.
      ENDIF.
      PERFORM read_md_employee
              USING    COMM_STRUCTURE-employee
                       COMM_STRUCTURE-calday
                       RECORD_NO
                       RECORD_ALL
                       SOURCE_SYSTEM
              CHANGING employee_wa
                       RETURNCODE.
      employee_md = employee_wa.
      PERFORM calculate_ultimo
              USING COMM_STRUCTURE-calday+0(6)
                     RECORD_NO
                     RECORD_ALL
                     SOURCE_SYSTEM
              CHANGING ultimo
                       RETURNCODE.
      IF NOT employee_md-entrydate IS INITIAL.
        RESULT = ultimo+0(4) - employee_md-entrydate+0(4).
        IF ultimo+4(4) LT employee_md-entrydate+4(4).
          RESULT = RESULT - 1.
        ENDIF.
      ENDIF.
    * result value of the routine
    * if the returncode is not equal zero, the result will not be updated
      RETURNCODE = 0.
    * if abort is not equal zero, the update process will be canceled
      ABORT = 0.
      p_monitor[] = MONITOR[].
      CLEAR:
        MONITOR[].
    CLASS lcl_transform IMPLEMENTATION.
      METHOD compute_0AGE_RANGE.
    *   IMPORTING
    *     request     type rsrequest
    *     datapackid  type rsdatapid
    *     SOURCE_FIELDS-CALDAY TYPE /BI0/OICALDAY
    *     SOURCE_FIELDS-EMPLOYEE TYPE /BI0/OIEMPLOYEE
    *    EXPORTING
    *      RESULT type _ty_s_TG_1-AGE_RANGE
        DATA:
          MONITOR_REC    TYPE rsmonitor.
    *$*$ begin of routine - insert your code only below this line        *-*
      Data:
        COMM_STRUCTURE   type _ty_s_SC_1__RULE_20,
        l_subrc          type sy-tabix,
        l_abort          type sy-tabix,
        ls_monitor       TYPE rsmonitor,
        ls_monitor_recno TYPE rsmonitors.
      data:
        l_monitor        type standard table of rsmonitor.
      REFRESH:
        MONITOR.
    * Runtime attributs
        SOURCE_SYSTEM  = p_r_request->get_logsys( ).
        MOVE-CORRESPONDING SOURCE_FIELDS to COMM_STRUCTURE.
    *  Migrated update rule call
      Perform routine_0070
      TABLES
        l_monitor
      USING
        COMM_STRUCTURE
      CHANGING
        RESULT
        l_subrc
        l_abort.
    *-- Convert Messages in Transformation format
        LOOP AT l_monitor INTO ls_monitor.
          move-CORRESPONDING ls_monitor to MONITOR_REC.
          append monitor_rec to MONITOR.
        ENDLOOP.
        IF l_subrc <> 0.
          RAISE EXCEPTION TYPE CX_RSROUT_SKIP_RECORD.
        ENDIF.
        IF l_abort <> 0.
          RAISE EXCEPTION TYPE CX_RSROUT_ABORT.
        ENDIF.
    I am not able to change the code which are marked with " * ". Where can i change the code here?
    Regards,
    Anup

  • Transporting a Structure: Sending & Receiving Systems Don't Match?

    I copied a Z1 structure to a Z5 structure in system A(sending system). Because System B(receiving system) already had a similar structure Z1 I did not want to overwrite. The only difference between both Z1s in system A and system B were some include fields appended at the end of the structure. However, when I transport the copied Z5 from system A to system B, the resulting Z5 structure in system B looks like the Z1 structure in system B that I was trying to avoid overwriting. I transported three different ways so far, as a directory object, table definition, and table. No luck, the Z5 structure keeps wanting to look like the Z1 structure in the receiving system.
    Anybody know whats going on?
             Thank-You.

    Hi,
    +
    B were some include fields appended at the end of the structure.
    +
    Have you using Include structure for new fields? If yes whether have you transported this include structure?

  • Transporting Extract Structures for Business Content Data Sources

    Hi
    We have added a new field to the 2lis_13_vditm data source and when i am trying to capture it in the transport, only the data source is getting captured and not the extract sturcture. When I go to the Object Entry Directory of the Extract Structure, it shows package as MCEX and person responsible as SAP. Should i need to change this and capture it in a transport or is it enough if i capture the data source alone
    Thanks
    Rashmi.

    Hi,
    If you transport the DS that should do it . The extract structure is standarad one and it would show as SAP, however you would have added the new filed using an append structure and if you go to the append structure and view the transport request you should be ble to see the transport request and your package in it.
    P.S : if the Append structure is not under any transport req then check if it has already been transported
    Cheers!!
    Ashwin G

  • Transport Org Structure without Org Data

    Hello HR experts,
    I have a simple org structure - one org unit, one postion and 4 users assigned to that position in Dev client.
    How do I transport this request to Q without re-creating it?
    Also, When we transport this, by default, does it carry the data (meaning do I see the same users in Q. if so, how do I avoid this).
    Thanks a lot.
    Alex

    Hello,
    You will these useful.
    1. Note 995771 - System Landscape Copy for SAP SRM 4.0 and 5.0
    2. Within SRM5 you can transport a structure using the report RHMOVE30. This will generate a customizing task. In the selection screen select your root node in the object field and EBP-DOWN as evaluation path.
    After the transport in the target system, you need to convert the attributes in reference to a logical system with report rhom_attribute_replace and transaction BDLS.
    3. Org. structure transport via RHMOVE30
    4. Developing a ALE distribution model
    Thanks
    Ashutosh

  • Transport org structure

    how to transport the organisation structure, as it is created in EA screen.

    There is a program called "RHMOVE30", access via transaction SE38. You could use this to queue up set of objects into a transport such as object "O" organizational structure.
    It will automatically pick up all related infotypes to object O and put that into a transport to move across other systems.

  • I need transport       organizational structure from QA to PRD

    HI everybody!
    I need to transport the organizational structure,
    I ordered the Tcode RE_RHMOVE30, the release without problems but when found in the tail of I transport the sample.
    Wanted whether data within the directory or file cofile the order and not displayed.
    Any help I can give will be welcome.
    Thank you

    Dear Manuel,
    You can use PP02 to record using LSMW for transportation of Org object. But we have created the Org structure directly in Production.
    Good Luck.
    Om.

Maybe you are looking for

  • BPC 7.5NW Allocation Logic

    Hello Gurus, Suppose we need to allocate rent 1000(source) to 2 entities A & B ( ex: 500,500).. After send & refresh in input schedule , the source will become zero. Now, for some other purpose, we once agn press send & refresh button to enter some o

  • Budget exceeded

    Hi:    I  am  posting  in FI with wbs,the system gives me the following  error  message: Item 001 WBS element ******** budget exceeded Message no. BP604 Diagnosis In document item 001 WBS element ***, budget for WBS element *******for fiscal year 200

  • Gray dot instead of artworf

    hi! excuse me, i have a problem: i have some artworks in some songs, i can see them on the iTunes, but when i eject the iPod, it only shows a gray dot instead of the art, does anyone know why is this? please, help! iPod Video 60 Gb.   Windows XP Pro

  • Tableview selection looks different when using iterator

    One more litte question about the htmlb:tableView (Design2003, content-style = "tradeshow", selectMode = "MULTISELECT"). When you select a table line, the line is displayed with an orange background. However, if you use a tableView Iterator where you

  • Better code or better maintenance

    A question of semantics. I am working on an application for a client. The application is deployed in the field using access as the DB, and in the office using SQL as the db. The code already exists. I have been tasked with making an improvement in th