Workflow based standard reports

Hi,
Is there any standard report that gives the Workitems in ESS inbox and its status.
Giving Username(ESSID) as input..
Regards,
Thyagu.N

hi,
check these function module.
RFC_DISPLAY_WORKFLOW_INBOX
TMS_UI_WORKFLOW_INBOX.

Similar Messages

  • SAP Standard report to view the asset balance- Based on the calender year

    Hi ALL
    Any sap standard programs are available to view the asset balance based on the calendar year not for the fiscal year. 
    Asset balance report S_ALR_87011964 will display based on the fiscal year in report date. For example I want to view the September month asset balance, Any standard report to view the calendar year wise output.
    Regards
    K.Gunasekar

    Dear Gunasekar,
    in Asset balance report S_ALR_87011964 you can view also a calendar year, you can enter every Reporting date in the progrm.
    In RABEWG_ALV01 you can enter also a Capitalization date "from to". I think this is what you want.
    regars Bernhard

  • Standard Reports available in EP Based on BI?

    Hi all.
    how can i find all standard reports available in EP based on BI. also the web templates used in these reports.
    the reason for web template used is to be able to trace the source of the report in BI.
    Thanks

    any input?

  • Sap standard report for customer trial balance based on business area wise

    hi experts,
                    Can any tell me is there any standard report for customer trial balance based on business area.

    hi,
    You can use this report.
    RFSLD00 Trial balance
    For Further Reference use the link.
    http://www.abapcode.info/2007/06/standard-sap-reports.html
    Regards
    Sumit AGarwal

  • Standard report Programs to find the current status of workflows

    Hi Experts,
                       Are there any Standard report Programs to find the current status of workflows or workflows which are pending.
    Regards,
    Hari

    Go to SWI1 t-code
    Give the appropriate Status - Ready or Inprocess or Waiting
    Input the Task - either WF Template or Standard Task.
    Choose the time period and execute the report.
    Regards,
    PR.

  • Any SAP standard report is used to retrieve the inventory number based Asse

    Hi all
    Any SAP standard report is used to retrieve the inventory number based Asset ID.
    Please help us to provide the standard report.
    Regards
    K.Gunasekar

    Hi,
    Create the Sort version with field Inventory no, so that you can display Inventory no details in all Asset report.
    You can get "Inventory no" details by including field "INVNR" in Sort versions for Asset reporting(T.code - OAVI).
    Hope this information helpful for you.
    Thanks & Best Regards,
    M.Ganesan

  • Is there standard report to check actual (GR) based on project/ WBS

    Hi All,
    Is there any standard report to check actual based on project / wbs. At the moment i know the tcode CJ74.
    Is there any other report ?
    Thank you.
    Best Regards,
    Denis Evitanto

    Hi,
    Report (S_ALR_87013542) is most effective report for projects as planned cost / actual cost / Project profitability will be obtained from there.
    Planed cost of the project will be obtained from the report. E.g. if you are doing project costing through Cost elements, in the mentioned report, all the cost planned through various Cost elements will be obtained. After posting actual cost to project, there can be comparison of planned cost Vs actual cost.
    Hope this will help you.
    Best Regards,
    Rakesh Pradhan

  • Highlight row in standard report based on value in column...

    I am trying to highlight rows of a standard report based on the value of the column TICKET_TYPE.
    I have been following the post: Highlighting a ROw in a tablular form based on a column in the row
    but having difficulty. I receive the following error:
    ORA-06550: line 1, column 34: PLS-00201: identifier 'SHRIMP' must be declared ORA-06550: line 1, column 7: PL/SQL: Statement ignored
    ERR-1025 Error processing PLSQL expression. SHRIMP = 'SHRIMP'
    My report query is:
    select T.TRIP_ID,
    T.TRIP_ID trip_show,
    T.TRIP_ID trip_select,
    T.DAYS_AT_SEA,
    T.NBR_OF_CREW,
    T.TRIP_START_DATE,
    T.VESSEL_ID,
    o.ticket_type ticket_type
    from TRIPS T, one_ticket_type o
    where t.dea_permit_id = :G_DEA_PERMIT_ID and t.trip_id = o.trip_id
    I have created a new template called one-ticket-highlight.
    row tempate 1 = <td #ALIGNMENT# headers="#COLUMN_HEADER#" class="t14data" style="background:red">#COLUMN_VALUE#</td>
    row template 1 condition = use based on pl/sql expression
    row template 1 expression = #TICKET_TYPE# = 'SHRIMP' (**** I have also tried without the quote)
    any thoughts? thanks!!
    Edited by: KEH813 on May 25, 2010 11:10 AM

    Hi,
    You can achive the same using javascript without changing the page template.
    http://apex.oracle.com/pls/apex/f?p=27576:8
    here is the code for the same
    <style>
    .myclass{ background-color:red;text-align:center}
    </style>
    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.js "></script>
    <script>
    $(function(){
       $("td [headers='DEPTNO']").each( function(i){
           if($(this).html() == $v('P8_DEPTNO'))  //value of the textfield
               ele = $("td [headers='ENAME']").eq(i)
               ele.removeClass('t20data');   //i'm using theme 20 so t20data .. u need to change this part
               ele.addClass('myclass');
    </script>Regards,
    Shijesh

  • Debtors Ledger Standard report based on Division

    Hi SAP gurus,
    Pl let me know is there any Standard Report in Debtors based Division of a customer.
    (Or Debtors report based on Division?)
    Pl help
    Thanks in advance
    regards
    Ediga

    Hi Ediga,
    what exactly do you mean by Division?
    If you mean the division from SD (field SPART, you know, sales organization + distribution channel + division = sales area, you can see it in every sales order or SD invoice), or probably the business area (field GSBER)?
    A report customer by division (SD) should be available from CO-PA or even directly from sales. However, I do not think there is something standard here, but it should not be a problem for your CO-PA and/or SD guys to let it create easily.
    If you mean the business area, there is also nothing delivered in standard. Customer balances are not stored by business area (see fields in table KNC1). A possible workaround is if you go for line item reporting like FBL5N. However, this is not very performant and after the documents (+ index table records from table BSAD) are archived, it can get more difficult. My recommendation here would be to set up FI-SL for this purpose: transfer the customer number and the business area (plus company code, of course) to your new Special Ledger application and you'll get the information within a few minutes. Also, FI-SL could be a solution if you meant the SD division (technical field name SPART) and not the business area (technical field name GSBER).

  • Conditional highlighting in standard report based on a column -disappearing

    Hi All,
    I implemented some conditional formatting on a standard report based on the thread below
    Highlighting a ROw in a tablular form based on a column in the row
    Everything works well, except when you pass the cursor over the report the highlighting disappears. It reappears if you refresh the page or scroll to the next page in the report.
    In my style tag in the template I'm just using
    style="background:red"
    Is it something to do with the template? I'm using builder 2 theme.
    Any ideas?
    Andrew

    Hi Andrew,
    this is coming from the report template - Before Each Row: <tr #HIGHLIGHT_ROW#>
    Just remove the #HIGHLIGHT_ROW# if you do not need it.
    Regards Garry

  • Filter standard reports based on user login

    Hi All,
    Is there any way to filter standard form reports (not PLD), based on the user currently logged in. for example, if user 'sales1' has logged in,  he should be able to see the sales report(say sales analysis) for the documents made by him only. there does not seem to have any access on the query being passed to this report. so even customization does not seem to be the solution. kindly help if any one knows a better way or a way at all.
    thnks and regards,
    Binita Joshi

    Hi Petr,
    thanks for replying.
    Before posting, I had already searched in SAP B1 forum and there , for a similar problem, it was advised to use SDK so I posted here.
    I knew, SDK seems to be the way. but, again, As I wrote, I wanted to know, whether there exists a way to filter the standard reports based on the user login. I don't want authorization or setting rights, sort of things.
    but, suppose If user A wants to see the sales documents reports then, he should be able to see the reports of the documents made by him only. so we will have to filter the records based on the Usersign field in marketing documents' tables but, I am clueless on, where should I give this filter.  and I am afraid there is no way to do that. make your own reports and block the access of system reports.Pls right back if U have more to say.
    regards,
    Binita Joshi

  • Link based on value in column of a Standard Report

    I have a Standard Report the displays only the images (BLOBs) in a column of a table. In that same table I have a ciolumn that hold url's. I want to have the image link to its corasponding url.
    Currently I am displaying the image using a BLOB format mask. IMAGE:LC_SCSC_SPONSOR_CATALOG:SCSC_LOGO:SCSC_UID
    The url is in a column named SCSC_URL.
    I am running Application Express 4.0.1.00.03
    Thanks for any help.

    I know where to create templates but do not know how to make a "named column report template".Unfortunately the documentation is particularly pathetic on this important topic. Unfortunate as Custom Named Column templates are one of the best features in APEX. They can be used to do some cool stuff fairly simply.
    See:
    <li>About Generic Column Templates and Named Column Templates
    <li>Report Column Template Attributes for Named Column Templates
    and the online help from the property labels on the Report Row Template page.
    1. Go to: Shared Components > Templates > Create
    2. In the wizard select: Report > From Scratch
    3. Enter/select:
    Name: Photo/link list
    Theme: [Your current theme]
    Template Class: Custom 1
    Template Type: Named Column (row template)
    4. Click Create.
    5. Click the Photo/link list link in the Templates report.
    6. Enter the following properties:
    Row Template 1
    <li><a href="#SCSC_URL#">#SCSC_LOGO#</a></li>
    Before Rows
    <ul>
    After Rows
    </ul>

  • Need to find All Custom Reports which are based on SAP standard reports

    Hi Specialists,
    I would like to find out all the customized reports which are a copy of SAP standard reports in the client's system.
    For Eg. RPCP11G0 is the SAP standard report which has been customized & it's code has been re-written into a Custom report i.e. ZGBPPYMP001_P11D.
    I would like to know all such occurences in the system.
    Steps already done:
    1) Tried searching with RPR_ABAP_SOURCE_SCAN & RS_ABAP_SOURCE_SCAN.
    Please suggest .
    Thanks
    Abhinav.

    it's only possible with an tool-program
    when your developers have not change the line with the REPORT-command.
    e.g.
    standard-report is RAGITT01
    copy is ZC_RAGITT01 or sth like this
    but report line is unchanged in copy:  "REPORT RAGITT01 MESSAGE-ID AB..."
    solution:
    select all reports from TRDIR/TADIR  from your Z/Y-device classes
    and analyse the reports with
    read report ZC_RAGITT01 into wa.
    and use find for searching 'report-command'.
    and check whether the result of that finding is an standard abap
    hope that helps
    Andreas

  • Workflow based report

    Hi,
    Is there any standard report that displays the workitems in the user's ESS inbox?

    Try to use the SAP_WAPI_CREATE_WORKLIST which gives you all the work items associated with a particular user
    All you need to pass to this Function module is SAP User name and in the Tables parameter WORKLIST it is mandatory to pass a internal table of type SWR_WIHDR
    And in this internale table you can see all the workitems that are in the User inbox

  • How to evaluate material delivery performance based on standard reports?

    Hi
    In my organisation we have discussions that material is not deliverd on time ordered through a PM Work Order. I would like to evaluate the performance to get a objective analysis. My first thoughts are:
    - Take a list of released work orders in a certain period (e.g. last month)
    - LIst the materials used on those work orders
    - Compare the requested delivery date for the material (on PR) with the PO creation Date and Goods Receipt Posting Date.
    Since there is no standard report for it, what reports could i use to combine for this analysis?
    Many thanks
    Felix

    You can use RESB, EBKN, EKPO, EKKO, EKBE tables to link all the details to get the desired report.

Maybe you are looking for

  • 0FI_AR_4 Datasource, Delta

    Hi Experts, we are using 0FI_AR_4 datasource, this is delta enable, but the problem is we can run delta just once a day. Can any one please let me know how to change this so that i can run the delta more than once a day. Any document or a link would

  • Syncing iphone4s and ipad 2

    Hi guys, i'm trying to sync my pictures from my iphone to my ipad. Both have the same icloud address The pictures from my ipad  seem to be arriving on my iphone but not the other way around?

  • LMS 4.2.2 times out during inventory collection on VSS

    A customer of mine have 2 VSS systems for wich IC times out during collection when trying to read from flash on them. From the ICserver.log [ Thu Dec 13  16:45:19 CET 2012 ],WARN ,[Thread-20],com.cisco.nm.rmeng.util.logger.XDILogger,67,com.cisco.nm.x

  • 32 bit problem on a 64 bit operating system

    I have iTunes, reasonably current, on a Windows XP-Home laptop. I just bought a new desktop with Windows 7 Ultimate. I purhcased PC Mover from Dell to migrate my stuff. Foolishly, I migrated the iTunes that was on my laptop. After the migration, I tr

  • Reidoog/j a wright

    2 December 2013 Attn: Jeff A Wainwright First, let me say that at best I am average with a computer.  I do not text, tweet, blog or anything else.  I prefer dealing direct, which appears to be impossible.  Am I frustrated?  Yes! To begin with my orig