Needs some RCP (Recycling Product) Reports

HI Guru;s,
My client required a some BI reports for RCP (Recycling Product). I like to know that this I'll get from which datasource or from where...?
Regards
Manoj

I looked a bit further into this white paper and the code behind it. There is at least one method argument (thankfully optional) incorrect. However, I have a wider concern on why they would discuss this as a way of replacing proposals without looking at non-scripting alternatives. I understand people may need a way to copy publisher documents as attachment (and may not want to use the undocumented FINS Industry BC methods) but for a typical "proposal replacement" the document would not need to be moved to the attachment objects it can remain in the Report Output BC.
This can be done entirely in declarative alternatives. I chose to extend the Report Output BC to contain parent row id (why on earth this is missing in the first place is beyond me) and duplicated the applets so we have in other business objects such as Case a search spec for the parent row id = ParentFieldValue(Id). The Report Output List Applet was also replaced with a modified search spec to not show where parent row id is populated so people cannot delete "Case Reports". The production of the report is of course slightly quicker since the copy/paste to attachment is not needed.
I cannot help but think Siebel came up short on this in the rush to get something out and I do appreciate the improvements in this release. I just hope, indeed expect, other developers to also look at other solutions and that the copy function is made available as hidden BS in a future release (as it is for FINS) but is an option rather than the basis. Give us the parent row id in vanilla Siebel!

Similar Messages

  • Need Some MM related ALV reports

    hi experts,
    I want some MM related ALV reports.
    please help me out.
      thanks a lot,
       prerna.

    Hi Prerna,
    check these sites
    http://www.geocities.com/mpioud/Abap_programs.html
    http://www.geocities.com/mpioud/Z_DEMO_ALV_REFRESH_BUTTON.html
    http://www.sapdesignguild.org/resources/MiniSG-old/from_develop/norm_status_icons.htm#positioning_4
    http://www.sap-img.com/fu037.htm
    http://help.sap.com/saphelp_470/helpdata/en/bf/3bd1369f2d280ee10000009b38f889/frameset.htm
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVALV/BCSRVALV.pdf
    http://www.sap-img.com/abap-function.htm
    http://www.sap-img.com/abap/reincarnation-of-reuse-alv-fieldcatalog-merge.htm
    http://www.sap-img.com/fu015.htm
    http://www.sapgenie.com/abap/code/abap28.htm
    http://www.sapdevelopment.co.uk/reporting/alv/alv_variousfcat.htm
    Give me ur mail id i will send some documentation.
    Do reward if it helps,
    Laxmi.

  • HI,need some study material regarding reports

    Hi experts,
                    Can any one send me study material on classical and interactive reports in PDF format. I also want details about the function modules which we use in while creating reports. I have material which is in saphelp. But it is very much extensive. I need something which is easy to read.Hope u will help me in this regard.
             Thanks in advance.
    surya.

    Reports
    http://www.sapgenie.com/abap/reports.htm
    http://www.allsaplinks.com/material.html
    http://www.sapdevelopment.co.uk/reporting/reportinghome.htm
    http://www.sapfans.com/forums/viewtopic.php?t=58286
    http://www.sapfans.com/forums/viewtopic.php?t=76490
    http://www.sapfans.com/forums/viewtopic.php?t=20591
    http://www.sapfans.com/forums/viewtopic.php?t=66305 - this one discusses which way should you use - ABAP Objects calls or simple function modules.

  • Need some help in developing reports

    hi,
    I want to develop some reports in java. I dont know how to develop them.can any one help me??

    What skills do you have? You'll want to learn programming, Java, SQL, JDBC, and some kind of output system (HTML, XML, PDF generation, ...)
    Start googling for things like "JDBC tutorial", "SQL tutorial", ... Or go to school that has suitable classes. Or go to a book store.

  • Daily/weekly/monthly production reports

    Hi Experts,
    IMy client needs daily/weekly/monthly production reports with graphical representation. I want to know in acase there are any standard reports which will be a work around solution for the above said reports.
    Thanks

    Hi nandi6346,
    Yes, COOIS : Order informaton system, it self gives graphical representation for production reports.
    Go to COOIS - execute as per required date, to get grafical representation select the coloumns you required, e.g. Production order, target qty, Confirmed Qty, Delivered Qty, Scrap Qty, etc and the click on "Display Grafic" tab, it will show you grafical report.
    Tara

  • I  Need some standard report

    I need some standard reports regarding Purchage Data Analysis Report and Open Sales order report .
    Thanks & Regards
    Satish Patnaik

    Hi,
    Check the following links:
    http://sap-img.com/abap/make-e-mail-sender-of-po-the-po-creators-name.htm
    http://sap-img.com/abap/sending-mail-when-the-purchase-order-is-released.htm
    Regards,
    Naresh

  • Need Some help in Developing an ALV report ..Plz help me

    Hi Experts I am basic learner to ABAP Here I need some help in developing a Delivery *** Invoice Report....Please help me by spending a little time..
    Tables are VBAK VBAP LIPS LIKP   and Document floe table is VBFA
      SELECT VBELN VKORG VTWEG SPART
        FROM VBAK
        INTO TABLE I_VBAK
        WHERE VBELN IN S_VBELN.
      IF I_VBAK IS NOT INITIAL .
        SELECT VBELN POSNR MATKL POSAR WERKS
          FROM VBAP
          INTO TABLE I_VBAP
          FOR ALL ENTRIES IN I_VBAK
          WHERE VBELN = I_VBAK-VBELN.
      ENDIF.
      IF I_VBAP IS NOT INITIAL.
        SELECT * FROM LIPS
          INTO CORRESPONDING FIELDS OF TABLE I_LIPS
          WHERE VGBEL = VBAP-VBELN
          AND VGPOS = VBAP-POSNR.
      ENDIF.
      IF I_LIPS IS NOT INITIAL.
        SELECT VBELN VSTEL VKORG KUNNR
        FROM LIKP
        INTO TABLE I_LIKP.
      ENDIF.
    Moderator message : Outsourcing is not allowed, don't expect others to correct your source code. Thread locked.
    Edited by: Vinod Kumar on Aug 1, 2011 5:43 PM

    hi ,
      Look in this link
      <a href="http://help.sap.com/saphelp_nw04/helpdata/en/b3/0ef3e8396111d5b2e80050da4c74dc/frameset.htm">http://help.sap.com/saphelp_nw04/helpdata/en/b3/0ef3e8396111d5b2e80050da4c74dc/frameset.htm</a>
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/21/894eeee0b911d4b2d90050da4c74dc/content.htm">http://help.sap.com/saphelp_nw04/helpdata/en/21/894eeee0b911d4b2d90050da4c74dc/content.htm</a>
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/80/1a62bfe07211d2acb80000e829fbfe/content.htm">http://help.sap.com/saphelp_nw04/helpdata/en/80/1a62bfe07211d2acb80000e829fbfe/content.htm</a>
    Regards
    Renjith Kumar

  • Need to populate Y or N based on some logic in Bex Report

    Hi Experts,
    I have a report requirement following are the details:
    1. ENDDA is a characteristics DATE field coming from Info Provider.
    2. Now if ENDDA < Report Run Date we need to populate N in report field
    3. If ENDDA > Report Run Date we need to populate Y in report field.
    would be great if some body can give some insight into the approach to follow and achieve this requirement.
    Regards
    Raj Rai

    Hi
    Now i have created a CKF with two formula variables:
    Var 1 is replacement path variable which is taking ENDDA time characteristics as its reference value.
    Var 2 is SAP Exit formula var bringing in the report run date.
    Issue:
    Var1 date format is MM/DD/YYYY
    Var2 date fromat is MMDDYYYY
    we need to substract these two in order to get the difference in days but for that the date format have to be uniform for both variables. In SAP Exit i tried appending the '/'value b/w MM, DD & YYYY but its showing x when i look at query o/p.
    I checked the code by executing the query in RSRT in debug mode and checked the value of L_S_RANGE which is perfect in 05/24/2011 but the same value in var o/p in showing X at query side.
    Any pointers would be help ful
    Regards
    Raj Rai
    Edited by: Raj Rai on May 24, 2011 10:01 AM

  • I need some more interview question with answer on modeling,reporting.

    i need some more interview question with answer on modeling,reporting.

    Hi,
    You may find tons of topic about interview question. Please try to search forums before opening a post next time.Take a look at the link below.
    https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&query=bwinterviewquestions&adv=true&adv_sdn_all_sdn_author_name=
    Regards,
    ®

  • Hi, i was wounding if anyone would help me get information on the company regarding the acquisition of, beats by dre, could someone please help me out as i am doing a college report on this and need some good sources of information

    hi, i was wounding if anyone would help me get information on the company regarding the acquisition of, beats by dre, could someone please help me out as i am doing a college report on this and need some good sources of information

    Try a search with Google.
    Why should we do your homework for you?

  • I Need some Itractive Reports not using alvs and any other advanced

    I Need some Itractive Reports not using alvs and any other advanced topics like include and any other i need simple Intractive reports.

    Hello,
    Check this sample reports:
    Program name                   Report title
    DEMO_LIST_INTERACTIVE_1        Creating Detail Lists
    DEMO_LIST_INTERACTIVE_2        List Administration
    DEMO_LIST_INTERACTIVE_3        Page Headers in Detail Lists
    DEMO_LIST_INTERACTIVE_4        Messages in Lists
    If useful reward,
    Vasanth

  • My iPad has been stolen, I need some help with the Find my iPhone app and iCloud please

    Hello people.  I have (had) an iPad 1 (wifi only) - which was stolen two days ago.  It's locked with a passcode but I am worried that someone will be able to get into it.  I've got the Find app installed on my iPhone 4S and it shows that both my iPad and stolen iPod are offline.
    Q - if either the iPad or the iPod goes into an unlocked wifi area, will I be notified on my phone?
    Q - can anyone actually break into my iPad as it is locked?
    Q - how does iCloud work in terms of the info that's on my iPad - photos etc that I don't want to lose?
    Q - I've reported this to the police - does Apple need to know?
    I'd be very grateful for any advice, many thanks in advance

    What To Do If Your iDevice or Computer Is Lost Or Stolen
    If your Mac, iPhone, iPod, iPod Touch, or iPad is lost or stolen what do you do? There are things you should do in advance - before you lose it or it's stolen - and some things to do after the fact. Here are some suggestions:
      1. Reporting a lost or stolen Apple product
      2. Find my lost iPod Touch
      3. AT&T, Sprint, and Verizon can block stolen phones/tablets
      4. What-To-Do-When-Iphone-Is-Stolen
      5. Lost or Stolen iPhone? Here’s What to do
      6. 6 Ways to Track and Recover Your Lost/Stolen iPhone
      7. Find My iPhone
    It pays to be proactive by following the advice on using Find My Phone before you lose your device:
      1. Find My iPhone
      2. Setup your iDevice on MobileMe
      3. OS X Lion- About Find My Mac
      4. How To Set Up Free Find Your iPhone (Even on Unsupported Devices)
    Third-party solutions for computers:
      1. VUWER 1.5.4
      2. Sneaky ******* 0.2.0
      3. Undercover 4.7
      4. LoJack for Laptops Premium Mac
      5. STEM 2.1
      6. MacPhoneHome 3.5

  • Need some links to study

    Hi guys,
       Could someone help me how to go about developing a SAP script in ABAP HR.
    What is exactly need : I need to use transaction code PE51 and create a form layout and then import it to se71 and then take printouts....
    How do we connect PE51 and SE71 ????
    Need some inputs plz...
    Thanks in advance....
    Abhi

    Hi,
       Have a look at these good links-
    <b>scripts</b>
    http://help.sap.com/saphelp_crm40/helpdata/en/16/c832857cc111d686e0000086568e5f/content.htm
    http://www.sap-basis-abap.com/sapabap01.htm
    http://www.sap-img.com/sapscripts.htm
    http://searchsap.techtarget.com/tip/1,289483,sid21_gci943419,00.html
    http://sap.ittoolbox.com/topics/t.asp?t=303&p=452&h2=452&h1=303
    http://www.sapgenie.com/phpBB2/viewtopic.php?t=14007&sid=09eec5147a0dbeee1b5edd21af8ebc6a
    http://www.sappoint.com/abap/ssintro.pdf
    http://www.sappoint.com/abap/sscript.pdf
    http://www.sappoint.com/abap/sscript.pdf
    http://www.sappoint.com/abap/lsetssap.pdf
    http://www.sappoint.com/abap/sscrtpex1.pdf
    http://www.sap-img.com/sapscripts.htm
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVSCRPROG/BCSRVSCRPROG.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVSCRRDI/BCSRVSCRRDI.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVSCREDIT/BCSRVSCREDIT.pdf
    <b>smartforms</b>
    http://www.sapgenie.com/abap/smartforms.htm
    http://www.sap-img.com/smartforms/smartform-tutorial.htm
    http://www.sap-img.com/smartforms/sap-smart-forms.htm
    http://www.sapgenie.com/abap/smartforms_sapscript.htm
    <b>HR ABAP</b>
    http://www.sapbrain.com/TUTORIALS/FUNCTIONAL/HR_tutorial.html
    http://www.sapdevelopment.co.uk/hr/hrhome.htm
    http://planetsap.com/index.htm
    http://www.atomhr.com/library_full.htm
    http://www.sap-basis-abap.com/saphr.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/60/d8d8c7576311d189270000e8322f96/frameset.htm
    http://www.sapfriends.com/sapstuff.html
    http://www.atomhr.com/know_preview/Reading_Payroll_Results_with_ABAP.htm
    http://searchsap.techtarget.com/originalContent/0,289142,sid21_gci1030179,00.html?track=NL-142&ad=500911#Payroll
    http://www.sap-press.com/product.cfm?account=&product=H967
    http://www.sapdevelopment.co.uk/hr/payres_abap.htm
    http://www.sapdevelopment.co.uk/hr/payres_tcode.htm
    http://help.sap.com/printdocu/core/Print46c/en/Data/Index_en.htm
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PAPA/PAPA.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PAPD/PAPD.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PYINT/PYINT_BASICS.pdf
    http://www.atomhr.com/training/Technical_Topics_in_HR.htm
    http://www.planetsap.com/hr_abap_main_page.htm
    you can see some Standard Program examples in this one..
    http://www.sapdevelopment.co.uk/programs/programshr.htm
    http://searchsap.techtarget.com/originalContent/0,289142,sid21_gci1030179,00.html?Offer=SAlgwn12604#Certification
    These are the FAQ's that might helps you
    http://www.sap-img.com/human/hr-faq.htm
    http://www.sapgenie.com/faq/hr.htm
    Download the ABAP e-book for HR in the below link under the section 'Free ABAP eBook Download'
    http://www.sap-img.com
    Also have a look at the following links-
    http://www.sapgenie.com/sapfunc/index.htm
    http://www.sap-img.com/abap/sample-hr-reports-allocate-petrol-allowance.htm
    http://www.sap-img.com/hr021.htm
    http://www.sap-img.com/human/hr-faq.htm
    http://www.sap-img.com/human/finding-the-list-of-hr-module-tables.htm
    Mark useful answers.
    Regards,
    Tanuja.

  • Can you give some of your products samples? it's for my project

    Hi this is a student name Gama. I was wondering if you guys can give my some of your product sample for my  Econ project because I'm doing a research of you company. This project is to choose your favorite company so I choose you guys because I love your company and its that i get to download apps like games and other stuff also music and movies which is the best part of this company. So please can you give a report or at least some of your product samples

    Hello,
    Just other users here like yourself, so Apple will not likely respond here, you need to contact them by other means.

  • You can safely ignore some errors that fsck reports....?

    I got the following report while Verifying in DU after installing the latest Security Update 2009-001. I took every possible precaution: installed in Safe Boot from standalone download, repaired Permissions before and after, disconnected all peripherals and stood on my head.
    I repaired successfully, booted from the Disc. DU, while booted from the disc, saw the error too, so I know it wasn't a spurious error appearing only when booted from the HD. I'm wondering if there's anything here to be concerned about. I have never before had DU report the disc needed repair.
    (I also repaired a Permissions error while booted in Safe Mode, before doing any of this. This was strange, since I'd just done a Permissions repair only a few days earlier for the QT Update. I won't get into that now, since I my main concern is the Disc error, and I don't want to overload this post with too many questions).
    Checking volume bitmap.
    Volume Bit Map needs minor repair
    Checking volume information.
    Invalid volume free block count
    Invalid volume free block count
    ead of %@)",2)
    28212389
    28211294
    The volume Hard Drive needs to be repaired.
    Error: The underlying task reported failure on exit
    Both the Pogue, Missing Manual, Tiger, book and this KB article, report "Volume Bit Map needs minor repair" and "Invalid volume free block count " as "benign" errors, to be ignored.
    "You can safely ignore some errors that fsck reports when journaling is enabled."
    http://support.apple.com/kb/TS2028
    I've been looking into this on my own, but here's the source of my confusion: 1. The heading of the KB article says it is for 10.3.9 or earlier (the article was last modified August, 2008), but way down at the bottom, 10.4 is listed under "Products Affected." Is this just someone at Apple being sloppy? 2. Both the Pogue Tiger book p.778, and the KB article describe this as an error that can be reported while repairing using fsck. They don't mention errors reported by DU, which is how I got this error. But just to be certain, can I safely assume it would apply to errors reported by DU as well? They are, effectively, the same thing, aren't they?
    No strange sounds coming from the HD and everything seems to be fine. And no more reports of this kind coming from DU.

    OK. Thanks very much,
    My question arose because both the KB article and Pogue discuss these errors only in the context of running fsck. Since you say journaling is automatically turned off when DU does repairs, _does that, then, mean that these errors are only spurious when coming from fsck, not DU, because journaling is enabled in fsck? Journaling enabled is what causes them to appear in fsck?_ Is this why there's no mention of DU for these errors from the Apple KB article and Pogue? And does that mean that *if DU reports them, not fsck,* they are to be taken more seriously, that they are benign, meaning not very serious, but not to be dismissed completely as when they are reported by fsck?
    Yes, the errors are benign, but should not be ignored.
    I thought the KB article and Pogue were letting me off the hook completely. I see that's, maybe, not exactly the case.
    *I never ran fsck.* I did everything from DU, either booted from the HD or the Tiger Installer disc. Fsck only came up because I discovered this KB article and the Pogue excerpt, which made me think that, since fsck is essentially DU, but run from a command line, they applied as well to the errors DU found. I didn't realize that, maybe, journaling enabled in fsck was at the heart of this issue.
    As mentioned, I ran DU from the Tiger Installer disc and it repaired the error right away on the first run. I ran it twice just to be sure.
    If DU ran successfully but did not repair the problem, then run Repair Disk repeatedly until no problems are reported.
    There was no other problem, only the error DU reported, which was successfully repaired.
    DU is supposed to disable journaling before repairing the drive. But there's nothing wrong with disabling journaling manually before repairing the drive.
    Meaning I can't always assume it will? And, perhaps, it didn't this time and that's why I got the error?
    Everything seems fine now; I was just somewhat alarmed, since I didn't understand where this could be coming from. I'd already verified the disc, booted from my clone, very recently.
    Message was edited by: WZZZ

Maybe you are looking for

  • Can I back up a PC and a Mac using the same Time Capsule?

    I'm trying to set up a PC and a Mac to backup on Time Capsule, but can't seem to get the PC to back up.  Does anyone know if it is possible.  My Mac works fine but I would like to also back up the PC.

  • Bridge not seeing metadata templates

    Hello--what is the answer?

  • Delta in HR Module

    Guys, I just wanted to confirm whether Delta loads are possible only in Payroll and Time Management? Are there any other Sub Modules under HR where Delta loads are possible for BI 7.0?? Are there any Structural Authorizational changes between BW 3.x

  • 10.6.8 slow graphic transitions

    I'm using 10.6.8 and everything was fine until this morning. my friend wanted to use my imac this morning and he is not familiar with mac os x at all. and when I was back home and turned on my imac, I saw that dock transitions(hiding) and hot corner

  • Connect Solution Manager to Portal search

    Hi Experts, currently we have the requirement to connect our Netweaver Portal Search to SAP Solution Manager. The search should find documents saved in the Solution Manager. After searching the SDN I found some hints but came to the opinion that ther