Relation between different GUID and tables in RPM

Hi All,
can you tell me the relation between different GUID and tables in RPM. Many thanks.
Regards,
J B

Hi Deepesh,
Try the foll. join :
    SELECT  fragment_guid  INTO  (some internal Table)
         FROM  comm_pr_frg_rod
         WHERE  product_guid  = (your product guid list)
This should give u a complete match of the products.
Hope this helps.
Regards,
Raviraj

Similar Messages

  • Getting relation between infotype IT0007 and table T550A

    Hi experts,
    My requirement is as follows. For an employee work schedule rule(field SCHKZ) is maintained in the table IT0007. For every work schedule rule there is start of planned work time( SOBEG ) and end of planned work time(SOEND) in the table T550A.
    Can anybody please help me in getting a relation between these two tables.
    Thanks,
    Manasa.

    Hi ,
        Use the below FM to get SOBEG , SOEND ...
        RP_CATT_DAYPROGRAM
    Regards,
    Srini.

  • Is there any table for relation between batch number and valuation type ?

    hi,
    I would like to know where i can find relation between batch number and valuation type ?
    thank you and Best regards
    Fernand

    Hello
    MCHA

  • Relation between GL Account and Invoice?

    Hi Experts,
    I am working with the FI reports for the first time and I do not have any idea on FI functional flow. I have some basic questions like
    What is the Relation between GL Account and Invoice?
    When will an Invoice be posted into BKPF, BSEG, BSAD, BSID, BSAK and BSIK? Is there any field in these tables which gives the Invoice number against which a GL Account is created?
    For example if I want to calculate " no of vendor invoices without PO how can I do that"? How can I know what are vendor invoices created against a PO or without PO?
    Thanks for any help in advance and I am bound to reward points.
    Sri

    <b>What is the Relation between GL Account and Invoice?</b>
    SAP's Glossary for GL Account is
    "A structure that records value movements in a company code and represents the G/L account items in a chart of accounts.
    A G/L account has transaction figures that record changes to the account during a posting period. These figures are totals that are used for G/L reporting."
    In accountancy, an account is a label used for recording and reporting a quantity of almost anything. For example when a company pays salary to its staff, They debit Salary account. This is to identify what is the nature of an expense.
    An invoice is a message to the buyer of goods or services that contains, among other things, Name of the goods or services, Quantity sent, & Remuneration due.
    Invoice is also a SD document used to charge a customer for a delivery of goods or for services rendered.
    <b>When will an Invoice be posted into BKPF, BSEG, BSAD, BSID, BSAK and BSIK? Is there any field in these tables which gives the Invoice number against which a GL Account is created?</b>
    If it were a vendor invoice. (i.e you purchase items or service and recieve invoice)
    Invoice get posted to the tables once someone makes a Logistics Invoice verification through t-code MIRO etc. The teble RBKP gets the first posting.
    If it were your own invoice to your customers, then VBAK and VBAP get the posting.  The connectivity of tables are available in http://www.erpgenie.com/abap/tables.htm As far as SAP is concerned an invoice is a document, so you can only trace invoice as a document number, field name is usually BELNR. Even if a vendor invoice arrive, an internal invoice number is generated where the vendor invoice is entered only as a reference field. This is because, each vendor can have inovices of different size and pattern.
    <b>How can I know what are vendor invoices created against a PO or without PO?</b>
    For a purchase order you can find in table EKBE for BEWTP = Q any invoice document.

  • Relation between server's and runtime Data Model?

    I am working on a project utilizing the MVC architecture.
    After some doubts, I decided to create one DataModel class for each table of the server's normalized database and create the necessary relations at runtime and not in SQL prior to download.
    The database is only a few MB and I need the flexibility.
    I would appreciate some links to theoretical material regarding the relation between the runtime and the server's DB data model.
    Thanks,
    David

    Hi Anirudh/Deepa,
    As You said first I have created Outbound Connection Pool for DB adapter and given eis/DB/HRDBDataSource as JNDI name. It asked to save the file Plan.xml and i saved it in Oracle_soa1/Soa/Plan.xml
    Next I created datasorce with JNDI name jdbc/HRDBDataSource and provided all credentials.
    For AQ also i created connectionpool with JNDI name eis/AQ/MyAQ . Here also it asked to save the Plan.xml and Isaved it in Oracle_soa1/Soa/applications/Plan.xml
    In Jdev while configuring AQ adapter I have selected the database [for this only i created connection pool and datasource] and given the JNDI Name as eis/AQ/MyAQ . (I tried with and without giving datasorce value jdbc/HRDBDataSource in AQ adapter )
    Still I am getting the below error.
    *Exception occured when binding was invoked. Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'Enqueue' failed due to: JCA Binding Component connection issue. JCA Binding Component is unable to create an outbound JCA (CCI) connection. Queue:EnQueue [ Enqueue_ptt::Enqueue(EMP_MESSAGE_TYPE) ] : The JCA Binding Component was unable to establish an outbound JCA CCI connection due to the following issue: No suitable driver found for . ". The invoked JCA adapter raised a resource exception. Please examine the above error message carefully to determine a resolution. No suitable driver found for 0*
    Please guide me
    Regards
    PavanKumar.M

  • What's the difference/relation between a topic and a page?

    Hello all,
    I'm not sure about the relation between a new page and a topic: it seems that a topic can be composed of pages, but when I look at the topic's HTML, there's no new section (DIV) for the added page.
    Also, am not sure about the relation between the book and the topics/pages.
    Would be grateful if somebody could either point to reference material or provide a few clarifying words on this.
    Many thanks, Donna

    Hello again
    Okay, I'm interpreting that as meaning it really didn't make much better sense to you. I'll take another stab at it.
    When we create content in RoboHelp, we create what most of the world would know as HTML Pages. These are simple files that contain HTML code. And on the World Wide Web, they would be generically called Web Pages.
    But remember, RoboHelp is a Help Authoring application. Not a Web building tool. So while the tool (RoboHelp) actually creates different HTML Pages, in Help Authoring speak, we just call them Topics. Because we are typically describing something helpful. So this Topic is about clearing a paper jam from a printer while this other Topic is about How to Fill Out an Expense Report.
    So generically speaking, each of our HTML Pages in our project is known as a different Topic. Sometimes we mix the terms can call them Topic Pages. So they are sort of synonomous in that respect. HTML Page = Topic
    Now, part of building any respectable help system is the fact that you are able to create a Table of Contents (TOC). Each node (or entry) that is part of your TOC structure likely points to a different Topic in your project. But when we edit the TOC, we generically say we are creating a Page. (This is typically because the TOC most often uses icons that look like Open or Closed Books, with Pages inside each Book that individually point to Topics.)
    Hopefully that makes better sense... 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

  • Where can I find the relation between company code and plant?

    where can I find the relation between company code and plant?
    I need to the list of plants under a company code.
    Which table?

    yes,wayne weng   .What you said is right.
    Thank you very much!
    My MSN:[email protected]

  • Relation between business process and functional area during the role search

    Hi Experts,
    We have 2 functional areas in which we have different business process involved.
    During the Access request, if the user selects  one functional area then business process related to that functional area should come.
    Is there any functionality in GRC, where the mapping between functional are and business process to be done?
    Thanks,
    Sriram

    Hi Sri,
    there is relationship between 'Business process' and 'Sub-business' process as in configuration parameter you can setup that once business process is selected only relevant sub-process will be selected.
    There is no such a relation between functional area and business process.
    Filip

  • Relation between Business Partner and User

    Hi everyone.
    Where can i found the relation between the business partnes and user in the tables of CRM application.
    Thanks.
    Mauricio N.

    But in the database where is located this data, which is the table in the database that has the relation between business partners and users???
    Thanks,
    Mauricio N.

  • Relation between BSEG with Asset Tables

    HI Guru's,
    how to find relation between BSEG with Asset Tables like ANLA and ANEP..
    regards
    JK

    Foreign keys
    - ANEP items are linked to ANLA via fields in common ANLN1 and ANLN2
    - ANEK header is linked to ANEP items via fields in common ANLN1, ANLN2, GJAHR and LNRAN
    - BKPF and BSEG are linked to ANEL ANEP via BUKRS, BELNR and GJAHR
    Optimization (as BSEG is behind a cluster table RFBLG)
    - Append BSIS (ZABSIS) and BSAS with ANLN1 and ANLN2, then create an index with these fields. As BSIS is filled via MOVE-CORRESPONDING statement, only a one-shot report to initially fill the new fields is to be developed. (look at old OSS [Note 62435 - F-03: Selection by purchasing documents|https://service.sap.com/sap/support/notes/62435] for optimization via purchase order)
    Regards

  • Relation between statistical document and the real document

    How do I get relation between statistical document and the real document.
    Actually I want to reverse the posted real document and then convert statistical document into real document.
    Problem is that I have the Main/Sub transaction of statistical document but not of real document. So how do i link both of them.

    Hello,
    LFA1 is just a master data table.
    To get the number of open items you refer table BSIK
    To get the number of cleared items, you refer table BSAK
    These two tables gives you the number of line items posted on vendors.
    Hope this is informative.
    Regards,
    Ravi

  • Relation between Sales order and Production order

    Hi,
    In Make to stock scenario how the relation between Sales order and production order are related.In which table we will get the related fields (expect AUFK,VBAK,AUFO).
    warm regards,
    Surendar reddy.

    The relation between sales order and prodution order  is as follows.
    Pass AUFNR to AFKO/AFPO  Get AUFPL.
    Pass AUFPL to AFVC Get BANFN.
    Pass BANFn to EBAN Get EBELN.
    Hope this works .
    Cheers,
    Lakshmi Prasanna Gandham

  • Difference between line type and table type

    hi,
    can any one explain the difference between line type and table type . and how to declare a internal table and work area in BSP's

    hi,
    Go through this blog, this might help you.
    /people/tomas.altman/blog/2004/12/13/sdn-blog-how-to-do-internal-tables-in-bsp
    People who have worked with ABAP for a while sometimes forget that the internal table concept is rather different than what exists in most programming languages. It is very powerful, but at the same time can be confusing.
    In SAP it is possible to have a table which is the rows and a headerline which is the working area or structure which can then be commited to the table.
    With a BSP, if we try to create an internal table within the BSP event or layout we will get the following error: mso-bidi-
                            "InternalTableX" is not an internal table - the "OCCURS n" specification is mso-bidi- missing.
    class="MsoNormal"><![if !supportEmptyParas]>The problem we are seeing as an inconsistency has to do with the difference between classic ABAP and ABAP Objects. When SAP introduced ABAP Objects they decided to clean up some of the legacy syntax and create stricter rules. However they didn't want to break the millions of line of code that already existed, so they only implemented these stricter checks when OO is being used. Therefore you can declare a table with a header line in a regular ABAP program or Function Module but you can't have one with a header line in OO.
    Because everything in BSP generates ABAP OO classes behind the scenes, you get these same stricter syntax checks. My suggestion is that you have a look in the on-line help at the section on ABAP Objects and always follow the newer syntax rules even when writing classic ABAP programs.
    In a BSP when we need to work with a table we must always do the following:
    1, in the Types definitions create a structure:
                            types : begin of ts_reclist,
    mso-bidi-        style='mso-tab-count:2'>                            receiver type somlreci1-receiver,
    mso-bidi-        style='mso-tab-count:2'>                 style='mso-tab-count: 1'>             rec_type type somlreci1-rec_type,
    mso-bidi-         style='mso-tab-count:2'>                            end of ts_reclist.
    mso-bidi- <![if !supportEmptyParas]> <![endif]>
    but we must remember this is only a structure definition and we cannot store anything in it, although we can use it elsewhere as a definition for Structures(WorkAreas)
    2, in our Types definitions (this is the best place for this one as we can then access it from many areas without having to create it locally) so in the Types definitions we must create a TableType:
    class="MsoNormal">                         types : tt_reclist type table of ts_reclist.
    class="MsoNormal"><![if !supportEmptyParas]> <![endif]> this TableType is our table definition and again we cannot store anything in it, but we can use it elsewhere as a definition for InternalTables
    3, now that you have laid the foundations you can build and in the event handler, it is now simply a case of creating the InternalTable based upon the Table definition:
                           data: t_reclist type tt_reclist.
    and creating the structure based upon the structure definiton:
    <![if !supportEmptyParas]>   <![endif]>                         data: s_reclist type ts_reclist.
    as described above, the structure becomes the work area and this is where you assign new values for elements of the table eg:<![endif]>
                            s_reclist-receiver = '[email protected]'.   "<-- change address
    mso-bidi- <![if !supportEmptyParas]> <![endif]>
    mso-bidi-                         s_reclist-rec_type = 'U'.
    and then once the data is in the elements of the structure, the structure can be appended to the internal table as follows: class="MsoNormal">
                            append s_reclist to t_reclist.
    <![if !supportEmptyParas]> <![endif]>
    the internal table will then be readable for the ABAP function and can be applied for example as follows: class="style1">           style='mso-tab-count:1; font-family: "Courier New", Courier, mono;'>          
    class="style1">CALL FUNCTION 'SO_NEW_DOCUMENT_SEND_API1'
                            EXPORTING
    style='mso-tab-count:2'>                                    document_data = docdata
    style='mso-tab-count:2'>                                    DOCUMENT_TYPE = 'RAW'
    style='mso-tab-count:2'>                                    PUT_IN_OUTBOX = 'X'
    style='mso-tab-count:2'>                                    COMMIT_WORK = 'X' "used from rel.6.10
                            TABLES
    mso-bidi-font-size: style='mso-tab-count:2'>                                    receivers = t_reclist
    class="style1"> <![if !supportEmptyParas]>   <![endif]>
    <![if !supportEmptyParas]>F inally, a comment from Thomas Jung,
    <![if !supportEmptyParas]> “when defining my work area for an internal table I like to use the like line of statement. That way if I change the structure of my table type, I know that my work area will still be OK. Second, your types and table types don't have to just be declared in your code. You can create a table type in the data dictionary and use it across multiple programs(also great for method and function parameters). I really push hard for the other developers at my company to use the Data Dictionary Types more and more.”
    Hope this helps, Do reward.

  • Difference between Info structure and Table

    Hi Friends
    I need to know difference between info structure and table (updating a table using a scheduled program),Which one of this is better and why?
    Please help me to get the Pros and Cons of the two available approach.
    Thanks
       Mitesh

    Hi,
         No different, these are just transparent tables like any other. You can select data from them the same as any other transparent table.
    Refer
    https://forums.sdn.sap.com/click.jspa?searchID=4342729&messageID=1424611
    https://forums.sdn.sap.com/click.jspa?searchID=4342729&messageID=3609095
    Regards

  • Extractor via FM, if relations between db records and output is not 1:1

    Hi,
    I developed extractor via function module using SAP template FM RSAX_BIW_GET_DATA_SIMPLE. But I need multiply cursor (db) records, it means relation between db records and extractor output is not 1:1. How do You solve this problem.

    If you are saying your records fetched by cursor fetch are then to be processed such that there are multiple records to go to BW for each fetched ones, that is doable.
    Fetch your records into a local internal table instead, do the processing and pass the resultant records to the tab that goes back to BW. You only need to make an adjustment to package_size that you specify to the cursor fetch statement. Instead of i_maxsize, pass a value which is divided by the multiplication factor (eg if you create 5 records out of 1 fetched rec, pass the size as a value = i_maxsize/5). If this is not fixed, give an approx so your final no of records are roughly close to the i_maxsize.

Maybe you are looking for

  • Can i install quick time 7 pro on a mac book air 10.8.2

    can i install quick time 7 pro on a mac book air 10.8.2

  • Displaying an Indeterminate Progress Bar While a DB2 Stored Proceedure Runs

    How do I display a dialog with an indeterminate progress bar while a DB2 query runs? Could anyone point me to an example or some strong docs? I learned Java about six months ago, so I'm relatively new to the language. Through searching and documentat

  • How to add preloader to an existing swf??

    how do i add a preloader to an already made swf? also, do i have the preloader open up in seperate html file. don't want to buy any programs to do this. i did try it by just changing the file names to preloader file name to load the swf. but it push

  • Certain videos give me only a black screen

    Certain videos give me only a black screen, for example all CBS News or Cnettv videos. Most videos, including, for example, NBS News videos play fine, as do the commercials before CBS News videos, but when a CBS video is supposed to start the window

  • Router Setup Web form display problem

    When I open Internet Explorer 6 to my router setup page (192.168.1.1), the menus and control discriptions are missing. Internet explorer reports an error with processing some of the web scripts. I'm using: WRT54G V8. I have tried reseting the router