Fileds used for Creating PO

Hi All,
In classic Scenario SRM is creating a PO in Backend.
Where can I see the list of fields which are going from SRM to R/3 to create the PO.
Where can I monitor the PO's going to back end. In which transaction of SRM.
and where can I see all the incoming PO's in the backend in which transaction.
looking forward to hear from Guru's

Hi
Use transaction - BBP_PD to see what all data gets passed from SRM system.
(Exceute this transaction for BUS2121 - shopping cart, BUS2201 - Purchase orders, etc)
In R/3 back-end, using the ME23N transaction, you can get all the details. Alternatively, look for EKKO, EKPO, EKKN, EKET tables for Purchase order table fields and contents passed from SRM to R/3 system.
BAPIs to refer ->
BAPI_PO_CREATE1 / BAPI_PO_CREATE
Let me know incase you need any specific details.
Regards
- Atul

Similar Messages

  • What is the use for CREATING VIEW WITH CHECK OPTION?

    Dear Legends,
    I have a doubt
    What is the use for creating view?
    A: First Data Integrity, Selecting Particular Columns..
    What is the use for creating a view with check option?
    A: As per oracle manual I read that its a referential integrity check through views.
    A: Enforcing constraints at DB level.
    A: using CHECK OPTION we can do INSERTS UPDATES for a view for those columns who have no constraints... is it right??
    A: If we do a INSERT OR UPDATE for columns who have constraints it will show error... is it right???
    Please clear my doubt's Legends
    Lots of Thanks....
    Regards,
    Karthik

    Hi, Karthick,
    karthiksingh_dba wrote:
    ... What is the use for creating view?
    A: First Data Integrity, Selecting Particular Columns..Most views are created and used for convenience. A view is a saved query. If the same operations are often done, then it can be very convenient to code those operations once, in a view, and refer to the view rather than explicitly doing those operations.
    Sometimes, views are created and used for security reasons. For example, you many want to allow some users to see only certain rows or certain columns of a table.
    Views are necessary for INSTEAD OF triggers.
    What is the use for creating a view with check option?
    A: As per oracle manual I read that its a referential integrity check through views.The reason is integrity, not necessarily referential integrity. The CHECK option applies only when DML is done through the view. It prohibits certain changes. For example, if a user can't see certain rows through a view, the CHECK option keeps the user from creating such rows.
    A: Enforcing constraints at DB level.I'm not sure what you mean. Please give an example.
    A: using CHECK OPTION we can do INSERTS UPDATES for a view for those columns who have no constraints... is it right??No. Using CHECK OPTION, you can do some inserts and updates, but not others. The columns involved may or may not have constraints in either case.
    A: If we do a INSERT OR UPDATE for columns who have constraints it will show error... is it right???If you try to violate a constraint, you'll get an error. That happens in views with or without the CHECK OPTION, and also in tables.

  • Which FM/BAPI is used for creating repair orders

    Hi,
       Please tell me which FM / BAPI is used for creating service notifications,Repair/Service order and Delivery Docs.How to find out??
    Please someone help me.
    Thanks,
    Neelima

    For service notification you can try using this.
    'BAPI_ALM_NOTIF_CREATE'

  • If std iview can b used for creating qualified record

    Hi all
    standard iView can b used for creating qualified record ? if possible and how it is? please let me know ASAP
    Regards
    Sunil

    Hi Sunil,
    Yes it is possible to create qualified record using Standard MDM iViews.
    Please follow the steps mentioned below:
    1. Create the Item Details iView with Create and Edit option enabled and select the Qualified table fields along with the other fields.
    2. Go to the option Relationship and Qualified Display fields. You will find the entry of the Qualified field that you have selected earlier.
    3. Edit the entry and select the Qualifiers that you want to appear in the output. Also select the Non-Qualifier as well.
    4. Save the iView and preview it.
    Note: To create an entry in the Qualified table first create the main table record and click on save. Then click on Edit to make an entry in the Qualified tables.
    Regards,
    Jitesh Talreja

  • Which trasaction we use for creating delivery againest STO?

    Hi
    I need to know which trasaction we use for creating delivery againest STO with 641 movement type?
    Please provide the complete steps of this process.

    Hi,
        Try it in VL10B for creating p.o delivery in background....
    From sas....

  • BADi used for creating customer own data in transaction me52n

    Hi experts,
    please any one tell me what is the procedure for creating or changing. How to get access for customer own data in transaction me52n. How to get authorization checks.
    thank you,
    regards
    vijay krishna

    Hi
      check this link.
    Name of Badi used with transaction ME52N
    Thanks
    Viquar Iqbal

  • What are F. M's used for creating application log in application server

    Hello
    plz suggest which F.M's i have to use to create application log
    Regards
    Kanth

    Hi Kanth,
    You can go through the following Function Modules :
    Application Log Maintenance
    (i)APPL_LOG_DELETE With this function module you delete logs in the database according to specified selection conditions
    (ii)APPL_LOG_DISPLAY With this function module you can analyze logs in the database.
    (iii)APPL_LOG_DISPLAY_INTERN With this function module you can analyze logs in local memory, e.g. when you have only collected log records at runtime and do not want to write to the database.
    (iv)APPL_LOG_INIT This function module checks whether the specified object or sub-object exists and deletes all existing associated data in local memory.
    (v)APPL_LOG_READ_DB With this function module you read the log data in the database for an object or sub-object according to specified selection conditions.
    (vi)APPL_LOG_READ_INTERN With this function module you read all log data whose log class has at least the specified value, from local memory, for the specified object or sub-object.
    (vii)APPL_LOG_SET_OBJECT With this function module, you create a new object or sub-object for writing in local memory. With a flag you can control whether the
    (viii)APPL_LOG_WRITE_u2026 messages are written in local memory or are output on the screen.
    (ix)APPL_LOG_WRITE_DB With this function module you write all data for the specified object or sub-object in local memory to the database. If the log for the object or sub-object in question is new, the log number is returned to the calling program.
    (x)APPL_LOG_WRITE_HEADER With this function module, you write the log header data in local memory.
    (xi)APPL_LOG_WRITE_LOG_PARAMETERS With this function module, you write the name of the log parameters and the associated values for the specified object or sub-object in local memory. If this function module is called repeatedly for the same object or sub-object, the existing parameters are updated accordingly. If you do not specify an object or sub-object with the call, the most recently used is assumed.
    (xii)APPL_LOG_WRITE_MESSAGE_PARAMS With this function module you write a single message, with parameters, in local memory. Otherwise the function module works like
    (xiv)APPL_LOG_WRITE_SINGLE_MESSAGE.
    (xv)APPL_LOG_WRITE_MESSAGES With this function module you write one or more messages, without parameters, in local memory.
    (xvi)APPL_LOG_WRITE_SINGLE_MESSAGE With this function module you write a single message, without parameters, in local memory. If no header entry has yet been written for the object or sub-object, it is created. If you do not specify an object or sub-object with the call, the most recently used is assumed.
    Regards,
    Swapna.

  • What Adobe Product From CS5 is Used For Creating Buttons/Icons For WebPages?

    Hi I have CS5 Adobe Creative Suite and I want to create some graphic "Buttons" to use for my web pages.  What product in the Creative Suite is best suited for doing this?
    Thanks In Advance!

    Copy & paste the following code into a new, blank HTML document.  For expediency, I embedded CSS code here.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>CSS Menu Test</title>
    <style type="text/css">
    /* BEGIN HORIZONTAL DROP-MENU */
    #navbar{
    position:relative;
    width: 100%;
    margin: 0 0 0 45px; /**adjust as needed**/
    padding:0;
    text-align:center;
    #navbar li {
    list-style: none;
    font-size: 12px;
    float: left;
    text-align:center;
    /**top level menu**/
    #navbar li a {
    display: block;
    text-decoration: none;
    margin-right: 12px; /* space between links */
    color: #FFF;
    width: 9em; /* adjust as needed or use auto */
    padding: 8px;
    font-weight:bold;
    line-height: 1.50em;
    background: #C33;
    background: -moz-linear-gradient(#C33, #111);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #C33));   
    background: -webkit-linear-gradient(#C33, #111);   
    background: -o-linear-gradient(#C33, #111);
    background: -ms-linear-gradient(#C33, #111);
    background: linear-gradient(#C33, #111);
    /* gradient filters for IE6-9 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C33333', endColorstr='#111111',GradientType=0 );
    /**rounded borders**/
    -moz-border-radius: 25px;
    -webkit-border-radius:25px;
    border-radius: 25px;
    /**top menu style on mouse over - in good browsers**/
    #navbar li:hover > a {
    color: #FFF;
    background: #333;
    background: -moz-linear-gradient(#333, #EAEAEA);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #EAEAEA),color-stop(1, #333));   
    background: -webkit-linear-gradient(#333, #EAEAEA);   
    background: -o-linear-gradient(#333, #EAEAEA);
    background: -ms-linear-gradient(#333, #EAEAEA);
    background: linear-gradient(#333, #EAEAEA);
    /* gradient filters for IE6-9 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#EAEAEA',GradientType=0 )
    /**sub-menu**/
    #navbar li ul {
    display: none;
    text-align:center;
    margin:0;
    padding:0 1em;
    background:none;
    /**sub-menu, help for IE6**/
    #navbar li:hover ul,
    #navbar li.hover ul {
    display: block;
    position: absolute;
    padding: 0;
    #navbar li:hover li,
    #navbar li.hover li {
    float: left;}
    /**drop-menu style**/
    #navbar li:hover li a,
    #navbar li.hover li a {
    color: #0D207D;
    width: auto; /* adjust width as needed or use auto */
    background: none;
    filter:none;
    /**drop-menu style on mouse over**/
    #navbar li li a:hover {
    color: #990000;
    text-decoration:underline;
    /* Clear floated elements at the end*/
    #navbar:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    /**end Horizontal drop-menus**/
    </style>
    </head>
    <body>
    <ul id="navbar">
    <li><a class="first" href="#">ABOUT US &#9660;</a>
    <ul>
    <li><a href="#">Videos</a></li>
    <li><a href="#">Newsletter</a></li></ul>
    </li>
    <li><a href="#">PRODUCTS &#9660;</a>
    <ul>
    <li><a href="#">Broken Glass</a></li>
    <li><a href="#">Mosaic Tiles</a></li>
    <li><a href="#">Adhesives</a></li>
    <li><a href="#">Grout</a></li></ul>
    </li>
    <li><a href="#">ACCESSORIES &#9660;</a><ul>
    <li><a href="#">Gloves</a></li>
    <li><a href="#">Rubber Mallets</a></li>
    <li><a href="#">Sponges</a></li>
    <li><a href="#">Safety Glasses</a></li></ul>
    </li>
    <li><a href="#">CONTACT</a></li>
    </ul>
    </body>
    </html>
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • I want to define a concurrent manager to be only used for create accounting

    Hello
    Our create accounting results in few entries not being posted to GL.They remain stuck with status of processing
    I researched and found out that I have to have more concurrent managers.
    So i am thinking of defining more concurrent managers solely for create accounting process.
    Can anyone please tell me how would i define and restrict them for only create accounting process and limit its usage only for specific users?
    We are using 12.0.6 and db 10.2.0.2.0
    Secondly, I applied the trial balance remodel patch 4 on test server..after that create accounting is resulting in error or warning
    Please advice

    Hi,
    So i am thinking of defining more concurrent managers solely for create accounting process.
    Can anyone please tell me how would i define and restrict them for only create accounting process and limit its usage only for specific users?Have a look at this thread.
    Creating new custom concurrent manager
    Re: creating new custom concurrent manager
    Regards,
    Hussein

  • What Tool i use for creating OAF (Page)

    Hi All,
    I am new in Oracle EBS my boss given task for develop page in OAF, so please guide me what tool i use for this page given me link for download it and also help me for creating this page.
    Currently we are using Oracle EBS R12.1.2.
    Thanks
    Rehan

    I am new in Oracle EBS my boss given task for develop page in OAF, so please guide me what tool i use for this page given me link for download it and also help me for creating this page.
    Currently we are using Oracle EBS R12.1.2.OA Framework - How to find the correct version of JDeveloper to use with eBusiness Suite 11i or Release 12.x [ID 416708.1]
    Configuring JDeveloper For Use With Oracle Applications 11i and R12 [ID 330236.1]
    Troubleshooting JDeveloper setup for Oracle Applications [ID 357218.1]
    What Setup is Required to Create Custom JSP Pages to Run on the Ebusiness Suite 11i and R12+? [ID 884200.1]
    Thanks,
    Hussein

  • Error seen in table used for creating report being sent to BW

    we use customised table in creting a delivery report which is then being sent to BW. In <u>order</u> there is only one line item as well as in the <u>delivery</u>.. the item is warehouse managed material that is why in delivery, it reflects there that it picks from several bins/pallets to fulfill the ordered quantity... but when we run the order in a custimised table to create a report for BW.. it has more than 10 line items (only one material) compared to only one line item in <u>order</u>... all the line item in table does not fulfill the ordered quantity but they are in descending order... Is this normal/wrong? Why did it happen?
    please help..
    kind regards,
    Pablito

    please advise if this query is not posted in the correct thread... thanks

  • What  are the initial classes used  for  create DBAdapter  in  JDeveloper

    I am trying to create a DBAdapter by JAVA program using JDeveloper API , So want to know initial classes name used to set the Adapter name and Service name in JDeveloper .

    HI iansan5653
    I am not sure if you are trying to make a widget/extension? for the browser or just customize the appearance of the user. I believe you have to create an appearance and then allow the user to download the appearance to change the styles.
    I think you may want this webkit -moz-appearance[[https://developer.mozilla.org/en-US/docs/Web/CSS/-moz-appearance]]
    I did some research on this and the MozillaZine is a great reference for all of the Preferences to add stuff to the panels.
    Some more information
    * [[http://kb.mozillazine.org/Category:Preferences|MozillaZine Category:Preferences]]
    * This Menu editor may help [[https://addons.mozilla.org/en-US/firefox/addon/menu-editor/?src=search]]
    * UserChrome.css info [[http://kb.mozillazine.org/index.php?title=UserChrome.css&printable=yes]]
    * Visual Customizations [[http://kb.mozillazine.org/Category:Visual_customizations_%28Firefox%29]]
    *topics [[http://forums.mozillazine.org/viewtopic.php?t=1006795]]
    I have also seen extensions made by adding style to these items in the about:config. You could live update the items and see if the css makes changes live in the browser and see how the file renders. [[http://kb.mozillazine.org/About:config_entries#UI.]]
    But for better help on this I would recommend asking the mdn
    [[https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Mozilla_Extensions]]
    If you can define your set up, the Mozilla Developer Network may be the place for you. Hope this helps.

  • Does anyone know what software is used for creating this?

    I have seen this effect on a few television adverts and wondered how I would go about creating it.
    In this click the ball is kicked and as it gets to the screen it "breaks" into pieces and the ball comes out of the screen - I know this isnt the same ball as seen in the clip and it had been recreated in probably a 3d package such as cinema 4d but how do I get the breaking into pieces like that -
    http://img226.imageshack.us/my.php?image=picture1ij2.png
    In this clip the person just starts breaking into pieces -
    http://img227.imageshack.us/my.php?image=picture2gc2.png
    I guess they are both done using the same software and effect and all I really want to know is the software and effect used. Any additional help would be appreciated but I would like to try and work out the rest for myself - I'm halfway along a learning curve!
    PS - Both stills are taken from the OneSize Showreel.

    Well, After Effects has a shattering effect, but I'd guess it was a 3D app that created those effects. To see what you can do with Motion, check out this thread:
    Fun with Shattering...
    Patrick

  • Uses for creating a Video Album

    Does anyone have any advice on using iMovie to create a video album? I know that you can do this and iMovie has great effects for stills such as Ken Burns effect, etc, but just wondering if this is the best way to go about doing this. Would Keynote work better, give more options, more creative options, etc than iMovie?
    I don't plan to add any video. I will only be adding photos from my Aperture library.
    Thanks for any feedback and input.

    If you don't need control over your slideshow and don't need titles, effects, etc. iPhoto works. iMovie gives you a lot more flexibility and the editing is very fast.
    Use Keynote if your information is primarily graphical or textual and you are spicing it up with photos.
    If you came to a point in the presentation where you needed to show the movie, you would embed the movie on one of the KeyNote pages.

  • What programs should I use for creating a children's ebook with animated illustration?

    I'd like to create children's book for iPad with hand-drawn illustrations that are animated but in a simple way (like bubbles flying and popping). What programs should I use?
    Thanks in advance,
    Bibi

    Impossible to answer, I’m afraid. There’s just not enough details here and the very fact that you’re asking tells me that you should be very careful in choosing how to get this project done.

Maybe you are looking for

  • Transaction type 100 cannot be used for activity 'Acquisition from invoice'

    Hi My user got the error message : Transaction type 100 cannot be used for activity 'Acquisition from invoice receipt w/ affil. comp.' when post the invoice via MIRO t code for 98% of the total amount. The posting was is related to affiliated company

  • Is Creative Suite 5.5 compatible with Windows 8.1?

    I'm having trouble installing my CS 5.5 software on my new PC, which has Windows 8.1.  Is worked fine on my old machine.  Is it not compatible with the new system? 

  • New 930 and cant access settings display

    Hello, i have this issue, and can't open settings>display, it just swaps and goes black for half second then back to settings menu, I have tested  soft reset, but to no help It was so from the start when i installed it Is there a cross setting somewh

  • Business Area default - F-53

    Hi guys, Let me know if there is any way that I can set up the "business area" field when I enter in F-53 transaction. I mean, the same way that we can see the posting date, company code, currency fields. I would like to set up an valeu in this scree

  • Transfer of music to Lumia 920.

    Hi everyone .  Got myself a brand new 920 last week , and it's mostly great . Mostly .  I have a slowly growing collection of Music I've bought from the Nokia Music Store over the last 2 years . But I cannot transfer it to my new phone .  1) Ovi Suit