TSW  (Trader's and Scheduler's Workbench) nomination validation error

Hi.
i have cerated  nomination while click on validate/ ticket it give error msg " Line 10 cannot be confirmed as 'ABC' is a planning location."
since in location ABC i have entered location ABC as planing location.
Regards
Nainesh

I am posting some information that I received from another forum.  Please see below.
[quote="Parksy"]James
I am presently implementing APO for a Chemical company who perform exhanges (Swaps) etc. We are keeping this area of functionality outside of standard APO as it is a very complicated requirement.
From what I have seen of the Industry Solution, the TSW deals mainly with the bulk movements (tankers, pipelines etc) and provides an interface to external trading and risk management systems. The only info I have seen has been on SAP sites under the Industry Solutions for Supply Chain Management (bothe www.sap.com and service.sap.com).
there is a pdf file explaining TSW in brief on service.sap.com/solutions under SAP for Oil & Gas -> Cross-Industry Solutions -> Supply Chain Management -> Solution Information but be warned it is mostly marketing speak rather than detail  :wink:[/quote]

Similar Messages

  • Button condition on page item and Validation error Conflict

    Hi,
    I have a select list page item and a button on page whose condition is based on the select list page item value(eg, If (:P2_item1='val1'){return true;}) with condition type=PL/SQL function returning boolean. This buttons submits the page.
    It' coming fine in normal case. However, if I select some value val2 from the list and then click the button, and if there are any validation errors (like mandatory check or email check fail etc), then the button disappears because it evaluates the button condition based on the changed value(val2), but the page has not yet been submitted because of validation errors.
    I think this can be solved if I create the button condition based upon database column value instead of page item as db col value won't change until the page is submitted.
    This look like very basic use-case and I would like to know if there is any better solution to this problem.
    Note: I am using Apex 4.2.1

    I don't want to show/hide the button on the change of the page item lov value, so i am not using Dynamic action.
    What i was is to make button visible based on a condition(which is based on page item), for which we have condition attribute of a button available.
    This is a very common thing where a user chooses the button condition as Value of item/column in expression 1 is null/expr2. But what if the user changes the page item value but it doesn't get submit due to validation error. In that case, the button condition fails.
    So, i guess i have to use column name in expression 1, can u tell how to do that?
    Expression 1 = IF (:P2_STATUS='val1') then return true;
    How to change the above to use db column 'status' instead? Any direct way(like #Status#) or I have to query db to get it using select.
    Any alternative approach?

  • Tariff #, Commodity #,  HTS # and Schedule B # all are same.

    My understanding is  Tariff #, Commodity #,  HTS # and Schedule B # all are same.  Meaning, you apply and assign same 10 digit numbering scheme for the given parts.    When you import you call it HTS# or Tariff #. When you export the part # it is called  Commodity # or
    Schedule B #.
    Please correct my understanding.
    thanks
    siva

    Hi Siva,
    The Harmonized System (HS) u2013 HS Codes
    The World Customs Organization (WCO) developed the Harmonized Commodity Description and Coding System, to describe products for customs purposes. HS codes are descriptions of products specific to 2, 4, 6, 8, or 10 digit levels. The Harmonized System is recognized in 179 countries, and trade based on its classifications represents 98 percent of world trade.
    Schedule B Commodity Codes u2013 Schedule B numbers
    Schedule B commodity codes are 10-digit numeric codes used to identify products that are exported from the U.S. to other countries. They are similar to 10-digit Harmonized Tariff System (HTS) codes (the import codes) in that the groups are the same up to the 6-digit level.
    For more information on HS codes and Schedule B code listings please refer to the following resources.
    This Export America Article on Product Classification article helps to answer basic questions about HS codes and classification. It also provides resources for further assistance and links to U.S. tariff schedules.
    http://www.ita.doc.gov/exportamerica/Volume 2/April 2001/ta_asktic.htm
    U.S. International Trade Commission u2013 HS Codes Information offers information about HS codes and tariff rate information.
    http://www.usitc.gov/tata/index.htm
    The U.S. Census Bureau Foreign Trade Statistics is a U.S. government search engine of U.S. Schedule B classification codes.
    http://www.census.gov/foreign-trade/schedules/b/index.html
    Tariff and Tax information
    http://www.export.gov/logistics/country_tariff_info.asp
    Thanks,
    Prarit

  • Report for purchase requisition, purchase order and schedulling agreement.

    Hi, thanks for your help.
    I need a report or query just to view in one screen the related docs. as purchase requisition, purchase order and schedulling agreement.
    I don´t know if there is a table or trx. with that information.
    Is it possible to get that information via query ?
    Thanks for your help.
    Regards.

    For PR and PO you can use ME5A
    For PR and Scheduling agreements also you can use ME5A.

  • Creation Profile in Scheduling Agreement and Schedule LIne

    Dear Experts,
    Currently I'm working on Scheduling Agreement and Schedule Line.In standard SAP gives the provision of creation profile.I've gone through the SAP help documentation but I'm not clear on that.I've few doubts on creation profile.
    1. I've created a profile say XXXX for 14 days JIT and 6 months Forecast.And I maintain the same on Scheduling Agreement additional data.
    2.I'm creating delivery schedule respect ot Scheduling agrrement.
    3. I maintain the aggregation horiozon in creation profile as 10 days daily aggregation for JIT and 120 days for monthly aggregation for forecast.
    4.I run MRP for the header material and I maintain the necessary SA number in Source list.
    5. After MRP run I'm not getting the respective schedule lines for JIT and Forecast.
    6. What is the use of creation profile in Scheduling Agrrement and schedule line and is it determine ant schedule lines after MRP run.
    Please clarify me on creaion profile.
    Thanks in advance
    PKB

    Dear Experts,
    I'm not getting any response regarding Creation profile which I posted last week.
    Can anybody explain me the use of Creation profile in Schedule line?
    From Standard SAP help documentation I'm not convince.
    Best Regards
    PKB

  • Creating a job and scheduling a job error in OEM

    Hi, Everyone,
    I am trying to create and schedule a job thru OEM. In the the pl/sql block provide i have given my code like this
    begin
    SET SERVEROUTPUT ON;
    SPOOL C:\RFV_PROFILE_REPORT.LOG APPEND;
    SELECT TO_CHAR(SYSDATE, 'DD/MM/YY HH24:MI:SS') FROM DUAL;
    EXEC PAC_RFV_PROFILE_REPORT.CALL_ALL (200910);
    SELECT TO_CHAR(SYSDATE, 'DD/MM/YY HH24:MI:SS') FROM DUAL;
    SPOOL OFF;
    end;
    i have created the job and scheduled it but i am getting this error:
    Error # 6550
    Details ORA-06550: line 2, column 5: PL/SQL: ORA-00922: missing or invalid option ORA-06550: line 2, column 1: PL/SQL: SQL Statement ignored ORA-06550: line 3, column 7: PLS-00103: Encountered the symbol "C" when expecting one of the following: := . ( @ % ;
    could anyone pls help as this is very urgent.
    Thanks in advance

    Ah, the problem is you are confusing SQLPlus commands with PL/SQL.
    SET SERVEROUTPUT ON; -- This is a SQLPlus command, not necessary here.
    SPOOL C:\RFV_PROFILE_REPORT.LOG APPEND; -- This is a SQLPlus command, in PL/SQL to write out to a file you will need to call the UTL_FILE package to open a file for writing to. Except that the file you write to will appear on the database server, not your workstation, when the scheduled job runs.
    SELECT TO_CHAR(SYSDATE, 'DD/MM/YY HH24:MI:SS') FROM DUAL; -- In PL/SQL you need to SELECT columns INTO variables FROM tables. But in fact I guess you want to write the time to file using UTL_FILE again. However, you don't really need to do this, since scheduler will log the start time and run duration itself.
    EXEC PAC_RFV_PROFILE_REPORT.CALL_ALL (200910); -- This is the SQLPlus equivalent of the PL/SQL command:
    BEGIN
    PAC_RFV_PROFILE_REPORT.CALL_ALL (200910);
    END;
    SPOOL OFF; -- This is a SQLPlus command, not necessary here.
    So to summarise, all you really need is:
    BEGIN
    PAC_RFV_PROFILE_REPORT.CALL_ALL (200910);
    END;
    And the scheduled job will log the start time and duration in the database, which you can find here:
    SELECT * FROM USER_SCHEDULER_JOB_RUN_DETAILS

  • Terms of payment in PO and Schedule agreement

    Dear Gurus,
    Is there any standard setting to update terms of payment without changing the PO and schedule agreement manually. My client wants that they will update terms of payment in vendor master at the first time and create 1 purchase order for the particular vendor.
    Later they will change the terms of payment in vendor master and the same has to picked up in PO automatically without changing the PO.
    Please let me know if there is any standard settings available or any user exit i have to apply.
    Regards,
    mohdsams

    Hi,
    If you have multiple payment term in one vendor then you can not put payment terms in vendor master.
    You put payment terms in at the time of P.O.
    Regards,
    Spradip

  • How to create a job in OEM and schedul it ?

    Hi,
    in 10g 2, I'm looking in the following documents :
    Enterprise Manager Concepts and Oracle Database 2 Day DBA
    http://download.oracle.com/docs/cd/B19306_01/em.102/b31949.pdf
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14196.pdf
    but I can not find any explanation to know how to create a job and schedul it.
    Where can I find ?
    Thanks.

    From Enterprise Manager, click on Administraion Tab, Click on the Jobs link under Database Scheduler. Click the Create button and follow the screens and prompts as required.
    <br>
    Enterprise Manager Documentation
    </br>
    <br>
    Oracle Database FAQs
    </br>

  • Calculation of basic dates and schedule dates

    I update material master from routing with CA97 to material master
    work scheduling data with base quantity 1000
    When MRP running, planned order for 54000 PCS is schedule with work scheduling data.
    when i schedule planned order (change)
    the calculation basic date & schedule date differs for 19 days
    cause basic start shift
    why is this happend?
    is this cause by rounding when transforming minute from routing to days in material master?
    is this because i used shift sequence and scheduling with breaks?
    some strage case again is
    for base qty 1000 processing time is 0.97
    for base qty 10000 processing time is 6.93
    is there any solution for this case?
    please help.
    Best regards,
    Freddy Ha

    i forgot i used overlapping
    sorry

  • Calculation of basic date and schedule date

    I update material master from routing with CA97 to material master
    work scheduling data with base quantity 1000
    When MRP running, planned order for 54000 PCS is schedule with work scheduling data.
    when i schedule planned order (change)
    the calculation basic date & schedule date differs for 19 days
    cause basic start shift
    why is this happend?
    is this cause by rounding when transforming minute from routing to days in material master?
    is this because i used shift sequence and scheduling with breaks?
    some strage case again is
    for base qty 1000 processing time is 0.97
    for base qty 10000 processing time is 6.93
    is there any solution for this case?
    please help.
    Best regards,
    Freddy Ha
    Edited by: Freddy Halim on Jan 28, 2010 7:40 AM

    Hi,
    Yes. The schedule date is generated considering your factory calender also in addition to the routing data. For eg.. Suppose if Saturday and sunday are holidays, the schedule date will be extended to 2 days.
    Pl. check the  unit in your routing for the second query.
    Pl. refer the link
    http://help.sap.com/saphelp_47x200/helpdata/en/b1/c042b7439a11d189410000e829fbbd/frameset.htm
    Madhava

  • How to sync tables in scheduler DB#1 and scheduler DB#2

    Hi experts
    the issue is as following
    ====
    Customer's BIP environment is as following
    [Publisher 1] [Publisher 2] ---------+---------> [ scheduler DB 1] (primary)
                                                     [ scheduler DB 2] (stand by)
    BIP :10.1.3.4.2  DB:  10.2.0.5
    Customer use DB#1 at ordinary times, only when any issue happen and make DB#1 down,then Customer will use DB#2.
    Now Customer need to make the following four tables synchronized in scheduler DB#1 and scheduler DB#2 every 10 mins(or shorter time). 
    ========
    ・XMLP_SCHED_JOB
    ・XMLP_SCHED_OUTPUT
    ・XMLP_SCHED_SUBSCRIPTION
    ・SEQUENCE
    ========
    Questions are
    1. Does BIP support team have any supported steps to sync the four tables in scheduler DB#1 and scheduler DB#2?
    2.Is it ok to just Sync the four table by extract difference data to a CSV file and sync the four tables by  SQLLDR.
      or we need to Sync the entire schema not just a few tables
    3.As CT needs to sync the four tables every 10 mins,at that time, Both BIP and DB are active,do we support to do sync in this status.
    but for no document state it,Could development give me official answer for it?
    Thanks&Regards
    Shuangfei

    Hi Sanjo
    login in as ora<SID>. Issue command sqlplus /nolog. Then issue connect / as sysdba.
    This should take you to SQL prompt where you can trigger your queries.
    Hope it helps
    Regards
    Lokesh Gupta

  • I got new iphone and when i connect it to my pc, it lost all my current data and replaced it with the backup on my computer, which is from april. so i have lost all my calendar information and schedule. does anyone know how i can reverse this?

    i got new iphone and when i connect it to my pc, it lost all my current data and replaced it with the backup on my computer, which is from april. so i have lost all my calendar information and schedule. does anyone know how i can reverse this and get my information back?

    Every backup replaces the old one, so, unless you included the backup folder in your computer backup routine, you can't get back your calendar info.
    The only time iTunes will not replace a backup is, when you use it to restore from, this one will stay in the backup list in iTunes.
    More info on backups here: http://support.apple.com/kb/HT1766

  • Process Order Basic Finish Date and Scheduled Finish Date

    Folks,
    I have a requirement from the business to be able to update the Process Order Basic Finish Date and Scheduled Finish Date independently from each other.
    In other words, update the Basic Finish Date and the Scheduled Finish Date cannot change or update the Scheduled Finish Date and the Basic Finish Date cannot change.
    I believe the reason for this is to be able to use the Basic Date to maintain the ATP accurately and keep the Scheduled Date to mark when the order was originally due from the shop floor to be able to measure if orders are being completed on time or late.
    I have worked in tnx OPUZ and had some success with other issues with these dates but I can't seem to make them work independently from each other.
    Or does anyone have any ideas how to measure proces order performance to the production schedule?
    Thank you for your help,
    Greg

    Rajesha, thank you for your reply but it doesn't solve my problem.
    Let me restate my scenario:
    I start a process order and both the basic and scheduled finish dates are the same, June 1.
    At some point, shop floor tells me they will be late and cannot deliver until June 15.
    I need to update a date in the system so the ATP and the MRP planning runs have correct information for promising customers, I will update the Basic Finish date with June 15.
    I also need to keep the original June 1 date in order to measure the shop floor performance to the production schedule to measure how early or late the  order was delivered. How can I keep the original finish date or how can I measure if a process order is early or late??
    Thank you for your help,
    Greg

  • Is it possible to pre-order the iPhone 5 and schedule pick up at an Apple Store on 09.21.2012?

    Is it possible to pre-order the iPhone 5 and schedule pick up at an Apple Store on 09.21.2012?

    and by the two week shipment means delivery on October 5th.
    I knew I should of stayed up and ordered my phone.

  • How to stop scheduled ship date and scheduled arrival date from defaulting to sysdate

    Hello,
    We have a business scenario where we are deriving scheduled ship date and scheduled arrival date outside and then imported in the instance with the order. However we find that the scheduled ship date and scheduled arrival date are defaulting to sysdate. The atp flag is set to N for these items. I have checked the defaulting rules, there is no such defaulting rule set for scheduled ship date or arrival date ( screenshot attached) Please share your thoughts on how can I stop scheduled ship date and arrival date date from defaulting to sysdate ?
    Thanks
    Rajesh

    Hi
    Please visit following link. It may be useful.
    How to prevent auto default of schedule ship date in sales order form
    HTH
    sd

Maybe you are looking for

  • 10.6.8 update ate all my sent mail!

    Never happened in all my years on Mac: The update to 10.6.8 disappeared the contents of all Sent Mail Messages folders. Why and how would it do such a thing? All POP mail accounts, three GMail and one Comcast. Wondering if making IMAP accounts will b

  • Intenal table  as container variable in the alert category

    Hi Is it possible  to create   internal table as Container Variable in the alert category. If it is possible how can we pass the data to this internal table in the Run time to the funtion module SALRT_CREATE_API.I have tried this to pass the data to

  • MacBook A1181 not turning on

    Recently my MacBook hasn't been turning on. I pressed the power button, but nothing happens -- no chime, no screen, no sleep light, no hard drive. I tried taking the battery out and plug the charger in and it booted fully and I was able to use it. Th

  • How to minimize createDRMSession delay in offline mode with Objective-C API

    Hi all ! We are now having our application playing in offline mode (license and files are local, network is off). But the createDRMSession method take 4 to 5 seconds to complete. In the sample code of the API they imply that there is some way to redu

  • IWeb 3.01 Google Adsense

    Hi: I have an Adsense account but I get the ads, when I publish iWeb content it does with the google code needed. iWeb tells me I have correctly configured my Adsense account. In his day working, which is not that I could change or if I reset or dele