Table link of RFQ to Project name

Hi gurus!
I would like to ask help from you,.
To know what tables I can use to link RFQ (Request for Quotation) to Project name?
So far I have tables EKKO, EKET, and EBKN? I want to find out what project an RFQ belongs to.
Thank you!
-Mozart

Hi Mozart
The link will never be to PROJ - remember PROJ is not an account assignment (controlling) object. No cost can be posted to a project definition
The cost objects in PS are WBS and network activity (network header is rarely used)
So in the tables look for WBS or Network Activity
Once you get the object you can get the hierarchy and determine the project definition
Regards
Virendra

Similar Messages

  • Project Center - How to Update / Correct the URL/Link stored in the Project Name field.

    In the Project Center list, the link in the "Project Name" field for some projects take you the the project details page and some display the project schedule. How can I update/correct the links to display the project schedule?

    Reason for this behavior is your enterprise project template which your project manager used for creating project.
    We create Enterprise project template, associate PDP , Schedule, workflow according to our need then we use these Enterprise project template for project creation.
    In your case some of the project manager must have used basic template( default template) for some project, Custom Enterprise template for some project and f you are using workflow then workflow template for some project, that is why you are able to see
    PDP page first for some project and Schedule page for some project. 
    In order to change it you can change default PDP as schedule for Enterprise project template then open project save and publish them.
    kirtesh

  • Linked content using RH project name for topic title instead of FM file/heading name

    Anyone seen this before? (and, yes, for anyone who is interested, the epub of my book should be available once I get this solved)
    -Matt
    PS: the htm filename is fine, it's just the topic title that's odd.
    Message was edited by: mattrsullivan

    I'm pretty sure that was in reference to setting Topic Title markers...not something I want to do in a 700 page book!
    More info: The book processes and validates a clean EPUB if I omit the index, and throws 300+ errors when I include the index.
    Via Notepad++. the index shows <section name=(the project name)>, so I imagine it's taking offense at the eleventy-six files with the exact same topic identifier.
    Anyone seen this before??
    -Matt

  • SD-How to find table link of special delivery and sales order number?

    Hi Experts,
    I have a requirement as below.
    In LIPS table (SD document: Delivery: Item data), in this table has one kind data.
    One record has maintianed 2 fields PSPNR(Project definition (internal)) and PS_PSP_PNR(Work Breakdown Structure Element (WBS Element)).
    How to find sales order number of the above record? Could you tell me which table link the delivery item data and sales order number?
    Thanks a lot,
    Frank

    hi,
    check this.
    [https://forums.sdn.sap.com/click.jspa?searchID=20150250&messageID=3784069]

  • How are attribute and text master data tables linked in SAP R/3?

    Hello,
    how are attribute and text master data tables linked in SAP R/3?
    Most tables with attribute master data like T001 for company codes,
    have a text master data table T001T (add "T" to table name).
    When looking at the content of table T001 via transaction se11,
    the text are automatically joined.
    But for some tables there is no "T"-table (e.g. table TVBUR for sales offices
    has no text table TVBURT), but in se11 you get texts. There is an address
    link in TVBUR, but the Name1, etc. are empty.
    a) Where are the text stored?
    b) How does the system know of the link?
    Hope someone can help!
    Best regards
    Thomas

    Hi Thomas
    The master and text table are not linked by name, of course, if you see the text table, it has the same key fields of master table, only it has the field key spras and the field for description.
    The link beetween the tables is done by foreign key: if you check the text table TVKBT u need to see how the foreign key for field VKBUR is done:
    -> Foreing key with table TVBUR
    -> Foreing key field type -> KEY FIELD FOR A TEXT TABLE
    ->Cardinality-> 1-:CN
    It's very important the attribute sets for Foreing key field type, if it's KEY FIELD FOR A TEXT TABLE, it'll mean the table is a text table: i.e. that mean the master table is a check table for the text table, where the foreign key type is for text table.
    U can find out the text table of master table by SE11: GoTo->Text Table
    U can fined some information in table DD08L.
    Max

  • In which table can I find a project (CMOD)and enhancement (SMOD)??

    In which table can I find a project (CMOD)and enhancement (SMOD)??
    or else please suggest to me how I can find the project assigned to a enhancement?
    Regards,
    Shashank.

    Shashank,
    It looks like table MODACT makes the link between the project and the contained enhancements.
    Regards,
    Gary

  • How to make project name / no. visible in suppor message?

    Hello,
    When creating a support message (NOTIF_CREATE), I can provide a project name /project number with the message.
    This info is also available, when starting the transaction monitor (CRM_DNO_MONITOR).
    But when looking into the message itself, this information is not available anymore.
    Where can I make this info visible?
    I am assuming, that the project is somehow linked to the support message and that the project is available in principle.
    Can anyone provide me a way how to link / show the project within the support message?
    Thanks and Regards,
    Jan

    HI
    another helpful link i found, but nt sure that clear ur issue
    [Re: Field "Subject" in the web service desk (Incident Management)|Re: Field "Subject" in the web service desk (Incident Management)]
    [Re: User Status profile in Service Desk|Re: User Status profile in Service Desk]
    jansi

  • Routing Table Linking.

    I am currently working on a project whereby I am linking in MS Access the data in the "MTL_SYSTEM_ITEMS_B" Table, "BOM_OPERATIONAL_ROUTING" Table, "BOM_OPERATION_SEQUENCE" Table and "BOM_OPERATION_RESOURCES" Table. As for the link between the "MTL_SYSTEM_ITEMS_B" table and the "BOM_OPERATIONAL_ROUTING" table, there is a one to one relationship. Though for the link between "BOM_OPERATIONAL_ROUTING" (link from) and "BOM_OPERATION_SEQUENCE" (link to), this link is not so straight forward. The BOM Technical Manual shows that these tables are linked by way of the field "ROUTING_SEQUENCE_ID". What makes things complex is that there is a "COMMON_ROUTING_SEQUENCE_ID" field for parts that have similar routings. For parts that have similar routings, the valid routing is the "COMMON_ROUTING_SEQUENCE_ID". The question I have is what type of database structure should exist as there are two fields that are possible candiates for linking. When looking at the data in the "BOM_OPERATIONAL_ROUTING" (link from) table in Discoverer, the data in the "ROUTING_SEQUENCE_ID" field is unique, though the data in the "COMMON_ROUTING_SEQUENCE_ID" field is not unique. The field "ROUTING_SEQUENCE_ID" does not contain data in the "BOM_OPERATION_SEQUENCE" (link to) table where data exists in the "COMMON_ROUTING_SEQUENCE_ID" field for the part in "BOM_OPERATIONAL_ROUTING" (link from) table. In other words if you simply link the field "ROUTING_SEQUENCE_ID" that exists between "BOM_OPERATIONAL_ROUTING" and "BOM_OPERATION_SEQUENCE" you will not get operation sequence records for parts that have common routings.
    It is confusing as the Oracle Technical Manual does not spell out this issue in the Diagram 9:Routings or I do not understand how to interpret the relationships.
    Any help in defining the relationship between "BOM_OPERATIONAL_ROUTING" table and "BOM_OPERATION_RESOURCES" table would be greatly appreciated.

    I am seeing that with the complexity of the problem, I have not been clear enough.
    Basically I am trying to replicate the relationships that exist in the Oracle table structure within a MS Access environment. Basically what I am doing is taking data from Discoverer tables that were derived from the table relationships that exist in Oracle and downloading them into MS Access. Because of Sarbanes Oxley restrictions, I cannot originate reports in the Discoverer environment so I have to download the data and replicate the structure within MS Access. Secondly, the table links in Discoverer are not proper and there is no existing Discoverer report.
    I determined a jerry-rigged solution earlier yesterday for MS Access though I am sure it is not the structure that exists in Oracle. I basically created a junction table that includes only one record for each "common_routing_sequence_id" thereby reducing the relationship between the "BOM_Operational_Routing" table and the junction table to a many to one. I then linked the "common_routing_sequence_id" in a one to many relationship out of the juction table to the "BOM_Operation_Sequence" table.
    I cannot find how Oracle handles this table structure though I have reviewed the technical manual showing the relationship. It is not spelled out in the technical manual. All I see is a one to many link on "routing_sequence_id" coming from the "BOM_Operational_Routing" to "BOM_Operation_Sequence".

  • Table link between contract document and billing document

    Hi,
    Please let me know the table link between contract data and its billing plan nnumber.
    Regards,
    bhaarathi.

    VBKD is the Table name
    if Ordertype "G"  <--- that means It is a contract
    From VBAK and VBAP you can get the Contract Details for the Order Type "G"
    Go to Table VBKD, with the contract and get the billing plan .
    FPLNR <--- is the Billing plan
    Here you get the relation Between Contract and Billing Plan

  • Dynamic table linking to text file

    Access 2013.accdb
    A large quantity of text files will be arriving to the user.  They will all have the same fixed width format, but their file names will vary, and their stored location.
    The data needs to be appended into Table1
    I am thinking this approach: Link to a model text file Model.txt, and as part of that normal table linking I can set up the fixed width definitions for the fields.  I have already done this ok. So I have this linked table 'Model1' in the navigation
    pane
    When a new text file comes the user will archive it in a folder:  New1.txt
    I can then get the path as a string: "C:blah blah \New1.txt" lets call this NewString
    So what I am thinking is in order to Append in the new data; to first dynamically change the link table path to Model1 into the NewString and refresh the connect.
    The AppendQuery is looking for Model1 so that table name must not change, and the fixed widths that were part of the Model1 initial linking must not change.
    Does this sound viable - and what is the code for Model1 table relinking?  Table Def connect properties is not something I've delved into and much of the research I've found is seriously old mdb vintage
    I do not think the import spec feature of 2013 allows a dynamic change in file location / name - though if I am wrong on this point please let me know.  And I think in terms of a TransferText import I would lose the fixed widths definition and
    it would come in only as a single field file.  So these are the reasons I am thinking of manipulating the table path connection.
    Definitely would welcome advice on this one.  TIA

    getting a path to a file is pretty straight forward code out there for Windows Explorer file selection:
    'file select
    Dim strFile As String
          With Application.FileDialog(1)
               If .Show Then
                   strFile = .SelectedItems(1)
               Else
                   MsgBox "No file selected", vbInformation
                   Exit Sub
               End If
           End With
    'end file select
    so strFile would be what I termed NewString in my original post;  I have found code to change links to Access tables and even excel files - but haven't found what works to a text file....the code that I've experimented with does not like the .connect
    refresh......

  • PLD How to add Project Name In Trail balance.

    Hi,
    how to Link to projects code and Project Nalme in Trail balance.....

    Hi,
    Do you know variable or database field for project name/code? In general, Financial report PLD were designed by SAP by using variables and its very difficult to find and to add it into PLD.
    Thanks & Regards,
    Nagarajan

  • Project Name space

    Hi,
    What is the use of Project Name Space when we are creating webDynpro iView? Is there any other parameters we have to specify?
    Thanks in Advance..
    Regards,
    Mastanvali Shaik..

    Hi Mastanvali,
    Please check the link below.
    http://help.sap.com/saphelp_nw04s/helpdata/en/f5/eb50360e6a11d7b84900047582c9f7/frameset.htm
    Hope this helps.
    Regards,
    Rekha Malavathu

  • Get the project name to use in a procedure?

    How to get the project name to use in a procedure?
    example <% = odiRef.getOption ("COMPATIBLE")%> - but the project name or your id?
    in ODI 11.
    thanks
    Edited by: user ODI Dev on 01/12/2010 16:42

    I also need solution for this issue.
    I want to set ODI variable value in Jython script, this method described there: How to assign value for a ODI variable from Jython Script
    I need to update snp_var_data table. For more flexible solution i need to know project name where variable declared, because variable name in snm_var_data consist of two part <PROJECT_NAME>.<VAR_NAME>. Also this name convention don't changed after import scenarios from dev to execution repository
    Edited by: 822130 on 19.12.2010 4:31

  • Compiled CHM File Does Not Reflect New Project Name

    I have read many of the experts' responses to posts and found them extremely helpful. However, I have not seen one that addresses my issue.
    I have RH HTML Version RH8. I renamed a project via 1) File - Rename Project and 2) Single Source Layouts - Primary Layout - Properties - Output Folder and File Name.
    Two problems are: 1) The Project Folder name still reflects the old project name and 2) The CHM file still reflects the old project name.
    As a result, the output Help that the user sees still has the old project name in the title bar.
    All generated files as well as the RoboHelpHTML Project File were changed to the new project name, just as the RENAME PROJECTS Help says it should. However, the CHM file does not reflect the new project name as it says it should.
    1) Can I change the Folder name that was created when I compiled the Help file to the correct name?
    2) Can I change the FILENAME in the SELECT OUTPUT FOLDER AND FILENAME  window?
    3) Can I / should I rename the TOC and Index filenames from the old project name to the new project name? (Help says that changing the project name does not change these file names and it didn't.) 
    Will any of these actions correct the problem? I appreciate any help you can give. 

    Welcome to our community
    Try File > Project Settings.
    And if that doesn't get it, try the Project Set-up pod, windows and change the Window Caption.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7, 8 or 9 within the day!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • How to manage custom document properties (e.g., company name, project name)

    Hi,
    How to manage custom document properties (e.g., company name, project name, event date...) in Apple iWork Pages like it is possible in Microsoft Office Word ?
    The idea is to simplify the management of multiple instances of same piece of information in a document by writing them once as a "properties" of the document that can be referencing in different places of the document. Changing the property value, will automatically change all its instances.
    Thanks in advance for your help

    Thanks for your help Peter.
    Search-Replace and Auto-Substitution are not requivalent for me since I'm looking for something more complex.
    Suppose you have a document about an Event which occur on a specific date (e.g., 11-09-2003).
    In your document, you may be interested in...
    - sometimes display the date as '11-09-2003',
    - sometimes display the date as 'Novembre, 2003',
    - sometimes display the date as 'Sunday, November 9, 2003'.
    With a document property, you would be able to define the EventDate as 11-09-2003, and then define different specific format (e.g., 'mm-dd-yyyy', 'mmmm, yyyy'...) for each reference to the EventDate document property.
    Using Search-Replace of Auto-Substitution, it will be painful since you will have to define as one token per format of a document property (e.g., EventDateAsMMDDYYY, EventDateAsMMMMYYYY...).
    More than that, suppose you have a Numbers table inserted in your Pages document.
    You may be interested in using some document properties in formulas.
    This can't be solved using Search-Replace.
    But its ok, I will wait until this feature will be supported in Pages.

Maybe you are looking for

  • Using ITunes Store with Windows Vista

    I seem to be having a problem with downloading my songs. I keep receiving an error message (err. 3259) and I have already paid for my downloads. Now what?

  • Webutil.host.HostBean not found WEBUTIL_HOST.execute will not work

    Hi everyone: I've got a form. I've attached webtill.pll and subclassed webutil.olb. In the WHEN-NEW-FORM-INSTANCE trigger it does: client_host('cmd /c cd > arch.txt'); When I execute my form I got the errror: webutil.host.HostBean not found WEBUTIL_H

  • One field gets cleared from ALV to internal table

    I have an ALV grid in a view in which i append a row and add some data. This is giving me a very strange problem. I appended a row in the ALV and then filled up the data in the row. I filled three fields, two of them dates and one a decimal field. Th

  • Link from pdf doc to destination in another pdf document

    Hello Adobe gurus I have a project that requires that I link from one pdf document to a specific destination in another .pdf document. I want to be able to do this within a LAN environment.  Not sure if I shoudl be using custom link or file link or? 

  • Serial number in a particular form

    Hi,   For our Sub assembly and finish material we have assign serial number profile,   and every time whenever user create an order of sa or FG material first user have to create serial number in IQ01  oyr required formate is  YEAR - MONTH - BATCH -