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

Similar Messages

  • Query regarding event structure

    I have created a program as follows.
    For the 2nd event I just need to replace the data in the array which is attached to VISA write.
    My question is do I need to create a event again and again or is there another way out.
    I am new to LABView.
    Please Help.

    If all of your event cases will be the same except for the array constant, turn all of that inside a subVI and put it outside of your event structure.  The idea here is that the event structure just passes out the data to send.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • Convert BeX query Global structure to local structure

    Hi Experts,
    How to convert a BeX query Global structure to local structure?  Can anyone give the Steps involved.
    Thanks in Advance,
    Namrata.

    Hi Sanchana,
    BeX query Global structure to local StructureSteps:
    In a local structure when you want to add structure elements that are unique to the specific query. Changing the global structure changes the structure for all the queries that use the global structure. That is the reason you go for a local structure.
    Coming to the navigation part->In the BEx Analyzer-> from the SAP Business Explorer toolbar---> choose the open query icon (icon that looks like a folder) ->On the SAP BEx Open dialog box->Choose Queries--->Select the desired InfoCube --->Choose New.
    In the Define the query screen->In the left frame-> expand the Structure node.
    Drag and drop the desired structure into either the Rows or Columns frame->Select the global structure->Right-click and choose Remove reference.A local structure is created.
    Remember that you cannot revert back the changes made to global structure in this regard. You will have to delete the local structure and then drag n drop global structure into query definition.When you try to save a global structure, a dialogue box prompts you to confirm changes to all queries.
    Hope this info helps..
    Cheers,
    Tanish

  • 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...

  • 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

  • Change in global structure in one query

    Hi,
    1. I have some five queries already developed. Here in all the five queries i am using one global structure. I have a requirement tp change the global structure, Now after i change the global structure in one query1 do i need to transport only that query1 or i have to transport all the five queries for the change to get reflected.
    2. There are five workbooks also developed for the corresponding queires.  After changing the queries do i need to update the output result in all the workbooks as well?
    Here in the global structure the keyfigures are replaced with new keyfigures?
    Little confused , need help? Please answer my two questions
    Thanks,
    rani

    >
    rani wrote:
    > Hi,
    >
    > 1. I have some five queries already developed. Here in all the five queries i am using one global structure. I have a requirement tp change the global structure, Now after i change the global structure in one query1 do i need to transport only that query1 or i have to transport all the five queries for the change to get reflected.
    >
    >
    >  Thanks,
    > rani
    If you changed the global structure then transport the structure not the query.
    Go to transport connection in RSA1 choose Query elements -
    >Structures.
    Select your structure and transport.
    That should do.As long as you use "Restore to initial query" in the dataprovider properties of the workbook it should reflect your changes else you need to change at workbook level too.
    Hope this helps.

  • 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

  • Query regarding the conversion of DME file in MT940 format.

    Hello Experts,
    I have a query regarding the generation of MT940 file after generating the payment file from other DME tree.
    After completion of payment run, my payment file is generated in the DME format which is according to the DME tree.
    I want to convert the DME file (which is generated via F110)  from existing format to the standard MT940 format.
    Is there any standard program which converts the DME file to MT940. If so,  please inform me as early.
    I have tried to upload the DME file in FF.5 transaction, but it is not allowing me to convert the file in MT940 structure.
    Or please inform the steps how i can convert the file .
    Awaiting for your inputs.
    Thanks in advance

    Hi Zareena.
    I would like to suggest,
    SX_OBJECT_CONVERT_RAW_TXT.
    Hope that's usefull.
    Good Luck & Regards.
    Harsh Dave

  • Re: Transport problem of SAP Query in Global Area

    Hi All,
    I am facing a problem in transporting the query which is created in Global area.
    I created a Query in Global Area and saved in a Transport Request. Now i created a Transaction code for this query by taking the Program name generated by this Query.
    then i released the TR to Quality sys, which contains User Group, Infoset, Query & Transaction code. I see User Group & Infoset in my Quality sys but i dont see th Query & Transaction code assigned to this Query, and when i try to run the transaction code assigned to this query its giving dump saying 'LOAD_PROGRAM_NOT_FOUND'.
    Could anyone please help me in resolving this..am i missing any steps here...kindly do the needful...
    Regards,
    Pavan

    Hi i solved my problem by myself.
    I have to set Query as external available and have to use the MDX Query.
    Its strange because if i build a new report the query dont have to be set as external available.

  • 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

  • Queries Regarding Organization Structure in SAP.

    Hi,
    I have a query regarding the ORG structure.
    Can a sales & marketing organization be created in same organization structure in CRM 5.0 ?
    My requirement is to create a Sales & marketing Department in a company say 'SK Co.'
    Once these are defined then the respective sales hierarchy can be created like for 'sales' ; Sales organization, Sales office , Sales group.
    I tried to define the 'Company'  a the top level of hierarchy but there the function is by default selected as 'Sales'. Due to which If I define any entry below it , it always remains in Sales . The structure is as follows:
    1) >SK Company (Top Node)
    2) >>Sales & Marketing Deprtment
    3) >>>Sales Department
    >>>>North Region Sales Org.
    >>>>East Region Sales Org.
    >>>>West Region Sales Org.
    >>>>South Region Sales Org
    4) >>>Marketing Department
    >>>>Channel Export
    Thanks In advance.

    Hi ,
    How did you manage to define a org structure where main node has no function.
    There has to be at least one function :Sales, Service or marketing.
    Can I create a Top node in organisation structure without a function ?
    If yes, How ?
    Thanks for your time.

  • 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.

  • APD using Query with multiple structures as a data source

    All,
    I want to set up an automatic process which executes a query and exports it to a shared drive as a csv file. I have tried various options , when I try to use APD to set up the extract, I get an error and this is because the query that I am trying to use has Strucutres in both rows and columns. Hence, I am unable to use this option. I tried RSCRM_BAPI, It works well, but there is an issue with scheduling this in Process chain. I created an event and scheduled this as a job to trigger after "event" as per SAP instructions, but the job does not exist and it is not possible to trigger it through the Process chain unless the variables are hard coded in the query which I do not want to do.
    Can any one tell me if there is a way to deal with APD using Query with multiple structures?
    Would really appreciate if some one can give me the right solution...
    Thanks

    Hi Tanu ,
    APD is an option but its not very good with large amount of data or hiearachies or if you have attributes in you query structure .
    One more option for this requirement is use of report program using function module RRW3_GET_QUERY_VIEW_DATA .
    This will work fine with multiple structure etc .
    There are some overheads with this FM  ex: if amount of data is too much then program will give dump .Solution for that is we call the FM in LOOP by diving amount of data need to be fetched .ex:  we can read data quarter wise.
    For using this function module what you can do is write an ABAP program (At SE38 ) .which will call this FM and then write the output into a flat file which you can save at application server (AL11) .From there other system can read it .
    To automate this whole process you can further add all the report programs into a process chain (RSPC) which can be schedule as per requirement .
    To pass input parameters you can use variants that will pass the values to the report .
    Check thi link for sample code :
    [http://www.tricktresor.de/content/index.php?navID=696&aID=496]
    Hope this will be helpful .
    Regards,
    Jaya Tiwari

  • Aggregate query on global cache group table

    Hi,
    I set up two global cache nodes. As we know, global cache group is dynamic.
    The cache group can be dynamically loaded by primary key or foreign key as my understanding.
    There are three records in oracle cache table, and one record is loaded in node A, and the other two records in node B.
    Oracle:
    1 Java
    2 C
    3 Python
    Node A:
    1 Java
    Node B:
    2 C
    3 Python
    If I select count(*) in Node A or Node B, the result respectively is 1 and 2.
    The questions are:
    how I can get the real count 3?
    Is it reasonable to do this query on global cache group table?
    I have one idea that create another read-only node for aggregation query, but it seems weird.
    Thanks very much.
    Regards,
    Nesta
    Edited by: user12240056 on Dec 2, 2009 12:54 AM

    Do you mean something like
    UPDATE sometable SET somecol = somevalue;
    where you are updating all rows (or where you may use a WHERE clause that matches many rows and is not an equality)?
    This is not something you can do in one step with a GLOBAL DYNAMIC cache group. If the number of rows that would be affected is small and you know the keys or every row that must be updated then you could simply execute multiple individual updates. If the number of rows is large or you do not know all the ketys in advance then maybe you would adopt the approach of ensuring that all relevant rows are in the local cache grid node already via LOAD CACHE GROUP ... WHERE ... Alternatively, if you do not need Grid functionality you could consider using a single cache with a non-dynamic (explicitly loaded) cache group and just pre-load all the data.
    I would not try and use JTA to update rows in multiple grid nodes in one transaction; it will be slow and you would have to know which rows are located in which nodes...
    Chris

  • Report on BEx query with 2 structures (one in rows and one in columns)

    Hi, experts! I have to make Crystall report on BEx query with 2 structures, one in columns (with KF's), and one in rows. Is it possible to create such report? Because when I create such report, I cant see fields in structures, only characteristics fields.
    Ok, I found samr problem in another thread. Sorry.
    Edited by: Mikhail Sychev on Dec 5, 2009 9:53 PM

    Hey Flora,
    Happy to hear that its working now.
    Answering your question, again its upto the connection and report format you are using. Based on your question i hope you your report output should be like this.
    You cannot map to two labels for the series, again this report format is possible only in cross tab through Webi. I would suggest you to concatenate the material and month in a dimension in webi like below.
    I have done the concatenation in excel level, i would suggest you to do that in webi. Try to reduce the formula as much in excel.
    or
    If you are using Query browser connection, then i would suggest you to create a separate report which will display the actual vs plan material wise, here you need to pass the material as a prompt.
    Hope this helps in clear, please revert me for any clarification.

Maybe you are looking for

  • Subforms For Dummies

    I've been trying to create and populate a form with information obtained through a SQL query to an OBDC data source. The query works fine and I can view the the results of my query in the Data View. I did not upgrade to Designer 7 from any other "for

  • How can I see my email attachments on top of the mail rather than bottom of the email

    Hi, I always see the attachments in the bottom of my email where it becomes difficult to scroll down to look to the attachment. Sometimes it gets wired if the mail is long. I am also using Android where the attachment is viewed at top and same was th

  • Create word in web dynpro

    HI:     Now come across a problem.     In Web Dynpro, there are several UI: inputfield and fileupload. when click submit, create an microsoft word with the content of  inputfield and fileupload. then save in server.    My question is : how to create

  • ITunes can't sync songs because 'file not found'

    I just bought an iPad. Installed some apps etc. Want to manually manage some music. But almost every song comes up with the error 'iTunes Can't Synch (insert filename) because the file cannot be found. But they are all there. They even sync fine to m

  • What do I have to do, to make this error code go away.

    I'm awaiting an ipod classic 120 gb which should be arriving anytime now, and to my surprise, I got a message urging me to upgrade to 8.1 (even though I JUST GOT DONE UPGRADING TO THE PREVIOUS ONE LAST WEEK...*hold anger in*). So now when I open itun