Foreign trade and customs data should be picked automatically in delivery

Dear All,
Foreign trade and customs data should be picked automatically in delivery note and in the invoice  once we enter it in the master data for L/C Local Sales for example country  Saudi arabia to Saudi Arabia in vi95 or any other transaction you have for this particular master data entry.please help

Check the customizing settings under
IMG - SD - Foreign Trade/Customs - Basic Data for Foreign Trade -  Define Business Transaction Types And Default Value
And the data should be picked up from Material Master record in Foreign trade export view.
They are checked as mandatory fields according to customizing under:
IMG - SD - Foreign Trade/Customs - Control Foreign Trade Data in MM and SD Documents - Incompleteness Schemas for Foreign Trade Data
Also, refer following link:
[Customizing Foreign Trade Master Data |http://wiki.sdn.sap.com/wiki/pages/viewpage.action?spaceKey=ERPLO&title=CustomizingForeignTradeMasterData&decorator=printable]
Thanks & Regards
JP

Similar Messages

  • Foreign trade and custom for europe

    If anyone have info abt Foreign Trade and Custom for Europe please mail me to [email protected], it would be great help....and its bit urgent,
    Thanx
    Sajid.

    HI....
    Please send me the configuration steps of Foreign trade and global trade. to the following mail id
    [email protected]
    Regards,
    Murthy

  • Foreign trade and customs

    what is Foreign trade and customs, kindly explain me detail?
    Thanks in advance
    Ponts would be rewardes,

    check the link
    http://help.sap.com/saphelp_46c/helpdata/en/93/74440d546011d1a7020000e829fd11/frameset.htm
    http://help.sap.com/saphelp_46c/helpdata/en/cb/fa2f58a9a011d395750000e83dcfd4/frameset.htm
    http://help.sap.com/saphelp_46c/helpdata/en/75/fceb47b535d1118b3f0060b03ca329/frameset.htm

  • Foreign trade import/export data is getting copied when creating MMR

    Hi,
    When trying to create material master record with reference material ,the" Foreign trade import/export data " is not available in selection but the material is getting created with the "foreign data".
    When to restrict so that the material master record gets created without "foreign trade data"
    Thank you.

    HI,
    When u enter the new material,matl type & industry u enter the reference material and press enter then it shows the select views screen in this deselect the foreign trade tab and press enter then create material.The foreign data tab will not be copied in the new material.
    murugan

  • AR Invoice date should not be less than delivery date

    How can i make an alert for user when they will prepare AR Invoice?
    Example:
    If Delivery date is 01-10-2010 and Invoice date should be later or same but not less than delivery date(01-10-2010).
    if Invoice date is less than delivery date then This data should not be added into the database.
    So there is any way to stop this error.
    Thanks
    Mizan

    Dear Bala,
    Here is the SP:
    set ANSI_NULLS ON
    set QUOTED_IDENTIFIER ON
    go
    ALTER proc [dbo].[SBO_SP_PostTransactionNotice]
    @object_type nvarchar(20),                     -- SBO Object Type
    @transaction_type nchar(1),               -- [A]dd, <u>pdate, [D]elete, [C]ancel, C[L]ose
    @num_of_cols_in_key int,
    @list_of_key_cols_tab_del nvarchar(255),
    @list_of_cols_val_tab_del nvarchar(255)
    AS
    begin
    -- Return values
    declare @error  int                    -- Result (0 for no error)
    declare @error_message nvarchar (200)           -- Error string to be displayed
    select @error = 0
    select @error_message = N'Ok'
    --     ADD     YOUR     CODE     HERE
    If @object_type='13' and @transaction_type='A'
    BEGIN
    If Exists (Select distinct 'error' from [dbo].[OINV] T0 Inner Join INV1 T1
    On T0.DocEntry=T1.DocEntry Inner Join DLN1 T2 On T1.BaseEntry=T2.DocEntry
    Where T0.DocDate<T2.DocDate
    And T0.DocEntry = @list_of_cols_val_tab_del)
    BEGIN
    Select @error = -1,
    @error_message = 'DocDate for Invoice Should not be Less than Del. Date. So You can not Add this Doc'
    End
    End
    -- Select the return values
    select  @error,@error_message
    end
    Regards,
    Mizan

  • Checkboxes and Custom Data Objects

    I'm trying to create a form with a list of checkboxes based on customers' interests - there's 8 in all and they can select multiple options.
    What I want to do is to create shared lists for each option which will serve as a segment members for future mailings.
    I also need to hold the data for that individual together so if I ever need to, I can go in and say 'Well, Joe Bloggs here is interested in X, Y and Z so I'll put him into campaigns A and B'.
    Are Custom Data objects the way to go? I've had a go at creating one and mapping it, but I don't know what to do with these checkboxes!!
    Thanks!!

    For the shared list, simply use the "Add to Shared Contact List" processing step for your form and make it conditional on the box being checked. You'll need 8 of these steps, one for each option.
    For keeping the data, I would use a Custom Data Object. Create a new CDO set with a field for the email address and one for each of your checkboxes (plus whatever other info you want, of course.) And then use the "Update Custom Data Object - With Custom Values" processing step. You can set this step to add a "yes" or "on" or whatever else you'd like to the appropriate field in the CDO. Again, make this step conditional on the checkbox being checked in your form. Again, you'll need to create 8 of these steps, but once you get the first one done, the others should go quicker.
    PS, I kept typing "from" instead of "form." Argh.

  • Foreign Trade and Trade Collaborator

    Dear SAP Gurus, I would like to know about foreign trade SD in India and how is it different with North America Foreign trade. Also I would like to know if we need Trade Collaborator to carry out Foreign trade.
    Your urgent reply would be highly appreciated and awarded.
    Regards
    Hans Raj Meena

    SAP-GTS (Global Trade Solution) covers NAFTA & EU trade agreements.
    India has trade agreement called SAFTA and I don't know whether this trade agreement is similar to NAFTA or EU agreements.
    Check whether SAFTA is covered under SAP-GTS

  • Nested routings and Custom Data

    Hi,
    I am working and testing different solutions with Nested Routings.
    For normal operations in a routing I can add Custom Data for each routing step.
    However when I add a special routing as a nested routing within my routing I can not add Custom data
    for this routing step.
    Are there any workarounds available? Am I  doing it the wrong way?
    Br,
    Johan

    Hi Johan,
    I would suppose that nested router is not treated as a router step but rather as a link to that router because there is no actual activity done at the step-link but rather at the actual steps of the nested router. So, if you can assing Custom Data to nested NC router but can't for Special router, then it is probably a bug. Otherwise, my guess is true and you can't assign Custom Data to step-link at all.
    Regards,
    Sergiy

  • Use of type libraries and custom data types in TestStand 3.1

    Consider the following example in CVI 7.0:
    #include <cvidef.h>
    typedef struct
        int                         t_err;
        unsigned int                err_flags;
        int                         err_code;
        char                        err_msg[1024];
    } TEST_ERROR;
    int DLLEXPORT DLLSTDCALL   NfctConnect  (int iPortType, int iComPort, int iBaudRate, TEST_ERROR * tstError);
    I want to call this function from TestStand 3.1 using the CVI Standard Adapter.
    I created a function panel from the header file then I generated a DLL that contains the type library as an embedded resource. Using OLE/COM object viewer I can confirm that the definitions are correct. In TestStand however, all basic types are recognized but the structure is rejected as not being a TestStand type.
    However, a C structure is supposed to be assimilated as a container in TestStand. Do I have to manually create a custom data type in TestStand to match my C structure or TestStand can automatically create the container based on the information in the type library (because this information is available it won't be difficult for TestStand to do this automatically)?

    Hi Spoli,
    At the current time the only adapter that gives you the option to
    automatically create a container for a given parameter is the LabVIEW
    adapter. In your case you will need to manually create the container
    that matches your C struct. I apologize for the inconvenience.
    One thing you can do to see this feature in future versions is make a Product Suggestion on our website. Our R&D engineers are always looking for good feedback.
    Have a good one Spoli,
    Dan Weiland
    Applications Engineer
    National Instruments
    Dan Weiland

  • Should I shoot RAW or JPG and what ratio should I pick when shooting stills?

    I want to take artistic pictures. Does that mean I should shoot RAW and then deal with the settings in Photoshop? I realize I can't for the corporate photo contest because I am not allowed to Photoshop anything for the contest. And pictures at a party that I intend to share or immediately upload, I understand why I would not shoot RAW.
    Are there other reasons not to do so?
    Many of you know me. I have been shooting video for a while and I am just now starting to shoot stills. These are tough questions for me.
    I always assumed I would shoot stills using the maximum frame size possible. However, I have other choices.
    When the aspect ratio setting is [4:3]
    4608x3456 pixels, 3264x2448 pixels, 2336x1752 pixels
    When the aspect ratio setting is [3:2]
    4608x3072 pixels, 3264x2176 pixels, 2336x1560 pixels
    When the aspect ratio setting is [16:9]
    4608x2592 pixels, 3264x1840 pixels, 1920x1080 pixels
    When the aspect ratio setting is [1:1 ]
    3456x3456 pixels, 2448x2448 pixels, 1744x1744 pixels
    Now, to be honest, I can't think of a reason to shoot stills at any size other than the 4:3 based 4608x3456 except to save room on the memory card. But I figured I should probably ask just in case I am missing something. Storage is not an issue as far as I can tell at this time. I bought two 64GB cards and I will be able to use part of my 16GB Smartphone memory card for additional storage should the need arise. Most likely I will have plenty of room until I can copy over to my laptop and then on to an external drive.
    For reference: http://www.herviewphotography.com/2012/06/18/raw-vs-jpg-file-formats.html

    Steven,
    You are correct, that you should not shoot the Holiday Party pics in RAW, as they will only be used to blackmail your boss, and co-workers, so JPEG would be adequate for that (unless you really need to do Photoshop work, to make the images more "compromising... ").
    Now, shooting in Camera RAW has several advantages, and really only two disadvantages, that I can think of.
    Camera RAW captures everything that the sensor can, but it is in unprocessed form (one of the disadvantages), and then Photoshop with the ACR (Adobe Camera RAW) can "process" your images. I do this, when I have real use for the Images. I have developed a Preset for my Nikon Camera RAW, for each camera, so it's fairly easy to batch process. I always Save_As PSD, since I will very likely do additional work (not useful for the company competition, but CAN be useful for those black-mail pictures, if you have much "work" to do).
    I Save my NEF's (Nikon Camera RAW) Images, and then, in a separate folder, my processed PSD's. Those are sort of like duplicate transparencies, but with slightly different data in each. From the first, the NEF's, I could always run them through ACR again, should something happen to my PSD's. The reverse is not true, but at least I would have my PSD's.
    For use in Video, I will almost always Open my PSD's, and Scale them, plus possibly do other Image-editing, per my needs. As I shoot at max. resolution (~ 4000 x 3000), I will be Scaling, and then likely Cropping (as most Projects now, are 16:9). If you do any 4:3 Projects, then you are already there, save for the Square Pixel vs Rectangular Pixel issue, but if you Scale the 4:3 material to 640 x 480 Square, it should look just fine in a 4:3 PAR=0.9 Project's Frame.
    In camera, I always try to mentally compose the Images into 16:9 horizontal, if I see the potential for Video use. It's like keeping 11 x 17 in the back of my mind, when shooting for potential double-truck magazine use. [Back in film days, I made several Nikon screens, to fit various common uses.]
    Though PrPro CS 6 (as of CS 5), with full CUDA/MPE support, can do a great job of Scaling, I still use my PS Actions to batch process entire folders, and usually on Bicubic Sharper, though for some subjects, I choose Bicubic Smoother. This means that I am not "pushing around" a bunch of unused pixels. I Crop each Image, and then Scale it, with the Action, to match the Frame Size of the Project.
    Now, back to RAW. That allows you the full capture from the sensor, so you have everything to work with. I shoot in 16-bit, for as much data, as I can get. One step in the process, but usually well after the ARC processing, and Saving_As PSD, will be the conversion to 8-bit Mode, but only after ALL of my processing, as PrPro cannot use 16-bit Bit-Depth, for Video.
    For just general shooting (usually "happy-snaps"), with no inteneded high-rez printing, or Video use, I will shoot JPEG, at the highest quality setting (lowest compression), and be done with it.
    One disatvantage of Camera RAW is the write time to the card, but with newer cameras, and faster cards, that is less of a problem, than it once was. Still, even high-rez JPEG's, though they do require in-camera processing to JPEG, will allow one to shoot more quickly. [That can be very important with those Holiday Party pics, as who knows what will happen in the next nanosecond?]
    To me, Camera RAW is sort of like standing in front of a photograph, with my entire set of cameras. I ask, "Is this really a great shot?" If so, out comes the 4 x 5. If the answer is "maybe," then I grab a Hassleblad. If the answer is "no, but it IS interesting," then the 35mm is my choice. Sort of the same thing, but instead of cameras, it's RAW vs High-rez JPEG.
    Just some thoughts.
    Hunt
    [Edit] PS - what the linked article said.

  • Russian Government and Customer Data--Privacy Legislation, what are you doing about this?

    Apparently the Russian government recently accelerated legislation that will require personal data on Russian citizens to be stored in Russia.  What is Oracle Eloqua or your company's feedback on how your are planning to respond to this or how other customers are responding.  As SaaS, I don’t believe we have a way to store Russian contacts in Eloqua in Russia.  See the basics of the legislation below. 
    Federal Law No. 242-FZ "On Amendments to Certain Legislative Acts of the Russian Federation for Clarification of the Procedure of Personal Data Processing in Information and Telecommunication Networks" (the "Federal Law No. 242") was adopted on 21 July 2014.
    Federal Law No. 242 introduces the following changes:
    to Federal Law No. 152-FZ "On personal data" dated 27 July 2006 (as amended) by establishing localization requirement for personal data processing; and
    to Federal Law No. 149-FZ "On information, information technologies and protection of information" dated 27 July 2006 (as amended) by establishing procedure for blocking access to information resources on which unlawful processing of personal data takes place.
    Federal Law No. 242 comes into force on 1 September 2016. The acceleration of the entry into force and change of the effective date of the Federal Law No. 242 to 1 January 2015 is however proposed by a draft law which was submitted to the State Duma (lower chamber of the Russian Parliament) on 1 September 2014. In order to become a law, the draft amendments shall be adopted through the usual law-making procedure, which duration is difficult to predict (it involves adoption by the State Duma in three readings, approval by the Federation Council (upper chamber of the Russian Parliament), signing by the President of the Russian Federation and official publication).
    Localization requirement for personal data processing
    Under Federal Law No. 242 so called "operators" or "personal data operators" are required to carry out certain types of "processing" of Russian citizens' "personal data" by using "databases", located in Russia. In this context:
    Personal data means any information directly or indirectly related to any identified or potentially identifiable person. It includes, among other things, first name and family name, date and place of birth, address, information about family status, education, profession, income;
    Personal data operator means a state or municipal authority, legal entity or individual that solely or jointly organize(s)and/or perform(s) the processing of personal data and determine(s) the purposes and scope of such processing;
    Localization requirement applies not to all but only to the following types of personal data processing: recording, systematization, accumulation, storage, specification (updating and amending), and extracting; [1]
    Personal data processing means any action or combination of actions performed with regard to / with any personal data, including collection, recording, systematization, accumulation, storage, use, transfer (distributing, providing or authorizing access to), blocking, deleting and destroying of any personal data;
    Database means set of independent materials systematized in such a way that these materials can be retrieved and processed using the computer; and
    Before starting personal data processing operators are required to notify the Federal Service for Supervision in the Area of Telecoms, Information Technologies and Mass Communications, which is the state authority responsible for the enforcement of the Personal Data Law ("Roskomnadzor") on the location of the database(s) containing personal data of Russian citizens.
    The requirement of using databases "located in Russia" is not entirely clear, especially given that location of certain databases (e.g. clouds) is difficult to ascertain, but most likely this requirement implies that personal data operators are required to use local facilities (server(s) / data center(s)) located in Russia either owned or provided by third parties; each potential option requires proper legal and tax consideration.
    It is not yet clear from Federal Law No. 242 whether Russian citizens' personal data may be processed with the use of the databases located outside of Russia in addition to being processed using databases located in Russia (e.g. for the purposes of back-up or duplicate storage).
    Procedure for blocking access to infringing information resources
    Procedure for blocking information resources on which unlawful processing of personal data takes place, introduced by Federal Law No. 242, includes the following stages:
    Stage 1: The "personal data subject" (any individual identified or potentially identifiable on the basis of the personal data) whose personal data is being processed unlawfully shall obtain the relevant court decision acknowledging the unlawful processing of his/her personal data.
    Stage 2: After entry of the relevant court decision into force the personal data subject may apply to Roskomnadzor with the request to limit access to his/her personal data.
    Stage 3: Roskomnadzor within 3 (three) business days from the date of the relevant court decision's entry to force shall determine the hosting provider or any other person ensuring the processing of the personal data (the "Hosting Provider"), serve the Hosting Provider with a notification requesting the Hosting Provider to take measures to terminate unlawful processing of personal data and include information on the unlawful processing of personal data (including domain name, webpage, web address identifying websites on which personal data has been unlawfully processed, etc.) into the Register of Infringers of Rights of the Personal Data Subjects.
    Stage 4: The Hosting Provider within 1 (one) business day from the date of receipt by the Hosting Provider of Roskomnadzor's notification shall liaise with the operator of the information resource, serviced by the Hosting Operator, requesting the operator of the information resource to terminate unlawful processing of personal data or restrict access to unlawfully processed information.
    Stage 5: The operator of the information resource shall terminate unlawful processing of personal data within 1 (one) business day from the date of receipt of the request from the Hosting Operator. If the unlawful processing of personal data is not terminated by the operator of the information resource, the Hosting Provider, must restrict access to the information resource on which that personal data has been unlawfully processed not later than within 3 (three) business days from the date of receipt by the Hosting Provider of Roskomnadzor's notification.
    Stage 6: Failure of the Hosting Provider or the operator of the information resource to undertake measures, described in Stages 4 and 5 above, entails submission of the information about unlawful processing of personal data to the telecommunication companies, which shall restrict access to the information resource on which that personal data has been unlawfully processed (including blocking of the relevant domain name or website). If the measures described in Stages 4 and 5 above are properly undertaken or if the court decision acknowledging the unlawful processing of personal data is overruled, Roskomnadzor or the entity keeping and maintaining the Register of Infringers of Rights of the Personal Data Subjects removes the information on the unlawful processing of personal data from such register.
    1 - Excluding personal data processing: to achieve objectives stipulated by the international treaties of the Russian Federation or law, and for the performance of functions, powers or obligations of the personal data operators, imposed by law; (ii) for the performance of justice, enforcement of a judicial act, act of another authority or official, as provided by the laws on enforcement of judicial decisions; (iii) for the performance of powers imposed on the federal and municipal authorities, non-budgetary funds and organizations rendering state and municipal services, including registration in the unified and regional portals of state and municipal services; or (iv) for the professional activities of a journalist or mass media or for scientific, literature or other artistic activities, provided that rights and legal interests of the personal data subjects are not breached.

    Í would like to know too! Some of our Eloqua customers are doing business in Russia.

  • Bug alert re iMT Extraction tool and custom data/display fields superclasses

    In the current iMT there is a Extraction tool bug whereby custom
    superclass usage in NetDynamics displayFields and/or dataFields are
    resulting in nodes being omitted from the
    application description. Worse, this omission was not being detected
    by the Extraction tool. The error would not surface until the
    Translation tool ran and tried to use the incomplete application
    description xml file. The translation tool would then error as it
    tried to locate non-existant nodes.
    This is a serious problem for those applications which make use of
    custom superclasses for displayFields and/or dataFields. If the
    extraction omits these nodes, then the information is not available
    to be translated. The problem is so severe, that I assume no one out
    there has encountered it, or they would have reported it to us. If I
    am mistaken in this assumption, please contact us.
    The problem was easily corrected once identified. A fix will be
    included in the next general release of the iMT.
    At this point we are holding off on releasing micro-patches, in
    anticipation of releasing a comprehensive iMT 1.1 release in the near
    future.
    If you have urgent need for this fix or any others that have been
    listed on these boards, since the last patch drop, please let us know
    ASAP and we will see what we can do.

    I, for one, appreciate your contribution to this forum.
    I haven't used Ultiboard since my initial purchase of it many many years ago.  (MultiSim was bad enough.  I wasn't about to start fighting with UltiBoard also.)  However, it's of note how may bugs you have open/unsolved.  MultiSim Inc has definitely not done its homework.  In my case, that's not so much of a loss, but based on what you're saying, you actually have to use this thing to make money!  That stinks!
    I have little grounds for filing suit, as I've taken little risk; although, I can't tell you how many hours I've burned trying to figure out MultiSim's latest burp, that's hardly grounds for benefit from a suit.   But you however, you're losing money!  I'm thinking that the "at your own risk" in the fine print is MultiSim's out, but this is just wrong, the way this company is.  This program just doesn't work and it looks like little can be done about it. 
    I thought that National Instruments' involvement would get some where with this program, but thus far that's proving to be an error on my part.  My latest bug is the inclusion of MultiSim's multimeter causes a circuit to stop simulating.  I mean how ridiculous is that?!  But at least when MultiSim burps for me I'm not losing money, just time.
    Thanks again for starting this thread!

  • Number range for Documentary payments in foreign trade

    Hi Friends,
    Can anybody guide me as where to maintain the number range for Documentary payments in foreign trade?
    I want to define new no range for the same.
    Thanks in advance
    Shailesh

    Hi Shailesh,
               Go through this path
               IMG ---> Sales and distribution -->Foreign trade and customes --> define number range --> Documentary payments
    T.Code XAKK
    I hope it will full fill your requirement
    Regards,
    Murali.

  • Scheduled start and Finish date .

    Hi Everyone,
    I am facing a problem in dates in creating a process order in Production .
    In the tcode COR1, when input the BASIC START DATE manually, the BASIC FINISH DATE ,scheduled start date and finished dates should get calculated automatically  as per standard SAP.
    The problem that I am facing is that , if I input the BASIC START DATE in future , the scheduled start date and finished dates are always coming as  the system date.
    whatever date I input in the BASIC START DATE  the scheduled start date and finished dates are always coming as  the system date.
    But this is not happening in quality and development server .
    Please help me if you have any solution
    Thanks
    Bijay

    Dear ,
    1.Scheduling parameter for new process order type and plant combination, to be defined at OPUZ . U can copy the settings at standard order type PI01.Here you should keep Backward Scheduling as Scheduling Type  and Keep the adjustment  Scheduling as Adjust to Basic Date , depenent requirement Date .
    Now  Order Basic finish date = Order Basic start date + float before prod + Lead Time of Operations (operation time from routing )+ float after prod.
    These floats are predefined in SMK  and assinged to material master .It comes through Planned Order after MRP run andcoped to Production Order .
    .2.Check and Define Scheduling Margine key in MRP -Carry All over all palnt paremtres (OPPQ)
    If you are MTS process , then Keep the Scheudling Type as Forward .Enter the Basic Start date and Scheduling Margine Days ( Opening periods , FBP, FAP) and then hit the Scheduling Indicator .It will calcuate all the dates based on the SMK and operation setup and propose you Basic Finish Date .
    So adjust the Flaots in SMK tab in process order , enter Basic Finish Date , Choose Bacward Scheduling to arraive Basic Start  or Go in reverse direction by choosing Forward scheduling .
    Hope its clear
    Regards
    JH

  • Foreign trade data incomplete for item 000280 (Message no. VF074)

    Hi
    Foreign trade data incomplete for item 000280 (Message no. VF074)
    When I click on Incompleteness analysis button at Item level, it is showing below fields for few Invoices
    1. Business Transaction Type for Foreign Trade (EXART)
    2. Statistical value for foreign trade (GRWRT)
    3. Country of origin of the material (HERKL)
    4. Commodity Code/Import Code Number for Foreign Trade (STAWN)
    why this error is for few invoices only
    from where these 4 fields will be picked automatically without maintain manually in VF02
       Thanks & Regards
               Sudha

    Hello,
    1) it should be determined according to customizing settings under "Sales and Distribution --> Foreign Trade/Customs --> Basic Data for Foreign Trade --> Define Business Transaction Types And Default Value";
    3) and 4)  they should be picked up from Material Master record, "Foreign trade export view".
    They are checked as mandatory fields according to customizing under: "Sales and Distribution --> Foreign Trade/Customs --> Control Foreign Trade Data in MM and SD Documents --> Incompleteness Schemas for Foreign Trade Data"
    Hope to be useful.
    Best regards,
    Andrea
    Edited by: abrusa on May 19, 2010 5:23 PM
    Edited by: abrusa on May 19, 2010 5:29 PM

Maybe you are looking for

  • Setting up of TMS from Quality to Production systems

    Hi ALL, I have a query: I have to setup the TMS in such a way that the transports from Client 110 of Quality server should ONLY go to Client 110 of Production server. Similarly for client 120 of quality -> client 120 of Production. Please be so kind

  • BPEL skip checkin documents in UCM

    Guru's : We have an serious issue, We are trying to load documents into UCM from BPEL that Invokes 2-way operation CheckIn.wsdl & service : CheckInUniversal as you can see below. There will be request in BPEL for creating multiple documents for the s

  • Calculation in a table

    Hi All- I've the following table "Count" Year        Period               Pd Start Dt    Pd End Dt    Count1         Count2      Count 3 2012    Period 05, 2012    25-APR-12    29-MAY-12    10779455    7557757      0 2012    Period 06, 2012    30-MAY

  • Blocked instance

    Hi All, OS:Windows DB:11g I have faced these problem several time while creating a clone of DB or creating a Standby database of the same using RMAN. The problem is when i nomount my clone/standby instance, the instance status is blocked in lsnrctl s

  • I can't install the Swedishdictionarie, why ?

    I can't install the swedish dictionarie, why?