SUS ASN/POR without using confirmation key in ECC

hi gurus,
would like to verify if to use SUS ASN or POR without having confirmation key in ECC is possible?
we are on MM-SUS scenario (ECC6 & SRM7).
thanks,
gg

Hi
ASN is controlled thorugh Confirmation Control Key in ECC PO.
For POR you dont need this key....
Regards
Virender Singh

Similar Messages

  • Data fetch from table without Refresh and without using tab key.

    hi Friends,
    I have a problem i want to extract data from table without Refresh into text field without using Tab key. when i'll enter any value in a text field then corressponding value should come in to corressponding textfield without using Tab Key.
    eg. when i enter emp_id 101 in a text field then the first_name and last_name ,adress should come in to corressponding text fields without refresh and without using Tab key.
    How Can I do this.
    Thanks
    Manoj

    Hi Manoj,
    I assume that this is similar to: Data fetch without Refresh rather than Re: Value of one textfield should come into another textfield Without Using TAB ?
    If so, the only change you need to make on the first one is to use "onkeyup" instead of "onchange" in the item's "HTML Form Element Attributes" setting.
    Note, however, that the user must move away from the item at some point (for example, to click a button), so the onchange will be triggered anyway.
    Andy

  • ABAP WD, Multiple Row selection in table control without using Crtl key

    Hi all,
    I am displaying the records using the table control, i have to select the multiple records in the list <b>without using Crtl key</b>.
    How do i solve this?
    Thanks

    Hi,
    you should set the table parameter selectionMode to multi or multinolead
    than you can select multiple records,
    these you can retrieve: lt_selected_elements = node->get_selected_elements( ).
    also see this <a href="https://forums.sdn.sap.com/click.jspa?searchID=4209200&messageID=3544158">thread</a> for info
    grtz,
    Koen

  • Subquery in IF statement in trigger, without using foreign keys

    Hello,
    I'm investigating ways of writing a subquery in an IF statement, which is placed inside a trigger.
    I wanna write smth like IF (:new.jazz not in (select goldies from T where ... )) etc. I don't know whether the fact that the IF is in a trigger adds some additional restrictions. (Does it?)
    So far I found the solution described here: SubQuery Comparison in If Statement which I find a bit tacky, I could have the 'cooleststarinthegalaxy' instead of 1 and seems you need to do extra light, but still extra lifting.
    I also read about the possibility of using MERGE, which I'm currently researching.
    Is there any other way?
    Thanks
    Edited by: BluShadow on 14-Nov-2012 13:37
    fixed link
    Edite by me: the question is how (if possible) to do this without a foreign key.
    Edited by: questioningq12 on Nov 14, 2012 6:11 AM
    Edited by: questioningq12 on Nov 14, 2012 6:13 AM

    Hi,
    questioningq12 wrote:
    Say I have tables A(namea varchar(10)), B(nameb varchar(10)), and B contains tuples ('1stname','2ndname').
    I wrote a trigger before insertion, for each row, on table A. For a tuple t to be inserted, it should check whether t.namea is in the set of values nameb from B.
    E.g., INSERT INTO A VALUES('1stname') should work. But INSERT INTO A VALUES ('3rdname') should fail. You can use a foreign key constraint for that.
    If the tables already exist, and b.nameb is declared as UNIQUE (or PRIMARY KEY), then you can say:
    ALTER TABLE  a
        ADD CONSTRAINT     a_namea_fk
        FOREIGN KEY  (namea)
        REFERENCES b (nameb)
    ;If you had a situation where you really needed to query a table in PL/SQL, and you weren't sure if the query would find anything, you could put the query in its own BEGIN ... EXCEPTION block, and test for NO_DATA_FOUND.
    If you're just checking to see if a row exists or not, you can always write a query that is guaranteed to return exactly 1 row, like this:
    BEGIN
        SELECT  COUNT (*)
        INTO    x
        FROM    b
        WHERE   nameb = :NEW.namea
        AND         ROWNUM  = 1;
        IF x = 0
        THEN  
            ...        -- print msgs, raise exceptions etc
        END IF;
    END;Edited by: Frank Kulash on Nov 14, 2012 9:22 AM
    Added example

  • T410: How to turn on thinklight without use pgup key

    Dear all!
    I am using Thinkpad T410, my keyboard is broken a key as "Pgup". Now when I want to turn on off the Thinklight, I can't use FN+Pgup. I think there is some other ways to turn on off the Thinklight without Pgup key.
    Please help me for this case!
    Thanks a lot!

    As far as I know there is no current Windows software utility to control the ThinkLight.
    This earlier thread may provide some insights, ThinkLight - programmatic control as may this Python script for Windows to control ThinkPad features.
    Note however that the software and scripts mentioned in them do not work with current Windows versions.
    Cheers... Dorian Hausman
    X1C2, TPT2, T430s, SL500, X61s, T60p, A21p, 770, 760ED... 5160, 5150... S360/30

  • "DOS" screen before start up. Can't get to OS X without using Option key

    Ever since i installed Leopard, when starting up or restarting, it goes straight to a black screen with a blinking cursor in the top left corner. It looks like its a DOS screen. The only way i can get to OS X is if i hold down the option key, as if i were using bootcamp. But the problem is, Im not using bootcamp! I only have one partition and it is the Mac partition. This is really annoying. Does anyone have a solution?

    Go to system preferences and invoke "startup disk". If your boot disk is not currently chosen, then choose it. Restart.

  • Dynamic Logic without using Virtual Characteristics/Key Figures

    Hi,
    I am new to Bex so please do let me know if this can be done without using virtual keys or characteristics.
    Logic should start processing from condition 1 to 4 sequencially.. If condition 2 is true, conditions 3 and 4 should not be processed.
    <u>Conditions</u>
    1. Column A if  Sales value is between  10 - 20
    2. Column B if  Sales value is between  15 - 25
    3. Column C if  Sales value is between  20 - 30
    4. Column D if  Sales value is between  25 - 35
    Scenerio 1 :
    Sales value = 16
    Based on this scenerio, the sales value should be displayed in column A only.

    Guys,
    I agree that this is a solvable problem if there are no overlapping conditions but my requirements do have them. I might have over simplify the problem or maybe there is a better way to do this. Here is the real scenario.
    YTD = Year to Date Sales is the total dollar amount of sales from January 1, XXXX through the last day of the previous month.
    LYTD = Last Year to Date Sales is the total dollar amount of sales from January 1, (XXXX – 1 year) through the last day of the previous month one year prior.
    The order by which the logic will check each customer sites classification is as follows:
    1. New Account
    2. No Purchase
    "A customer site is considered a <b>New Account:</b>
    IF LYTD had zero sales activity
    "A customer site is considered a <b> No Purchase</b>:
    IF a customer site had zero sales activity in the previous 3 months
    <b>AND</b> a customer site had sales activity within the report period (i.e YTD)
    Jan 2007 >>>>>> $100
    Feb 2007 >>>>>> $0
    March 2007 >>>> $0
    April 2007 >>>>> $0
    Jan 2006 >>>>>> $0
    Feb 2006 >>>>>> $0
    March 2006 >>>> $0
    April 2006 >>>>> $0
    <u>Scenerio 1</u>
    I run a report on the 15th of May 2007.
    The first column has the <b>New Account</b> logic. Based on the 2006 sales data,  LYTD is $0 since there is no sales activity from Jan - April 2006. So the sales data will fall under the first column since the new account logic is true.
    The second column has the the <b>No Purchase</b> logic. Based on the 2007 sales data, YTD is $100 since there was sales activity from Jan - April 2007. At the same time the previous 3 months (Feb - April 2007 ) has $0 sales. Based on this logic the sales data will fall under the second column since the no purchase logic is also true.
    Now both the columns have data. This is the overlapping scenario I was referring to.
    That is why I need to process the column logic sequentially. Once a condition is true , I need to break and move on to a new row.
    Thanks
    Message was edited by:
            Nigel K

  • Confirmation key and inbound delivery

    Hi Gurus
    I am trying to do MIGO against a PO (Mvt type 101),  they system gives me an error message that PO do not have confirmation key and in some cases it creates an inbound dlivery.  I do not want to use confirmation key as well as inbound delivery.  I just want to post GR against a PO.  What settings do i need to change in the system?
    Any advice will higky appreciated
    Thanks

    Hi,
    There are two things you have to do to avoid conf. control in PO:
    1)Go to change PO "ME22N" & delete the confirmation control key from the Itel details table (tab page-Delivery Schedule)
    2)You will also have to change the configuration settings.The path is SPRPMMConfirmations--Set up confirmation control.
    Now, click on External Confirmation Category-select confirmation category LA (shipping notification)-delete confirmation control key (ASN).
    after the above is done,you can post your GR without creating inbound delivery.
    Hope this helps.
    Thanks,
    Kaveri

  • Overhead calculation not happening after using Overhead key and orgin group

    overhead calculation not happening after using Overhead key and orgin group.
    There was a runtime error earlier related to u201Cdefine credit u201C IMG node under costing sheet component and we have applied SAP note 769946 and that error was gone out of the way
    We want to apply/add Overhead to SFG/FG materials.
    We are using PP order with PCC(product cost collector) as the cost object , i.e costing by period.(system ECC 6)
    But our problem is with material standard cost estimate process.
    We have assigned overhead keys to the percentage rates in costing sheet for material standard costing and assigned the origin groups to the credits of costing sheet. But after running the cost estimate overhead is not taking into account for standard cost calculation.
    In the define credit entry table key field is valid to date strangly and actually system should allow one than one entry with same valid to date and same sec.Cost element(type-41) for different cost centers.
    But if we without using overhead key and origin group, the entire cost in that supporting cost center will come to all materials (SFG/FG) and we can not distinguish between different product materials(SFG /FG).
    We have checked all things as mentined below.
    Firstly that the correct costing sheet is assigned to the valuation
    variant.
    That the costing sheet is entered for the appropriate material type:
    Finished and semi finished or material components.
    All of the above can be checked and verified via transaction OKKN.
    In addition make sure that the base value maintained is present in the
    costing, for example the base may include an Origin group, is that
    origin group part of the materials being costed?
    Similarly if the base is found and values exist how is the overhead
    rate of the costing sheet set up, is it valid etc.
    And finally do a similar check for the credit.
    we doubt this as a programm error...
    So, request all experts to have ur feedback..

    Dear,
    Check your origin group & material unit of mesaurement is same.
    some time in costing sheet origin group is maintain in different unit & for materail it's maitain in other unit of mesaurement.
    You can see unit of measure for material in Additional data - unit of measure.
    Check BOM component material unit also.
    Check same  unit of measure is maintain in KZS2
    I hope above will useful.
    GOPAN

  • SRM MM-SUS procurement cycle without ASN possible?

    Hi, SRM guru:
    Is it possible to run MM-SUS procurement cycle without ASN? if yes, can you give something advice on how to acheive it by customizing?
    Thanks in advance
    George

    Hi George
    Please contact him for SUS supports /Queries  as mentioned in the SAP Note 700350
    Dr. Dirk Schirrmeister
    SAP Consulting Deutschland
    PU Purchasing Solutions/ SRM
    SAP Deutschland AG & Co. KG
    Hasso-Plattner-Ring 7
    69190 Walldorf
    E-mail: dirk.schirrmeister at sap.com
    SAP Note 700350 - Supplier Enablement: Deployment
    Scenarios integrating SUS
    You can use this function to create, edit, and send advanced shipping notifications (ASN) in Supplier Self-Services (SUS).
    Integration
    This function is only relevant for the Plan-Driven Procurement with Supplier Integration business scenario.
    When you create an ASN in SUS and send it to the purchaser, an inbound delivery is automatically created in Materials Management (MM).
    Features
    Create ASNs
    You can create ASNs on the basis of a purchase order.  -> here I could not see plural of Purchase order. so you may be correct but our MM system accepts in One ASN for different Purchase orders .It could be via EDI 856 ASN.
    The document control settings in the purchase order determine whether or not you can create an ASN for an item. Purchasers use these document control settings to specify which follow-on documents they expect. The SUS system copies all of the items for which a purchaser expects a confirmation from the purchase order to the ASN
    Br
    Muthu

  • By default, on a mac keyboard F3 lets you see all the open apps and the such. However, I changed it so that I use those keys for keyboard shortcuts; But i'd like the normal F3 key to still work without me having to press FN.

    By default, on a mac keyboard F3 lets you see all the open apps and the such. However, I changed it so that I use those keys for keyboard shortcuts; But i'd like the normal F3 key to still work without me having to press FN.

    rajlego,
    in the Keyboard pane of System Preferences, select the Shortcuts tab, and then select Mission Control on the left-hand side. On the right-hand side, make sure that the Mission Control checkbox is checked, double-click on its current key combination (by default “^↑”) so that the key combination is highlighted, and then press the F3 button — that will set its shortcut to be F3. You can now press F3 to bring up Mission Control without needing to also press the Fn button.

  • Can I use two different greens for green screening and keep one without it being keyed out?

    I am using a green screen which is your standard light green fabric.
    I am also wearing a bottle green cape.
    I want to key out the standard green which is no problem. However it also takes out the bottle green on my cape.
    Is there a way on either Premiere Pro or After Effects to ensure the bottle green stays as it is without being automatically keyed out?
    Many thanks.

    shooternz wrote:
    rotoscope
    There's your answer, most likely.  I can think of a few methods you might try, but they're going to be labor intensive, and likely involve some roto.
    Most keyers have a threshold setting that determines what colors stay and which ones go.  You could keep tweaking that setting in very small increments, and if you get lucky, it might discriminate between two green values.
    You might be able to precomp in Ae and use the Change Color plug to shift one of them to a more contrasty green or different hue altogether and create a luma matte.
    But, you failed green screen 101, and you gotta' go to detention.
    robodog, you're being a bit harsh on Jimmy Simon.  He said "Might be worth a reshoot...."  I can't disagree.  Depending on arahman's situation, a reshoot might be easier and quicker.  You never know.

  • How can I create a new entry without using LOV for foreign keys.

    Referring to TUHRA sample application based on HR database schema. JDeveloper 10.1.3.0.4
    How can I create a new employee without using LOV for the foreign key "job_id".
    On the first page I would like to choose the job_title from adf read-only table.
    After clicking on the "create new employee button" a creation form appears in which the job_id field is set with previous selection.
    Regards M.Winkler
    Edited by: user3541283 on 06.10.2008 03:44
    Edited by: user3541283 on 06.10.2008 03:50

    Hi,
    usually the foreign key is only set if the VO you select is dependent from a master. If e.g. you have DepartmentsVO1 that has an EmployeeVO3 as its nested VO, then creating a new instance of employees automatically add the foreign key. If you add EmployeesVO1, which is not dependent to DepartmensVO1, then the foreign key is not set. So if this is the case in THURA (keep in mind that this is not an Oracle demo but a sample used in a book about ADF) then all you need is to take the independent VO when building the new employee form.
    Frank

  • Solved: ADF BC and primary keys - how to implement without using triggers

    Using the following OBE as an example:
    http://www.oracle.com/technology/obe/obe9051jdev/ADFWorkshop/BuildingADFApplicationsWorkshop.htm
    There is just one view that has CustomerId defined as a primary key, where the value for the primary key comes from the customer_seq sequence.
    How do you create the model using ADF BC entity to create an entity object that has a primary key that needs to be populated by a sequence table when inserted WITHOUT using a trigger?
    Basically I want to just use ADF BC instead of toplink in the OBE. We do not use triggers to insert primary keys, so this example is a good match for what I need.
    Can someone help me out. How do I adjust the model to use just ADF BC - how do I define the entity object to use a sequence. Do I just override the create method in the impl? Is it that simple? Or is there a way to do this point and click in the entity tool.
    Thanks!

    I'm not the dba (or one of several) - so don't shoot the messenger... the dba's do not like to use triggers in the code. I have been told that this has caused too many problems in application development.
    I don't ask why, just deal with the fallout.
    I did try using the following code in a create method:
    protected void create(AttributeList attributeList)
    super.create(attributeList);
    SequenceImpl s = new SequenceImpl("customers_seq", getDBTransaction());
    // this.setCustId(s.getSequenceNumber());
    this.createPrimaryKey(s.getSequenceNumber());
    When I run the test program for the module, I get a new entry with the id empty and greyed out. I was hoping that this would be filled in on the actual insert, but no joy. As soon as I try to commit, I get an error:
    (oracle.jbo.AttrValException) JBO-27014: Attribute CustId in CustomersWSView is required)
    So what needs to be done?
    Message was edited by:
    klee

  • Apple wireless keyboard won't let me delete without using the fn key.

    My apple wireless keyboard won't let me delete in indesign without using the fn key. Is there a key command that I accidentally hit that causes that or something? I've never had this happen before. It isn't happening in any other program, just indesign cs4. Has anyone had this happen and how do I fix it?

    I figured it out. My keyboard shortcut set in indesign was corrupt. I went back to the default set and created a new set and the delete key started working again.

Maybe you are looking for

  • Multi Mapping 1:N Split

    Hi ,     My scenario is 1: n Split. I have created one intermediate structure (B) and doing splitting due to satisfy all business rules. A is the source is the Target. (1: N split) A  B B C A and B has the occurrence of 1. B has the occurrence of 1

  • Letter Templates are not displayed in selection

    Hi, We have designed one web service with the business object type Business Activity. With this web service we are going to create the Document Template. After creating web service log in to IC MANAGER role and go to Knowledge MAnagement -> document

  • I need my regular white macbook to be fixed, but they don't sell or make them anymore?

    my mac book is having a lot of problems such as the some keys are not working and some things are messed up in the hard drive. They do not make these computers anymore (Only the m.b.p and the m.b.a) I need it to be fixed (they said they would need to

  • FM11x-G5-C Dimension default value

    Hi All, Have just upgraded from 11.1.2 to 11.1.3 and registered the FM11x-G5-C adapter for HFM. FDM application has migrated from 11.1.2 w FM11x-G5-B adapter (via schema update followed by export import operation). Post migration configuration I have

  • "Start discussion in new window"

    Hi, We r using "start discussion" UI Command for KM resources. But we are facing one problem.When someone starts a discussion the discussion window replaces the content window. So we want load it in a new window over the top as it does with the send