Multiple global structures

Hallo colleagues,
I have the following problem with global structures:
- I copied queries with the TA RSZC
- A deal of them on a development system and a deal of them in a productive
  system
- In some of the queries a global structures
- I got for a global structure a new global structure with the same new name as
  well as on the development system and on the productive system
- After the transport of the new query elements from the development system to
  the productive system I have now for every new global structure two entries with
  the same name, but with a different technical key ( Table RSZCOMPDIR, see
  note 792779 too )
- I renamed a double entry with the abap RENAME_DULPICATE_ELEMENTS
- But I have always the problem, that I have now for every global structure two
  entries on the productive system, i.e. I have to maintain now always two global
  structures, if I have to change a global structure.
- In some of the queries we use the cell-editor too
Do you know a possiblity ( possibly with a programm directly in the database tables) to change the entry of a global structure in a query ?
With the query designer it is not possible, because we use the cell editor !!!
Regards and thank you very much for your help
Dieter Gerl

Hallo colleagues,
I have the following problem with global structures:
- I copied queries with the TA RSZC
- A deal of them on a development system and a deal of them in a productive
  system
- In some of the queries a global structures
- I got for a global structure a new global structure with the same new name as
  well as on the development system and on the productive system
- After the transport of the new query elements from the development system to
  the productive system I have now for every new global structure two entries with
  the same name, but with a different technical key ( Table RSZCOMPDIR, see
  note 792779 too )
- I renamed a double entry with the abap RENAME_DULPICATE_ELEMENTS
- But I have always the problem, that I have now for every global structure two
  entries on the productive system, i.e. I have to maintain now always two global
  structures, if I have to change a global structure.
- In some of the queries we use the cell-editor too
Do you know a possiblity ( possibly with a programm directly in the database tables) to change the entry of a global structure in a query ?
With the query designer it is not possible, because we use the cell editor !!!
Regards and thank you very much for your help
Dieter Gerl

Similar Messages

  • Can I have multiple event structures with the same event cases?

    Hello, 
    I'm doing an application that reproduces the front panel of the HP6675A power supply. To achieve this, I have done a state machine with different states
    (initialize, measures, voltage, current, ocp, ov, store, recall, etc). In each state, should have an event structure that catches the events of the buttons, like for example: if the current state is the Voltage mode and the user press the current button the next state will be the Current mode. For this in each state of the state machine should be the same event structure with the same events.
    My problem is that the Vi doesn't work properly when I have multiple event structures with the same event cases. There are some possibily to do this, and how? Or is impossible to have multiple events? I have been reading some posts, but I don't find solutions. 
    Any help is appreciated.
    Thank you very much.
    Solved!
    Go to Solution.

    natasftw wrote:
    Or as others mentioned, make two parallel loops.  In one loop, have your state machine.  In the other, have just the Event Handler.  Pass the events from the handler to the state machine by way of queues.
    A proper state machine will not need the second loop.  The "Wait For Event" or "Idle" state (whatever you want to call it) is all you really need in order to catch the user button presses.  The setup is almost there.  Maybe add a shift register to keep track of which state to go to in the case of a timeout on the Event Structure.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • Can we use global structure while designing a query on  a multiprovider

    hai friends,
                     If i build a multiprovider on cubes for which the query design  on those cubes contains global sturctures ,
    Can i use those global structures while designing a query on a multiprovider (which contains those cubes)

    Hi Vamsi,
    The structure from the base cubes will not automatically be available for the queries created on the multiprovider. The only way to get the structure there is to copy a query from the base cube to the multiprovider. You can use transaction RSZC to do this.
    Hope this helps...

  • Creating abap program to develop and activate a global table type and global structure.

    Hi friends,
    I want to create and activate a global structure and global table type by coding in ABAP editor only. so can I do that anyhow.
    Please help me.
    Thanks in advance.

    Thanks guys for your fruitful replies, as most of you asked the main purpose of my question, the answer is as follows:
    in fact my purpose to do so is to create a function module that can fetch data dynamically from different database tables based on the codings in different abap program.
    for example: in one abap program i am coding as follows:
    tables: kna1.
    types: begin of itab,
              kunnr type kna1-kunnr,
              name1 type kna1-name1,
              end of itab.
    data: it_tab type standard table of itab,
             wa_tab type itab.
    similarly in other program i am coding as follows:
    tables: vbrp.
    types: begin of itab,
              posnr type vbrp-posnr,
              matnr type vbrp-matnr,
              arktx type vbrp-arktx,
              end of itab.
    data: it_tab type standard table of itab,
             wa_tab type itab.
    so now for both programs i want to call the same function module and fetch data as required in relative programs as mentioned above. in that case how to create that function module?

  • How to map idoc segments to multiple output structures

    Dear experts,
    On Pi I need to map segments from an Idoc to 2 different outputstructures. My scenario is as follows:
    incoming Idoc on PI -> if segment eq 'X' then map to outputstructure '1'; if segment eq 'Y' then map to outputstructure '2'
    Idoc structure is as follows:
    - 1 header segment
    - 1..n detail segments (which I need to map to outputstructure 1)
    - 1 summarisation segment (which I need to map to outputstructure 2)
    Output needs to be a .txt file.
    I would like to use the graphical message mapping on PI, how can I map the Idoc to multiple output structures?
    Thanks in advance,
    William

    Hi
    You can do 1:n multimapping
    in message mapping in messages tab ..add both the structures in target tab and do the mapping
    and in operation mapping add both the message interface on the target side
    PLease go through this blog
    /people/jin.shin/blog/2006/02/07/multi-mapping-without-bpm--yes-it146s-possible

  • Multiple Source Structure in single flatfile using lsmw idoc method

    Hi Abapers,
                we have a requirement for Business partner Data mIgration into CRM system using LSMW idoc method,I got a flat file
    which has multiple source structures like(header structure,Tax structure,Mailstructure,Identification structure,bankdetails structure,card strcuture........etc of 12 structures) with identification for each structure. can any one help me how to handle this in lsmw or any link of this kind of scenario will be helpful for me .
    Thanks and Regards,

    Hi Saeed,
    For example if you want t create bom through lsmw then we will *** two files one header and other item one.In the same way .In lsmw start by keeping the idoc method i will only propose at second step how many files it need. Just map the idoc and see. Post if need more help.
    Regards,
    Madhu.

  • Multiple tree structured rows in output header

    Hi All,
    I have a requirement to create an output layout in which there are 3 dynamic rows in header and each row is having its own sub devision (like a tree structure). The number of columns will depend upon the data.
    I am able to create N number of dynamic columns according to data fetched at run time but dont know how to create multiple tree structures rows in header.
    Can any one please suggest how can I achieve this in SAP?
    Regards,
    Nilanjana

    Hi All,
    I have a requirement to create an output layout in which there are 3 dynamic rows in header and each row is having its own sub devision (like a tree structure). The number of columns will depend upon the data.
    I am able to create N number of dynamic columns according to data fetched at run time but dont know how to create multiple tree structures rows in header.
    Can any one please suggest how can I achieve this in SAP?
    Regards,
    Nilanjana

  • How can I edit a global structure?

    I created a structure and saved it.  Now, i need to edit that. Can anybody tell me how can i do that?

    Hi
    If u change the global structure where ever it is used that structure  in other queries the changes will effect in all other queries  also.If u want made the changes for a pirticular query then go to report desighner and go to that structure and right click on that and use Remove reference option .then those changes will be applicable for that query means the structure will be come local.
    Thanks& Regards

  • I use global structure in another report how can i make it local ?

    i use global structure in another report how can i make it local ?

    Naresh,
    Right click on structure and choose remove reference. Then you can add new fields, and this structure is local.
    Hope it Helps
    Srini

  • Coverage Strategy use multiple Category Structures

    Hi AFS Expert,
    In the same Coverage Strategy, does it allow to use multiple Category Structures to do the transfer from requirement category to stock category?
    E.g Category Structure: AA, BB
    "Category Structure AA --> Coverage Strategy CS1 --> Requirement category" transfer to "Category Structure BB --> Coverage Strategy CS1 --> Stock category"
    Is it possible to do?
    Looking forward your kind advise.
    Thanks,
    Mag

    Hello Mag,
    The coverage strategy is configured for a single category structure and it maps the category values of that category structure. We can define the sequence in which the stock categories map the requirement categories. We will not be able to map the requirement category to stock category across category structures.
    Hope this information helps.
    Regards
    Sudha
    >
    Mag Sai wrote:
    > Hi AFS Expert,
    >
    > In the same Coverage Strategy, does it allow to use multiple Category Structures to do the transfer from requirement category to stock category?
    >
    > E.g Category Structure: AA, BB
    >
    > "Category Structure AA --> Coverage Strategy CS1 --> Requirement category" transfer to "Category Structure BB --> Coverage Strategy CS1 --> Stock category"
    >
    > Is it possible to do?
    >
    > Looking forward your kind advise.
    >
    > Thanks,
    > Mag

  • Multiple Workspace Structures

    Hi;
    Is it possible to have multiple workspace structures, and upon a setting (cmdline or otherwise) have jDev see a certain structure only.
    Thanks;
    -Nat [Let's ROLL!]

    If this does not address your question, please add more information to your original question.ok. I want to maintain multiple workspace hierarchies/structures. On the hard drive I might have a directory "C:\DevApps". All the workspaces are inside this directory, with their projects inside them. C:\DevApps\ws1, c:DevApps\ws2, etcetera. Suppose I have 20 workspaces there.
    Also on the hard drive I want to have a "C:\DevClasses" (or if it makes it easier a "F:\DevApps"). Inside this directory I also want to have ws1, ws2, ... etc. Now, I need to be able to tell jDev (upon startup, or otherwise) to 'use' and display one of these structures only.
    Also note that you can create as many workspaces as you need and show just the ones you want in their own navigator.If this works without creating multiple navigator windows, please tell me how. I wasn't aware that you can have a filtered list of workspaces. Sounds plausible.
    Thank you much
    -Nat

  • Query regarding global structure

    I have a table ZGKMASTER with custid and custnames fields.I need to create a global structure with a component of type custid in SE11.When I tried,strucked with the thinking of what to give in component type,I tried zgkmaster-custid (just a try).But it says component not activated.How to go about this?
    Thanks in advance.

    If your structure needs to reflect the exact structure of your table, create a structure like this:
    e.g. Structurename ZGKMASTER_S
    Component   Component Type
    .INCLUDE      ZGKMASTER
    That's it, the fields in your structure have exactly the same names as they have in your table.
    If you want to create a structure that contains only a few fields of your table, do the following:
    e.g. Structurename ZGKMASTER_S
    Component   Component Type
    custid           'Name of data element you are using in your table for that field'
    field01          'Name of data element you are using in your table for that field'
    field02          'Name of data element you are using in your table for that field'
    Regards,
    Michael

  • Global structure

    HI Bw gurus,
    Can we create a global structure using other global structures?
    Thanks in advance.
    Sapna

    Hi Sapna,
    Yes You Can.
    Just Drag a GlobalStructure  to Rows right Click on the Structure -> Select Remove reference.add new Selections or formulas right click on Structure-> Save as give a Description for the New Global Structure.
    Assign Points if Useful.
    Hope it helps.
    Thanks,
    -Vijay

  • I have changed the Descriptions in Global structure u0085the problem is cha

    Hi All,
    I have <b>Restricted Key Figures and Calculated Key figures</b> more than 30 ….
    Based on this RKF and CAK I have Created reports…more than 20…
    Now my user has changed the Discretions of all the Restricted Key Figures and Calculated Key figures..
    <b>I have changed all the Descriptions in Global structure …the problem is changed description is not affecting in Local structure..</b>
    Is I have to drag and droop all the  Restricted Key Figures and Calculated Key figures.. in all the reports.. or is there any alternate   way is there to refresh the all the Queries..
    Regards,
    SHAIK

    Thanks Bhanu and Voodi,
    i am facing one more Issue....this qus i posted before...
    My User Requirement is he want to see the
    <b>Deliver Number , Billing Number Vs Delivery Quantity , Billing Quantity, Invoice Value</b> in One Line.
    I try to generate report in MultiProvider , but it is splitting in Two rows and it is showing Hash against Delivery.
    Need Help….It is my requirement ..
    In all the Sales reports they are seeing like this only….
    I will appreciate your Help…..
    Regards,
    Shaik.

  • Using several global structures in one query?

    Hello Together,
    I want to use several global structures in a query and group them for instance in the rows. I have tried it out, and it does not seem to be possible.
    Any ideas- can I overgo this problem somehow?
    Thanks,
    Elisabeth

    Hi Elisabeth,
    This should help:
    http://help.sap.com/saphelp_nw04/helpdata/en/f1/0a5632e09411d2acb90000e829fbfe/content.htm

Maybe you are looking for

  • Iphone 6 and ipad mini not charging after update to iOS 8.02

    after updating iPhone 6 and iPad mini to iOS 8.02 neither of them will charge on my Bose Soundock Portable using a genuine Apple 30 pin to Lightning adapter however, my 5S running 8.0 still charges

  • Imovie audio disappears

    Whenever I drag a clip from the clips pane onto the scrubbing board, it loses its audio. When playing the clip in the clips pane it sounds fine, but it is frustratingly silent when I actually add it to my movie. I'm on imovie 4. When exported, there'

  • Transfering files into dreamweaver

    Help, built my webpage in frontpage but am ready to join the big boys and move all into dreamweaver...is there an easy way to upload files already built on frontpage into dreamweaver..i have to say i am having a really hard time figuring out the prog

  • Calendar entries updated when changing time zone (...

    Can somebody please explain to me the use of this option? It is logical you make your appointments on the local time no? Because of this stupid option, I almost missed an important job interview. Is there any way to turn it off? Or can the next updat

  • How do you port forward for minecraft Server

    I have an Apple Time Capsule and I'm trying to host a minecraft server! I tried everything but it still doesn't work! Please help i have a macbook pro 1st gen and Version 10.6.8!