Q: Attachment list of Worflow items?

Hi all,
In transaction SBWP, the Business Workplace, we'll find our workspace inbox.
In our inbox, we'll find a list of workflow items.
Sometimes an attachment list is attached to workflow items.
Now I was wondering how to find the link between the workflow item and the attachment list.
This is what I already came up with:
I can find all the headers of the workflow items in table '<b>SWWWIHEAD</b>'. Each item has a key, namely field <b>WI_ID</b>.
The objects in the attachment list are stored in <b>TOA01</b>, with key <b>OBJECT_ID</b>.
Now I just have to find the link between SWWWIHEAD-WI_ID and TOA01-OBJECT_ID
Anybody has some suggestions?
PS What is the main table of the workflow items? Perhaps that's a good start for me to start looking?
Many thanks in advance,
Guy.

Hi,
Check the tables:
SWP_NODEWI
SWWEI
SWWUSERWI
SWWWIDEADL
SWWWIDH
reward if useful
Regards
Anji

Similar Messages

  • Missing menu item attachment list in GOS regarding purchase order

    Hello All,
    I customized the archiving for different kinds of documents.
    There is all quite good for example with sales orders or invoices. I can call the transaction codes to view a speacial document - in those cases VA03 / VF03 - , click on the special GOS-icon and select from the drop-down menu the attachment list. The attachment list opens as a popup and there I see all created PDF documents.
    Only with purchase orders it won't work. Calling the ME23N and clicking on the GOS-icon the menu item attachment list is not active (light grey). With administration transaction OAAD I can see that there are archived PDF documents. So, the archiving works but still not the viewing of archived purchase orders.
    How can I activate the attachment list in this case? Maybe I forgot to do something?
    Thank you very much for your help!

    Hi,
    Check if note 1506581 is present in your system,if not please implement the same.
    Also check if in /SPRO -> IMG Customizing -> "Integration with
    our mysap.com components" -> Supplier Relationship Management ->
    Message Control -> "Activate Document Transfer"
    the customizing is correctly set for BUS2012 (Purchase Order).
    If not, please maintain this entry correctly and re-test the
    scenario.
    Regards,
    Ashwini.

  • In Apple mail, the attachment symbol does not appear in the list of sent items

    In Apple mail, the attachment symbol does not appear in the list of sent items. So you cannot sort sent emails based on whether or not they have an attachment. Is there a way to fix this?

    I think my question wasn't clear. I know how to display the attachment header (I use classic layout) but the problem is that the paperclip icon does not appear against the messages that contain attachments. See screenshot below. The attachment column is displayed but is blank. These are my sent items and I know for a fact that most of them have attachments. Can you help?

  • How to find the form name attached to AR Open item list

    How to find the form name attached to AR Open item list
    FBL5N -> Correspondance
    Thanks
    Ganesh

    You can find out in SPRO.
    Go to tcode SPRO
    Financial Accounting (New)
    Financial Accounting Basic Settings (New)
    Correspondence
    Define Form Name for Correspondence Print
    Here you will find the form attached to the program.
    To find the attached program to the Correspondence type.
    Go to tcode SPRO
    Financial Accounting (New)
    Financial Accounting Basic Settings (New)
    Correspondence
    Assign programs for the Correspondence Types
    Regards,
    Naimesh Patel

  • Calling :  FB03 - Customer Line Item - Attachment List Pop UP

    I want to call the attachment pop-up in my Z Report interactive report .
    I am showing document numbers in alv output list.
    now upon clicking the document i want to show directly the pop-up of 'attachment list' window .... how to do this...
    Normally we can see the same like this :
    1.  Run FBL5N
    2.  select one document number ( double click )
    3.  "Click Services for object " -> Attachment List
    Regards,
    Ramesh

    Hi,
    You can have an interactive report, to goto the document directly when you are clicking on the document number. However if you automatically want to go to the Services for the object, I have no idea. I dont even think it is possible. However if you can discuss with a BASIS guy, he may be able to help you on this.
    I checked this. The services are enabled only when you get into the transaction code for any SD object say order or delivery. Until then, the services for object is not even seen. So I think there is a relationship between services and the transaction code.

  • Disabling 'Change' and 'Delete' button in Attachment List in ME52N

    Hi Friends,
    The reuqirement is this:
    A user attaches doucments  ( using the Generic Object Services to attach document ) while creating/changing Purchase Requisition (ME51N / ME52N).
    Now when any user goes to see the docuemnts attached to the PR, he selects the 'Attachement List' from the context menu, he should only be able to read it and should not be allowed to change or delete the document. For this we need to disable the 'change' and 'delete' buttons from the toolbar.
    Awaiting your response.......
    Regards,
    Fawaz

    Hi,
    Probably you have uncommented the call to super class when you reimplement the method on child class (z class)
    I just implement the same thing now and it worked for me. Take a look:
    1 - Modify the SGOSATTR table by SM30, just write a Z class (in my case CL_GOS_SRV_ATTACHMENT_CREATE) .
    2 - Create/inheridt a subclass (not a copy) in SE24 of the standard class.
    3 - Implement the method CHECK_STATUS in the z class. Note that the call to method on super class came commented. You only uncomment if you want to also execute a standard code in the super class.
    Here is my code:
    method CHECK_STATUS.
    NOTE - In my real implementation I have uncommented the code below because I want do standard code be executed before my own check.
    *CALL METHOD SUPER->CHECK_STATUS
    EXPORTING
       IS_LPORB  = IS_LPORB
       IS_OBJECT = IS_OBJECT
    IMPORTING
       EP_STATUS = EP_STATUS
       EP_ICON   = EP_ICON
      Check for BUS2012 = Bussinnes Object for Purchase Order
      IF IS_LPORB.TYPEID = BUS2012
      Check authorization and disable create attachment item if the user does not have authority...
    IF IS_LPORB-TYPEID = 'BUS2012'.
    AUTHORITY-CHECK OBJECT 'Z_MM001' ID 'ACTVT' FIELD '01'.
      IF sy-subrc <> 0.
        ep_status = mp_status_inactive.
      ENDIF.
    ENDIF.
    endmethod.
    Regards,
    Alexandre

  • How to edit the text in the attachment list in MM02 through Program

    Hi,
            I want to update the attachment list for the material.
    i.e, MM02 - > Services for object - > attachment list - > "I have 2 items".
    For the the first item, there will be some text is availble. Now my requirement is to update the text.
    For your reference,
    While creating material, the GOS is used to create the items in the attachment list, the code is
      *swc_create_object lv_message 'MESSAGE' lwa_message_key.*
    *** define container to pass the parameter values to the method call**
    *** in next step.**
                    *swc_container lt_message_container.*
    *** Populate container with parameters for method**
                    *swc_set_element lt_message_container 'DOCUMENTTITLE' 'Certification file path'.*
                    *swc_set_element lt_message_container 'DOCUMENTLANGU' 'E'.*
                    *swc_set_element lt_message_container 'NO_DIALOG'     'X'.*
                    *swc_set_element lt_message_container 'DOCUMENTNAME'  'MESSAGE'.*
                    *swc_set_element lt_message_container 'DOCUMENTTYPE'   'URL'.*
                    *CLEAR lv_url.*
                    *REFRESH lt_doc_content.*
                    *lv_url = lwa_data1-url.*
                    *CONCATENATE '&KEY&' lv_url INTO lv_url.*
    **---appneding URL contents to the table*
                    *lt_doc_content = lv_url.*
                    *APPEND lt_doc_content.*
                    *swc_set_element lt_message_container 'DocumentContent' lt_doc_content.*
                    *swc_call_method lv_message 'CREATE' lt_message_container.*
    **** Refresh to get the reference of create 'MESSAGE' object for attachment**
                    *swc_refresh_object lv_message.*
    **** Get Key of new object**
                    *swc_get_object_key lv_message lwa_message_key.*
    *** Now we have attachment as a business object instance. We can now**
    *** attach it to our main business object instance.**
                    *CLEAR: lv_is_object_a,*
                           *lv_is_object_b.*
                    *lv_is_object_a-instid = lwa_hdr_data-material.*
                    *lv_is_object_a-typeid = 'BUS1001006'.*
                    *lv_is_object_a-catid  = 'BO'.*
                    *lv_is_object_b-instid = lwa_message_key.*
                    *lv_is_object_b-typeid = 'MESSAGE'.*
                    *lv_is_object_b-catid  = 'BO'.*
                    *CLEAR lv_reltype.*
    ***      IF lwa_data-url IS NOT INITIAL.**
                    *lv_reltype = 'URL'.*
    **---creating URL for the Material.*
                    *TRY.*
                        *CALL METHOD cl_binary_relation=>create_link*
                          *EXPORTING*
                            *is_object_a            = lv_is_object_a*
    ***    IP_LOGSYS_A            =**
                            *is_object_b            = lv_is_object_b*
    ***    IP_LOGSYS_B            =**
                            *ip_reltype             = lv_reltype.*
                      *CATCH cx_obl_parameter_error .*
                      +**CATCH cx_obl_model_e

    Please close this thread.Open new thread in forum [SAP Community Network Forums » ABAP Development » ABAP, General |;

  • FB03 Attachment List

    Dear ABAP gurus :
       In transaction FB03, when users display the attachment list, I got a requirement to add some checks when they select a document and press 'VIEW' button.
      I have debugged FB03 transaction triying to find the program/methos/class which is called when selecting 'VIEW' in attachment list, but didn't work.
    Also, I have read some documentation about object services and SDN posts about disabling buttons in the attachment list toolbar, but this is not excactly what I need.
      Does anybody know wheter is a BADI, method or similar to do the above?.
       I'm using SAP 6.20 Version.
    Thanks in advance for your help.
    Regards,
    Carlos.

    And these are the Badi.
    Badi Name            Description
    AC_QUANTITY_GET      Change Quantities on Transfer from SD to Accounting
    ADJUST_NET_DAYS      Net due days adjustment in FI document
    BADI_ENJ_ALT_ADR     Branch to FI-CA Account Balance and so on.
    BADI_F040_SCREEN_600 Example for Screen Enhancement in F040 Screen 600
    BADI_F040_SCREEN_600 Test Badi F040 Screen 600
    BADI_FDCB_SUBBAS01   Example for Screen Enhancement 1 on FDCB Basic Data Screen
    BADI_FDCB_SUBBAS01   FM Implementation for BADI_FDCB_SUBBAS01
    BADI_FDCB_SUBBAS02   Example for Screen Enhancement 2 on FDCB Basic Data Screen
    BADI_FDCB_SUBBAS02   Improper Invoice Screen for  Prompt Payment Act
    BADI_FDCB_SUBBAS03   WRF Prepayment Implementation for BADI_FDCB_SUBBAS03
    BADI_MIRO_SPLT_ADD   Transfer Partner Bank Type to FI in Chain Liability process
    BADI_PRKNG_NO_UPDATE Parked Invoices should not update Accounting receivers
    FBAS_CIN_LTAX1F02    CIN implementation for LTAX1
    FBAS_CIN_MF05AFA0    Invoice - Downpayment clear - Tax transfer
    FI_AUTHORITY_ITEM    Authorization Check FM Account Assignments
    FI_DOC_DISP_LI       Document Line Item Display Inventory Accounting
    FI_FB08_SUBST_BUDAT  Fin. services posting date for FI Doc reversal . with FB08
    FI_HEADER_SUB_1300   Finanzdienstl. - Buchungsdat. für FI-Belegkopf berichtigen
    FI_HEADER_SUB_1300   Example for Screen Enhancement in SAPMF05A Screen 1300
    FI_RES_ITEM_CURRENCY Implement Document of Residual Item with Invoice Currency
    FVFZ                 FI Interface for Loans
    RFESR000_BADI_001    Import ISR Post Payments
    thanks,
    Padma

  • Replicate ME52N create attachment and attachment list in Web dynpro

    Dear Experts,
    Please can someone provide sample code and 'How to' steps to replicate ME52N create attachment and attachment list in Web dynpro?
    I've looked at FILEUPLOAD and FILEDOWNLOAD in Web dynpro and this seems suitable for only 1 file attachment.
    Many thanks, Jas.

    Hi ,
    If your are having a UI like ME52N and you want an attachment feature in each row, I have below suggestions:
    Suggestion 1: If you use ALV
    Add a column in list of type Xstring or which ever suits your document specificatio
    Add a Button on the ALV for attachment,
    On click of the button you can Popup a browse window and user can select the file.
    The content of the file can be stored as Xstring for that Line item.
    Suggestion 2: IF you use Table UI element
    Add an attreibute to context node of type Xstring
    In the Table set, you can set FIleUpload as the editor for this column.
    I hope it helps.
    Regards,
    Sumit

  • Object Services  attachement list

    From FB03, I am able to view archived images from Environment==>additional assignments==>object links==>attachment list.
    However, when I am using the Object Services==>attachment list the images does not display. Any ideas why?
    I have the following authorization objects.
    C_DRAD_OBJ activity 03, document type *, Linked SAP Object *, Status *.
    S_WFAR_OBJ activity (01,02,03), Document type *, Object Type *.
    Any ideas why from one path it works but not the other?
    Thanks,
    Christina

    Hi, Christina
    plz go through this
    Graphical Display
    You can display existing assignments of material or infrastructure objects graphically on the relevant tab pages by choosing the Graphical Displaypushbutton.
    Functions from the SAP Graphics component are used for the graphical display. For more information, see SAP Library under SAP NetWeaver Library ® SAP NetWeaver by Key Capability ® Application Platform by Key Capability ® ABAP Technology ® UI Technology ® Frontend Services ® SAP Graphics
    1.      You are on the initial screen of the document display function (transaction FAIR03). Enter your selection criteria.
    If you do not make any entries here, all documents are selected.
      2.      Choosing ‘excute’ with quick info text Execute takes you to a list of the accounting documents. You can analyze the results in various ways.
    •       Document Line Items displays the line items for the selected document in the lower screen area.
    You can select multiple documents.
    •       Source Document takes you to the source document (such as the invoice). From there you can navigate to the follow-on documents.
    •        Accounting Document displays the underlying accounting document.
    •         To close the lower screen area, choose  with quick info Close List.
    Note: you have to check wether you have defined 'valution area' and tick indicator 'additional object type'
    rgds
    Ben

  • Q: BAPI/FM Attachment list

    Hi all,
    I'm struggeling for a while with this question and I havn't found a solution yet.
    Using transaction FBL1N, people of accounting can enter a vendor code and search for Vendor Line Items.
    By viewing the details of a certain line, they can select "services for object" and select "attachment list" to view a list of archive objects (like ea. Scanned documents, ...)
    Is there a BAPI (or FM) to fetch these attachment lists?
    I've already found BAPI_DOCUMENT_GETOBJECTLINKS, but I don't really know how to use it (what do they mean by documentpart and documentversion?).
    Are there any other (better) BAPI's or FM's to get those attachment lists?
    Or perhaps the tables where to find the data to create a custom FM?
    Many thanks in advance.

    Hi all,
    Thanks for all the suggestions.
    I've found a solution (thanks to the tips by Naveen Prabhakar  ).
    The link between the accounting documents and the archive objects -> BKPF-AWKEY = TOA01-OBJECT_ID on our system.
    I'll write a custom FM wich searches for the OBJECT_ID.
    Thanks very much all.

  • Transaction FBL5N and FD03 attachement list

    Hi Experts
    I want to find out from where the email attachement for customer is comming from?
    Go to FBL5N - Select the customer account, company code and  Execute - customer line item display -> select any document no and press the man standing in the tool bar -> display customer general data -> below left near display customer general data there are two drop down list select the second dropdown and select the attachment
    list you can see all the email attachement belong to that customer
    I want to know which table all these attachment list are? and how can I link the customer with these attachment list. 
    regards
    Piroz

    Hi,
    Perhaps it is related with ALV buffers. Read Note 122975 - Resetting buffering of ALV field catalog for a futher information.
    Regards
    Eduardo

  • Show originally filename in attachment list (generic object services)

    Hello everybody,
    does anybody know, if it is possible to show the originally filename of a document in the attachment list of generic object services?
    If I add more than one document for the same document type in generic object services, I'm not able to distinguish the documents.
    When I want to save an attachment to local PC, SAP offers me the originally filename as default. Therefore, the filename has to be saved somewhere...
    Thanks for any help or ideas in advance,
    Peter

    Richard,
    Your using the wrong object, I don't have access to an SAP system right now, so I can't tell you what the correct object is, but when it's configured correctly in OAC3 it will not be grey out.  Best thing to do it see what the object the program is publishing.  This is what GOS is looking for.  IFARCH21 is not the answer, unless your using workflow

  • In Attachement List Services for Objects White Screen when I Display a Note

    Hi Expert,
    Need your assistance.
    I am trying to view a note in Vendor Master data but no information provided and I can only see white screen. Below are the steps that I performed:
    1. Go to FK03
    2. Open a Vendor
    3. Click the Services for Objects
    4. Attachement List
    5. Select a Note
    4. Display it
    5. Pop up window appreared and no information occurred. Only White screen
    Is there's a missing configuration, plugin, or data in my SAP system/workstation?
    I tried to login to other PC and it worked.
    Just wondering what is missing on my computer.
    Your response will be helpful.

    Hey,
    I have the exact same problem as you have described. I also used my ipod as a watch but starting from today, whenever I unlock it the screen turns white until a reset is done. Even a factory reset through itunes didn't fix it.
    Have you found any solution?
    Bah, this is annoying.
    //Gubbar

  • Unable to open large PDF file from the Attachment list.

    Hi Gurus,
    Users had attached 10 PDF file in the work order attachment list and his supervisor is trying to open the PDF file from the work order attachment list and he is able to open 9 PDF files without any issue, but 1 PDF file is giving the error message as "Database error for <GET DATA FROM KPRO>" and then select ok, we are getting the below message.
    Window cannot find u201CC/Documents and Settings/b2m/SaoworkDir/5015851 Vendor data sheets B&P 2010 SDown XXX .PDFu2019. Make sure you typed the name correctly, and then try again. To search for a file, click the start button, and then click serch.
    Looks like this particular file is not transferring to the SAP work directory.
    Could you please check and suggest us as to how to fix it.
    Thanks & Regards,
    Srivas

    Hi,
    Thanks for your reply.
    We verified  your OSS notes it's not relevant to us Because our issue is while opening the PDF aatchement it is not transferring to my SAP Work Directory because of that reason we are getting the KPRO error. When I'm opening the other PDF files it's transferring to my SAP Work Directory and it's automatically open without any issue.
    Please check and suggest.
    Thanks,
    Srivas

Maybe you are looking for

  • Adobe creative cloud stops downloading

    why wont my adobe creative cloud download? when it is halfway it stops downloading

  • Error while running JClient in Oracle JDeveloper 10g (Windows XP)

    Hi, I am a new user to JDeveloper. I was trying to build the application using the tutorial by Oracle at: http://www.oracle.com/technology/obe/obe_as_1012/j2ee/develop/client/jclient/lesson_jclient.htm But when I tried running the MainForm.java, it i

  • Ipad 1 with win 8.1 no itunes sync

    iTunes version 11.1.4.62, windows 8.1 64 bit  and iPad 1st generation: when I connect my iPad to desktop pc with usb, windows opens file browse folder label This computer/Apple iPad/Internal storage/DCIM and shows all image folders and images. iTunes

  • Image in Address Bar

    I am just a new user training myself in Dreamweaver. However I am at a loss in how to create those little 1cm*1cm images that some web sites have up in the address bar by their URL. To be honest I don't even know what they are called or anything. Any

  • Imac is taking a deep sleep

    I walked away from my Imac 24" Intel (white) yesterday and when I came back it seemed as though the Imac went into sleep mode (although its not set to go into sleep mode in my account). Anyways I hit the space bar and few other keys also tried mouse