Help on Purchasing data model

Hi Exprtz,
I need Invoice information (like price, discount, number and item) related with PO information.
Is it possible/correct to use 2LIS_06_INV datasorce to get this information, instead of using a combination of 0PUR_C01 and FI_GL ?
Does anyone have work with this new Datasource? Do you had any constraints of using it?
Thank you all,
N.M.
*Points assigned

Hi,
It is better to use 2LIS_06_INV datasource otherwise you will need to use a user exit for your need if you have ecc6 becuase this datasource is coming with ecc6 .Below you can find details of 2LIS_06_INV.
http://help.sap.com/saphelp_nw70/helpdata/en/65/73018eddb74be6a5516a32c3d2099c/frameset.htm
Regards,
®

Similar Messages

  • Help Needed with Data-modeling to build an application on

    Hi would anyone be able to help me in creating a data model  cause im really stuck with this one .Basically if been asked to create a survey application in oracle apex that use to excel based . So the info i was given was in a form of  excel sheet which looks like this
    NAME
    E-MAIL
    TSSA
    ORACLE
    HP
    IBM
    MS
    SAP
    INTERGRAPH
    CISCO
    Relationship
    Contracting
    Performance
    Architecture
    Supplier Feedback
    comments
    Jxxxxxx yyyyyyf
    [email protected]
    Yes
    Yes
    Yes
    Yes
    x
    requested to be added
    nnnitha iiiiiah
    [email protected]
    Yes
    Yes
    Yes
    x
    x
    Knnnn kkkikot
    [email protected]
    Yes
    x
    x
    is not payed
    Gggrt Louuuue
    [email protected]
    Yes
    Yes
    Yes
    Yes
    Yes
    Yes
    Yes
    Yes
    x
    x
    x
    x
    jeiiiha ad
    [email protected]
    Yes
    x
    to meet with
    John Rat
    [email protected]
    Yes
    x
    x
    So where it says yes thous are the vendors that people associated with them have to asses and where there's an X thous are the topics that the vendors have to be rated on . So if for example the first guy on the list Jxxxxxx yyyyyyf will asses TSSA , ORACLE, HP , IBM , MS , SAP  on the topic of Architecture and if you look at the second user nnnitha iiiiiah he would rate TSSA , ORACLE , INTERGRAPH on the topics of Relationship and performance  . Any idea how i could data model this to get my table structures right .so that features like completion status could be displayed to the user through APEX which can only be done by a correct data-model i have tried normalization but  i did go anywhere becauce there are so many variations any idea on how you would go about data modeling this would be greatly appreciated thank you    

    Not really an APEX specific question..  Maybe you should try posting this in the data modeler forum : SQL Developer Data Modeler
    Thank you,
    Tony Miller
    LuvMuffin Software

  • XML Forms - Data model - writing to XML or Doc property

    Hi,
    Can someone please explain how user data inputted into an XML Form is stored?  I understand how it is stored in XML format, but am a little lost with SDN help doco, below:
    "Data Model
    The data model is a structured description of the data that is stored in XML forms. The data that you enter in forms is written in either an XML file or in properties of documents. A combination of the two is also possible."
    (link: http://help.sap.com/saphelp_nw04/helpdata/en/8f/fe743c74fa6449e10000000a11402f/frameset.htm)
    What does "properties of documents" refer to?  Is this an existing document? A new KM resource (not of type XML)? Or is this document property of the XML file being created?
    Also, does ALL user input from a form need to be stored as XML files, rather than an XML file or some other resource type?
    Many thanks,
    Justin

    Hello Justin!
    >
    Justin Hume wrote:
    > What does "properties of documents" refer to?  Is this an existing document? A new KM resource (not of type XML)? Or is this document property of the XML file being created?
    >
    Look at this you wrote  "The data that you enter in forms" - writing in "properties of documents"  - it means that you can do some changes with KM files from XML forms, or you can administrate (approve doc. and so on).. So all property will be change in KM doc - wich you customize from XML form
    >
    Justin Hume wrote:
    > Also, does ALL user input from a form need to be stored as XML files, rather than an XML file or some other resource type?
    >
    Only XML (if use XML Form Builder)

  • SQL Data Modeler Terms and Definitions

    Hello All,
    I am new to using the SQL Data Modeler and I was wondering if someone could point me to a list of definitions of terms that are used throughout the SQL Data Modeler interface. The help documentation does not seem to define most of the terms that are used in the product.
    Thanks in advance,
    Craig

    The Oracle SQL Developer Data Modeler help and the Data Modeler User's Guide, which shares content with the help, don't contain a glossary or list of terms. If the terms you're looking for are Oracle Database terms (such as definitions of tables and other database objects), the SQL Developer help and its user's guide do include brief definitions (in the Database Objects topic).
    For other kinds of terms, the Data Modeler help does point to the Object Management Group (OMG) site, and perhaps the OMG Terms and Acronyms page ( http://www.omg.org/gettingstarted/terms_and_acronyms.htm) might help you. However, there's no guarantee that those definitions will completely apply to the Oracle SQL Developer Data Modeler tool.
    For definitions or explanations of specific terms of interest, I recommend searching for (or using the Table of Contents to find) the relevant topics. You can also ask about specific terms or about terms in general in the Data Modeler discussion forum: SQL Developer Data Modeler forum: SQL Developer Data Modeler

  • Best FREE data modeling tool

    What is the best FREE data modeling tool?  Thanks.
    Kalman Toth Database & OLAP Architect
    SQL Server 2014 Database Design
    New Book / Kindle: Beginner Database Design & SQL Programming Using Microsoft SQL Server 2014

    Hi Kalman,
    According to my knowledge, Microsoft Office Visio is helpful for building data model. For more information, please review this article:
    Create a Database Model (also known as Entity Relationship diagram).
    Besides, you can also use other third-party tools such as
    Erwin, SQL Power Architect to design SQL Server database. However, Microsoft cannot make any representations regarding the quality, safety, or suitability of any the third party software or information.
    There is also a discussion about free data modeling tool in the following thread for your reference.
    https://social.msdn.microsoft.com/Forums/en-US/b70d2cdb-dc7f-4e89-a0ae-9dbf5687199e/free-data-modelling-tool?forum=databasedesign
    Thanks,
    Lydia Zhang

  • Need help with Data Model for Private Messaging

    Sad to say, but it looks like I just really screwed up the design of my Private Messaging (PM) module...  *sigh*
    What looked good on paper doesn't seem to be practical in application.
    I am hoping some of you Oracle gurus can help me come up with a better design!!
    Here is my current design...
    member -||-----0<- private_msg_recipient ->0------||- private_msg
    MEMBER table
    - id
    - email
    - username
    - first_name
    PRIVATE_MSG_RECIPIENT table
    - id
    - member_id_to
    - message_id
    - flag
    - created_on
    - updated_on
    - read_on
    - deleted_on
    - purged_on
    PRIVATE_MSG table
    - id
    - member_id_from
    - subject
    - body
    - flag
    - sent_on
    - updated_on
    - sender_deleted_on
    - sender_purged_on
    ***Short explanation of how the application currently works...
    - Sender creates a PM and sends it to a Recipient.
    - The PM appears in the Sender's "Sent" folder in my website
    - The PM also appears in the Recipient's "Incoming" folder.
    - If the Recipient deletes the PM, I set "deleted_on" and my code moves the PM from Recipient's "Inbox" to the "Trash" folder.  (Record doesn't actually move!)
    - If the Recipient "permanently deletes" the PM from his/her "Trash", I set "purged_on" and my code removes the PM from the Recipient's Message Center.  (Record still in database!)
    - If the Sender deletes the PM, I set "sender_deleted_on" and my code moves the PM from the Sender's "Sent" folder to the "Trash" folder.  (Record doesn't actually move!)
    - If the Recipient "permanently deletes" the PM from his/her "Trash", I set "sender_purged_on" and my code removes the PM from the Sender's Message Center.  (Record still in database!)
    Here are my problems...
    1.) I can't store PM's forever.
    2.) Because of my design, the Sender really owns the PM, and if I add code to REMOVE the PM from the database once it has a "sender_purged_on" value, then that would in essence remove the PM from the Recipient's Inbox as well!!
    In order to remove a PM from the database, I would have to make sure that *both* the Recipient has "purged_on" value and the Sender has a "sender_purged_on" value.  (Lot's of Application Logic for something which should be simple?!)
    I am wondering if I need to change my Data Model to something that allows my autonomy when it comes to the Sender and/or the Recipient deleting the PM for good...
    One the other hand, I believe I did a good job or normalizing the data.  And my current Data Model is the most efficient when it comes to saving storage space and not having dups.
    Maybe I do indeed just need need to write application logic - or a cron job - which checks to make sure that *both* the Sender an Recipient have deleted the PM before it actually flushes it out of my database to free up space?!
    Of course, if one party sits on their PM's forever, then I can never clear things out of my database to free up space...
    What should I do??
    Some expert advice would be welcome!!
    Sincerely,
    Debbie

    rp0428,
    I think I am starting to see my evil ways and where I went wrong... 
    > Unfortunately his design is just as denormalized as yours
    I see that now.  My bad!!
    > the last two columns have NOTHING to do with the message itself so do NOT belong in a normalized table.
    > And his design:
    >
    > Same comment - those last two columns also have NOTHING to do with the message itself.
    Right.
    > The message table should just have columns directly related to the message. It is a list of unique messages: no more, no less.
    Right.
    > Mark gave you hints to the proper normalized design using an INTERSECT table.
    > that table might list: sender, recipient, sender_delete_flag, recipient_delete_flag.
    > As mark suggested you could also have one or two DATEs related to when the delete flags were set. I would just make the columns DATE fields.
    >
    > Once both date columns have a value you can delete the message (or delete all messages older than 30+ days).
    >
    > When both flags are set you can delete the message itself that references the sender and the message sent.
    Okay, how does this revised design look...
    MEMBER --||-----0<-- PM_DISTRIBUTION -->0-------||-- PRIVATE_MSG
    MEMBER table
    - id
    - email
    - username
    - first_name
    and so on...
    PM_DISTRIBUTION table (Maybe you can think of a better name??)
    - id
    - private_msg_id
    - sender_id
    - recipient_id
    - sender_flag
    - sender_deleted_on
    - sender_purged_on
    - recipient_flag
    - recipient_read_on
    - recipient_deleted_on
    - recipient_purged_on
    PRIVATE_MSG
    - id
    - subject
    - body
    - sent_on
    Is that what you were describing to me?
    Quickly reflecting on this new design...
    1.) It should now be in 3rd Normal Form, right?
    2.) It should allow the Sender and Recipient to freely and independently "delete" or "purge" a PM with no impact on the other party, right?
    Here are a few Potential Issues that I see, though...
    a.) What is to stop there from being TWO SENDERS of a PM?
    In retrospect, that is why I originally stuck "member_id_from" in the PRIVATE_MSG table!!  The logic being, that a PM only ever has *one* Sender.
    I guess I would have to add either Application Logic, or Database Logic, or both to ensure that a given PM never has more than one Sender, right?
    b.) If the design above is what you were hinting at, and if it is thus "correct", then is there any conflict with my Business Rule: "Any given User shall only be allowed 100 Messages between his/her Incoming, Sent and Trash folders."
    Because the Sender is no longer "tightly bound" to the PRIVATE_MSG, in my scenario above...
    Debbie could send 100 PM's, hit her quota, then turn around and delete and purge all 100 Sent PM's and that should in no way impact the 100 PM's sitting in other Users' Inboxes, right??
    I think this works like I want...
    Sincerely,
    Debbie

  • LO Extraction - Help required to load missing Purchasing data

    Hi,
    We are using 2 Data Sources: 2LIS_02_ITM & 2LIS_02_SCL to load the Purchasing data in to Info Cube: ZPUR_C01. While comparing the Invoice Amount for the periods 11.2007 & 12.2007, we found the variation between BW and SAP R/3 data.
    In this scenario, do we need to delete the set up tables and fill the set up tables in R/3 side and perform RE-INIT of InfoCube in BW side?
    OR
    There is possibility to load the data in set up tables in period wise in R/3 side? If it is possible, i can delete the data from InfoCubes for the periods 11.2007 & 12.2007 using Selective deletion and load the data in to InfoCube for the same periods. Please let me know.
    Thanks & Best Regards,
    Venkata

    Hi Venkat,
    First you need to know how ur period is derived, is it based on  (EKKO-AEDAT) or (EKPO-AEDAT). If period is derived from EKKO-AEDAT you can delete data from cubes period by period and have to fill setup tables based on Doc. date for those periods. And you have to do full repair loads. Make sure that during that time no one creates/changes/GR/IR for those period PO's. Otherwise they again comes in delta load and values will be summed up.
    hope this will help.
    Thanks, Vamsee

  • Please help creating data model where query has & in select

    Below is the actual code of the part of select having a problem.
    When I had '&' instead of chr(36), a window opens up saying 'Please enter values for lexical references in sql then has *&' and empty box and check box then flex field.
    So I replaced '&' with chr(36) below
    After I put the code in, it is asking me the question ====>
    'Do you want to create a bind parameter? : //wwwapps.ups.com/WebTracking/processInputRequest?sort_by
    ,'=HYPERLINK("http://wwwapps.ups.com/WebTracking/processInputRequest?sort_by=status'||CHR(36)||'tracknums_displayed=1'||CHR(36)||'TypeOfInquiryNumber=T'||CHR(36)||'loc=en_US'||CHR(36)||'InquiryNumber1='||mbl.tracking_number||CHR(36)
    ||
    'track.x=0'||CHR(36)||'track.y=0","'||mbl.tracking_number||'")' "Tracking Link (Click to Track)",

    Hi,
    Looks like no more problems creating data models after replacing the '&' and ':' with their chr(x) counterparts. But when they I run the report, it shows the hyperlink code below instead of the hyperlink tracking number they can just click on. Also when I try the query in toad, it works.
    =HYPERLINK("http://wwwapps.ups.com/WebTracking/processInputRequest?sort_by=status&tracknums_displayed=1&TypeOfInquiryNumber=T&loc=en_US&InquiryNumber1=&track.x=0&track.y=0","")

  • Help needed to mark or highlight certain columns in Data Modeler

    Hi there,
    We use the data modeler to present our data model to the security department to explain/prove for which columns we ran a data masking/anonymization function. I am looking for any kind of way to either highlight or change a set of columns across all tables. So far I could only identify the red dot for “not null” and the option to introduce a ADT/UDT like “ANONYMIZED” to show in the graphical representation what we have done. As we base our DM on empty tables for decent overviews including the PK/FK relationships we are quite flexible. Still the “misusage” of ”Not Null” or ADT/UDT columns does not go together with the required PK/FK’s. Does anyone know a way to mark or highlight certain columns automatically when importing a data dictionary? (Unfortunately RDBMS comments do not get included in any overview). Thanks a lot. Cheers Stefan

    Hi Philip, Thanks a lot for puting this enhancement request through.
    Just downloaded the latest Patch upgrading to v 3.1.2-704 and confirmed that this functionality is not available yet.
    Keeping your experience in mind what kind of expectation to you have for the approval and realization of your request?
    Most likely this will take a couple of month – right? Or is there a beta version of 3.2 already available we could use.
    Thanks a lot. Cheers Stefan

  • Simple Data Model or Load in BI 7.0

    Hi  there, please help me this to be clear and firm up the data model.please answer step by step eg 1,2 3,
    1. I am trying to load the two purchasing cube 0pur_c01 and 0pur_c02 from the data sources scheline 2lis_02_scl and 2lis_02_ITM and 2lis_02_hdr
    2. Now question is that i see confusion here to load and design the data model. please tell how
    option 1. create transformation from data source 2lis_02_scl to infosource 2lis_02_scl and then create the transformation from infosource 2lis_02_scl to cube 0pur_c01 and the repeat same thing for other data source
    now create IP from DS to load PSA and create the DTP to load the from DS to CUBE
    3. nOW I SEE peoploe making transfer structure for IS 2lis_02_scl AND connect to DS 2lis_02_scl and then going to cube and creating UR from IS 2lis_02_scl  TO CUBE like in 3.5 WHY THis is needed now in BI 7.0??? if we are going by transformation FROM DS TO IS AND IS TO CUBE AND THEN DO THE DTP
    Please clarify the right approach to solve the requiremnt
    4. i also see the way suggested by sap  http://help.sap.com/saphelp_nw04s/helpdata/en/44/0243dd8ae1603ae10000000a1553f6/content.htm
    to make 2 transform from IS To IS in case 3 why this is required since sap provided different IS
    5. why not create the DS TO IS transform for each ds such as  2lis_02_scl  , 2lis_02_itm and  DTP to cube seperately for each DS.
    please help
    thanks
    soniya kapoor

    Hi  there, please help me this to be clear and firm up the data model.please answer step by step eg 1,2 3,
    1. I am trying to load the two purchasing cube 0pur_c01 and 0pur_c02 from the data sources scheline 2lis_02_scl and 2lis_02_ITM and 2lis_02_hdr
    2. Now question is that i see confusion here to load and design the data model. please tell how
    option 1. create transformation from data source 2lis_02_scl to infosource 2lis_02_scl and then create the transformation from infosource 2lis_02_scl to cube 0pur_c01 and the repeat same thing for other data source
    now create IP from DS to load PSA and create the DTP to load the from DS to CUBE
    3. nOW I SEE peoploe making transfer structure for IS 2lis_02_scl AND connect to DS 2lis_02_scl and then going to cube and creating UR from IS 2lis_02_scl  TO CUBE like in 3.5 WHY THis is needed now in BI 7.0??? if we are going by transformation FROM DS TO IS AND IS TO CUBE AND THEN DO THE DTP
    Please clarify the right approach to solve the requiremnt
    4. i also see the way suggested by sap  http://help.sap.com/saphelp_nw04s/helpdata/en/44/0243dd8ae1603ae10000000a1553f6/content.htm
    to make 2 transform from IS To IS in case 3 why this is required since sap provided different IS
    5. why not create the DS TO IS transform for each ds such as  2lis_02_scl  , 2lis_02_itm and  DTP to cube seperately for each DS.
    please help
    thanks
    soniya kapoor

  • Appreciated if someone can share your good data modeling tips/experience!

    Note: we don't want to read SAP Help links and we are tired of reading and understand SAP Help links, just share your own experience of good data modeling tips to improve the data load and query performance.
    We will give reward points and thanks in advance!

    One more (no giving away any more golden eggs)..
    Remember that BW validation is referential integrity and that R/3 is dynpro integrity
    Remember this when using compound info objects (ever wondered why some info obejcts that you would consider absolutely essential are not in content cubes..)
    Think about the following scenario..
    Does R/3 let you save a billing document without passing it through accounting?
    Can that process fail?
    Can it fail because the customer doesn't exist in Accounting?
    Now imagine you have put 0CUST_COMPC (Customer company code) into your Sales Info cube - and have validation switched ON for SID checking
    As soon as that SD billing document comes down the line - infopackage failure
    Next scenario..
    Can you save a purchase order with a blank material..?
    Then fancy putting 0MAT_PLANT on your purchasing cube?
    Even with validation switched off you are going to have a SID failure on upload (Plant filled - material initial - SID doesn't exist and never will do)

  • SAP BW SRM Workflow data model design

    Hi All,
    I have a requirement from my client to design SAP BW SRM Work flow report, in output user is interested for document flow/chain starting from Shopping cart (SC) - Bid invitation (RFx) - Bid (RFx responses) - Purchase order (PO) - Confirmation. There are standard datasources and DSO's for the same but I want to check experts ideas on data model design. I am thinking to build infosets on top of DSO's but it will impact Query performance as data volume for sure will be more and will increase down the line. In addition I need to consider below exceptions or restrictions as well:
    1. Document may/may not start with SC for example one possibility is document start at SC and end at Confirmation or start at RFx and end at PO etc.
    2. User is expected to see below various possibilities of document chain in report output:
    SC - RFx - RFx responses - PO - Confirmation or
    SC - RFx - RFx responses or
    SC - PO - Confirmation or
    SC - RFx - RFx responses - PO
    SC - RFx or
    RFx - RFx responses or
    RFx or
    RFx - RFx responses - PO or
    RFx - RFx responses - PO - Confir or
    PO - Confiramtion or
    PO
    your help and ideas on this is greatly appreciated
    Thanks and Regards,
    Reddy

    Hi All,
    Any inputs or ideas on the data model design? Thanks for your help in advance
    Regards,
    Reddy

  • AllFusion Erwin Data Modeler Connection to SAP NW2004s Systems

    We would like to use a data modeling product that we purchased for many of our SAP NW systems.  We understand that there may be some restrictions on DB direct user connections and would like to confirm the following from those that may have exposure in this area:
    1.  If we connection the DM product to SAP, are there any restrictions on the data that is read from the SAP DB?
    2.  Are we violating any SAP license agreement by using the third party tool for data modeling on our SAP NW systems (since it will require a DB connection)?
    3.  Any other helpful information?
    Any guidance would be very much appreciated.
    Thanks and best regards,
    Chris

    Hi Chris,
    How does your DM product plan on "connecting" to the SAP applications?  Most of the time, SAP applications provide Remote Function Calls (RFC) (i.e. in the programming world, methods) for programmers to call in order to push or pull data to itself.  There are no restrictions here aside from the normal authorizations given to access data on the application.  Although SAP discourages any direct manipulations directly to the database layer.
    Regards,
    John Ta

  • 4GB iPhone w/ Purchase Date of September 4th

    Hello,
    I have a question. Should I call apple phone support about my iPhone after this price drop and they getting rid of my iPhone model?
    I went to that warranty check to put in my serial number, it gave me my purchase date of september 4th, but no information other than that.

    crazy4iphone,
    Your iPhone is still covered by the one year hardware warranty, still works with AT&T's network, and is still eligible for phone support. The model may be discontinued and available while supplies last, but it is not the end of life of your 4GB iPhone. AppleCare regular supports over the phone computer models that were discontinued previously for several years.
    The sales policies for the Apple Store and Apple Store online are available at this link:
    http://www.apple.com/legal/sales_policies/
    Hope this helps,
    Nathan C.

  • Issue while creating Data Model in BI Publisher and logging into xmlpserver

    Hi All,
    We are facing an issue in OBIEE 11.1.1.5.
    If we are logging with Non Admin Id (other than weblogic) and select New Data Model, a blank screen is coming. Where as, if we use Admin Id, we are getting screen as usual for creating data model. There were some blogs mentioning to change Priviledges for  SOAP access, but that approach is also not working.
    Further, we are also not able to open xmlpserver with Non Admin Id.
    Any help or pointers would be great.
    Regards,

    how about pasting the content of your data template here, so that forum members can see what could be the problem.

Maybe you are looking for

  • Can i use an apple card on itunes

    I bought an apple card online and once i got it i tryed to redeem it on itunes but it said i had bad codes.  is there any way that i can or buy an itunes card with my apple card and get it online not sent to me in the mail.

  • How to use group by in tabular form

    Hi all i have a tabular form and i need to issue the goods not more then five and in 1 row i will issue only 1 qty so i use only five rows . but by mistake i will use 6 rows then it is wrong how to restrict it please guide Thanks and Regards vikas

  • Mac osx tiger/ mac os 9 ...

    I am not able to load the os 9 on my osx, the cd that I got when I bought the mini mac...I have tiger installed....it tells me that there is nothing to install...but I don't have it on the prefrences- 9 - ......thank you...

  • How to configure OAE for release?

    What is the best practice for configuring OAE/HTML-DB for release to production? A number of thinggs are different on the prod machine than on the dev, namely the ldap host url used for authentication and authorization, and dblink to data storage tha

  • How can I preserve non-alphabetical layer order from Illustrator to After Effects?

    I'm using Illustrator and After Effects CS5. When I import an Illustrator file into After Effects, I'd like to maintain the order of the layers as they were in Illustrator, but they always come in alphabetically. How do I keep the original order from