Doing user query layout

Hello All:
   Does anyone have experience with user designed query template? It seems I have no way to customerize the width (fix width) of a column or do anything with the data. (calculate sub total etc)... In my own template (which strictly copied from system default template, I can delete the title, row text file and still the report bring out data. Does that mean I have no way to customerize the output?
Anyone have documentation I should be following?

Bo,
Query Print layout > User Report (System)  can be saved as your own template.
You can then open your new Query Layout template and pretty much change the Page width, size, header, footer, hide fields, borders and almost everything including the default printer, grid size, fonts, etc...
You will not be able to define the individual field positions of Title and Row variable which represent the query data i.e., Repetitve Area Header and Details.  This is mainly because the number of header and line values will purely depend on your query. 
NOTE:  Please do not delete any field from the template as everyfield in there is linked to something or the other.  You may resize them to
Left = 0, Top = 0, Width = 0, Height = 0,  and also hide them.
One draw back of Query layout template is, the Query once generated as a template if changed will not reflect in the Query layout.  You have to redo a whole new Query Print layout for the changes to reflect.  If you are 100% sure with the query only then you should click <b>"CREATE REPORT"</b> and generate the layout.   The Query layout cannot be added to the user Menu as the Print layout will not work.  It can only be viewed on the screen.
Suda

Similar Messages

  • Link user query to required print layout

    Hi all,
    I tried linking my user query to a required print layout for user reports.
    I have followed the same procedure as given in  (Query PLD.pdf ) but when I try to save ,
    I get the following error
    Items were found with the same exclusive no [Message 101-19 ]
    Can anybody help me with this
    Thanks
    Nirmala B.

    finally got it

  • Migrating a User Report Layout

    Hello
    I have a question. I need to migrate a user report layout from one DB to another, and i'm not sure how to do it.
    I have read other threads about this particular subject and one of the solutions is to run an insert query into the RDOC table of the other DB; this is mentioned to be written in the SAP Note number 600813
    I am concerned that by doing this I could be compromising the integrity of the DB, since one of the rules of SAP is to not run direct inserts into any DB.
    Am I authorized to do this as a developer? or is there another solution, that doesn't compromise the integrity of the DB?

    Hi Jessica,
    I think you can use the copy express addon to export layouts but I use sql.
    Here is the query i use to do it, you can export several layouts by modifying the conditions.
    It's better to test it on test database...
    DELETE [TARGETDB].[dbo].[RDOC]
    where[TARGETDB].[dbo].[RDOC].DocCode
    IN (SELECT DocCode FROM [SOURCEDB].dbo.RDOC WHERE DocCode = YourDocCode)
    insert into [TARGETDB].[dbo].[RDOC]
    select *
    from [SOURCEDB].[dbo].[RDOC]
    where[SOURCEDB].[dbo].[RDOC].DocCode
    IN (SELECT DocCode FROM [SOURCEDB].dbo.RDOC WHERE DocCode = YourDocCode)
    DELETE [TARGETDB].[dbo].[RITM]
    from [TARGETDB].[dbo].[RITM], [TARGETDB].[dbo].[RDOC]
    where [TARGETDB].[dbo].[RITM].DocCode = [TARGETDB].[dbo].[RDOC].DocCode and
    [TARGETDB].[dbo].[RDOC].DocCode
    IN (SELECT DocCode FROM [SOURCEDB].dbo.RDOC WHERE DocCode = YourDocCode)
    insert into [TARGETDB].[dbo].[RITM]
    select [SOURCEDB].[dbo].[RITM].*
    from [SOURCEDB].[dbo].[RITM], [SOURCEDB].[dbo].[RDOC]
    where [SOURCEDB].[dbo].[RITM].DocCode =
    [SOURCEDB].[dbo].[RDOC].DocCode and
    [SOURCEDB].[dbo].[RDOC].DocCode
    IN (SELECT DocCode FROM [SOURCEDB].dbo.RDOC WHERE DocCode = YourDocCode)
    Hope it helps.
    Quentin

  • Why does FireFox change layout/settings during upgrades without asking ?

    Just upgraded to Firefox 18 (windows 7 desktop). Why does Firefox change layouts/settings without asking the user if he wants it or not???
    I am getting sick of those changes. I want to have at the google main page the options (as before) to search in all languages, or pages from a certain language or pages in a certain language (of course depening of the google address; f.i. at google.de for german languages, google.fr for french languages etc).
    In the latest Firefox 17 it was working as I wanted and described before: when I visited www.google.de/firefox of www.google.fr/firefox. Now those 3 options (under the search bar) are gone and I do not want to operate by clicking on the advanced search button. Those things should be visible under the search bar again.
    Also my STARTPAGE was GONE/DELETED after the update !!! Grrrrr.... Updating is OK but mozilla should not change user configured items !!!!!!!
    The above described problem has nothing to do with the google website.

    By the way, do Firefox and IE use the same proxy settings? You can view Firefox's here:
    orange Firefox button (or Tools menu) > Options > Advanced > "Network" mini-tab > "Settings" button
    The default is "Use system proxy settings".

  • User specific layout settings

    Hi
    We are assign the specific lay out for specific user the system is not allowing to save the data the following is the error description
    User-specific layouts must start with a letter (A-Z)
    kinly let me know if this is the authorisation issue
    the functional consultant can able to do the setting
    please provide the solution
    thanks in advance
    Regards,
    Jyothi

    hi
    thanks for solution
    i am followed the same 
    but still the problem is same
    exactly what iam doing is
    once we entered the screen there is some standard layout is picking the system that is 0SAP
    Than iam selecting the  choose button and selectin gthe  layout 3SAP
    than iam saving the data
    system ids giving the pop up and there iam selecting the reqired layout and selecting the check mark user specific and saving the data . removed the even after 3 in 3asp
    but still the problem is same
    kindly explian me the procedure if iam wrong
    thanks in advance

  • User specific layouts

    Hi
    I'm new to adobe forms.
    Is it possible to have user specific layouts in adobe forms like we have for say ALV?
    I can't see any option in the layout tab to save a particular layout.
    If not then what are the other options available to achieve this?
    Thanks
    Pushpraj

    Hello,
    you have 2 options:
    1) create multiple layouts for a single interface (layout variant at design time, created by the developer, not the user)
    2) pass all the data into the form and add some information about what data does the user want to see
    (note: everything must be send to the form, only part will be hidden according to the customizing)
    in the form you will use scripting (to control the form behavior) to hide the fields the user does not want to see.
    Extra: Maybe you could: Let the user create an ordinary ALV layout and save it
    On runtime, before generating the form, you can check the layout and hide the fields in the form (through the "customizing" structure where you mark something like COL1 = 'X' for visible and COL2 = '' for invisible and make that happen through scripting).
    There is no other way. There is no way user can create his own variant, it always must be a developer, who creates the variants. I am sorry I cannot help you with the user side customizing since there is no such thing.
    Regards Otto

  • Cannot set user query to view "{0}" because it is a destination in a view link

    Hi
    11.1.1.7 - I have 2 programatically view objects. I have created a viewLink between them and I am getting the error:
    Cannot set user query to view "MyView2" because it is a destination in a view link.
    Does anyone know what are the methods I need to implement? I have follow the Frank Nimphius Post: Oracle ADF: Service, Please! and it is working fine. However, after seeing this example: Decompiling ADF Binaries: Building programmatically managed business components - Part 2 - I realised that I am missing some other stuff to make the view link work. There are too many methods and its quite difficult to understand and digest all classes and methods etc.
    Anyone can please point me in the right direction?
    Regards

    Which version are you using? Could you maybe turn on logging (http://blog.goverco.com/p/psmalogging.html) and post content of log file if you still have the issue...
    Also, remember that even though you set credentials in the PARAM section, these values are overwritten by the ones specified on the properties of the MA - so make sure that you specify correct creds on the MA. Specifying creds directly in the script makes
    for an easy way of testing from the PowerShell prompt, but not for running the script from the MA / Run Profiles
    Regards, Soren Granfeldt
    blog is at http://blog.goverco.com | facebook https://www.facebook.com/TheIdentityManagementExplorer | twitter at https://twitter.com/#!/MrGranfeldt

  • Can I run a User Query using SDK?

    Hi I am new to SDK development.
    Can I run a user query using SDK?  what I am after is, when the user clicks a button on my screen, I want to run the user query already in the system.
    If this can be done, does anyone know how to do this? I have not been able to find a way of doing this so far. appreciate any help here.
    Thanks,
    Indika.

    Hi,
    I have an additional question to this thread. Does anyone know a way how to run an user query, and how to pass some parameters to it, so the user doesn't have to write them down manually?
    For example, I add a button on a Bussines partner form and when this button is clicked, I want a query to be started with parameter %1 = businnes partner's code...
    Is there some way how can I do this?
    Thanks
    Bohous

  • Usuario SAP conectado en Query Layout

    Hola a todos.
    Alguien sabe como mostrar el usuario de SAP actualmente conectado en un query layout? intente con la variable $[USER] pero no trae nada cuando ejecuto la consulta desde el query manager.
    No sé si alguien tuvo un problema parecido y puede ayudarme, lo agradeceria mucho.
    Saludos.

    Hola..
    Revisa los siguientes enlaces, me parece que pueden servirte...(creo que no es posible).
    Re: Reportes por usuario conectado
    Re: Como saber que usuario es el que esta conectado en la sesión actual de Sap
    Espero te sea de ayuda..
    Saludos Cordiales,
    Edited by: Paul Ponce on Jan 19, 2010 4:32 PM
    Edited by: Paul Ponce on Mar 10, 2010 3:38 PM

  • Drag and relate from User query not working as expected

    Hi All,
    Could anyone shed some light on why using drag and relate from a user query is not working for me?
    Drag and relate works well from all system generated queries, but not from my user queries.
    For example:
    - System query/report - running a system stock report and dragging the 'Item number' field result to a D&R Sales Order generates a report of all Sales Orders for the selected Item Number. As expected - success.
    - User Query - running a item lookup report from a user generated query and then D&R to Sales order for the selected Item Number does not work. Error = 'No matching records found (ODBC -2028) [message 131-183]
    Any ideas?
    Best regards,
    John

    Hi John,
    I believe Drag and relate only works for system form.  The whole function is hard coded.  It will not work for any queries including system queries.
    Thanks,
    Gordon

  • Copy user-specific layout to another user ID

    Does anybody know how to copy "user layout" information
    from current user ID to new user ID?
    At the end of every year, my company needs to give new user ID to all users
    due to security reason. For example, User ID for Y2008 is "user2008",
    and provide new user ID which is "user2009" for Y2009.
    The user is the same employee.
    Since he is the same person, of course he wish to keep using
    his user-specific layout for Y2009 continuously.
    So, I copied current user ID and create new user ID from SU01.
    Then, I found out that "user layout(user-specific layout)" information on FB03
    was NOT copied to new user ID.

    Hello,
    There is no need need to create a new user year.
    You can extend the validity of the same user id year by year. For example, you have created a user "TRAINEE01", initially when you have created you give the validity period from 01.01.2008 to 31.12.2008. Once the year is being closed, extend the validity from 01.01.2009 to 31.12.2009. This way you can avoid lot of maintenance cost as there are no redundancy of user IDs.
    There are many settings are user specific. In case if you create a new ID, the problem is that again he has to change all his / her settings. It would really cumbersome and they may not be knowing what changes made in the previous ID, as the system administrator might has stopped access to the old ID.
    Regards,
    Ravi

  • In oracle rac, If user query a select query and in processing data is fetched but in the duration of fetching the particular node is evicted then how failover to another node internally?

    In oracle rac, If user query a select query and in processing data is fetched but in the duration of fetching the particular node is evicted then how failover to another node internally?

    The query is re-issued as a flashback query and the client process can continue to fetch from the cursor. This is described in the Net Services Administrators Guide, the section on Transparent Application Failover.

  • Addition of New Column name "Qty" in user defined layout for CJR2

    Hi Friends,
    I am going thorugh variurs posts but could not a fetch correct answer. If that was available and missed, sorry about that.
    My requirement is, wanted to have new user defined layout which would be copied from 1-701 (CJR2). The layout should have new column which would be named as "Qty".
    Note that I tried to change name after pulling new fileds from left side to right hand side but these fields are grayed out in change layout.
    What is the work around solution to have new column and tthis wouold be named as "Qty". Let me ask one question is it possible to add new fields name to standard layout like 1-702 other than what it has been delivered by SAP????.
    Looking forward to hear from and thanks for your efforts.
    Regards,
    Sudhakar

    Have you tried MENU > Edit > Columns > Append additional fields?
    I think you can not choose any other characteristics other than SAP has provided which is mentioned in SAP Help.
    Regards,
    Mahendra

  • Error in User Query

    Hello, I have the following User Query:
    SELECT T.USERID As EmpID, OHEM.FIRSTNAME' 'OHEM.LASTNAME, OHEM.U_RATE AS GeneralRate, T.CARDCODE As CardCode, T.CARDNAME As CardName, SUM(ISNULL(T.APPROVED_HOURS,0)*ISNULL(T.RATE,0)) As BilledAmount, T.GENCHECK AS CheckNumber, OVPM.[CheckSum], OVPM.DOCDATE
    FROM SCCG_WB_TIME AS T LEFT JOIN OHEM ON OHEM.EMPID=T.USERID LEFT JOIN OVPM ON T.GENCHECK = OVPM.DOCNUM
    WHERE ISNULL(T.GENCHECK, 0)<>0 AND <b>T.USERID =[%0]</b>
    GROUP BY T.USERID, OHEM.FIRSTNAME' 'OHEM.LASTNAME, OHEM.U_RATE, T.CARDCODE, T.CARDNAME, T.GENCHECK, OVPM.[CheckSum], OVPM.DOCDATE
    I get an error because of the variable I have. When I press Execute I just get '' (SEWSY) error message in red. Without the variable is working fine. Please help me!
    Thank you,
    Irina

    Hi Irinca,
    I think (can't test it) the problem is the not-system-nor-usertable-but-yours table created in SBO that you're passing the variable (SCCG_WB_TIME, just in case).
    Try something like,
    DECLARE @UserId int
    SET @UserId = (SELECT TOP 1 T0.INTERNAL_K FROM [dbo].[OUSR] T0 WHERE T0.U_NAME = '[%0]')
    ...(your query....)... T.USERID = @UserId...
    HTH,
    Ian

  • Why does 'User not registered for online use' show up when I try to import a cd into itunes. None of the cd info shows up either

    Why does 'User not registered for online use' show up when I try to import a cd into itunes? None of the cd info shows up either.

    Well, the format I upload from the camera is "video clip" or "video for Windows"...sometimes I've converted them to avi format, too. But as I said, it never even lets me get that far...I never get to even select a clip. As soon as I tell the program to "import/clip" it freezes up before I can even go to the folder that the clips are in. It has only begun to do this recently, and I'd never had any problems like this before. Last night I tried it again, and I clicked "open composition", and it froze when I did that too.
    I'm not sure how much more specific I can be about the details of the clips, since I'm positive it has nothing to do with the clips themselves...I'm running Windows XP, though...Home Edition Service Pack 2, Pentium 4 CPU 2.80GHz, with 504 MB of RAM. I have had the automatic updates turned on since I did my last reformat a couple of weeks ago. Could it have something to do with some kind of an update it may have done?

Maybe you are looking for