Set Authorisation ---- Report Layout Manager

Hi experts
            Recently i upgraded my SAP B1 2007 B to SAP 8.8 PL:12 and when i tried to set the authorization for using crystal report an .dmp file get created and error msg box get displayed and SAP client get closed.
            Administration -
>Setup----->General -
> Report and layout manager -
>(Specified report is chosen)Set Authorization button is clicked the .dmp file get generated. Please give me a solution

hi poongundran
follow these steps
first delete client set up from add/remove programms
secondly delete sap business one folder form program files from c drive whre sap is installed
now delete %temp%,prefetch,recent and recycle bin
and restart ur system and now install sap client setup and now u will not get any dmp errors
i think this will solve ur prob
regards
Jenny

Similar Messages

  • Report & Layout Manager

    Hi,
    I have created User defined form. Now i have to display report when click on Preview button (Same as Standard document).
    Can we use report & layout manager to display report.
    Regards,
    Pravin

    Hello
    possible with development, and it is pending from the B1 version.
    Easy solutions are:
    - 8.81 you can use Crystal Reports and PLD
    - 2007 you can use PLD only or CR integration addon
    in Crystal:
    - You can create your layout and you can import into the system as report (not layout) into a specific folder
    - When you press the print or print preview button (eg menu action is indicated, menu id "520", "519"), then you can find the crystal report in the OCMN table with the following query
    select MenuUID from OCMN where Name = N'YOUR_REPORT_NAME'
    - next step is call the report with ActivateMenuItem and fill the parameters.
    Complete code for crystal
                Dim oRs As SAPbobsCOM.Recordset = oCompany.GetBusinessObject(BoObjectTypes.BoRecordset)
                Dim sQuery As String
                Dim sMenuID As String
                sQuery = "select MenuUID from OCMN where Name = N'YOUR_REPORT_NAME"
                oRs.DoQuery(sQuery)
                If oRs.Fields.Count > 0 Then
                    sMenuID = oRs.Fields.Item("MenuUID").Value.ToString
                    m_SBO_Application.ActivateMenuItem(sMenuID)
                    Dim oForm As SAPbouiCOM.Form = SBO_Application.Forms.ActiveForm
                    oForm.Items.Item("1000003").Specific.String = docentry
                    m_CrystalCriteriaFormID = oForm.UniqueID
                    oForm.Items.Item("1").Click(BoCellClickType.ct_Regular)
                Else : m_SBO_Application.MessageBox("NO PRINTING LAYOUT EXISTS!")
                End If
    In PLD, the logic is the same, but you must activate the User Queries print layout, and locate the report in the matrix.
    Regards
    János

  • Delete the Folder Defined during Report & Layout manager Process

    Hi everyone,
    I have created a folder within inventory reports during Report & Layout manager Process ,
    while adding a crystal report in SAP.  Now I want to delete that folder. but delete option is only for
    report, not for folder. Please if anyone can help me on this.
    I am working on
    SAP 8.8 PL08
    Thanks
    Annu

    Hi,  all
    I have the same issue  and I can't delete the folder from user authorizations,
    I deleted the report from Layouts  & Reports but the crystal reports .RPT still in the form "User Authorizations"
    I have SAP 8.8 PL 17.
    What can I do???
    Thanks

  • Setting the report layout for HTML format

    hi friends
    when I generate my report to HTML file and open it to Internet Explorer it disturbs the actual report little bit like enlarging the fonts, hiding some graphical objects like Lines and wrapping the report. so can u tell me that how can I take the same output format in Internet Explorer as in reports previewer? I'm using Reports 6i and Micrsoft Internet Explorer 6.0. thanx.

    I think you should make some modification into main section
    e.g. increase height and width of the report....and then see...
    I had same problem with text output but this method solve my problem hope
    this will help u...
    Enjoy Oracle...

  • Crystal Report Layout

    Hi Expert.
    I created a report layout in crystal report that I will be attaching in an add-on program which is a document type for report viewing via PLD.  However, as i was setting up my layout in the report layout manager, I cannot point my layout in the document addon that I created.
    Is there a way to add my addon in the list of modules in the report layout manager?

    No it is not possible.
    What you can do: import you crystal layout as "normal report" and active the menu when you would like to print out the document. You can pass parameters, and show the print preview. then you can click on print button via code.
    Regards
    J

  • Problem with Report Layout

    Please help me.......
    I had created a new form (Copy of Sales-> A/R Invoice, loaded from XML file).
    The problem comes, when I tried to see (Print Preview) the Report Layout for the Corresponding A/R Invoice form.
    The Layout Designer button is not showing its functionality on Clicking. Also the Print Preview button is in disabled condition. So I cant set the Report Layout and also cant see the Report (Preview) .
    So is there any solution for this problem.

    Hi,
    For the user defined forms the PLD functionality is not avaliable, instead u can design and use Crystal reports.
    Vasu Natari.

  • How to set default Print layout in SDK!

    Hi All
    In Form Delivery (ID=140) I want to Add Button to set default print layout by Addon.
    Please let me know the interface and the table to do it. Thanks

    Hi Tao,
    there's a vb6 sample in the DIAPI documentation
    Sets the specified report layout as default
    Dim oCmpSrv As SAPbobsCOM.CompanyService
    Dim oReportLayoutService As ReportLayoutsService
    Dim oDefaultReportParams As DefaultReportParams
    'get company service
    oCmpSrv = oCompany.GetCompanyService
    'get report layout service
    oReportLayoutService = oCmpSrv.GetBusinessService(ServiceTypes.ReportLayoutsService)
    'get report layout params
    oDefaultReportParams = oReportLayoutService.GetDataInterface(ReportLayoutsServiceDataInterfaces.rlsdiDefaultReportParams)
    'set the report layout code
    oDefaultReportParams.LayoutCode = "POR20005"
    'set the report code
    'the report code is the document type code (e.g. POR2=PurchaseOrder)
    oDefaultReportParams.ReportCode = "POR2"
    'set the user code
    oDefaultReportParams.UserID = 1
    'delete the report layout
    oReportLayoutService.SetDefaultReport(oDefaultReportParams)
    i hope it helps you
    regards
    David

  • Set As Default Crystal Report Layout in SAP B1 8.8 PL13

    Hi,
    I want to Set As Default a Crystal Report Layout. I know you can do that in Layout Desginer - Selection Criteria, but SAP B1 8.8 PL 13 has only a Manage Layout button in the Layout Desginer window which links to the Report and Layout Manager. There is no Set As Default button.
    Where can you select which layout to be default in PL13?
    Thanks!
    Cristina

    Hi
    If you want to Set as Default particular PLD then Open that Form
    For. Example
    Sales Ar > A/R Invocies (Item) document
    Then Click on PLD icon ans select your crystal report as Default by Set as Defaul button.
    Thanks
    King Kevin

  • Delete Crystal Report Design in Report and Layout Manager

    Hi All
    How to permanently delete a customised Crystal Report Design imported in Report and Layout Manager?
    There is no Delete button at all unlike Form Design?
    Kedalene Chong

    Hi Nagarajan
    Please see image attached, already login as superuser but there is no Delete button for imported Crystal Report Design in Report and Layout Manager.

  • How do I set individual properties for a column in report layout at runtime

    How do I set individual properties for a column in report layout at runtime? I need to change this based on a user's input. This is for v10g.
    I need to change either the "Read from File" attribute or the "File Format" attribute for one column based on the user's input. IS this possible?
    Thanks in advance!

    Hi,
    define 2 columns and use format triggers to show the one or the other column.
    Regards
    Rainer

  • Create Report Layout (Apex 3.2) - How can I set the substitution variables?

    Hi,
    I created a "Report Query" under "Shared Components". I now want to work on the corresponding "report layout". I created a "Generic Columns (XSL-FO)". I read the following in the documentation:
    The following are valid substitution strings:
    #PAGE_HEADER#
    #PAGE_HEADERFONT_COLOR#
    #PAGE_HEADER_FONT_FAMILY#
    #PAGE_HEADER_FONT_SIZE#
    #PAGE_HEADER_FONT_WEIGHT#
    #PAGE_FOOTER#
    #PAGE_FOOTER_FONT_COLOR#
    #PAGE_FOOTER_FONT_FAMILY#
    #PAGE_FOOTER_FONT_SIZE#
    #PAGE_FOOTER_FONT_WEIGHT#
    #PAGE_WIDTH#
    #PAGE_HEIGHT#
    #HEADER_BG_COLOR#
    #HEADER_FONT_COLOR#
    #HEADER_FONT_FAMILY#
    #HEADER_FONT_SIZE#
    #HEADER_FONT_WEIGHT#
    #BODY_BG_COLOR#
    #BODY_FONT_COLOR#
    #BODY_FONT_FAMILY#
    #BODY_FONT_SIZE#
    #BODY_FONT_WEIGHT#
    #BORDER_WIDTH#
    Where can I set the values for these substitution variables in my "Report Layout"? Could someone give an example? I can't seem to find documentation on this.
    Thanks!
    Francois

    Thanks for the tip however I'm not trying to do this through the print tab, I'm calling the report using the following get_print_document in pl/sql code:
    l_report_blob := apex_util.get_print_document(
    p_application_id => l_application_id,
    p_report_layout_name => l_report,
    p_report_query_name => l_report,
    p_report_layout_type => l_output_format,
    p_document_format => l_output_format,
    p_print_server => null);
    Where could I set these substitution variables ? I'm simply calling a report query and layout created under Shared Components.
    Thanks
    Francois

  • How to set user specific Layout for executing IW38/IW39  report.

    Dear Experts,
    We have 10 users seperatly, For executing IW38/39 transaction they have maintained seperate layouts for executing the reports. While saving layout they have saved the layout as 'user specific' Now some body has chage the settings.
    After changing the setting all are getting same layout.
    Please suggest how to set user specific layout. When user enter the IW38/39 report by default he should get his layout.
    Thanks in advance.

    Create Variant using SHD0 and with Group and assign to particular user's
    Here is the steps
    Creating a Variant Group
    1. Open transaction SHD0, enter the transaction code, and press enter.
    2. Choose the Standard Variants tab page, and then the sub tab page Variant Groups, and enter a group name, such as GROUP_GEN
    3. Choose Create. Enter a short text on the Maintain Variant Group window that appears and save the variant group.
    Assigning Users
    Once you have created the variant group and the relevant transaction variants with screen variants, you now need to assign users to the variant group as follows
    1. Return to the Standard Variants tab page, Variant Groups sub tab page.
    2. Enter the name of a user that you want to assign to this variant group, and choose Assign. A message that this user was successfully assigned to the variant group appears in the status bar. If you choose a where-used list for users, this user is displayed in the user list.
    3. However, for the screen variants of the variant group that you created above to be displayed for the user, you first need to select Set Proposal. The user is assigned to the group and the associated transactions are started with the corresponding variants only once you choose the Set Proposal function.
    You can use this procedure of user assignment for all other users that you want to add to the variant group
    Hope this helps.
    Thanks
    S.N

  • Setting report layout to A4 wide?

    How can we set report layout to A4 wide?
    Thanks in advance.
    Regards,

    You need to change the Height and width of all the three sections ie header,main and trailor and the values should be same for all the three sections.
    One more thing you can do is go to properties at report level and change the orientation to landscape from portrait

  • Missing reports in Report and Layout manager

    Hi Experts,
    i need to convert with Crystal Converter some PLD Tax reports.
    The problem is that under Tax Reports tree, in report and layout manager, reports of typecode 'RB01' are missing!
    Why are they missing??
    Is there any other way to convert them even if missing?
    i can see them in the tax report form, selecting tax register block and press ok.
    From the print layout designer they are listed.
    Please help.
    Thanks
    Paolo

    Hi Paolo,
    What is your B1 PL? Have you solved your problem? Try to upgrade to the latest PL if you are not in it.
    Thanks,
    Gordon

  • Rename or delete manually created menus from Report and Layout Manager

    Hi All,
    Does anyone know if it's possible to rename or delete a folder manually created during a report import in the Report and Layout manager?
    Kind regards,
    Matt

    Posted the question on the SAP core forum.

Maybe you are looking for

  • Open iView in new Window

    Hi I have added a new link in the xRPM screen from 'SPRO'. I want an iview to be opened in a new portal window on clicking this link. I have tried changing the property of view to ' Launch in a Separate Window' but it didnt work. Page ID in SPRO : pc

  • Test creation of hr master data/objects

    Hello, in my programm i need to create some objects(training events, groups, types, locations,..)/infotypes. I would like to offer to enduser some "testing/simulation" behaviour - the infotypes will not be stored in database at the end of processing.

  • OBIEE 11G Start BI Services

    Hi , When I press Start BI Services , it prompts for a username and password. I had created boot.properties file and put them into bi_server1 and AdminServer directories.When I started the services I can see that the username and password information

  • How to use solution manager in upgrade projects

    Hi, How to utilize/use the solution manager in upgrade project like R/3,BW,CRM or entire landscape. if we are upgrading the r/3 4.6c to ecc6 and bw3.5 to bi7.0 how to use the solution manager please help and thanks in advance. Edited by: MAHIPAL REDD

  • Is it Safe to Upgrade my nvidia-based X?

    A few months ago I upgraded my nvidia driver and then I had to downgrade to 173xx. There is a short thread here http://bbs.archlinux.org/viewtopic.php?id=74625 about that experience. When I ran sudo pacman -Syu now I got this: :: Starting full system