Interface and PI sheet

Hi, Could any one expalin the important of PI Sheets? whether PI Sheets and Intefaces serves the same purpose? please help.

Hi Raju Garu,
1. PI Sheet -
This is used for distributing the information and collecting the information.
this is done in SAP only.
this is generally used in the Process industries, but now it is also possible to use in the Discrete information.
2. Interfaces:
Generally interfaces are middlewares to make 2 systems communicate.
Example is SAP with leagacy system like ForecastX, Avalon etc.
To make this communication happen between 2 sytem we may use IDOC or FTP etc .
let me know your feedback.
Reg
Dsk

Similar Messages

  • The difference between IEEE802.1Q Native VLAN sub-interface and Physical interface?

    Hello
    I think the following topologies are supported for Cisco Routers
    And the Physical interface also can be using as Native VLAN interface right? 
    Topology 1.
     R1 Gi0.1 ------ IEEE802.1Q Tunneling  L2SW ------ Gi0 R2
    R1 - configuration
    interface GigabitEthernet0.1
     encapsulation dot1Q 1 native
     ip address 10.0.0.1 255.255.255.0
    Topology 2.
    R1 Gi0 ------ IEEE802.1Q Tunneling L2SW ------ Gi0 R2
    interface GigabitEthernet0
    ip address 10.0.0.1 255.255.255.0
     And is it ok to use the physical interface and sub-interface with dynamic routing such as EIGRP or OSPF etc?
    R1 Gi 0 ---- Point to Multipoint EIGRP or OSPF ---- Gi0 R2 / R3 
          Gi 0.20--- Point to Point EIGRP or OSPF --- Gi0.10 R4  (same VLAN-ID) 
    R1 - configuration
    interface GigabitEthernet0
     ip address 10.0.0.1 255.255.255.0
    interface GigabitEthernet8.20
     encapsulation dot1Q 20
     ip address 20.0.0.1 255.255.255.0
    Any information is very appreciated. but if there is any CCO document please let me know.
    Thank you very much and regards,
    Masanobu Hiyoshi

    Hello,
    The diagram is helpful.
    If I am getting you correctly, you have three routers interconnected by a switch, and you want them to operate in a hub-and-spoke fashion even though the switch is capable of allowing direct communication between any of these routers.
    Your first scenario is concerned with all three routers being in the same VLAN, and by using neighbor commands, you force these routers to establish targeted EIGRP adjacencies R1-R2 and R1-R3, with R1 being the hub.
    Your second scenario is concerned with creating one VLAN per spoke, having subinterfaces for each spoke VLAN created on R1 as the router, and putting each spoke just in its own VLAN.
    Your scenarios are not really concerned with the concept of native VLAN or the way it is configured, to be honest. Whether you use a native VLAN in either of your scenarios, or whether you configure the native VLAN on a subinterface or on the physical interface makes no difference. There is simply no difference to using or not using a native VLAN in any of your scenarios, and there is no difference to the native VLAN configuration being placed on a physical interface or a subinterface. It's as plain as that. Both your scenarios will work.
    My personal opinion, though, is that forcing routers on a broadcast multi-access segment such as Ethernet to operate in a hub-and-spoke fashion is somewhat artificial. Why would you want to do this? Both scenarios have drawbacks: in the first scenario, you need to add a neighbor statement for each spoke to the hub, limiting the scalability. In the second scenario, you waste VLANs and IP subnets if there are many spokes. The primary question is, though: why would you want an Ethernet segment to operate as a hub-and-spoke network? Sure, these things are done but they are motivated by specific needs so I would like to know if you have any.
    Even if you needed your network to operate in a hub-and-spoke mode, there are more efficient means of achieving that: Cisco switches support so-called protected ports that are prevented from talking to each other. By configuring the switch ports to spokes as protected, you will prevent the spokes from seeing each other. You would not need, then, to configure static neighbors in EIGRP, or to waste VLANs for individual spokes. What you would need to do would be deactivating the split horizon on R1's interface, and using the ip next-hop-self eigrp command on R1 to tweak the next hop information to point to R1 so that the spokes do not attempt to route packets to each other directly but rather route them over R1.
    I do not believe I have seen any special CCO documents regarding the use of physical interfaces or subinterfaces for native VLAN or for your scenarios.
    Best regards,
    Peter

  • What is the diffrence between My Runnable Interface and Java Runnable

    Hi folks
    all we know that interfaces in java just a decleration for methods and variables.
    so my Question is why when i create an interface its name is "Runnable" and i declared a method called "run" inside it.then when i implements this interface with any class don't do the thread operation but when i implement the java.lang.Runnable the thread is going fine.
    so what is the diffrence between My Runnable Interface and Java Runnable?
    thnx

    Hi folks
    all we know that interfaces in java just a decleration
    for methods and variables.
    so my Question is why when i create an interface its
    name is "Runnable" and i declared a method called
    "run" inside it.then when i implements this interface
    with any class don't do the thread operation but when
    i implement the java.lang.Runnable the thread is going
    fine.
    so what is the diffrence between My Runnable Interface
    and Java Runnable?
    thnxClasses and interfaces are not identified by just their "name", like Runnable. The actual "name" the compiler uses is java.lang.Runnable. So even if you duplicate the Runnable interface in your own package, it's not the same as far as the compiler is concerned, because it's in a different package.
    Try importing both java.util.* and java.awt.* (which both have a class or interface named List), and then try to compile List myList = new ArrayList();

  • Portege M750 and Win8 - metro interface, and touchpad don't work

    For those of you that, as myself, tryed to install windows 8 in a Toshiba Portege M750 and had problems in portrait tablet mode I recommend the following driver it works perfectly:
    http://cdn.wacom.com/U/drivers/TabletPC/ISD_DualTouch_710-8.zip
    The problem I had was that swipe didn't work with metro interface, and touch didn't work also and in portrait, strangely, when you touch the secren two arrows with different directions woul appear.
    This driver solved my problem.
    Hope that this can help...

    Problem with wacom dual touch driver solved

  • Whats the difference between an INTERFACE and a CLASS?

    Whats the difference between an INTERFACE and a CLASS?
    Please help.
    Thanx.

    http://search.java.sun.com/search/java/index.jsp?col=javaforums&qp=%2Bforum%3A31&qt=Difference+between+interface+and+class

  • Control recipe and PI sheet creation creation

    HI frnds,
    Please explain me the configuration and  path of creating control recipe and PI sheet.
    thanks in advance
    Daniel

    HI,
    plz respond as earliest
    Daniel

  • Difference between abstract interface and normal interface

    Hello Friends,
    What is the Difference between abstract interface and normal interface?....

    What is the Difference between abstract interface and
    normal interface?....The difference is that you didn't follow convention in the first case. All interfaces are implicitly abstract so you don't have to declare them as such.

  • INTERFACE AND EVENTS IN ABAP OO

    Can some one explain me the real time need with example for use of interfaces and events in abap objects
    (asking interface and events along doesnt mean that i am relating them).
    <removed_by_moderator>
    Pankaj Giri
    Edited by: Julius Bussche on Jul 14, 2008 1:36 PM

    Events :
    Technically speaking :
    " Events are notifications an object receives from, or transmits to, other objects or applications. Events allow objects to perform actions whenever a specific occurrence takes place. Microsoft Windows is an event-driven operating system, events can come from other objects, applications, or user input such as mouse clicks or key presses. "
    Lets say you have an ALV - An editable one ...
    Lats say - Once you press some button  you want some kind of validation to be done.
    How to do this ?
    Raise an Event - Which is handled by a method and write the validation code.
    Now you might argue, that I can do it in this way : Capture the function code - and call the validate method.
    Yes, in this case it can be done.. But lets say .. you change a field in the ALV and you want the validation to be done as soon as he is done with typing.
    Where is the function code here ? No function code... But there is an event here - The data changed event.
    So you can raise a data changed event that can be handled and will do the validation.
    It is not user friendly that you ask the user to press a button (to get the function code) for validation each time he enters a data.
    The events can be raised by a system, or by a program also. So in this case the data changed event is raised by a system that you can handle.
    Also, Lets say on a particular action you want some code to trigger. (You can take the same example of validation code). In this case the code to trigger is in a separate class. The object of which is not available here at this moment. (This case happens very frequently).
    Advantage with events : Event handlers can be in a separate class also.
    e.g : In the middle of some business logic .. you encounter a error. You want to send this information to the UI (to user - in form of a pop up) and then continue with some processing.
    In many cases - A direct method call to trigger the pop up is not done. Because (in ideal cases) the engine must not interact with UI directly - Because the UI could be some other application - like a windows UI but the error comes from some SAP program.
    So - A event is raised from the engine that is handled in the UI and a pop up is triggered.
    Here -- I would have different classes (lets say for different Operating Systems). And all these classes must register to the event ERROR raised in application.
    And these different classes for different Operation systems will have different code to raise a pop-up.
    Now you can imagine : If you coded a pop-up for Windows (in your application logic) .. it will not work for Mac or Linux. But of you raise a event.. that is handled separately by a different UI classes for Win, Linux or Mac  they will catch this event and process accordingly.
    May be I complicated this explanation .... but I couldn't think of a simpler and concrete example.
    Cheers.
    Varun.

  • Firewire Interface and Microphone Choices?

    Was looking to drop no more than 500 dollars on a firewire interface and less than 175 in a microphone to do some decent quality recording onto my MB (primarily trumpet, ukulele and acoustic guitar). For the interface I've been looking at the:
    Apogee Duet
    http://www.musiciansfriend.com/product/Apogee-Duet-Firewire-Interface?sku=234444
    And for the mic, the:
    MXL 992
    http://www.musiciansfriend.com/product/MXL-MXL-992-LargeDiaphragm-Condenser-Micr ophone?sku=273162
    Any feedback on these two products or have any other recommendations? Thanks for the help.

    MBaltrusitis wrote:
    Was looking to drop no more than 500 dollars on a firewire interface and less than 175 in a microphone to do some decent quality recording onto my MB (primarily trumpet, ukulele and acoustic guitar). For the interface I've been looking at the:
    Apogee Duet
    http://www.musiciansfriend.com/product/Apogee-Duet-Firewire-Interface?sku=234444
    And for the mic, the:
    MXL 992
    http://www.musiciansfriend.com/product/MXL-MXL-992-LargeDiaphragm-Condenser-Micr ophone?sku=273162
    Any feedback on these two products or have any other recommendations? Thanks for the help.
    If you don't need a lot of inputs and outputs, but are looking for decent sound quality, the Apogee Duet seems like a good deal.
    I'm not familiar with the mic.

  • How can I use Pro Tools with Fire Wire interface and Fire Wire external HD

    If Mac Book Pro has only one Fire Wire jack and I want to use Pro Tools with an M Audio 1814 Firewire interface and an external Fire Wire HD how do I get around the fact that the Mac Book Pro has only one fire wire jack?
    Pro Tools says that they DO NOT recommend using USB 2 Hard Drives as recording drives.
    If I plug my External HD into the back of the 1814 it is way too slow to use, plus, I don't know why, Pro Tools is telling me that my External HD is "not a valid audio volume". It is a MAC OS Extended (Journaled) external Firewire HD (G-TECH G-DRIVE)
    Stuck...
    Message was edited by: Mezcla

    You could consider getting a firewire hub or get an expresscard 34 adapter with a firewire port.
    I personally use a Belkin Expresscard adapter that gives me an extra firewire port as well as two extra USB 2.0 ports.
    Good luck.

  • Apple TV audio through interface and monitor speakers?

    Hi all,
    See following pic of my setup...
    My question is as follows....
    When Macbook is linked to tv via airplay, which is my normal setup as I produce music and use both screens, the sound output is set through Saffire audio interface and comes out the monitor speakers and all is good with the world, however, I want to be able to sit back and watch the apps on Apple TV as is shown on the big screen there ie. Netflix/NBA TV, but still using my computer soundcard and hence through the monitor speakers instead of it switching back to the TV sound.
    IS THIS POSSIBLE???
    Thanks in advance for any help.

    Thanks for the response vazandrew. I've looked further into what you said and the solution is as follows;
    http://www.amazon.co.uk/eSynic%C2%AE-Digital-Optical-Coaxial-Converter/dp/B009ZR 7IB8/ref=pd_sxp_grid_i_0_2
    Ditial optical out to toslink audio converter, then out the converter to RCA/Jack etc.
    Hope this helps anyone else with same question.

  • PCA and Balance Sheet Accounts

    My client wants to generate Profit Center Financial Statements e.g., Balance Sheet (B/S) and Profit and Loss (P&L)  The entire Chart of Accounts was assigned to Profit Centers, and all B/S and P&L accounts can be viewed in the GLPCT table.  This table is populated with all of the beginning balances for the B/S accounts.  I activated DataSource 0EC_PCA_3 and 0EC_PCA_4.  DataSource 0EC_PCA_4 provides beginning balances for a handful of B/S accounts from table GLPCA e.g., A/R, A/P, Inventory, and Fixed Assets.  However, I would like to be able to report on all B/S accounts with drill down capability to the line item level.  What would be the best business practic for delivering this capability?  My client is on R/3

    Are you sure you want line item drill down on the sub ledger recon accounts on PCA - ?
    Are the month end jobs posting balances per PCA - 1KEK etc..
    if you want line item detail (not on the sub ledger accounts - but on the rest of the balance sheet then I suggest..
    0EC_PCA_3 (GLPCA) into a line item cube (this will hold line items for all P&L and 99% of balance sheet accoutns - ie not the sub ledgers)
    0EC_PCA_1 in delta mode to a cube that is similar to GLPCT
    0EC_PCA_4 to a cube that is similar tp GLPCT (this will  take the subledger data)
    add in the OSS note to calc 0BALANCE properly in the update rules (so you have a balance even thoguh there is no movement inthat period
    Multicube the 0EC_PCA_1 and 0EC_PCA_4 cubes - this will then give you a full P&L and Balance sheet at profit centre, functional are, gl accoutn and co code level
    Then RRI down to the 0EC_PCA_3 cube if you wish line items (althoug not for the subledgers)
    You need to ensure all the GL accoutn sare set up in PCA config in R3 - so everythign posts
    You also need to be very very very careful with data taken on in R3 - ie if you do the sugegsted wya of doing history loads for TBs and custoemr open items - then you are not going to get decent profit centre allocations in PCA
    And .. this is all dead anyway as the new extended GL functionality in R3 kills all this in ECC5 - as you can allocate "profit centre" or segmentation at posting of invocie time or cash posting and don;t have to wait until month end to run 1KEK etc

  • Trial Balance, P&L and Balance sheet at plant level and profit center Level

    HI Expert,
    My Client has multiple plants under same company code, hence need the Trial balance, P&L and Balance sheet at plant level
    Is it possible in sap to have the Plant level financial report without using the Business area concept.
    Secondly  each product is identified as profit center and in every transactions each transaction is corectly mapped to profit center, without using the F.5d (Transfer the BS items to Profit center) will it be possible to have the Trial balance, P&L a/c
    and Balance sheet at profit center level. If possible what is the T-code which will give such reports.
    Thanks & Regards
    Veda Pandit
    9844769403

    plant is not an FI concept, you need Business Area's
    any PC report should show revenue, COGS. BS items need to be transferred.

  • Profit center wise P&L and Balance Sheet for 12 segments as per AS-17

    Hi Experts,
    I am woking in ECC 6.0. My Client has 12 Segments. 10 Cost Centers. They want segment wise P&L and Balance Sheet. Pl advise how to map..The options are :-
    1.  Use segment reporting - if i define 12 segments = 12 profit centers, then the problem is one to one assignments of profit centers to cost centers as there are only 10 cost centers and profit centers will be 12.
    2. Should i go with Business ?
    3. Will the Profit Center approach help ? then again one to one mapping to cost centers is not possible...
    Pls help...its urgent
    Regards
    Pyare

    Hello
    This is posible if you use the New GL functionality in ECC 6.0
    The New GL functionality works on the totals table FAGLFLEXT instead of the GLT0 which was used in the Classic GL. The Segment field is a standard field in the table FAGLFLEXT.
    For creating segement wise financial statements,
    1. You have to first define the segments in the enterprise structure
    2. Link the PC to the segments (you have field for segment in the PC master data)
    3. The standard report (S_PL0_86000028) will generate the segment financial statements for a FSV.
    Thanks,
    Anvesimo

  • Error in CLR: InvalidOperationException - The current type is an interface and cannot be constructed. Are you missing a type mapping?

    Hi, I'm trying to execute a .NET assembly's method from SQL Server 2012 Express, but I'm stuck with this error calling the sp:
    Microsoft.Practices.ServiceLocation.ActivationException: Activation error occured while trying to get instance of type ISymmetricCryptoProvider, key "TripleDESCryptoServiceProvider" ---> Microsoft.Practices.Unity.ResolutionFailedException:
    Resolution of the dependency failed, type = "Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.ISymmetricCryptoProvider", name = "TripleDESCryptoServiceProvider".
    Exception occurred while: while resolving.
    Exception is: InvalidOperationException - The current type, Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.ISymmetricCryptoProvider, is an interface and cannot be constructed. Are you missing a type mapping?
    At the time of the exception, the container was:
      Resolving Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.ISymmetricCryptoProvider,TripleDESCryptoServiceProvider
     ---> System.InvalidOperationException: The current type, Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.ISymmetricCryptoProvider, is an interface and cannot be constructed. Are you missing a type mapping?
    System.InvalidOperationException:
       en Microsoft.Practices.ObjectBuilder2.DynamicMethodConstructorStrategy.ThrowForAttemptingToConstructInterface(IBuilderContext context)
       en BuildUp_Microsoft.Practices.EnterpriseLibrary.Security
    Microsoft.Practices.ServiceLocation.ActivationException:
       en Microsoft.Practices.ServiceLocation.ServiceLocatorImplBase.GetInstance(Type serviceType, String key)
       en Microsoft.Practices.ServiceLocation.ServiceLocatorImplBase.GetInstance[TService](String key)
       en Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.Cryptographer.GetSymmetricCryptoProvider(String symmetricInstance)
       en Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.Cryptographer.DecryptSymmetric(String symmetricInstance, String ciphertextBase64)
       en ...
    Is there any limitation by design for Interface instantiation from CLR database?
    Any help I will appreciate, thanks a million!!

    Bob, thanks for your response.. Yes, the code works fine outside of SQLCLR. This is the class I'm trying to instantiate, I'm using it to envolve Cryptographer, an Enterprise Library 5.0 class actually, so I have no control to test it without referring the
    interface.
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using Microsoft.Practices.EnterpriseLibrary.Security.Cryptography;
    using System.Security.Cryptography;
    using Microsoft.SqlServer.Server;
    using System.Data.SqlTypes;
    namespace Cars.UtileriasGlobales.Helpers
        /// <summary>
        /// Clase que permite encriptar y desencriptar cadenas de textos utilizando
        /// TripleDESCryptoServiceProvider de Enterprise Library 5.0
        /// </summary>
        public static class Cryptography
            #region Metodos
            [SqlProcedure]
            public static void DesencriptarSQLServer(SqlString cadena, out SqlString cadenaDesencriptada)
                cadenaDesencriptada = !String.IsNullOrEmpty(cadena.ToString()) ? Cryptographer.DecryptSymmetric("TripleDESCryptoServiceProvider", cadena.ToString().Replace(" ", "+"))
    : String.Empty;
            #endregion
    I have collected all the dependent assemblies in one directory 'C:\migrate', so the create assembly finish ok. This is the script to create the assembly I'm using:
    sp_configure 'clr enable', 1
    GO
    RECONFIGURE
    GO
    ALTER DATABASE cars SET TRUSTWORTHY ON
    GO
    CREATE ASSEMBLY CryptographyEntLib5
    AUTHORIZATION dbo
    FROM 'C:\migrate\Cars.UtileriasGlobales.dll'
    WITH PERMISSION_SET = UNSAFE
    GO
    CREATE PROCEDURE usp_Desencriptar
    @cadena nvarchar(200),
    @cadenaDesencriptada nvarchar(MAX) OUTPUT
    AS EXTERNAL NAME CryptographyEntLib5.[Cars.UtileriasGlobales.Helpers.Cryptography].DesencriptarSQLServer
    GO
    DECLARE @msg nvarchar(MAX)
    EXEC usp_Desencriptar 'Kittu And Tannu',@msg output
    PRINT @msg

Maybe you are looking for

  • Type of listener needed for buttons ? please help

    hi does anyone know what type of event or listener one should include for buttons in a web page which has been downloaded into a JEditorPane. i have been able to get a web page onto my JEditorPane and can even follow most of the hyper links by implem

  • Requesting solution for how install Skype to ipho...

    Dear Skype support Team, I have iPhone 3GS (6.1.6V) mobile,im facing problem while try to install Skype app using the App Store, it showing Error massage "my mobile version not support 6.1.6V, its requires iOS 7.0 or later" Please update me regarding

  • Will this damage my macbook pro

    Hi guys, I bought this macbook pro 15 inch i7 2.3 ghz for college in a few months. I wanted to also play a few games on it, (call of duty modern warfare 2, Left for Dead, ect..) My dad saw me installing steam, and he got upset, saying that he doesn't

  • Updating apps1

    help!!!! my apps wont update and i cant download anything from itunes either.  Keeps saying there is a problem wth my billing account and that the Iphone doesnt support Clickand buy please log onto itunes to fix your billing info!!! I have logged ont

  • Importing PSD Text Problem

    Hi All, I have searched high and low through Google for an answer to the following problem - but to no avail. Basically i am importing a PSD banner design into Flash CS4 professional. I've used the import to stage option and have selected place layer