In which SAP table attchment link stores ?

Dear All,
I have connected SAP to one external DMS as a content server.
It is working fine
my scenario:
say for example i create a finance document(business object BKPF) and attach the link of the document which is lying  there in my DMS and its link is there in SAP table TOA01
query : once i attach a document to this finance document , where this link of attachment gets stored?
---sandeep

dear deepak
thnx for reply
As rightly pointed by you, links get stored in the SAP link tables as per the configuration vix TOA01, TOA02,TOA03,TOAHR.
these table contains the link of the document which are lying there in DMS
my query is once i want to attach any of this link (for ex : i created a finace document in tcode FB03 (BO : BKPF) and then i attached a link of these documents lying in DMS   ... using option create attachment)
now my query is where  is this link of attachment gets stored
regards
sandeep
Edited by: sandeep sharma on Nov 9, 2011 7:37 AM

Similar Messages

  • Which SAP table stores the ABAP program Source Code

    Hi All,
    Which SAP table stores the ABAP source code .
    Is it possible to retrieve the abap program code from database table
    wherein it is stored .
    Scenario :
    In our project SAP got decommissioned and SAP database is migrated to Oracle . As SAP is decomissioned , we are not able to access the SAP frontend . But we need a program code to service a request . Is it possible to retrieve the program code from the database
    which is migrated to oracle .
    Thanks
    Shikha

    This is an interesting question as the answer is may be different depending on your version.  For example, in new releases the table REPOSRC appears to hold a compress version of the course code in the DATA field, but you would need to be able to decompress it if trying to read this directly out of the DB.  I would assume that it uses gZip to do the compression, and there are ABAP utilities built in to do the compress/decompress.  Of course you can always read the source code by using the READ REPORT statement in any release, but of course this will not help you if you can not log on to your system.  Basically, if you system is corrupt for some reason, the best option is to restore from a backup.
    REgards,
    Rich Heilman

  • Workflow attchment data stored in which SAP Tables

    Hi,
    In Leave workflow when approver rejects it the approver(Agent) provide the reason for rejection as an attachment.
    I have to send the external mail to the employee.
    I am able to send the mail with fixed information, however unable to extract the information from attachment ( want to know in which SAP Tables say SW* this information is stored) or any other solution.
    Help Please.
    Praveen Jain

    You really shouldn't worry about that. Use the access functions instead.
    If you are thinking about the e-mail address for a user, use the function module BAPI_USER_GET_DETAIL.
    If you are thinking about the e-mail address for an employee (which is not stored in the same table), one solution is to use BAPI_EMPLCOMM_GETLIST and look for an entry with subtype 10 (this one is SAP standard I believe) or any custom subtype which should hold e-mail address.

  • In which SAP tables where INCOTERMS COST are stored?

    Dear All, Costing/Financial Experts,
    <b>Could you please let me know,
    In which SAP tables are cost details  for "INCOTERMS" stored?</b>
    OR if someone can help me navigate to find the <b>cost</b> data for incoterms ?
    Thanks in Advance.

    Try these:
    A033
    A034
    A127
    A301
    Rob

  • IN which SAP tables Email id is stored

    In which sap tables Email Id is stored

    You really shouldn't worry about that. Use the access functions instead.
    If you are thinking about the e-mail address for a user, use the function module BAPI_USER_GET_DETAIL.
    If you are thinking about the e-mail address for an employee (which is not stored in the same table), one solution is to use BAPI_EMPLCOMM_GETLIST and look for an entry with subtype 10 (this one is SAP standard I believe) or any custom subtype which should hold e-mail address.

  • Which SAP tables does CM read to update data

    Hi
    Please can someone tell me which SAP tables in FI, MM and SD that SAP Cash Management  (CM) selctes data from when updating FSCM-CM.
    In other words, if I delete CM data and then recreate it using programs RFFDDL00  (delete) and RFFDKU00 / RFFUEB00 / RFFDMM10 / RDDSD10 / RFFDMM20  (create for OIs, GLs/Bank Bal, MM/POs, SD/SOs and MM/PRs resp) which tables are the source tables for SAP CM?
    Thanks for any help anyone can give me. I'm trying to undesrstand the data creation process to trace why the drill-down to AP/AR OIs is not working and why the GL drill-down lists 000's more OIs than the CM balance shows and why the drill-down for POs/PRs in MM and SOs in SD works correctly.
    Wayne

    Hi Priyanka,
    Please take a look at these..
    http://help.sap.com/saphelp_erp2005/helpdata/en/04/964e38533e3860e10000009b38f889/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/5a/5b5738ed5a1d36e10000009b38f889/frameset.htm
    cheers,
    Prashanth
    P.S Please mark helpful answers

  • In which SAP table Jobname and Jobnumber data was stored.

    Hi Experts,
    when we are executing the job_open FM one Job Number was generated,In which SAP table this job number was stored.
    Thanks in advance.
    Regards,
    Bhaskar

    Check..
    SELECT JOBNAME JOBCOUNT STEPCOUNT STRTDATE STRTTIME
        FROM TBTCO
        INTO TABLE IT_JOB_ID
       WHERE JOBNAME IN S_JOB
         AND STATUS = 'F'
          ORDER BY STRTDATE DESCENDING STRTTIME DESCENDING.

  • As the per  corresponding to the BSI  which sap table  should be in sync?

    Hi
    As the per  corresponding to the BSI  which sap table  should be in sync? is it BTXRATE?

    Hi Arun,
    You are right. You have to choose MDSD_APPLICATION_AWT only for the mobile ID.
    Best Regards
    Sivakumar

  • Ztable and Zfucntion module are stored in which SAP table

    Hi Guys,
    We use to create Ztable and Zfunction module in SAP, In which table are the table and function module name would store?
    Thanks,
    Gourisankar.

    Hi Gowri,
                 Tables stored based on the Package that is how you save if you save under any package it will saved under that package. similarly Function module are saved with respect to Function Group.
    Regards,
    Sathish

  • SAP Tables for AR Information

    Hi All,
    I wanted the following information for Accounts Receivable:
    1) AR Invoice Payments Infomation:
    - Company Code 
    - Customer code
    - Invoice No 
    - Posting  Date ( Receipt Date )
    - Payment  Amount (local currency )
    2) AR Invoice Information:
    - Company Code 
    - Customer code
    - Invoice No 
    - Due date
    - Invoice date
    - Posting  Date
    - Invoice Amount (local currency )
    - Sales Amount (only Sales Revenue)
    - Vat Amount (only Sales Tax amount)
    Please let me know in which SAP tables I can get the information for 1 & 2 above.
    Your early reply will be a big help.
    Regards,
    Rajaram

    Hi,
    Thanks for your reply. My problem is for the AR payments received from Customers, I am getting all the information I require from BSAD, except the actual payment received, which is not available in BSAD. I only get the Invoice amount which has been cleared and not the actual payment received from Customer.
    Any thoughts on how to get this information.
    Regards,

  • Sap table differences between 4.6C and ECC 6.0

    how do i find out which sap tables has been changed between 4.6C and ecc 6.0 version.  Is there a program I can run? website?

    Hi,
    You have to check with the Relese Notes provided by SAP for the Latest changes of the SAP versions.
    But in that also, it will not be clearly mentioned by Table name, that it was changed. Only during the Upgrade of the SAP versions, all those problems will come into picture, which has to addressed and solved one by one.
    Regards,
    Anji

  • SAP tables used to fetch role names into 'Lookup.SAP.UM.Roles'

    SAP User Management Lookup Recon schedule task is used to populate all the Lookup's defined in 'Lookup.SAP.CUA.LookupMappings'. In case of the lookup 'Lookup.SAP.UM.Roles', the description of the SAP Role is populated in Decode value.
    In our environment, the SAP role description is changed in the table 'USRSYSACTT' for both LANGU types 'E' and 'D'. However, when we run the schedule job, we are unable to see the updated value of description in the lookup 'Lookup.SAP.UM.Roles'. Please let us know which SAP table is actually being used to fetch the role information in OIM.

    Dear Satish,
    Do you have any red alerts on top of your change request?
    If yes, you cannot change the status of this change request.
    Do a double click on the alert flag and clear/maintain any alerts first.
    I had just the same problem.
    Yours
    Markus

  • IDoc field and SAP Table field

    I want to find out which SAP table field is populating the given IDoc segment without getting into ABAP code? Do we have something like "Where-used" list? On the reverse side, If I want to know which SAP Table field the incoming IDoc segement is posting to, how do I do that? Thanks in advance.

    Hi,
    This is very difficult without going into the ABAP code. Some time it is easy like if you see IDOC MATMAS05
    Segment  E1MARAM = MARA
    Segment  E1MAKTM = MAKT
    Segment  E1MARCM = MARC
    etc.... also you can judge from the name of a segment.
    Thanks,
    Mandar

  • Is there any standard SAP table which stores the license number assigned to a delivery item

    Hi Experts,
    This is in relation to license number assigned to a delivery item under ‘Export License Log’. Our scenario is for delivery of type NLCC created for an inter-company stock transport order. (i.e.not a sales order case where the license may get copied from sales order to delivery through copy control)
    As we understand, for legal control – relevant scenarios, export license for each item shall be determined afresh every time the delivery is accessed. (Depending on legal regulation, grouping, destination country, export control class, delivery partners vis-à-vis license master customer assignments etc.)
    To print the license text on one of the delivery output types, we want to access the license number for each item. (determined under export license log)
    Our question is:  is there any standard SAP table which stores the license number assigned to a delivery item?
    We have checked some of the license tables (T606*, VAEX, EMXX etc.) but couldn’t get any specific table storing delivery-item-specific license data.
    Helpful answers Text Removed
    Regards,
    Jagan
    Message was edited by: G Lakshmipathi
    Dont add such text in your post

    Hi Lakshmipathi,
    The export control log can be accessed by going to delivery Extras-> Export license log
    We need a table that stores the determined license for each item in a delivery document ( as shown in the below screenshot)
    Regards,
    Jagan

  • Table that store primary key info of each SAP table

    Hi,
    I am wondering if anyone can tell me which table in SAP that stores primary key for each SAP tables. I would appreciate if anyone can help me with this.
    Sunny

    Hi,
    Try this function module.
    DDIF_FIELDINFO_GET
    Description: Interface to Read Text on Tables or Types
    You can try with table DD03L.
    If you  find my answer sutiable please give me sutiable points.
    Regards,
    Irfan Hussain

Maybe you are looking for