Any FM to Read Documents from transaction code CRMD_ORDER(Service Request)

Hi All,
Please advice, if any function module to read(extract) Document attached to a created Service Request using Transaction code "CRMD_ORDER". The document is stored in the header level "DOCUMENTS" tab. My requirement is to read the documents stored in this tab and then attach them to a mail. Please do help.
Thanks
Nagesh Thanneeru.

Hi All,
Can you please tell me what are the input parameters for this function module.
This is for service order item type where the document is attached.
Is there a function module to read these details.
Regards,
Dhruv

Similar Messages

  • BAPI/FM to update accounting document (FB02 transaction code )

    Hi ,
    Please let me know is there any BAPI/FM to update base line date and discount at header lelvel in accounting document
    (FB02 transaction code ) . basically to update vendor open invoices documents
    thanks
    Naveen

    Ok i finally figures out how to get around this issue.
    USe FM: PRELIMINARY_POSTING_DOC_WRITE

  • I want to change my simulate view of document in transaction code F-02

    Dear all
    I want to change my simulate view of document in transaction code F-02 and want to display line item text there in my simulation.The standard layout in edit option"FB00" is "SAP01 SAP standard".This is in Doc. overview line layout.
    I want to add line item text in the line layout by copying the same.can any body tell me the menu path for resolving my problem
    Thanks in advance
    Regards
    Requester

    Hi,
    Use transaction O7E6 and create your own variant and then set up using transaction FB00.
    Award points if helpful.
    Sadie Gajanand

  • Standard Memo Lines read account from Transaction type not from memo accoun

    Standard Memo Lines read account from Transaction type not from memo account
    Is There Away To Readed From Memo lines account
    Facts:
    Define New Standard Memo Lines with Name "Discounts"
    With Type: Line
    Revenue Account: 01.0.000.0000.000.411001.0000
    Active Date: 01-JAN-2007
    When I create transaction with class Invoice
    I select the transaction type, and select customer
    I press on line items button
    I open the list description I select the "discount" define as memo line, I save the transactions
    I press on the Complete Button
    After that I navigate to Distributions button
    I found the account affect not read from account define for memo lines. It read from revenue account define in transaction type
    Especially when I use memo lines, how to read revenue account from account assign to memo lines not from transaction type

    Standard Memo Lines read account from Transaction
    type not from memo account
    Is There Away To Readed From Memo lines account
    Facts:
    Define New Standard Memo Lines with Name "Discounts"
    With Type: Line
    Revenue Account: 01.0.000.0000.000.411001.0000
    Active Date: 01-JAN-2007
    When I create transaction with class Invoice
    I select the transaction type, and select customer
    I press on line items button
    I open the list description I select the "discount"
    define as memo line, I save the transactions
    I press on the Complete Button
    After that I navigate to Distributions button
    I found the account affect not read from account
    define for memo lines. It read from revenue account
    define in transaction type
    Especially when I use memo lines, how to read revenue
    account from account assign to memo lines not from
    transaction typeHi,
    In my opinion, we need to set up AUTOACCOUNTING for 'REVENUE' as standard lines so that system picks up Revenue account from Standard memo lines instead of Transaction type.
    Regards,
    Sreenivas

  • I have a MACBook and need to read documents from the govenment. Where do i get Pure edge viewer or something that will work?v

    I have a MACBook and need to read documents from the government. Where do I get Pure edge viewer or something that will work?  I have Adobe already.

    Try this page http://net4geeks.com/index.php?option=com_content&task=view&id=69&Itemid=13

  • Reading Attachments from T-code VF03

    Hi folks,
    I have a requirement to download all the attachments from T-code VF03 into my 'Z' program, I searched SDN a lot and I came to know that FM 'SO_OBJECT_READ'  can be of some help. However, I could not understand how exactly I need to pass the parameters to it. Can I get some help how to use the FM 'SO_OBJECT_READ'  or if there is any other way to download the attachments from VF03 into custom program?
    Regards,
    Rishi

    Hello Rishi,
    You can try something like this -
    ***    get the selected invoice
        read table t_final into w_final index e_row_id-index.
        clear pdf.
    **    get the documents attached
        select    instid_b  from srgbtbrel into  table t_obj_key where  instid_a = w_final-vbeln
                              and typeid_a = 'VBRK' and
                               catid_a = 'BO'
                              and reltype = 'ATTA'.
        loop at t_obj_key into w_obj_key.
          wa_folder_id =  w_obj_key(17).
          wa_object_id = w_obj_key+17(18).
          clear wa_sood2.
    ***      get the file details
          call function 'SO_OBJECT_READ'
            exporting
              folder_id         = wa_folder_id
              object_id         = wa_object_id
            importing
              object_hd_display = wa_sood2.
    Let me know if you need further help.
    Thanks,
    Guru

  • Upload/Read Documents from SAP-CRM to/from SharePoint

    Hello ,
    We have a requirement to upload documents from SAP CRM to share point(select the document from the desktop and pass the data to sharepoint server) , the user should also be able to view the documents located in Sharepoint.
    There are web methods in SharePoint already developed which will allow the uploading of the documents and passing the location of the stored documents as URL back to CRM.
    Could any one please help me in the follwoing
    1. Configurations to do on SAP side for Calling the methods developed in Sharepoint.
    2. Configuration to pass the document from SAP CRM(Uploaded from desktop) to sharepoint.
    Thanks in advance

    Hi Ravi,
    We also have a similar requirement in which we need to read the document stored in an external server from SAP CRM. Can you please let me know know how you achieved this. I will know the exact path (URL) of the document. Using this is it possible to retrieve the content of the document.
    Regards,
    Sudha.

  • Recurring document on transaction code F.14

    Hi All,
    I got problem with this user complaining on the recurring document when she try to execute on the above transaction code. At first she create few documents with success then when she try to do the next step, which is to create posting documents from recurring documents, the error occurred. with the message:
    Session FEB09 was not created.
    Message No. FB202
    Diagnosis
    You have started the report SAPF120
    System Response
    No recurring document could be selected which would have corresponded to the selection criteria you specified. The session FEB09 was therefore not created.
    Plz help and assist me to solve this issue. appreciate ur help. Thanx in advance.

    Hi,
    Use transaction O7E6 and create your own variant and then set up using transaction FB00.
    Award points if helpful.
    Sadie Gajanand

  • Upload documents from transactional screen - Sale & Purchase Order

    hi All,
    I am trying to have DMS attachment from trx - VA02 directly. I have come across few links which say - this is possible.
    upload documents from user transactional screen to content storage area | LinkedIn
    I am able to get the functionality for CJ20N - 'WBS Element' Object (Screenshot attached). Can someone pl suggest if I am missing something to get the same functionality for Sale Order / PR & PO.
    For Sale Order - I believe the 'Create' icon shall be 'Enabled' once I navigate - Extras -> Documents.
    -thanks

    Hi
    This button is only displayed if you use the new screen logic (see note 1066915) and when you have maintained the necessary customizing for the required document types and objects in transaction DC10.
    So I would kindly ask you to go to transaction DC10 and mark a document type where the necessary object is linked under 'Define object links'. Choose the right object and display its details by double-click. Then you will see the field 'Create document' where you have to enter a value '1' (using transaction) or '2' (simple creation). Please enter a value and flag the 'Additional function' checkbox too.
    /Tilak

  • Find SAP-Query from transaction code

    Hi All,
    I want to find the query related to transaction code.
    Someone has created query and assined t-code to same.
    I want to make changes in the same query but i m not getting that query.
    I dont know the infoset or user who created it.
    Suggest me the way to find it .
    Regards,
    Deepak.

    Hi,
    1.Goto SE93 and enter your transaction code.
    2. Screen Fields :
        I. D_SREPOVARI-REPORTTYPE  : should be 'AQ' in case of SQ01 queris.
        II. D_SREPOVARI-REPORT: Gives the name of the user group and query areas/environment
         for ex. D_SREPOVARI-REPORT = TEST          G 
         Means user group 'TEST' from 'Global Area' i.e. 'G' stands for global area and if G is not there then user group is in 'Standard 
         area'
        III. D_SREPOVARI-EXTDREPORT : Gives the name of the query.
    3. Then from SQ01 select the respective area global or standard.
    4. Select respective user group by clicking on 'Other User Group ' button (Ctrl + F7 ) and then you can find out the required query in that user group.
    Let me know if this suffices your requirements.
    Regards,
    Priya Bhat

  • BAPI list from transaction - code

    Hi all,
    it's exist a way to put as input a transaction-code and have as output a bapi's list in relation with t-code entered ???
    Tks a lot,
    bye

    hi,
    I don't think that there is any transaction code or a table to determine the same  ..
    Regards,
    Santosh

  • Read data from transactional cube in version SEM 6.40

    Hi,
    In an exit function of the transaction BPS0, I want to read transaction datas in a transactional cube. In version BW 2.1C - SEM 3.0A, I used the function RSDPL_CUBE_DATA_READ. Now the system is in version BW 3.5 - SEM 6.40 and the function just read datas which are in request's status 'OK' (watch transaction RSA1, 'manage' on the cube). If the request as status 'indifferent; not yet finished', the function don't read its data.
    How can't I read all the transaction datas in a transactional cube.

    Dear All,
    Restamtent functionality did not help at this issue.
    What we did a Copy of the Version and attached the "old" hierachy.
    This was the only solution.
    Regards
    Oliver

  • Any send is-retail material and transaction codes

    Hi,
    i am new to is-retail. i need is-retail material and transaction codes.
    1.how can i found article hierarchy?
    2.transaction code for article creation?
    3.transaction for country, zone, state, city, store, concepts?
    4.transaction code for product category?
    Regards,
    venkat.

    Please look at
    Master Data in SAP Retail: Some deep hints
    Regards
    B

  • Provide any exapmle which reads data from registry

    Hi
    I have gone through samples provided for plug_in.
    I wanted any example or any link to read registry data ,so that i can some icons disabled or enabled by reading registry data.
    Kindly help regarding this.
    Thanks in advance
    Santosh

    For the access of the registry look at the documentation of the Windows API.

  • Ask from Java code if service runs

    Hi,
    i have a service,  com.business.company.navigation.connector
    running as ear on sap portal server.
    Is there a way to ask from Java code if this service is running or not!?
    I found following code which shows how access the portal runtime to get
    default portal services:
    NavigationEventsHelperService helperService = (NavigationEventsHelperService) PortalRuntime.getRuntimeResources().getService(NavigationEventsHelperService.KEY);
    Thanks for any hint.

    Hi,
    i have a service,  com.business.company.navigation.connector
    running as ear on sap portal server.
    Is there a way to ask from Java code if this service is running or not!?
    I found following code which shows how access the portal runtime to get
    default portal services:
    NavigationEventsHelperService helperService = (NavigationEventsHelperService) PortalRuntime.getRuntimeResources().getService(NavigationEventsHelperService.KEY);
    Thanks for any hint.

Maybe you are looking for