Documents in Reporting

Hi,
   We are creating a documents in reports and those are available for users to view and modify. but we donot want to allow the users to modify those documents expect few users who can have access to modify the documents? how can we achive this? please let me know the answer.
Regards
Sankar

Sankar,
Use the authorization object S_RS_ADMWB. Check the following documentation, this should be simple to implement just like any other authorization object.
http://help.sap.com/saphelp_nw70/helpdata/en/e3/ae133bdca84047e10000000a11402f/frameset.htm
-Saket

Similar Messages

  • How to link PDF document in Report Layout??

    I need to display the contents of PDF document after the form letter report. I tried OLE object but at the runtime it does not display the content. Does any one knows how to attach PDF document in reports layout?
    Thanks
    Ravindra

    you will have to concatinate your report output with the static PDF document. in reprots 10g you can create a cusotm destination that could implement this functionality.
    out of the box, reports does not provide the ability to add static content in PDF to reports' generated PDF output.
    thanks,
    philipp

  • Document or report for assessment and reversed assessment?

    Hi guyz,
    Is there any document or report for assessment and reversed assessment?
    I need to find documentation as a proof for any execution and reversal of assessment, such as journal entry or report line items that is showing debit or credit for the expenses..
    Currently, I can only see actual cost document which shows execution of assessment and an assessment cost element debit and credit in the Cost Center Actual/Plan/Variance report.
    However, when I do reversal at KSU5, in the Cost Center A/P/V report is showing that assessment cost element is still exist (no more debit and credit showing as the result of the reversal), only that the value is now zero.
    Need your answer asap...Thanking you..

    Dear Meila,
    Use tcode KSB1 Cost Center Actual Line Itens, execute then report and change the Layout, insert the field Business Transaction in the report.
    Regards

  • Missing Document Number Report in Oracle Accounts Payable

    Hi All,
    Can you please let me know if there alternative report for Missing Document Number Report in R12......
    similar to what we had in 11.5.9 Instance In AP
    Thanks
    Edited by: user5358827 on Apr 19, 2010 11:31 AM

    Hi
    We have tried this but no output. ie the issue continues the same. This issue is there for all PC including Server. Is there any other solution avaliable. .
    Regards
    Sunil

  • Document Drafts Report Indirect Delivery:  understading

    Hello Experts,
    In Sales - A/R > Sales Reports > Document Drafts Report >> there are few things I wanted to ask:
    In selection criteria I selected full Sales - A/R area:
    In Document Drafts Report, there is a columns about which I want to ask
    1. Approval (Column) >> Values: a. Indirect Delivery and b. Direct Delivery
    Can you please tell me about Indirect Delivery and Direct Delivery ?
    Help Required..
    Kind Regards
    Edited by: Shazad Nazir on Dec 31, 2008 12:46 PM

    Hi,
    The 'Direct/indirect delivery' is only meaningful for orders. It changes along with the setting under Order-logistic tab-approved check box.
    Regards,
    Jitin
    SAP Business One Forum Team

  • Document Drafts Report, Draft Open & Close: understading

    Hello Experts,
    In Sales - A/R > Sales Reports > Document Drafts Report >>
    In selection criteria I selected full Sales - A/R area:
    In Document Drafts Report, there is a column about which I want to ask
    Status >> Values: a. Open b. closed
    Can you please tell me when system close the Document and when system keeps it open ?
    Help Required..
    Kind Regards

    Hi,
    First of all Happy new year!
    The closed status in the document draft indicates that you have added the document from the draft into to original.
    You can manually rt.click the draft and can change it to closed status and vice versa by selecting restore.
    Once you have posted the draft to original you need to delete the draft document inorder to avoid duplication.

  • 0 Item Found (Document Access Report)

    When I execute the Document Access Report the result of report is found 0 document.I am ensure my document is read.
    Please Help me.

    Hi Jumnong,
    you have to activate the RepositoryService "AccessDataCollectorService" that comes along with the Document Access Report on the repository where you want to use this report.
    For a better understanding you can have a look at this thread: https://www.sdn.sap.com/irj/sdn/thread?threadID=265414
    Hope it helps,
    Robert

  • Document changes report

    Create a new report to display contract document changes
    I got an assignment to create a new report which must show the document changes in Functional Areas SD
    Requirements are
    1. create customised report that will allow them to list the changes made in contract documents with more
    ranges options on the report selection parameters
    Basically this customised report will retrive all the changes made in sales contract documents within a plant,date ranges and other selection parameters.
    Testing scenarios
    Test 1 : create a new contract document. Make changes to the contract line item information such as order qty, add in a new line item , apply rejection code, etc.
    The report layout must shows
    Sales offcie from __________ to __________
    contract document number from ______________ to ______________
    change Date from _______________ to __________________
    change by < username >
    Contract Doument Number
    DATE                     Changes (Header Item)               old value          new value        user
    <sales Office code >     < Sales_office_Description>
    + 400000600
      08/10/2007             Customer purchase order date         00/00/0000        08/10/2007         user01
      09/10/2007             10 Item credit price                 330.00            323.40             user02
      09/10/2007             30 Reason for rejection of
                             quotations and sales order                                                     
    + 400000601    
      08/10/2007             Customer Purchase order              XYZ-111           ABC-123            USER03
      08/10/2007             10 Item credit price                 100.00            95.50 AUD          USER03
    Like above whoever made changes for the document the report must display as above
    can anyone help me or give idea how to proceed with the codes
    regards
    Piroz

    Hey Ashish
    Below is the report for document changes for 2 tables CDPOS, CDHDR
    I need some modification for how to add the ranges
    Plant from ________ to ___________
    Udate from __________ to ___________-
    Document No from ________ to __________
    Change date from ____________ to _____________
    username by __________
    If i don't enter anything the it should display all the records esle the ranges defined.
    I even want to add plant code from and to but not getting idea from which table it has to be taken? I want this to be display in ALV Gride format too.
    Please could anyone help me in modification please urgent.........v urgent
    REPORT ZCHGDOC.
    TABLES: CDHDR,
             CDPOS.
    DATA: BEGIN OF itab occurs 0,
    UDATE TYPE sy-datum,
    end of itab.
    SELECT-OPTIONS udate for sy-datum .
    SELECTION-SCREEN BEGIN OF BLOCK DOCUMENT WITH FRAME TITLE TEXT-701.
    PARAMETER: CHANGENR LIKE CDHDR-CHANGENR.
    SELECTION-SCREEN END OF BLOCK DOCUMENT.
    END-OF-SELECTION.
       DATA: BEGIN OF IT_CDHDR OCCURS 0,
               OBJECTCLAS LIKE CDHDR-OBJECTCLAS,
               OBJECTID LIKE CDHDR-OBJECTID,
               CHANGENR LIKE CDHDR-CHANGENR,
               USERNAME LIKE CDHDR-USERNAME,
               UDATE LIKE CDHDR-UDATE,
               UTIME LIKE CDHDR-UTIME,
               VALUE_NEW LIKE CDPOS-VALUE_NEW,
               VALUE_OLD LIKE CDPOS-VALUE_OLD,
       END OF IT_CDHDR.
       DATA: WA LIKE LINE OF IT_CDHDR.
    DATA: WA LIKE LINE OF IT_CDPOS.
       DATA: BEGIN OF IT_CDPOS OCCURS 0,
               OBJECTCLAS LIKE CDHDR-OBJECTCLAS,
               OBJECTID LIKE CDHDR-OBJECTID,
               CHANGENR LIKE CDHDR-CHANGENR,
               TABNAME LIKE CDPOS-TABNAME,
               FNAME LIKE CDPOS-FNAME,
               VALUE_NEW LIKE CDPOS-VALUE_NEW,
               VALUE_OLD LIKE CDPOS-VALUE_OLD,
       END OF IT_CDPOS.
    SELECT OBJECTCLAS
            OBJECTID
            CHANGENR
            USERNAME
            UDATE
            UTIME INTO CORRESPONDING FIELDS OF TABLE IT_CDHDR
            FROM CDHDR
            WHERE OBJECTCLAS = 'VERKBELEG'.
            IF IT_CDHDR[] IS NOT INITIAL.
       SELECT OBJECTCLAS
              OBJECTID
              CHANGENR
              VALUE_NEW
              VALUE_OLD
              FNAME
              TABNAME
              INTO CORRESPONDING FIELDS OF TABLE IT_CDPOS FROM CDPOS
              FOR ALL ENTRIES IN IT_CDHDR
              WHERE
              OBJECTCLAS = IT_CDHDR-OBJECTCLAS
              AND OBJECTID = IT_CDHDR-OBJECTID
              AND CHANGENR = IT_CDHDR-CHANGENR.
       SORT IT_CDPOS BY OBJECTCLAS OBJECTID CHANGENR.
    ENDIF.
    Add tables CDPOS DATA TO CDHDR.
    DATA: INDEX TYPE i.
    LOOP AT IT_CDHDR.
    INDEX = SY-TABIX.
    READ TABLE IT_CDPOS WITH KEY OBJECTCLAS = IT_CDHDR-OBJECTCLAS
    OBJECTID = IT_CDHDR-OBJECTID
    CHANGENR = IT_CDHDR-CHANGENR BINARY SEARCH.
    IF SY-SUBRC = 0.
    IT_CDHDR-VALUE_NEW = IT_CDPOS-VALUE_NEW.
    IT_CDHDR-VALUE_OLD = IT_CDPOS-VALUE_OLD.
    MODIFY IT_CDHDR INDEX index TRANSPORTING value_new value_old.
    ENDIF.
    LOOP AT IT_CDHDR INTO WA.
         WRITE:  WA-OBJECTID.
         WRITE:  / WA-UDATE,WA-CHANGENR,WA-USERNAME,WA-VALUE_NEW,WA-VALUE_OLD.
    WRITE: / WA-CHANGENR,WA-VALUE_NEW,WA-VALUE_OLD.
    ENDLOOP.
    ENDLOOP.

  • How to view word document from report?

    We have one table with blob datatype and manage to save some document by creating form on this talbe. Through form we can see the document as default functionality of portal forms. But now we want to allow user to view this document from report as well.
    We tried one Solution on WWDOC_DOCUMENT and its working for WWDOC_DOCUMENT table but we want to display from our user table's word document. ( Any relation between user table and WWDOC_DOCUMENT table of PORTAL30).
    Thanks

    Found way around but facing another problem. Its worked fine for first time (means when i inseted documents and created report on same table).
    But subsequent session it giving HTTP 404 file not found error.
    Any clue?

  • System Language is English but all documents and reports come out in French

    System Language is English but all documents and reports come out in French. How do I get the system to switch all of the documents and reports to print in the English layouts?
    thx, Richard.

    Richard,
    Probably this is due to what Dan has pointed out.
    You can open the PLD template and go to Print Layout Design menu on the Top and click Display document properties.  Check the language properties.
    Suda

  • Journal Document wise report T.Code

    Hi
    I want Journal Document wise report. how to i can view that report.
    related to document.
    Ashok lkumar

    Hi
    Please try S_ALR_87012291 or S_ALR_87012287
    Regards,
    K Lakshmanan

  • Alternative report to the Document Journal report(S_ALR_87012287)

    Dear friends,
    Please let me know if there is any other alternative report which can be used in place of S_ALR_87012287(Document Journal) report.
    Tks & Rgds,
    Kunal Vichare

    Hi,
    The requirement is to check the list of document journals which are posted during the month.
    We should be able to view the username field as well.
    Hope this clarifies your question.
    Tks & Rgds,
    Kunal Vichare

  • Check Document Numbering report intepretation

    I am looking information in Check Document Numbering utility. Usually i dont get results, but what happens if I do ? Any Note , or PDF ?

    Hi,
    From the Online Help :
    Check Document Numbering
    In this window, define the required selection criteria for duplicated and missing numbers in a document series. The error and information messages are displayed in the status bar.
    From the Documentation resource centre :
    The CHECK DOCUMENT NUMBERING report provides a simple way to check the continuity of all documents and ensure that numbers have not been assigned twice. This report checks for any gaps in numbering and for double assignment of numbers within the document number ranges. If no data is found, the assignment of document numbers is correct and without omissions (within the definition).
    Link :
    [Year End Closing|https://websmp110.sap-ag.de/~form/sapnet?_FRAME=CONTAINER&_HIER_KEY=701100035871000329481&_OBJECT=011000358700001111052006E&_SCENARIO=01100035870000000183&]..Refer page 6
    Hope it helps.
    Kind Regards,
    Jitin
    SAP Business One Forum Team

  • Error while attaching document to report on Portal - Invalid selection valu

    Hello All,
    We are running our reports on Portal and as per the business requirement the users have to create comments or attach documents to certain amounts in certain columns and once they create the comment a document icon shows up near that amount (for example there are 3 columns Budget, actual, balance then the user have to create comment for some amounts which needs explanation) they do that from context menu  Documents -> Create new Comment.
    Now we want those documents to be saved on Infoprovider level and not on master data for any particular object. We have activated the flag "Characteristic is document property" on related infoobjects. We have the flag to display document icon on Infoprovider active in the web template. Now when I run the report I am able to create new comments on first two columns and when the report refreshes it shows me icon near that amount but it gives me errors on third column after the report refreshes itself. Now when I go in portal KM repository where documents are stored I do see the document that I created for the third column as well so looks like the document is getting created and being stored but the issue is when it tries to display the icon on that third column.
    The error I get is this:
    The initial exception that caused the request to fail was:
    Invalid selection value:  AttributeMember
    com.sap.ip.bi.bics.dataaccess.resource.impl.bi.exceptions.BicsResourceBwRuntimeException: Invalid selection value:  AttributeMember
    at com.sap.ip.bi.bics.dataaccess.resource.impl.bi.selector.selection.ProviderRange.setLowForced(ProviderRange.java:297)
    at com.sap.ip.bi.bics.dataaccess.resource.impl.bi.selector.selection.ProviderRange.setLow(ProviderRange.java:291)
    at com.sap.ip.bi.bics.dataaccess.resource.impl.bi.selector.selection.ProviderRange.set(ProviderRange.java:469)
    at com.sap.ip.bi.bics.dataaccess.consumer.impl.selector.selection.SingleMember.set(SingleMember.java:125)
    at com.sap.ip.bi.km.common.assignment.AssignmentMember.isContained(AssignmentMember.java:192)
    Please give some inputs if anyone is facing same problem or is anyone has worked previously with this kinda of stuff.
    Thanks in advance.
    Kiran

    Hi!
    Have you solved this problem? I have the same problem after a SPS implementation (SPS 17). The message appears when we select a single value in a DP (hierarchical filter item) that filters another one, but when I select a node it doesn't.
    Before the patch implementation the apliccation worked ok.
    Any idea?
    Thanks in advance.
    Jose

  • WBS element in Material Document List Report

    Hi Guru,
         I have a problem about WBS element which is not show up any data in Material Document List (MB51) movement type 281 and 281 Q event I add WBS in the document.  Anyone know how can i config or do anything to let the system show up, please let me know.
         Thanks in advance.

    Hi,
    Go to SPRO > MM > Inventory Management and Physical Inventory > Reporting > Define Field Selection for Material Document List > Here for Program Name "RM07DOCS", Table "MSEG" add field "MAT_PSPNR" (Valuated Sales Order Stock WBS Element) and activate "Output" indicator.
    And Then check in MB51

Maybe you are looking for