Retriving archived JPG document and displaying in Biller direct portal

Hi,
If anyone has worked on Biller direct/EIPP/EBPP BADI's plz help me.
I need to display the archived JPG image when the user clicks on the hypelink in the biller direct front end. I need to know the exact parameters passed from the BADI to the front end.
I am getting the archived JPG parameters to the internal table as below
CALL FUNCTION 'ARCHIV_CONNECTINFO_GET_META'
    EXPORTING
      object_id             = g_objky
      AR_OBJECT             = 'ZFIINVOICE'
      sap_object            = c_sap_object
    TABLES
      connect_info          = t_connect_info
    EXCEPTIONS
      error_connectiontable = 1
      OTHERS                = 2.
If the connection information is  found
  IF sy-subrc = 0.
    READ TABLE t_connect_info WITH KEY ar_object = c_ar_object_jpg INTO g_wa_connect_info.
Get the jpg document from archive
    CALL FUNCTION 'SCMS_AO_TABLE_GET'
      EXPORTING
        arc_id = g_wa_connect_info-archiv_id
        doc_id = g_wa_connect_info-arc_doc_id
      IMPORTING
        length = g_length
      TABLES
        data   = t_jpg
      EXCEPTIONS
        OTHERS = 5.
Now I need to know how I can pass the internal table t_jpg as parameters of BADI.
Plz help me.
Regards
Madhu G S

Hi
thank for your reply.  I have not posted in SAP.  customer has paid the payment in Portal and i have selected the payment for the line item.  Now that line item is coming in progress condition (not in processed).
in SAP that line item is not active.  If i will select the line item system will give the message that is line item is processed in biller direct.
please tell me the process of biller direct payments in SAP and then only in portal the payment line item will be go to the process item (now its in in process condition).  is their any upload for the payment document in SAP.
please suggess me Standard payment process through Biller direct.  then i will compare the present senarious.
thanks in advance.
regards
Ram

Similar Messages

  • Can i use std OR document and do the billing directly with out delivery

    hi,
    sap gurus,
    can i use standard OR document and do the billing with out creating delivery doument
    if i can create
    what are the configuration settings for that actually.
    regards,
    balaji.t
    09990019711

    Hello,
    The item category assignemnt needs to be changed, the item category should be relevent for 'order related billing' and set the order related billing type in the order type config billing area.
    Make the necessary copy controls between the order type and the billing type.
    Prase

  • Refernce between MIRO document and the customer billing document

    Hi,
    We have aa requirment in the third party business process. Is there any referce table between the Miro document and the customer billing document in case of third party business process other than sale orders.
    Is there any other way where i can know that for this billing document this is my MIRO document number in case of third party business process. For the reportin purpose we need the information is there any table or any function module which satisfies the above requirement.
    Thanks in advance.
    Sunil

    Hi,
    As per my best knowledge there's no direct connection between "MIRO document" and billing document.
    - the logistics invoice(s) (MIRO document) is (are) connected to the PO in table EKBE (PO no. in EBELN, Invoice no. in BELNR where BEWTP="Q")
    - PO and SO are connected in table VBFA (SO no. in VBELV, PO no. in VBELN where VBTYP_N="V")
    - SO and billing documents are connected in table VBFA (SO. no. in VBELV, Billing doc. no. in VBELN where VBTYP_N="M")
    Maybe there are other solutions too.
    Regards,
    Csaba

  • Biller Direct Portal debugging in backend R3

    Hi,
    We have Biller Direct implmented for our customer.
    We need to debug a Contact List Link present in the Biller Direct Portal in the Backend,because when we click the link in Portal a BAPI program is callaed in the Backend.
    What we need is to debug it, in the sense that --> we put a BREAKPOINT in the BAPI program in the back end, when a user clicks on the Contact List link in the BD portal, it should stop and should not execute the whole PROGRAM in the backend.
    But here when we put a BreakPoint in the BAPI program in Backend R3 and user clicks on the Link in portal, the Porgram is Executed Completely without stopping.
    What could be the issue? How can we debug to know what exactly happens in the backend when user clicks on the link in Portal?
    Any help is appreciated.
    Regards,
    AVK
    Edited by: Abhi K on Nov 23, 2009 1:40 PM

    Hi David,
    Thanx for the response.
    But we have already tried placing a External Breakpoint in the ABAP and called the link from the Portal,but it did not work.The Program executed completely without stopping.
    But can you suggest whether there are any settings which need to be done in R3 for debugging? Any configuration or debugging specific settings in Back end which we might be missing?
    Can Basis team help in this?
    Appreciate your help.
    Regards,
    AVK

  • Archiving print document and the FICA document is not closed yet

    Hi SAP,
    I Am testing the archiving object ISU_PRDOCL and ISU_PRDOCH and I could archive a print document for which the FICA document is not sold (still Open Item). is it a bug or the standard is made like this or do we have to implement an OSS note for this isue.
    Thanks;
    Best regards
    Raissi Hanane

    Hello,
    Yes, print document will be archived even though corresponding FICA document is still open or outstanding.
    To-over come this problem you can enhance your Print document header and line item archive program to exclude archiving of print document header and line item with corresponding open FICA document.
    SAP has provided enhancement for Print document Archive program :
    Print document headers (ETOAR001)
    Print document line items (ETOAR002)
    Hope this will resolve your issue.
    -Thanks,
    Ajay

  • Disputes for Credit Notes are not displayed in Biller Direct

    Issue: Back end ECC, allows us to create disputes on stand alone credit notes, but on the Biller Direct front end we are not able to see the disputes created.
    Description in detail:
    1. When a dispute is created on a credit note, system treats it as a Customer Disputed Credit Memo (CDIS_CRED) and it is created in ECC with relation F6.
    2. On the Biller Dircet Front end , standard actually display disputes for a Invoice created with relation F1 and F2. So we are not able to see the Customer Disputed Credit Memos.
    3. Front End (Biller Direct) allows only open invoices to be disputed and not credit notes, even though it is allowed in ECC.
    We would like to know if you have come across this scenario before and have resolved it either through customization or Configuration.
    Advice/Recommendations will be greatly appreciated.

    Hi Dave,
    I just saw this thread now and I am glad I can share the solution with you:
    For View: PRDIOOV/OBJECTOV, debug method GET_LIST_OF_STATIC_VIEWS and find out why system is suppressing some assignment blocks.
    For some reasons, SAP has included these methods in Product Overview page which are meant to suppress some Assignment Blocks depending upon their usability.
    Just redefine this method and delete the views from the Static Views Result List. Following is the sample code:
    CALL METHOD SUPER->GET_LIST_OF_STATIC_VIEWS
      RECEIVING
        RT_RESULT = rt_result.
    DELETE rt_result WHERE viewid = 'CUSRQMSLAPro.SRQM_SLAPRO/MainWindow'.
    DELETE rt_result WHERE viewid = 'SrvEnt.PRDSRV/SrvEntOVE'.
    DELETE rt_result WHERE viewid = 'ZIOBJECT_VC/VC'.
    Hope this helps.
    Thanks
    Vishal

  • Any document for modification of biller direct?

    Hi, Guru:
    I need modify the fontend of Biller direct, maily change JSP and CSS etc. no java and ERP will be touched, just the feel and look.
    I am looking for some documentation which I can refer to, I have modification guide, and except that, do you know any other good document?
    Thanks for your help!
    Eric

    Hi ,
    I dont think we have any other document .
    You need to make changes in respective jsp and the css files and do trial and error method.
    Regards
    Akshaya

  • PDF display at Biller Direct

    Hi Friends,
    I need to display billing data in PDF on portal for Biller Direct.
    I had done the reqired code for all BADI given by SAP.Still I am not getting any PDF display for billing.
    Please help me out/suggest the right approach to be follow.
    Ricky
    Edited by: Ricky Maheshwari on Jan 5, 2010 12:29 PM

    Hi Sim,
    Please tell what exactly Issues are you facing in SAP FSCM Technical Implementation?
    Regards,
    Rick

  • Biller Direct Portal / Web Server

    Hi,
    I plan to install Biller Direct onto our ERP Java Stack.
    Can Biller Direct integrate to a web site without the use of an SAP portal?
    I cannot locate any documents that clearly specifies the web server requirement.
    Thank you.

    It is a web application tha can run on a SAP J2EE web server and does not require portal.

  • Problem in Retrieve Image from DB and display in the JSP page

    Hi All,
    I did one JSP Program for retriveing image from DB and display in the JSP Page. But when i run this i m getting "String Value" output. Here i have given my Program and the output. Please any one help to this issue.
    Database Used : MS Access
    DSN Name : image
    Table Name: image
    Image Format: bmp
    Output : 1973956
    Sample Program:_
    <%@ page contentType="text/html;charset=windows-1252"%>
    <%@ page import="java.io.*" %>
    <%
         try{
              Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
              Connection conn = DriverManager.getConnection("jdbc:odbc:image");
              Statement st = conn.createStatement();
              ResultSet rs = st.executeQuery("SELECT images FROM image");
              String imgLen="";
              if(rs.next()){
                   imgLen = rs.getString(1);
                   out.println(imgLen.length());
              if(rs.next()){
                   int len = imgLen.length();
                   byte [] rb = new byte[len];
                   InputStream readImg = rs.getBinaryStream(1);
                   int index=readImg.read(rb, 0, len);
                   System.out.println("index"+index);
                   st.close();
                   response.reset();
                   response.setContentType("image/jpg");
                   response.getOutputStream().write(rb,0,len);
                   response.getOutputStream().flush();
         }catch(Exception ee){
              out.println(ee);
    %>
    Thanks,
    Senthilkumar S

    vishruta wrote:
    <%
    %>Using scriptlets is asking for trouble. Java code belongs in Java classes. Use a Servlet.
                   out.println(imgLen.length());Your JSP was supposed to write an image to the output and you wrote some irrelevant strings to the output before? This will corrupt the image. It's like opening the image in a text editor and adding some characters before to it.
                   byte [] rb = new byte[len];Memory hogging. Don't do that.
              out.println(ee);You should be throwing exceptions and at least printing its trace, not sending its toString() to the output.
    You may find this article useful to get an idea how this kind of stuff ought to work: [http://balusc.blogspot.com/2007/04/imageservlet.html].

  • Reports showing Archived Sales Documents

    Hi, I am working on using SARA to archive SD documents, and it seems as if Document flow and Change logs are not archived, and not possible to see in reading the archived Sales Orders from SARI/SARJ. Are there SAP standard  reports which can fetch and show data from archive, or any other way to find a 'document flow' (to eg. deliverys or billing docs)  and 'change log' from an archived Sales Order?
    Thanks!

    Hello,
    The answer from Caveman is correct, the DRB - tcode ALO1 (that is the letter o not a zero) retains some of the document flow of archived data.
    Do not use transaction VPAR as that archives data related to preference determination and transaction VF07 does not show document flow.
    If you have implemented the PBS modules to view archived data, they retain the document flow information and you can view the data exactlly how it looked before it was archived.
    Hope this helps.
    Best Regards,
    Karin Tillotson

  • Displaying Tiff files from Biller direct

    Hi Guys,
    We are having scanned bills in archive in .tif format.These files need to be displayed from Biller direct front end.I found out that we can use badi EBPP_INVOICEDETAIL for this format.Actually I was able to pull PDF docs from archive but not able to pull .tiff docs.If anyone has any info let me know.
    Regards,
    Raghu.

    Hi Raghu,
    Can you explain how to retrieve the documents for SD.
    What values should be passed in the BADI. EBPP_INVOICEDETAIL???
    In the method  GET_INVOICE_DETAIL. I have the following parameters
    what values should be passed for the following?
    I_REQUESTING_PARTNER
    I_BILLING_DOC
    I_LANGUAGE
    I_INVOICE_FORMATS
    C_INVOICE_FORMATS
    C_RAW_INVOICE_HEADER
    C_RETURNCODE
    C_RETURN
    T_RAW_INVOICE_ITEMS
    T_RAW_INVOICE_PARTNERS
    T_HTML
    T_XML
    T_PDF
    T_IBU
    T_CUST
    T_MESSAGES
    Thanks,
    Chaithanya

  • Transaction code for mass cancelation of delievry document and sales docume

    Dear All,
    Is there any transaction for mass cancellation of delievry document and sales docume.
    any suggestion
    Thanks with Regards
    Subrat
    Edited by: subu sd on Jul 15, 2009 7:49 AM

    Hi ,
    Adding to Eduarodo's Point, if you dont want to Archive the documents and just wanted to cancel then you can do this by LSMW or eCATT.
    First cancel all the subsequent document and then Sales order . In sales order put Reason for rejection.
    Thanks,
    Raja

  • Archiving fi documents

    FI Friends,
    Let me know how to archive fi ducuments.
    regards
    srinivas
    < PLEASE SEARCH FORUMS BEFORE POSTING -- Moderator >

    Hi,
    Archival is done with tcode SARA
    Configuration
    In SARA tcode,
    Object : FI_DOCUMNT (For archive FI Documents) and press enter
    click on customizing button
    Maintain account type life
    Maintain document type life
    For Archiving FI documents:
    Object : FI_DOCUMNT (For archive FI Documents)
    Select Write Option.
    Put a variant name and click maintain.
    In the next screen (change screen assignment) check the check box and click continue.
    Enter Company Code, Fiscal Year / Period and all Document numbers, Remove Test run button and Click on Attributes
    Enter meaning text and Save.
    In Main screen again click on SAVE and click on BACK.
    Go to start date run it immediately. Then,
    Go to spool parameters and check it.
    Click on Immediate
    Click on Save.
    Go to Spool Parameters. Click on ok.
    Execute the same now job is scheduled.
    Go to SM37 and check scheduled job.
    Click on job log and note session number for archival
    Now to delete the documents:
    Object : FI_DOCUMNT
    Click on Delete
    Click on archive selection, select session number and schedule background job.
    Regards,
    Kiran Varma

  • How can I simultaneously acquire and display an image on the front panel using a PCI-1408

    I have to acquire and display an image directely in the front panel of a *.vi using a PCI-1408. i have to know all informmations about this image because I want to create a calibration system.

    Hi Paola,
    if you own IMAQ Vision you can just have a look at the examples that comes with your board or you can look at: http://zone.ni.com/devzone/explprog.nsf/6c163603265406328625682a006ed37d/2abaefe05789961686256866007c0d22?OpenDocument.
    Without IMAQ Vision look at:
    http://zone.ni.com/devzone/explprog.nsf/6c163603265406328625682a006ed37d/22474456534202b086256aff005fc4f3
    (or search at ni.com for "IMAQ Display without IMAQ Vison)
    Please mail me if you need further help,
    Michael

Maybe you are looking for