BI 7 object field restrictions report

Hi,
Can someone please assist me.  We are working on BI7, and I have created my restriction objects for the roles in RSECADMIN.  I'm now trying to find a list of objects (and roles) that have 0CO_AREA as a restriction field. Can someone advise on how I would go about finding the report.
Thanks
Edited by: Pumza Mtshingila on Nov 24, 2008 10:08 AM

Hi Pumza,
I have to correct myself: the Analysis Authorization you build in RSECADMIN is not represented in PFCG as an object field (this is BIAUTH) but as an object field value, so if you run transaction S_BCE_68001423: Object values in Roles, filter on object S_RS_AUTH and field BIAUTH: you are able to report on the analysis authorizations.
If you have chosen a meaningful naming convention you would be able to report here your Controlling Area 1000 value.
If not you can have a look at the following tables (with SE16) in which you have direct view of the Analysis Authorizations:
RSECTXT                    Analysis Authorizations: Texts
RSECVAL                   Analysis Authorizations: Value Authorizations
RSECHIE                    Analysis Authorizations: Hierarchy Authorizations
RSECUSERAUTH        Analysis Authorizations: Direct User Assignment (without PFCG)
You can also consider to build reports on the Technical Content Infoproviders 0TCA_VAL, 0TCA_HIE & 0TCA_UA,
[see this document, page 21 & 22|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/ded59342-0a01-0010-da92-f6b72d98f144]
KR,
Lodewijk

Similar Messages

  • Can't add database field or text object to a report (new and existing)

    We have Crystal Report 8.5 and when trying to modify an existing report or create a new report, I can't seem to add any database fields or text objects in my report.  I get a prohibition symbol (circle with a backslash inside it) when I hover over the report.  Has anyone encoutered something like this? Any suggestions?  Thank you.

    Do you have two monitors?
    I had this problem if I tried to open crystal in the second monitor, move it back to primary monitor and it should be OK.
    Ian

  • Add 'notes'-field in report

    Hi all,
    Is it possible to get the notes field of a certain object in a report.
    I Checked the data sources but can't seem to find the possibility to do it.
    Regards

    Hello,
    Generally, notes fields are not part of the standard data source. Considerations for this include display/appearance and number of characters.
    If you must include a note field on a report, you many consider creating an extension field and adding to the data source. Keep in mind the larger the amount of data in those notes fields may take some time for the data to render on the user screen.
    Otherwise, you may look at SDK as an option for extending the existing notes field to the data source.
    Julie

  • How to build a query across parent and child object fields?

    As a part of an Integration Requirement, I need to query Opportunity records that have been Modified after a specific date and time?
    Now, Opportunity has a child object called ProductRevenue with a one to many relationship. Is there anyway I can construct a querypage that will fetch records whose Opportunity fields 'OR' its child ProductRevenue's fields have been modified after a specific date and time?
    I have tried using the SearchSpec argument, but it does not let me query across child object fields.
    For eg:-
    ObjOpptyQueryPageInput.ListOfOpportunity.Opportunity.searchspec = "([ModifiedDate] > '01/01/2013 00:00:00') OR ([ProductRevenueData.ModifiedDate] >= '01/01/2013 00:00:00')";
    [This above code written in C# thew me an error saying - The object Opportunity does not have an integration component called - ProductRevenueData.ModifiedDate.]
    Any help will be greatly appreciated. Thank you.

    Hi,
    As far as I know this can't be done at once because you have to consider :
    - Every Opportunity and their time-limited ProductRevenues
    AND
    - Time-limited Opportunities
    If you want to achieve this, you have to consider the 2 datasets separately and make your first query :
    ObjOpptyQueryPageInput.ListOfOpportunity.Opportunity.searchspec = "([ModifiedDate] >= '01/01/2013 00:00:00')";
    but also another query with the restriction on the ProductRevenue Searchspec.
    This shouldn't be too hard because the searchspec functionality is present at each level :
    - ListOfOpportunity -> Opportunity (the top-level that you used for your query)
    - ListOfOpportunity -> Opportunity -> ListOfProductRevenue -> ProductRevenue (the sub-level that you should use for the second query)
    Then in your C# code, you merge the 2 datasets and you end up with your expected result.
    Hope this helps,
    Charles.
    http://www.dubant.com

  • Programmaticaly reposition field in report

    hi,
    Depending on param enetered at r/time I need to programmtically position a field in reports 2.5 (win 95). Is this possible ?
    Eg.
    If param_1 = 'X' then position field at x-10 y-34 co-ordinates.
    Thanks.
    N.

    The only way you can move an object in Reports is through anchoring it to another object. When these other objects expand or contract, they push/pull other objects to different locations.
    In your case, you could place a variable sized boilerplate object with transparent text above it and then add content to that object to push another object down the page. (This will give you the 'y' positioning).
    You can also have those two object surrounded by a frame and have another variable sized object to push the frame across the page. (This will give you the 'x' positioning)
    Depending on what your requirement actually is this may be tedious to get the exact positioning but it should be possible. Also remember that other objects on the page will push things around as well.

  • How to restrict report output?.

    Hi
    how to restrict report output?.
    My Query:
    select a.deptno,b.empno,b.ename,b.hiredate from dept a,emp b
    Based on the following condition i have to generate the report.
    for each record
    if hiredate < '10-oct-03' then
    select count(*) from xyz where abc_date <= emp.hiredate
    else
    select count(*) from xyz where pqr_date <= emp.hiredate
    end if
    if count(*) = 0 then
         generate report
    end if
    end each record

    Hi friend,
    For your case, I think set up an authority-object is suitable.
    You can have a look at this http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/a92195a9-0b01-0010-909c-f330ea4a585c&overridelayout=true
    Good luck,
    Thanks,

  • Templated report not showing static text/objects on inheriting reports

    Post Author: linksfield-leon
    CA Forum: Crystal Reports
    I have created some basic templates with style/font for all objects on the report as well as some static heading information with parameter fields which will be used in all inheriting reports.However, when applying the template from the file it does not inherit any of the static text/parameters.I've noticed that when I open Crystal Reports 2008 templates, they have red markers on all objects to the left, re-saving this file and then using it as a template does mean that all the static text is inherited.What am I missing here?

    Post Author: linksfield-leon
    CA Forum: Crystal Reports
    Anybody? Please...

  • Field on report overlays field next to it

    ISSUE:  when running the report from within Business Objects, a field (that contains values longer than the displayed field on the report) continues to print out past the end-point of the field, causing it to overlay the field next to it.  This ONLY HAPPENS from within Business Objects.  The report works FINE when I run it from my desktop.
    QUESTIONS:
    1) What is causing this?
    2) How do I fix it?
    Thanks.
    Dave

    Try this
    1. Open the report in in Crystal Reports XI Release 2 Designer.
    2. Right-click the field then click Format Field.
    3. Click the Command tab then select the Can grow check box.
    4. In the Maximum number of lines text box, enter "1".
    5. Save the report.
    Regards,
    Raghavendra

  • Field restrictions set in SWEC for BUS2012.

    Hi Gurus,
    The field restrictions have been set for fields (ekpo-menge, ekpo-netpr etc..). But this doesnot seem to work. The workflow triggers if there is any change in the PO. This should not happen. Please help in this regards.
    Thanks,
    Sathish.

    Please find below the code for the same.
    FUNCTION ZTMP_CHECK_po_workflow.
    *"*"Local Interface:
    *"  IMPORTING
    *"     REFERENCE(EVENT) LIKE  SWETYPECOU-EVENT
    *"     REFERENCE(RECTYPE) LIKE  SWETYPECOU-RECTYPE
    *"     REFERENCE(OBJTYPE) LIKE  SWETYPECOU-OBJTYPE
    *"     REFERENCE(OBJKEY) LIKE  SWEINSTCOU-OBJKEY
    *"  TABLES
    *"      EVENT_CONTAINER STRUCTURE  SWCONT
    *"  EXCEPTIONS
    *"      ANY_EXCEPTION
      TYPES:BEGIN OF ity_awkey,
              awkey TYPE awkey,
            END OF ity_awkey.
    * Local internal table declaration
      DATA:it_cdpos TYPE STANDARD TABLE OF cdpos INITIAL SIZE 0,
            it_rseg TYPE STANDARD TABLE OF rseg INITIAL SIZE 0,
            it_bseg TYPE STANDARD TABLE OF bseg INITIAL SIZE 0,
            it_bkpf TYPE STANDARD TABLE OF bkpf INITIAL SIZE 0,
            it_rbkp TYPE STANDARD TABLE OF rbkp INITIAL SIZE 0,
            it_awkey TYPE STANDARD TABLE OF ity_awkey INITIAL SIZE 0 .
      DATA: wa_cont TYPE swr_cont,
    it_cont TYPE STANDARD TABLE OF swr_cont.
    * Local work area declaration
      DATA:wa_cdpos TYPE cdpos,
            wa_swcont TYPE swcont,
            wa_bkpf TYPE bkpf,
            wa_bseg TYPE bseg,
            wa_ekko TYPE ekko,
            wa_awkey TYPE ity_awkey,
            wa_rseg TYPE rseg,
            wa_rbkp TYPE rbkp.
    * Local variable declaration
      DATA: lv_flag     TYPE i,
            lv_changenr TYPE cdchangenr,
            lv_change   TYPE char1,
            lv_po_change TYPE char1,
            lv_objtype TYPE swetypecou-objtype,
            lv_objkey TYPE sweinstcou-objkey.
    * Get header data of PO
      SELECT SINGLE *
        FROM ekko
        INTO wa_ekko
        WHERE ebeln EQ objkey.
    * If revised PO approved
      IF wa_ekko-frgke  EQ 'A' AND wa_ekko-procstat EQ '05'.
        SELECT *
          FROM rseg
          INTO TABLE it_rseg
          WHERE ebeln EQ wa_ekko-ebeln.
        IF sy-subrc EQ 0.
          SORT it_rseg BY belnr.
          DELETE ADJACENT DUPLICATES FROM it_rseg COMPARING belnr.
          LOOP AT it_rseg INTO wa_rseg.
            CONCATENATE wa_rseg-belnr wa_rseg-gjahr INTO wa_awkey-awkey.
            APPEND wa_awkey TO it_awkey.
          ENDLOOP.
          SORT it_awkey BY awkey.
          DELETE ADJACENT DUPLICATES FROM it_awkey.
    *     Get invcoice document
          SELECT *
            FROM bkpf
            INTO TABLE it_bkpf
            FOR ALL ENTRIES IN it_awkey
            WHERE awkey EQ it_awkey-awkey.
          IF sy-subrc EQ 0.
            SELECT *
              FROM bseg
              INTO TABLE it_bseg
              FOR ALL ENTRIES IN it_bkpf
              WHERE bukrs EQ it_bkpf-bukrs
                AND belnr EQ it_bkpf-belnr
                AND gjahr EQ it_bkpf-gjahr.
          ENDIF.
        ENDIF.
    *   Check if any invoice is blocked
        LOOP AT it_bseg INTO wa_bseg WHERE zlspr IS NOT INITIAL. "WHERE zlspr IS NOT INITIAL.
          READ TABLE it_bkpf
                INTO wa_bkpf
                WITH KEY bukrs = wa_bseg-bukrs
                         belnr = wa_bseg-belnr
                         gjahr = wa_bseg-gjahr.
          IF sy-subrc EQ 0.
            lv_objtype = 'BUS2081'.
            lv_objkey = wa_bkpf-awkey.
            CALL FUNCTION 'SAP_WAPI_CREATE_EVENT'
              EXPORTING
                object_type = lv_objtype
                object_key  = lv_objkey
                event       = 'ZPO_CHANGE'
                commit_work = ''.
          ENDIF.
        ENDLOOP.
    * If revised PO changed and it has invoices pending for approvals.
      ELSE.
    * Read change object document number
        READ TABLE  event_container
              INTO wa_swcont
              WITH KEY element = 'CD_CHANGENR'.
        IF sy-subrc EQ 0.
          lv_changenr = wa_swcont-value.
          CLEAR wa_swcont.
          SELECT *
            FROM cdpos
            INTO TABLE it_cdpos
            WHERE objectclas EQ 'EINKBELEG'
              AND objectid   EQ objkey
              AND changenr   EQ lv_changenr.
          IF sy-subrc EQ 0.
    *   Check if PO Value is changed.
            READ TABLE it_cdpos
                  INTO wa_cdpos
                  WITH KEY tabname = 'EKKO'
                           fname   = 'RLWRT'.
            IF sy-subrc EQ 0.
              lv_po_change = 'X'.
            ENDIF.
    *   Check if PO Value is changed.
            READ TABLE it_cdpos
                  INTO wa_cdpos
                  WITH KEY tabname = 'EKPO'
                           fname   = 'MENGE'.
            IF sy-subrc EQ 0.
              lv_po_change = 'X'.
            ENDIF.
    *   Check if PO Value is changed.
            READ TABLE it_cdpos
                  INTO wa_cdpos
                  WITH KEY tabname = 'EKPO'
                           fname   = 'NETWR'.
            IF sy-subrc EQ 0.
              lv_po_change = 'X'.
            ENDIF.
            IF lv_po_change EQ 'X'..
    * Get header data of PO
              SELECT SINGLE *
                FROM ekko
                INTO wa_ekko
                WHERE ebeln EQ objkey.
    * If revised PO approved
              IF sy-subrc EQ 0.
                SELECT *
                  FROM rseg
                  INTO TABLE it_rseg
                  WHERE ebeln EQ wa_ekko-ebeln.
                IF sy-subrc EQ 0.
                  SORT it_rseg BY belnr.
                  DELETE ADJACENT DUPLICATES FROM it_rseg COMPARING belnr.
                  LOOP AT it_rseg INTO wa_rseg.
                    CONCATENATE wa_rseg-belnr wa_rseg-gjahr INTO wa_awkey-awkey.
                    APPEND wa_awkey TO it_awkey.
                  ENDLOOP.
                  SORT it_awkey BY awkey.
                  DELETE ADJACENT DUPLICATES FROM it_awkey.
    *     Get invcoice document
                  SELECT *
                    FROM bkpf
                    INTO TABLE it_bkpf
                    FOR ALL ENTRIES IN it_awkey
                    WHERE awkey EQ it_awkey-awkey.
                  IF sy-subrc EQ 0.
                    SELECT *
                      FROM bseg
                      INTO TABLE it_bseg
                      FOR ALL ENTRIES IN it_bkpf
                      WHERE bukrs EQ it_bkpf-bukrs
                        AND belnr EQ it_bkpf-belnr
                        AND gjahr EQ it_bkpf-gjahr.
                  ENDIF.
                ENDIF.
    *   Check if any invoice is blocked
                LOOP AT it_bseg INTO wa_bseg WHERE zlspr IS NOT INITIAL. "WHERE zlspr IS NOT INITIAL.
                  READ TABLE it_bkpf
                        INTO wa_bkpf
                        WITH KEY bukrs = wa_bseg-bukrs
                                 belnr = wa_bseg-belnr
                                 gjahr = wa_bseg-gjahr.
                  IF sy-subrc EQ 0.
    *                wa_cont-element = 'GV_CONFIRM_FLAG'.
    *                wa_cont-value = 'X'.
    *                APPEND wa_cont TO it_cont.
                    lv_objtype = 'BUS2081'.
                    lv_objkey = wa_bkpf-awkey.
                    CALL FUNCTION 'SWE_EVENT_CREATE'
                      EXPORTING
                        objtype = lv_objtype
                        objkey  = lv_objkey
                        event   = 'ZPO_CHANGE2'.
                    IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
                    ENDIF.
                  ENDIF.
                ENDLOOP.
              ENDIF.
            ENDIF.
          ENDIF.
        ENDIF.
      ENDIF.
      CLEAR lv_po_change.
    * Read change object document number
      READ TABLE  event_container
            INTO wa_swcont
            WITH KEY element = 'CD_CHANGENR'.
      IF sy-subrc EQ 0.
        lv_changenr = wa_swcont-value.
        CLEAR wa_swcont.
        SELECT *
          FROM cdpos
          INTO TABLE it_cdpos
          WHERE objectclas EQ 'EINKBELEG'
            AND objectid   EQ objkey
            AND changenr   EQ lv_changenr.
        IF sy-subrc EQ 0.
    *   Check if PO Value is changed.
          READ TABLE it_cdpos
                       INTO wa_cdpos
                       WITH KEY tabname = 'EKKO'
                                fname   = 'RLWRT'.
          IF sy-subrc EQ 0.
            lv_po_change = 'X'.
          ENDIF.
    *   Check if PO Value is changed.
          READ TABLE it_cdpos
                INTO wa_cdpos
                WITH KEY tabname = 'EKPO'
                         fname   = 'MENGE'.
          IF sy-subrc EQ 0.
            lv_po_change = 'X'.
          ENDIF.
    *   Check if PO Value is changed.
          READ TABLE it_cdpos
                INTO wa_cdpos
                WITH KEY tabname = 'EKPO'
                         fname   = 'NETWR'.
          IF sy-subrc EQ 0.
            lv_po_change = 'X'.
          ENDIF.
          IF lv_po_change EQ 'X'.
            lv_change = 'X'.
            EXPORT ex_change FROM lv_change TO  MEMORY ID 'ZTMPANGE'.
            EXPORT ex_change FROM lv_change TO  MEMORY ID 'ZTMPANGE1'.
            lv_flag = 1.
          ELSE.
          ENDIF.
          IF lv_flag NE 1.
            RAISE any_exception.
          ENDIF.
        ENDIF."    IF sy-subrc EQ 0. CDPOS
      ENDIF."  IF sy-subrc EQ 0.
      IF objtype EQ 'BUS2012'.
        READ TABLE  event_container
              INTO wa_swcont
              WITH KEY element = 'RELEASECODE'.
        IF wa_swcont-value IS INITIAL AND sy-subrc EQ 0.
          RAISE any_exception.
        ENDIF.
        IF sy-subrc NE 0.
          RAISE any_exception.
        ENDIF.
      ENDIF.
    ENDFUNCTION.

  • Object FIELD I_S_DATA-0AGE_NC not found. Message no. RS_EXCEPTION111.

    Hello all,
    I am executing a report based on a infocube. We recently upgraded to 7.0 and the query works ok in 3.5....when I try to run this query, the following error is displayed.
    Object FIELD I_S_DATA-******* not found
    Message no. RS_EXCEPTION111
    when I try to debug the same query in RSRT the following message is displayed.
    EObject FIELD I_S_DATA-******* not found  RS_EXCEPTION 111
    I>> Row: 22 Inc: GET_FIELD_POSITION_D Prog: CL_IM_RS_BCT_PA RS_EXCEPTION 301
    Note 924320 as we are at patch 17 for BI.
    Please throw some light, full points assured.

    Hi,
    Above issue might occur when you have Virtual Key Figures in your report. Check the below note 924320.
    might help to resolve the issue.  Also check if you have any newly added in keyfigures in the infocube and not being used in the Report.  If the newly added kefigures are not being identified in the MP do the below steps.
    1.Go to the multiprovider...chose the identification
    2. In the identification tab....the key figure should be check marked for all the infoproviders in that
    3. If not tick mark Generate the query and execute in RSRT
    check the note 924320.
    Symptom:
    When you execute a query with virtual characteristics or key figures, the system issues the following error message:
    Object FIELD I_S_DATA-<key figure> not found
    Other terms
    RSR00002, RSR_OLAP_BADI
    Reason and Prerequisites
    This problem is caused by a program error.
    Solution
    If the virtual characteristics or key figures are implemented using the enhancement RSR00002 (CMOD), implement the corrections.
    If the virtual characteristics or key figures were created directly as implementations of the RSR_OLAP_BADI BAdI, compare the source code of the INITIALIZE method with the corresponding source code example. During the call of GET_FIELD_POSITIION_D, <L_S_SK>-VALUE_RETURNNM must be transferred instead of <L_S_SFK>-KYFNM.
    Hope this helps
    Regards
    Srikanth

  • How i can take a field of report for use it in query?

    i hve a table where bills of customer are ready i simply take it on report by select statement.all bills are ready for print.now problem is that i need history of bills for every customer at it's own bill.when i give self join for history, it also add other customer history .there is any possible way that take customer id(report field) from report and search it's records . plzzzzzzzzzzzzzz

    i hve a table where bills of customer are ready i
    simply take it on report by select statement.all
    bills are ready for print.now problem is that i need
    history of bills for every customer at it's own
    bill.when i give self join for history, it also add
    other customer history .there is any possible way
    that take customer id(report field) from report and
    search it's records . plzzzzzzzzzzzzzzmay be you can use a child query and create a data link between
    the original query and child query on customer id column.
    I mean write a child query for searching records on customer id and then link
    this customer id with your already existing query. I think this will solve your problem

  • Error:Could not load type from assembly Culture=neutral, PublicKeyToken=null' because it contains an object field at offset 75 that is incorrectly aligned or overlapped by a non-object field.

    I got an error while I creating a structure.
    [FieldOffset(72)]
    [MarshalAs(UnmanagedType.ByValArray,SizeConst= 3)]
    public int[] DC;
    [FieldOffset(75)]
    [MarshalAs(UnmanagedType.ByValArray, SizeConst = 8)]
    public float[] WIN;
    [FieldOffset(83)]
    [MarshalAs(UnmanagedType.ByValArray, SizeConst = 20)]
    public byte[] name;
    [FieldOffset(103)]
    [MarshalAs(UnmanagedType.ByValArray, SizeConst = 3)]
    public byte[] SET;
    [FieldOffset(106)]
    [MarshalAs(UnmanagedType.ByValArray, SizeConst = 50)]
    public byte[] ID;
    Error as like this-->object field at offset 75 that is incorrectly aligned or overlapped by a non-object field. But here size constant is 3 so I think after 72 offset will be 75..If I change the offset to 76 it will works fine. I think reason is that
    size of int is 4. After changing that code will be like this.
    [FieldOffset(72)]
    [MarshalAs(UnmanagedType.ByValArray,SizeConst= 3)]
    public int[] DC;
    [FieldOffset(76)]
    [MarshalAs(UnmanagedType.ByValArray, SizeConst = 8)]
    public float[] WIN;
    [FieldOffset(84)]
    [MarshalAs(UnmanagedType.ByValArray, SizeConst = 20)]
    public byte[] name;
    [FieldOffset(104)]
    [MarshalAs(UnmanagedType.ByValArray, SizeConst = 3)]
    public byte[] SET;
    [FieldOffset(107)]
    [MarshalAs(UnmanagedType.ByValArray, SizeConst = 50)]
    public byte[] ID;
    But at that time I got the  error as object field at offset 107 that is incorrectly aligned or overlapped by a non-object field..Can anyone tell me what is the main reason behind this..
    Thanks..

    Hi,
    Please firstly take a look at this documentation:
    MarshalAsAttribute.SizeConst Field
    Indicates the number of   elements in the fixed-length array or the number of characters (not bytes) in   a string to import
    Change your code like this should work:
    [FieldOffset(72)]
    [MarshalAs(UnmanagedType.ByValArray,SizeConst= 3)]
    public int[] DC;
    [FieldOffset(84)]//72+4*3
    [MarshalAs(UnmanagedType.ByValArray, SizeConst = 8)]
    public float[] WIN;
    [FieldOffset(116)]//84+4*8
    [MarshalAs(UnmanagedType.ByValArray, SizeConst = 20)]
    public byte[] name;
    [FieldOffset(136)]
    [MarshalAs(UnmanagedType.ByValArray, SizeConst = 3)]
    public byte[] SET;
    [FieldOffset(139)]
    [MarshalAs(UnmanagedType.ByValArray, SizeConst = 50)]
    public byte[] ID;
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to add new fields in report painter without library

    Hi,.
    I have to add new fields in report painter(std one) which is not in any library and so I am not able to add the fields in characteristics. Though I have added zfields in CCR1S but I am not able to add these fileds in characteristics in report painter(say - CJe3 t-code)
    How to procedd for this.
    Thanks,
    MOhan

    hi,
    first i copied the report 12KST1G in my Y12KST1G with form. In CJE2 when i Click this report then in the whatever fields coming in the characteristics we can put it in 'variables' tab and these will be the fields which is displayed on the selecton screen. So after doing the wbove changes in the exit , I am not able to get the fields in characteristics vale so that I can put it in variable. or do we have to do some chnages in the screen for this z report which is like std. one.
    FYI..The display of the fields was done in z-report with library but this is like a report without library and we did some chnages in the exit.
    Pls Suggest

  • Settinf selection fields in Report painter

    hi,
    i need to know how to select fields in report painter as selection fields or input fields?
    i just have an idea of library where we select fields.
    but how to select selection screen fields?

    hiiii 
    refer to following link..it will help you for report painter
    http://www.virtuosollc.com/PDF/Get_Reporter.pdf
    regards
    twinkal

  • Custom fields in Report painter in CCSS table

    Hello Experts,
    I am in a processes of developing a report painter with custom fields in the selection screen.
    The custom fields are available in PRPS table.
    With hard difficulties I brought the custom fields in selection screen of the report painter.
    I have added the fields in the structure CI_CC1S
    Everything is fine. But if I enter a value in the custom field, the report is not fetching any data.
    These custom fields are related to the WBS element.
    For example if the value of the CUSTOM field is 'AAA', then I want to retrieve ony the WBS element which has 'AAA'.
    Somewhere I am missing a procedure.
    Could anyone suggest how to achieve this.
    Thanks !!!
    Best Regards,
    Vasanth M

    Any Suggestions

Maybe you are looking for

  • "Send error report" popup upon iTunes startup

    When I try to open iTunes 7.0, after a moment of loading, a "send error report" popup comes onto the screen. This is a serious problem because it prevents me from accessing iTunes and updating my iPod. For reference, I am not experiencing any problem

  • MobileMe Services has stopped working in Windows.

    Hi After I updated iTunes to 11.1.4.62, then a few problems appeared. When the update was finish a .dll file was missing, so I had to uninstall iTunes and all other programs and services to make it work again. But after that and what is wrong now is

  • Camera to pc direct with wifi

    Hi and welcome to Spiceworks, I'm a bit thick, could you just clarify: You have a wi-fi camera and you cannot see it from the PC next to it? What make is it, I know that Samsung do their smartcams and that once associated with your home network you h

  • How do I get rid of the 1 by settings icon after updating to ios 8

    How do I get rid of the 1 next to my settings icon. it is there after I downloaded IOS 8

  • Setting time in wsn 9791

    How do I set the time and date of my nodes