Tree view of document flow

Hi Experts,
in former CRM releases, the document flow could be displayed in a tree view (similar to document flow in ecc).
As far as I know, in CRM 7.0 the assignment block document flow only contains the predeccessor and successor, but it is not possible to display maybe the initial contact which led to actual billing document.
Does anybody knows if this feature could be activated through customizing?
Kind regards
Hannes

Hi Hannes,
You can change the layout behavior of output list of DocFlow in the BSP coding.
  <chtmlb:configTable id                    = "Table"
Just change this line to :
    <chtmlb:configTable id                    = "ItemTree"
This will make your output list look like in Tree View Mode rather than Table View mode.
You can also go to the particular document hyperlink and look at the parties involved Assignment Block which can give you the information about the creator of original document.
I hope this helps.
Thanks
Vishal

Similar Messages

  • How to hide a list from SharePoint tree view pro grammatically.

    Hi,
    I have enabled tree view for a SharePoint 2013 site pro grammatically. 
    I want hide some specific lists from that tree view like Documents, Workflow, Task List, Calender
    Lists which are created default when we create a site.
    How could i do that?

    I know how to hide Quick launch and Enable Tree view with properties in C#.
    My question is 
    hide some specific lists from that tree view like Documents,
    Workflow, Task List, Calender
    Lists which are created default when we create a site.

  • Outbound Delivery Document Flow (One-Step procedure) Goods Receipt

    I am trying to extract the Goods Receipt status of Outbound Deliveries which are posted using One-Step procedure.  I can do this one delivery at a time using VL03N.
    Some sites (plants) are configured with One-Step procedure and others are configured as Two-Step procedure.
    Document flow of an Outbound Delivery is extracted from table VBFA.
    For the two-step delivery process (Movement type 641) the Goods Receipt is recorded in table VBFA (Subs.doc.categ. / VBTYP_N = 'i').  Therefore, I can easily extract the goods receipts for these deliveries. 
    However, for the one-step procedure (Movement type 647) the Goods Receipt does not appear to be recorded in table VBFA.  Does anyone know which table the Goods Receipt is stored for one-step procedure?
    Using transaction VL03N we can view the document flow.  It appears that for One-Step procedure the Goods Receipt is held at item level.  By highlighting a delivery line in VL03N and viewing the document flow we can see the goods receipt for One-Step deliveries (therefore, the data must be held somewhere).
    I understand that by using One-step procedure the goods receipt is posted automatically, so we can assume that there should never be outstanding Goods Receipts for One-Step sites.  However, I have been tasked with the job of reconciling all deliveries for the past 12 months.  I need to prove that a goods receipt has been posted for every single delivery.
    Any advice is much appreciated.

    Thankyou for the advice.   I will proceed with your recommendation.
    However, the query is inefficient since the link between LIKP and MKPF does not use the primary key (Article Doc. / MBLNR).  We have almost 7 million records in MKPF table. 
    Is there any intermediate tables I can include between LIKP and MKPF so that only primary keys are used for the joins?

  • Updating Document Flow

    Hi,
    I've created an inbound delivery from an outbound delivery.  Now I need to update the document flow, and I've used the code below to do so.  My problem is when viewing the document flow for the inbound delivery via VL33N - no document flow is shown.  When I view the doc flow for the outbound delivery(VL03N), the inbound delivery shows up there. 
    Why doesn't doc flow show when viewing the inbound delivery? 
    Do I need to update document flow another way?
    LOOP AT t_ib_lips INTO s_ib_lips.
          CLEAR s_ob_lips.
          READ TABLE t_ob_lips INTO s_ob_lips WITH KEY
                                                   vgbel = s_ib_lips-vgbel
                                                   vgpos = s_ib_lips-vgpos.
    * test area for document flow
          CLEAR: s_vbfa.
          s_vbfa-mandt   = s_ib_lips-mandt.
          s_vbfa-vbelv   = s_ob_lips-vbeln.        "OB delivery number
          s_vbfa-posnv   = s_ob_lips-posnr.        "OB delivery item
          s_vbfa-vbtyp_v = is_ob_likp-vbtyp.       "OB delivery type
          s_vbfa-vbeln   = s_ib_lips-vbeln.        "IB delivery number
          s_vbfa-posnn   = s_ib_lips-posnr.        "IB delivery item
          s_vbfa-vbtyp_n = s_ib_likp-vbtyp.        "IB delivery type
          s_vbfa-rfmng   = s_ob_lips-lgmng.        "Referenced quantity
          s_vbfa-meins   = s_ob_lips-meins.        "uom
          s_vbfa-VRKME   = s_ob_lips-vrkme.
          s_vbfa-matnr   = '                 X'.
    *      s_vbfa-stufe   = '00'.
          CALL FUNCTION 'RV_XVBFA_MAINTAIN'
               EXPORTING
                    f_vorgang = 'H'
                    fvbfa     = s_vbfa
                    fvbfad    = s_vbfad
               TABLES
                    fxvbfa    = t_xvbfa
                    fyvbfa    = t_yvbfa
                    fxvbapf   = t_xvbapf.
        ENDLOOP.
    CALL FUNCTION 'RV_DOCUMENT_FLOW_UPDATE_U'
             EXPORTING
                  f_vbeln  = is_ob_likp-vbeln
                  i_status = 'H'
             TABLES
                  fxvbfa   = t_xvbfa
                  fyvbfa   = t_yvbfa.
    Below is some of the data from the entry of VBFA that is created
    VBELV         POSNV    VBELN     POSNN  VBTYP_N  VBTYP_V     STUFE
    100005128     1      180006319   1     7       J     00

    Is there a BAPI you can use instead? Neither of these FMs are released or documented. It's quite a task trying to figure out how SAP uses these FMs to update.
    Rob

  • Document flow in p2p/inventory

    Hi experts,
    I have one very basic question...kindly guide me with the document flow with accounting entries and mvt type for each stage;
    PO--qty 100 value 100
    Inbound qty 100
    Receipt-qty 100 value (90+10freight)
    Transit wastage-qty 2
    Return delivery- qty 2
    consider QM is activated
    Invoice receipt both for goods and planned delivery cost
    consumption for REM
    I am asking because the requirement is;
    Is there any way to spread the value of normal transit loss over the Cost of Finished Goods?
    rgds

    Hi Kedu,
    Whenever you want the document flow to be active go to Copy control. For e.g let us see the document flow updation in Sales order to Delivery flow. T-code used is VTLA. Here select the Delivery type & the Sales order type and select on ITEM details. Here select the correct Item category you are using and then view the details. Here you can see a Update Document flow selection Option. Select it. Now try once sales cycle and view the document flow updation.
    Hope the above helps you.
    REWARD if it helps you!!
    Regards,
    Ajinkya

  • Document flow in sales document

    How to activate or deactivate document flow in sales document?

    Hi Kedu,
    Whenever you want the document flow to be active go to Copy control. For e.g let us see the document flow updation in Sales order to Delivery flow. T-code used is VTLA. Here select the Delivery type & the Sales order type and select on ITEM details. Here select the correct Item category you are using and then view the details. Here you can see a Update Document flow selection Option. Select it. Now try once sales cycle and view the document flow updation.
    Hope the above helps you.
    REWARD if it helps you!!
    Regards,
    Ajinkya

  • Step by step aproach for Document flow tree creation in Standard component

    Hi All,
    Can any one pls help in providing the steps i need to follow to create Document flow Tree using custom component in standard Opportunity/Quotation document.
    i Have created a component and assigned this component view as assignment block in Standard Component...
    but i would require the step -by-step ( Alogorithm kind off ) to extract the data flow from quotation document say to the creation of document flow ( tree with icons ) ..
    ANy help is appreciated !!!!

    Hi All,
    Can any one pls help in providing the steps i need to follow to create Document flow Tree using custom component in standard Opportunity/Quotation document.
    i Have created a component and assigned this component view as assignment block in Standard Component...
    but i would require the step -by-step ( Alogorithm kind off ) to extract the data flow from quotation document say to the creation of document flow ( tree with icons ) ..
    ANy help is appreciated !!!!

  • Unable to display tree view; Error when parsing an XML document (Premature end of file.)

    Hi folks,
    I am using a cascaded mapping in my OM. I have a graphical mapping followed by the Java mapping. It is a flat file to IDOC mapping. Everything works fine in Dev but when I transport the same objects to QA, the Operation mapping though it doesn't fail in ESR testing tool, gives the following message and there is no output generated for the same payload which is successfully tested in DEV. Please advise on what could be the possible reasons.
    Unable to display tree view; Error when parsing an XML document (Premature end of file.)

    kalyan,
    There seems to be an invalid xml payload which causes this error in ESR not generating the tree view. Please find the similar error screenshot and rectify the payload.
    Mutti

  • View CRM transaction in ECC through document flow

    Hi ,
    we have a requirement where we need to show a CRM document in document flow of another document in ECC. There is no replication for these documents. I also need to display the CRM document in ECC when it is selected from document flow.
    Can any one please help on this?
    Regards,
    Sharf.

    This is all going to be custom development but here is the idea:
    In theory, you can read the docflow of the CRM parent document (which is in ECC) by an RFC into CRM and get the subsequent documents. The major assumption I am making here is simple: the docflow is established between the parent and the child in CRM.
    Once you have the docflow, you can show the document numbers in the R/3 and again access the individual documents and show relevant header and item details of the "CRM" docment in the ECC screen.
    FYI, an exactly "reverse" feature is available in CRM Web Channel (E-Commerce application). Here, you can see the Invoice details in the web, even though the billing documents are never replicated from ECC. We even see the document flow about the Shipping documents (Deliveries).
    Easwar Ram
    http://www.parxlns.com

  • View CRM document in ECC through document flow

    Hi ,
    we have a requirement where we need to show a CRM document in document flow of another document in ECC. There is no replication for these documents. I also need to display the CRM document in ECC when it is selected from document flow.
    Can any one please help on this?
    Regards,
    Sharf.

    This is all going to be custom development but here is the idea:
    In theory, you can read the docflow of the CRM parent document (which is in ECC) by an RFC into CRM and get the subsequent documents. The major assumption I am making here is simple: the docflow is established between the parent and the child in CRM.
    Once you have the docflow, you can show the document numbers in the R/3 and again access the individual documents and show relevant header and item details of the "CRM" docment in the ECC screen.
    FYI, an exactly "reverse" feature is available in CRM Web Channel (E-Commerce application). Here, you can see the Invoice details in the web, even though the billing documents are never replicated from ECC. We even see the document flow about the Shipping documents (Deliveries).
    Easwar Ram
    http://www.parxlns.com

  • Sale order document flow-u0091Service Documentsu0092 is coming which should't aper

    New Issue with Sales order document flow:
    When linking from a sales order in document flow, we were reviewing why the description information varied.  In looking at different values, we clicked on a new item within document flow that allows you to like to ‘Service Documents’.   This is new in 6.0, or it was previously deactivated in 4.6C.  If you link from a sales order to a service document, in ECC 6.0, you will get a short dump because the document flow is so great (viewing order #any in VA03 and use document flow and then select the service documents button    as seen on the screen below
    A Short dump will occur in program SAPLDOCUMENT_FLOW_ALV.
    Here in ECC 6.0 is how it looks from sales order 9806:
    Documents created from 2004 through 2007 are coming up as linked to this sales order and that is incorrect.  There is some type of linkage issue.  In the 4.6 C environments, the ‘service documents’ link is not visible from document flow.
    Can any body functional / technical Help on this urgent???

    Hi Sanjay,
    Go to the order VA03 --> Environment --> status overview. The exact status of the header and item can be found here. You may have chances to know why the status is being processed.
    Also 
    Check whether you have checked 'document flow update' field at item level in copy control
    Check your settings for completion rule in item category
    If it is due to incorrect status message, run report SDVBUK00. That might fix the error. It is recommended to run this first in test mode.
    Br, Sats.

  • View by cover flow not working in Itunes 8.1

    Hi all, I don't know what's Happened but view by cover flow has stopped working for some reason . view by list & view by grid still works but when i goto select view by cover flow, all I get is a blank screen where the albums should be & a empty space at the bottom. When I first installed Itunes & Quick time, view by cover flow was working. I havent used it tho for a couple of weeks then thought i'll try it again & now nothing. Is there a fix I can try to get it back to the way it was before it stopped working? It doesn't affect the use of Itunes in any way, (I can still sync to my 32gig Ipod touch no problem) but as I do use view by cover flow, I miss it & having to use view by grid & the moment (just means a double click on the album to see the tracks that's all), Yes all my drivers & directx are up to date & Itunes & quicktime are the latest versions. Cheers

    So I found out how to clean this up. Make sure to replace "USER_NAME" with the right account name.
    1. Remove Itunes, Quicktime, and Apple Mobile device Support.
    2. Reboot PC
    3. Delete C:\Program Files\Itunes Directory
    4. Delete C:\Document and Settings\USER_NAME\Application Data\Apple Computer
    5. Delete C:\Document and Settings\USER_NAME\Local Settings\Application Data\Apple Computer
    6. Delete C:\Document and Settings\USER_NAME\Local Settings\Application Data\Apple
    7. Reboot
    8. Reinstall Itunes
    This reset all of the settings and brought back the cover flow as well as keeping my existing files.
    Obviously there was a easier way of doing this.. but a full clean install helps.

  • JavaMapping in PI 7.1 Error:Unable to display tree view; Error when parsing

    hi,
    i get by testing in PI 7.1 (operation mapping) this ERROR:
    "Unable to display tree view; Error when parsing an XML document (Content is not allowed in prolog.)"
    this is my java-programm-code:
    import java.io.FileInputStream;
    import java.io.FileOutputStream;
    import com.sap.aii.mapping.api.StreamTransformation;
    import java.io.*;
    import java.util.Map;
    import javax.xml.parsers.*;
    import org.xml.sax.*;
    import org.xml.sax.helpers.*;
    /*IMPORT statement imports the specified classes and its methods into the program */
    /Every Java mapping program must implement the interface StreamTransformation and its methods execute() and setParameter() and extend the class DefaultHandler./
    public class Mapping extends DefaultHandler implements StreamTransformation {
    Below is the declaration for all the variables we are going to use in the
    subsequent methods.
         private Map map;
         private OutputStream out;
         private boolean input1 = false;
         private boolean input2 = false;
         private int number1;
         private int number2;
         private int addvalue;
         private int mulvalue;
         private int subvalue;
         String lineEnd = System.getProperty("line.separator");
    setParamater() method is used to store the mapping object in the variable
    "map"
         public void setParameter(Map param) {
              map = param;
         public void execute(InputStream in, OutputStream out)
                   throws com.sap.aii.mapping.api.StreamTransformationException {
              DefaultHandler handler = this;
              SAXParserFactory factory = SAXParserFactory.newInstance();
              try {
                   SAXParser saxParser = factory.newSAXParser();
                   this.out = out;
                   saxParser.parse(in, handler);
              } catch (Throwable t) {
                   t.printStackTrace();
    As seen above execute() method has two parameters "in" of type
    InputStream and "out" of type OutputStream. First we get a new instance
    of SAXParserFactory and from this one we create a new Instance of
    SAXParser. To the Parse Method of SaxParser, we pass two parameters,
    inputstream "in" and the class variable "handler".
    Method "write" is a user defined method, which is used to write the
    string "s" to the outpurstream "out".
         private void write(String s) throws SAXException {
              try {
                   out.write(s.getBytes());
                   out.flush();
              } catch (IOException e) {
                   throw new SAXException("I/O error", e);
         public void startDocument() throws SAXException {
              write("");
              write(lineEnd);
              write("");
              write(lineEnd);
         public void endDocument() throws SAXException {
              write("");
              try {
                   out.flush();
              } catch (IOException e) {
                   throw new SAXException("I/O error", e);
         public void startElement(String namespaceURI, String sName, String qName,
                   Attributes attrs) throws SAXException {
              String eName = sName;
              if ("".equals(eName))
                   eName = qName;
              if (eName.equals("NUMBER1"))
                   input1 = true;
              if (eName.equals("NUMBER2"))
                   input2 = true;
         public void endElement(String namespaceURI, String sName, String qName)
                   throws SAXException {
              String eName = sName;
              if ("".equals(eName))
                   eName = qName;
              if (eName.equals("NUMBER1"))
                   input1 = false;
              if (eName.equals("NUMBER2"))
                   input2 = false;
         public void characters(char[] chars, int startIndex, int endIndex)
                   throws SAXException {
              String dataString = new String(chars, startIndex, endIndex).trim();
              if (input1) {
                   try {
                        number1 = Integer.parseInt(dataString);
                   } catch (NumberFormatException nfe) {
              if (input2) {
                   number2 = Integer.parseInt(dataString);
              if (input2 == true) {
                   addvalue = number1 + number2;
                   mulvalue = number1 * number2;
                   subvalue = number1 - number2;
                   write("" + addvalue + "");
                   write(lineEnd);
                   write("" + mulvalue + "");
                   write(lineEnd);
                   write("" + subvalue + "");
                   write(lineEnd);
    in developer studio 7.1 i dont get error.
    this happens by testing the mapping-programm in ESR.
    can somebody help me please?

    Make sure that the xml created out after the java mapping is a valid xml with only one root node.
    Regards,
    Prateek

  • Line item document flow shows net value of the item

    Line item document flow shows the value of the item with currency instead of the quantity.
    Any inputs on how this is getting displayed instead of the quantity being displayed?
    Additional information:
    In this case, the line item is a third party item with item category TAS.
    The document flow displays as follows..
    *Document                                             Date                           Qty/Value     UoM/Cur*
    *Standard order xxxx                              xxxxx                            34 170,00    USD*

    Dear Anand
    Go to VA02 or VF02, input the reference and execute.  Again go to document flow screen.  Now from top menu bar, click on "Document Flow --> View --> Items".  Now check the document flow.
    thanks
    G. Lakshmipathi

  • Reclamations and returns DOCUMENT FLOW

    Hi,
    I ve to enhance the QM01/02/03 ,DOCUMENT FLOW when ever we press document flow push button,
    QM02-
    provide any QN number,
    in the menu
    extras -> document notifications->document flow->list
    rifht now it is showing only 2/3 documents in tree
    but it should be modified to
    The standard SAP Document Flow, but it must be modified, in order to show all the subsequent documents, and the user must be able to go directly to each subsequent documents.  
    The flow must follow this hierarchy: 
    For documents type ZS/ZV
    - Purchase Order
        - QM Notif.
            - Stock transfer or Scrapping
                 - Return Purchase Order
                       - Delivery
                           - Goods issue
                              - Goods receipt
                                 - Invoice
    For document Type: ZC.
    - Reference document
    - QM Notif.
    - Return Sales Order or Credit memo req. or Debit memo req.
                                              - Return invoice or Credit memo or Debit memo
    This document flows should be shown for each QN in the QM11 transaction.
    menu
    Notification -> Display Document flow
    It is a network flow that should  as is but all the documents it should show.
    it is internally calling Business objects
    1. Goto transaction "QM02",
    2. Provide some QN number
    Observe: LIST
                     GRAPHIC
    If u goto the sytem&#8594;status u ll find the program “SAPLIQS0”
    Find the Function code responsible for “DOCF”
    It will call a report program “RIBELF20”
    For other “GRAPHIC” shown in above picture
    U will find form exit “FORM fcode_docf2_f00”
    Where we can create new program like above and we can insert our own Z Program.
    But if u go to the program level and debug,
    There is one FM "DISPLAY_DOCUMENT_FLOW_ALV" that is responsible for such type of display,
    No issues,
    But internally before that he extracted all the business Objects responsible for that.
    How can I get all the business objects that are required to me to show the all the documents that I have already sent to u.
    Below are my findings about the document flow at QM11 level.
    When ever u press the Display document flow.
    The O/P is
    1. QM11 is the standard transaction using program “RQMELL10”.
        We can not modify the standard SAP transaction, and insert our code in this program.
         Alternative: we have to copy the program in Z namespace and attach the same to Z transaction code.
        Confirm the same whether the users are ready to use the “Z” transaction.
    2. Even though they accept for this:
        The function Module responsible for the Network type of display is “QM11_LESEN_BELEGDATEN_ALLG”.
        With the input parameters as (a) QN number (b) Business Object i.e.  BUS2078 (Quality notification number) (c) maximum number of steps
        The standard function module should be used in Z namespace program; the standard function module internally calls one more Function module 
        “NERL_GET_NEIGHBOURHOOD” that is responsible for the getting business objects of the corresponding number.
         But this function module gets the only three documents data but not the else that are mentioned in the FD.
    <b>Kindly provide any function module, which can meet such criteria, and the business objects of the related documents in the flow that is required.</b>

    Hi,
    Goto the T.Code "VOV7".
    Select your item category.
    Details.
    Maintain the Completion rule as "A(Item is completed with the first reference)".
    Save.
    If you do this after the follow on document is created,the item is completed and you cannot reject the item.
    For your second question,
    Goto the T.Code "VTLA".
    Select your valid combination.
    Click on item.Select your item category.Details.
    There is a check box called as "Update document flow".Tick that one.
    Save.
    Regards,
    Krishna.

Maybe you are looking for

  • Smartform to OTF to PDF attached to an email ERROR

    Hi everyone... I have this problem... I need to send a smartform attached to an email... I'm doing the following: - Create the OTF using the smartform function importing job_output_info. - Convert the OTF (job_output_info-otfdata) to PDF using CONVER

  • Portfolio Document Restriction Trouble

    I am using Adobe 9 Pro to create a large PDF portfolio that contains other PDF portfolios. This will be used by many different people using only Adobe reader. I chose to use PDF portfolios because a video forum put on by Adobe specifically said Adobe

  • How to create an occupancy grid map

    I am using a LIDAR sensor (URG-04LX) to map an environment for DaNI 1.0 in LabVIEW Robotics 2010 module.  I want to create an occupancy grid map of the environment to use for path planning purposes. Can anyone provide me with any assistance. I have l

  • How do i disable ALE in my co code

    I am trying to work on a training module and ALE is enabled in the system.  Due to which the invoice posted shows cleared when I try and check the vendor open items.  I can't reset the cleared items as the clearing doc is "ALE-extern".  Any ideas how

  • Centralized WLC Design Question

    Dears, In my scenario, i am designing CEntralized WLC deployment. I have 30 AP in Buidling X(200 Users) and 20 AP in Buidling Y(150 Users). I am planning to install HA WLC CLuster where Pimary & Secondary WLC will reside in physically different Data