As a abap programmer what is the role in ale/idoc.

hi guru.
i am a abap programmer. please tell me<b> what is the role of abap programmer
in ale/ idoc.</b>
regards.
subhasis.

Hi,
ALE  is Application Link Enabling.
ALE
A means of creating and operating distributed applications.
Application Link Enabling (ALE) guarantees a distributed, but integrated, R/3 installation. This involves business-controlled message exchange using consistent data across loosely linked SAP applications.
Applications are integrated using synchronous and asynchronous communication - not by using a central database.
ALE consists of the following layers:
Application services
Distribution services
Communication services
Refer
http://www.sappoint.com/abap/ale.pdf
http://www.sappoint.com/abap/ale2.pdf
Check this link ALE and EDI
ABAP Programmer must know how to create inbound n outbound interfaces to send IDOCs through ALE.
Please refer to the details mentioned in the hyper-links beow.
You will get the details how to go about it.
To see the IDOC & status check it in WE02/WE05
You will get step by step process.
ABAP Development
http://www.sapgenie.com/sapedi/idoc_abap.htm
http://www.netweaverguru.com/EDI/HTML/IDocBook.htm
http://www.allsaplinks.com/idoc_sample.html
http://www.geocities.com/xplosion78/customised_ALE_IDOC_BY_SACHIN_DABHADE.zip
http://help.sap.com/saphelp_45b/helpdata/en/35/b0ea5187a62488e10000009b38f9b7/content.htm
http://help.sap.com/saphelp_erp2005/helpdata/en/c4/6bc368fef411d28d0900104b56737d/frameset.htm
ABAP Development
Follow below steps to create custom IDOC.
1.Create segments through transaction WE31.
2.Create IDoc Type through transaction WE30 by attaching created segments.
3.Message type through transaction WE81.
4.Link Idoc and message type in WE82 transaction.
Check the transaction WEDI for ALE settings
Check these links for more details on IDoc's:
ALE/ IDOC
http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm
http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc
http://edocs.bea.com/elink/adapter/r3/userhtm/ale.htm#1008419
http://www.netweaverguru.com/EDI/HTML/IDocBook.htm
http://www.sapgenie.com/sapedi/index.htm
http://www.sappoint.com/abap/ale.pdf
http://www.sappoint.com/abap/ale2.pdf
http://www.sapgenie.com/sapedi/idoc_abap.htm
http://help.sap.com/saphelp_erp2005/helpdata/en/0b/2a60bb507d11d18ee90000e8366fc2/frameset.htm
http://help.sap.com/saphelp_erp2005/helpdata/en/78/217da751ce11d189570000e829fbbd/frameset.htm
http://www.allsaplinks.com/idoc_sample.html
http://www.sappoint.com/abap.html
http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm
http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc
http://edocs.bea.com/elink/adapter/r3/userhtm/ale.htm#1008419
http://www.netweaverguru.com/EDI/HTML/IDocBook.htm
http://www.sapgenie.com/sapedi/index.htm
http://www.allsaplinks.com/idoc_sample.html
ALE/ IDOC/ XML
http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc
http://www.thespot4sap.com/Articles/SAP_XML_Business_Integration.asp
http://help.sap.com/saphelp_srm30/helpdata/en/72/0fe1385bed2815e10000000a114084/content.htm
IDOC Convertion
/people/kevin.wilson2/blog/2005/12/07/changing-fields-in-an-idoc-segment
http://www.intelligententerprise.com/channels/applications/feature/archive/kasturi.jhtml
Hope this will help.
Regards,
Priyanka.

Similar Messages

  • What is the need of ALE/ IDOC

    Hi All,
    What is the need of ALE/ IDoc and why we go for ALE?IDOC with conditions
    Let me know the answers if anyone have the solution
    Regards'
    Ramesh

    ALE (Application Linking and Enabling)
    Ale Technology is SAP’s technology to support distributed yet integrated processes across several SAP systems.
    IDocs (Intermediate Documents) are the crux of ALE. These are the documents with the help of which data is exchanged between SAP R/3 and non-R/3 systems. As the name suggests, these documents act as intermediate storage of information, which can be sent bi-directionally. Message types are responsible for creation of Idocs.
    IDocs
    Data Creation in Idoc
    IDocs are text encoded documents with a rigid structure that are used to exchange data between R/3 and a foreign system. Instead of calling a program in the destination system directly, the data is first packed into an IDoc and then sent to the receiving system, where it is analyzed and properly processed. Therefore an IDoc data exchange is always an
    asynchronous process. The significant difference between simple RFC-calls and IDoc data exchange is the fact, that every action performed on IDocs are protocolled by R/3 and IDocs can be reprocessed if an error occurred in one of the message steps.
    While IDocs have to be understood as a data exchange protocol, EDI and ALE are typical use cases for IDocs. R/3 uses IDocs for both EDI and ALE to deliver data to the receiving system. ALE is basically the scheduling mechanism that defines when and between which partners and what kind of data will be exchanged on a regular or event triggered basis. Such a set-up is called an ALE-scenario.
    IDoc is a intermediate document to exchange data between two SAP Systems.
    *IDocs are structured ASCII files (or a virtual equivalent).
    *Electronic Interchange Document
    *They are the file format used by SAP R/3 to exchange data with foreign systems.
    *Data Is transmitted in ASCII format, i.e. human readable form
    *IDocs exchange messages
    *IDocs are used like classical interface files
    IDOC types are templates for specific message types depending on what is the business document, you want to exchange.
    WE30 - you can create a IDOC type.
    An IDOC with data, will have to be triggered by the application that is trying to send out the data.
    FOr testing you can use WE19.
    How to create idoc?
    *WE30 - you can create a IDOC type
    For more information in details on the same along with the examples can be viewed on:
    http://www.netweaverguru.com/EDI/HTML/IDocBook.htm#_Toc8400404
    http://help.sap.com/saphelp_erp2005/helpdata/en/0b/2a6620507d11d18ee90000e8366fc2/frameset.htm
    http://www.sappoint.com/presentation.html
    http://www.allsaplinks.com/idoc_search.html
    http://www.sapgenie.com/sapedi/idoc_abap.htm
    http://www.erpgenie.com/sapedi/idoc_abap.htm
    To Create Idoc we need to follow these steps:
    Create Segment ( WE31)
    Create Idoc Type ( WE30 )
    Create Message Type ( WE81 )
    Assign Idoc Type to Message Type ( WE82 )
    Creating a Segment
    Go to transaction code WE31
    Enter the name for your segment type and click on the Create icon
    Type the short text
    Enter the variable names and data elements
    Save it and go back
    Go to Edit -> Set Release
    Follow steps to create more number of segments
    Create IDOC Type
    Go to transaction code WE30
    Enter the Object Name, select Basic type and click Create icon
    Select the create new option and enter a description for your basic IDOC type and press enter
    Select the IDOC Name and click Create icon
    The system prompts us to enter a segment type and its attributes
    Choose the appropriate values and press Enter
    The system transfers the name of the segment type to the IDOC editor.
    Follow these steps to add more number of segments to Parent or as Parent-child relation
    Save it and go back
    Go to Edit -> Set release
    Create Message Type
    Go to transaction code WE81
    Change the details from Display mode to Change mode
    After selection, the system will give this message “The table is cross-client (see Help for further info)”. Press Enter
    Click New Entries to create new Message Type
    Fill details
    Save it and go back
    Assign Message Type to IDoc Type
    Go to transaction code WE82
    Change the details from Display mode to Change mode
    After selection, the system will give this message “The table is cross-client (see Help for further info)”. Press Enter.
    Click New Entries to create new Message Type.
    Fill details
    Save it and go back
    Check these out..
    Re: How to create IDOC
    Check below link. It will give the step by step procedure for IDOC creation.
    http://www.supinfo-projects.com/cn/2005/idocs_en/2/
    ALE/ IDOC
    http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm
    http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc
    http://edocs.bea.com/elink/adapter/r3/userhtm/ale.htm#1008419
    http://www.netweaverguru.com/EDI/HTML/IDocBook.htm
    http://www.sapgenie.com/sapedi/index.htm
    http://www.sappoint.com/abap/ale.pdf
    http://www.sappoint.com/abap/ale2.pdf
    http://www.sapgenie.com/sapedi/idoc_abap.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/0b/2a60bb507d11d18ee90000e8366fc2/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/78/217da751ce11d189570000e829fbbd/frameset.htm
    http://www.allsaplinks.com/idoc_sample.html
    http://www.sappoint.com/abap.html
    http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm
    http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc
    http://edocs.bea.com/elink/adapter/r3/userhtm/ale.htm#1008419
    http://www.netweaverguru.com/EDI/HTML/IDocBook.htm
    http://www.sapgenie.com/sapedi/index.htm
    http://www.allsaplinks.com/idoc_sample.html
    http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.docs
    go trough these links.
    http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm
    http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc
    http://edocs.bea.com/elink/adapter/r3/userhtm/ale.htm#1008419
    http://www.netweaverguru.com/EDI/HTML/IDocBook.htm
    http://www.sapgenie.com/sapedi/index.htm
    http://www.sappoint.com/abap/ale.pdf
    http://www.sappoint.com/abap/ale2.pdf
    http://www.sapgenie.com/sapedi/idoc_abap.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/0b/2a60bb507d11d18ee90000e8366fc2/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/78/217da751ce11d189570000e829fbbd/frameset.htm
    http://www.allsaplinks.com/idoc_sample.html
    http://www.sappoint.com/abap.html
    http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm
    http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc
    http://edocs.bea.com/elink/adapter/r3/userhtm/ale.htm#1008419
    http://www.netweaverguru.com/EDI/HTML/IDocBook.htm
    http://www.sapgenie.com/sapedi/index.htm
    http://www.allsaplinks.com/idoc_sample.html
    http://http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm
    An IDoc is simply a data container that is used to exchange information between any two processes that can understand the syntax and semantics of the data...
    1.IDOCs are stored in the database. In the SAP system, IDOCs are stored in database tables.
    2.IDOCs are independent of the sending and receiving systems.
    3.IDOCs are independent of the direction of data exchange.
    The two available process for IDOCs are
    Outbound Process
    Inbound Process
    AND There are basically two types of IDOCs.
    Basic IDOCs
    Basic IDOC type defines the structure and format of the business document that is to be exchanged between two systems.
    Extended IDOCs
    Extending the functionality by adding more segments to existing Basic IDOCs.
    To Create Idoc we need to follow these steps:
    Create Segment ( WE31)
    Create Idoc Type ( WE30)
    Create Message Type ( WE81)
    Assign Idoc Type to Message Type ( WE82)
    imp links
    http://www.allsaplinks.com/idoc_sample.html
    http://www.sapgenie.com/sapedi/idoc_abap.htm
    www.sappoint.com
    --here u can find the ppts and basic seetings for ALE
    http://sappoint.com/presentation.html
    www.sapgenie.com
    http://www.sapgenie.com/ale/index.htm
    Check these links.
    http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm
    http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc
    http://edocs.bea.com/elink/adapter/r3/userhtm/ale.htm#1008419
    http://www.netweaverguru.com/EDI/HTML/IDocBook.htm
    http://www.sapgenie.com/sapedi/index.htm
    http://www.sappoint.com/abap/ale.pdf
    http://www.sappoint.com/abap/ale2.pdf
    http://www.sapgenie.com/sapedi/idoc_abap.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/0b/2a60bb507d11d18ee90000e8366fc2/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/78/217da751ce11d189570000e829fbbd/frameset.htm
    http://www.allsaplinks.com/idoc_sample.html
    http://www.sappoint.com/abap.html
    http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm
    http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc
    http://edocs.bea.com/elink/adapter/r3/userhtm/ale.htm#1008419
    http://www.netweaverguru.com/EDI/HTML/IDocBook.htm
    http://www.sapgenie.com/sapedi/index.htm
    http://www.allsaplinks.com/idoc_sample.html
    http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.docs
    Please check this PDF documents for ALE and IDoc.
    http://www.sappoint.com/abap/ale.pdf
    http://www.sappoint.com/abap/ale2.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCMIDALEIO/BCMIDALEIO.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCMIDALEPRO/BCMIDALEPRO.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CABFAALEQS/CABFAALEQS.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVEDISC/CAEDISCAP_STC.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVEDI/CAEDI.pdf
    Check below link. It will give the step by step procedure for IDOC creation.
    http://www.supinfo-projects.com/cn/2005/idocs_en/2/
    Regards,

  • What is the role of java in the netweaver platform

    Hi All
    sapnetweaver platform is the integration of the java and abap.then what is the role of java in that netweaver platform
    regards
    Sunil

    Hi Sunil,
            Java makes Sap NetWeaver more powerfull than it was before.
           One of the new additions to the Java functionality of NetWeaver includes the Java Virtual Machine container technology. This will allow standard Java code to run on a framework around the Java Virtual Machine itself. It does this by reducing the number of parallel users per virtual machine. It also improves on the overall memory consumption, the application stability and the number of affected users in the event of a screen freeze, loss of data or the need for re-keying of information.
          The JVM technology also includes several added features designed to assist developers in managing error resolutions. This includes the ability for developers to switch a user process in the production system in or out of debugging mode on the fly allowing for minimum downtime. While also including tracing and monitoring tools for error analysis and hopefully a quick resolution.
             So now, not only does NetWeaver offer support for such standards as HTTP, XML, Web services and of course ABAP, but now it also offers support for Java. All of this adds to SAP’s future interoperability with such applications as Microsoft .NET and IBM WebSphere.
             Now that SAP NetWeaver supports Java we will start to see a real positive impact in the marketplace for those who are in search of a cost-effective means to deploy and manage Java applications in their enterprise and small businesses. For companies of all sizes looking for a way to adapt quickly to market changes, respond to unforeseen challenges and to seize new opportunities, SAP NetWeaver is a tool that is worth looking into.

  • What is the role of an abaper in upgradation project from 4.7 to ecc6.0?

    Hi anybody pls forward  any documentation and ppts to understand the upgradation project
    What is the role of an abaper in upgradation project from 4.7 to ecc6.0?
    what we have to check and we have to upgrade give some guidance
    thanks in advance.

    Hi,
    check the below link..
    http://www.thespot4sap.com/upgrade_guide_v2.pdf
    reward if helpfu.
    Regards,
    Nagaraj

  • What is the Role of ABAPer in SAPCRM Implementation

    Hi ABAPers,
    I am working in SAPCRM Implementation Project.What is the Role of the ABAPers in SAPCRM Implementation.
    Thanks & Regards,
    Ashok.

    Hi M Ashok,
    writing ABAP code, I assume
    Honestly: One big construction site is interface with SAP and other systems. The second is implementing BADIs to make the freely-configurable processes work.
    Last not least: Get used to GUIDs (
    <a href="http://en.wikipedia.org/wiki/GUID">Globally Unique Identifier</a>).
    Regards,
    Clemens

  • What is the role of ABAPer in Change pointeru0092s technique?

    What is the role of ABAPer in Change pointer’s technique?

    Hi,
    Functional Consultant will inform you for which Transaction Change Pointer needs to be done & what all updates needs to be done during Change pointer.
    Accordingly ABAPer will code the logic to update the tables.
    Best regards,
    Prashant

  • What's the role of a Technical Consultant (ABAPer) in BPC/OutlookSoft?

    Experts,
    1) What's the role of a Technical Consultant (ABAPer) in BPC/OutlookSoft?
    2) Do ABAPers perform the Conversions/Transformations/Mappings etc?
    3) Are the data imports and exports done by ABAPers?
    NW

    >
    NW wrote:
    > Experts,
    >
    > 1) What's the role of a Technical Consultant (ABAPer) in BPC/OutlookSoft?
    > 2) Do ABAPers perform the Conversions/Transformations/Mappings etc?
    > 3) Are the data imports and exports done by ABAPers?
    >
    > NW
    Some of the planning functions require script writing or coding. ABAper is helpful in creating such codes.
    In our scenario, ABAPers created the conversion/ transformation as per mapping prepared by the Functional Consultant.
    The functional / business users do upload and download of data (imports and exports) wherever required.

  • What is the role of a pl/sql programmer ?

    Hi
    I am new to oracle.i want to know what is the role of pl/sql programmer in a software development environment? what kind of backend work he/she has to do in a project?
    plz reply.
    thanx.

    I've always found beer, pizza, chocolate and cakes are things that help maintain positive relationships with DBA's! *{;-) (or at least, the lead pipe is not obviously present...)                                                                                                                                                                                                                                                                                                                                                                   

  • What are the roles & responsibilities of technical hr ( hr- abaper)

    hi friends,
    i am learning hr-abap.
    i would like to know  what are the roles & responsibilities of
    hr-abaper.
    thanks .
    p reddy

    hi,
    this is the respsibility of technical cosultant in saphr.     
    Development and debugging of the application.
    Reviews of functional and technical specification.
    Development of Technical specification documents for the 
    developments assigned.
    Object development and review of the development requests assigned.
    Interacting with functional team to resolve the issues in the given objects.
    Coding and creation of unit test plans for the objects developed.
    and develop all reports with hr based.
    thanks  regards..
    bibek

  • What are the roles need to add for webservice user in SAP ECC 6.0

    Dear SDNS,
    Can you please help me to understand , what are the roles needed to add while creating a webservice user in ABAP STACK.
    Really appreciate your immediate help and response.
    Thanks and Regards.
    Suraj

    Hi Suraj,
    Please refer to this link & apply the role/s as per the requirements for the web service user:
    [http://help.sap.com/saphelp_nwpi71/helpdata/en/2b/07074155bcf26fe10000000a1550b0/content.htm]
    Best Regards, Trevor

  • What is XI ? What are the role of an XI Consultant ?

    Hi Everybody,
    I am presently working as an ABAP Consultant since 3 years.Thinking for XI.
    <b>Can anybody tell me about XI.
    What are the role of an XI Consultant ?
    Is it a good option for an ABAPer ?</b>
    <b>Reward is assured</b>
    <b>Thanks in advance</b>
    Srikanta Gope

    <b>What is SAP XI?</b>
    SAP Exchange Infrastructure is SAP’s platform for process integration based on the exchange of XML messages.
    1. It provides a technical infrastructure for XML based message exchange in order to connect SAP components with each other as well as with non-SAP components.
    2. It delivers business process integration knowledge to the customer in the form of SAP pre-defined business scenarios.
    3. It provides an integrated tool set for building new business scenarios by defining and maintaining all integration relevant information. (“Shared collaboration knowledge”).
    Before we take a closer look at how the Exchange Infrastructure will enter into the IT landscape of every SAP customer, let’s take a closer look at the capabilities as well as the strategic direction of XI. This particular module of Net Weaver is one of the most powerful and is undeniably the most critical. Its purpose is really three-fold:
    Connect:
    XI has the ability to connect all applications regardless of whether it is an application
    From a 3rd party or from SAP. The solution has pre-built connectivity to all SAP modules
    Such as SAP CRM and utilizes the Adapter Framework to integrate 3rd Party solutions
    such as Siebel, People Soft, Legacy systems, or AS/400s and Mainframes.
    Coordinate:
    XI has the ability to define a path/workflow for each business transaction that is
    Integrated. The system actively routes each message to ensure that it is properly
    Delivered from the source to the target destination. Active monitoring allows
    Administrators to manage document exchange on an exception basis.
    Communicate:
    XI has the ability to translate files into any format whether an internal file format or any
    Business to Business integration standard including but not limited to an XML format, an
    EDI format, a marketplace, or a Web Service. Finally, there are multiple communication
    Protocols included which allow the routing of a file over protocols such as s/FTP, http/s,
    SOAP, ebMS, Value-Added Networks, or EDI INT (AS1, AS2).
    Understanding The SAP Exchange Infrastructure_
    Now, you might be saying to yourself, we already have solutions that provide all of this
    Functionality. True, most organizations have invested previously in an integration strategy, but what we see in over 90% of organizations is that they have multiple translators and communication brokers, which they are supporting on a daily basis. This is both a resource drain as well as a monetary drain. For example, it is not uncommon to see the following even in smaller organizations:
    • Multiple Point to Point connectivity: For example, R/3 connected to a 3rd party
    Warehouse Management Solution via an internally developed adapter or with the SAP
    Business Connector
    • A 3rd party EAI Integration Broker to connect legacy mainframe systems to SAP and
    WMS
    • A 3rd party EDI translator to communicate messages
    • A 3rd party XML broker to communicate XML messages to marketplaces and non-EDI
    Trading partners
    • A communication server that focuses on sending messages via FTP, Value-Added
    Networks and Internet protocols such as AS2 solution of choice for SAP end users
    Interface-
    <b>Role of XI consultant</b>
    As a SAP XI Developer you will be required to : Gather requirements, develop specifications and technical documentation. Perform requirement analysis and high and low level design. Perform the coding, testing and integration mapping Interface with onsite / offshore project teams ,sometimes responsible for developing java applications based on clients requirement specifications, preparing the technical design document, creating prototypes, analyzing and identifying performance bottle-necks, providing technical and user documentation and training to client, providing relevant data to the Module Leader for status reports both.
    <b>It's a good option to switch to XI</b>
    regards,
    srinivas
    <b>*reward for useful answers*</b>

  • What is the role of Changing Tab infunction module se37

    Hi. All,
    Any body can help me that what is the role of changing tab in function module.
    i am very confuse to take this. please tell me with code ( code implementation)
    not only theritical.
    Regards
    Mohd
    Moderator message: please search for information, these forums are no substitute for ABAP training.
    Edited by: Thomas Zloch on Mar 1, 2012

    SAP help portal
    ht[http://help.sap.com/saphelp_erp60_sp/helpdata/en/2d/351ee6448c11d189420000e829fbbd/frameset.htm|http://help.sap.com/saphelp_erp60_sp/helpdata/en/2d/351ee6448c11d189420000e829fbbd/frameset.htm]
    Configuration for definition of formula parameter
    Customizing > Quality Management > Quality Inspection > Results Recording > Define Parameters for Calculated Characteristics
    As you know, you can assign the formula for inspection characteristic in inspection plan.
    Regards
    Luke

  • What are the roles we have in XI ?

    what are the roles we have in XI ?

    Hi Durga prasad,
    HI
    XI Developer:
    Starts from technical specification
    Create design and configuration objects- execute unit tests
    Support integration/stress tests
    Document the developments
    Responsibilities for a support project :
    Responsibilities for a support project depends on Project.
    But in general u have to Monitor SXMB_MONI, SMQ2, SMQ1 & RBW for Error Message.If there is any error u have to find the reason of error.
    Then either u can resend it or u have to cancel it.
    In IDOC scenarios most of the time Error comes bcoz IDOC comes with blank values for required Fileds & then Mapping fails........... in such cases u have to cancel that message & tell R3 ppl to resend the IDOC.
    Then some times messages get stuck in queuesu have to resend them.
    SAP XI AUTHORIZATIONS :
    Role: SAP_XI_Developer
    u2022 SAP_XI_DEVELOPER (Composite)
    u2022 SAP_SLD_DEVELOPER
    u2022 SAP_XI_DEMOAPP
    u2022 SAP_XI_DEVELOPER_ABAP
    u2022 SAP_XI_DEVELOPER_J2EE
    Notes:
    No access to the Administration of the XI Tools URL,
    ABAP
     SXI_CACHE to view the cache but not refresh it
     SXMB_MONI
     SPROXY
     SXMB_IFR
     SXMB_ADM
     SLDCHECK
     SLDAPICUST
    SLD
     create/change Technical /Business System
     create Software Catalog (Product/Software Component Version)
     create/change Development (Name Reservation, Content Browser, Class Browser).
    REPOSITORY
     import SWCV (Software Component Version) from SLD
     create new namespace under a SWCV
     create/change new or existing Integration Scenarios and Integration Processes because the Software Component cannot be changed
     create/change new or existing Interface Objects because the Software Component cannot be changed
     create/change new or existing Mapping Objects because the Software Component cannot be changed
     create/change new or existing Adapter Objects
    DIRECTORY
     transfer integration scenario from Repository
     create/change Party
     create/change Service Without Party
     create/change Service Receiver Determination
     create/change Service Interface Determination
     create/change Service Sender Agreement
     create/change Service Receiver Agreement
    RWB
     Component Monitoring
     Message Monitoring
     Performance Monitoring
     Alert Configuration
     Alert Inbox
     Cache Monitoring Role: SAP_XI_Configurator
    u2022 SAP_XI_CONFIGURATOR (Composite)
    u2022 SAP_SLD_CONFIGURATOR
    u2022 SAP_XI_BPE_CONFIGURATOR_ABAP
    u2022 SAP_XI_CONFIGURATOR_ABAP
    u2022 SAP_XI_CONFIGURATOR_J2EE
    u2022 SAP_XI_DEMOAPP
    Notes:
    No access to the Administration of the XI Tools URL
    ABAP
     SXI_CACHE to view the cache but not refresh it
     SXMB_MONI
     SPROXY
     SXMB_IFR
     SXMB_ADM
     SLDCHECK
     SLDAPICUST
    SLD
     create/change Technical /Business System
     create Software Catalog (Product/Software Component Version)
     create/change Development (Name Reservation, Content Browser, Class Browser).
    REPOSITORY
     import SWCV (Software Component Version) from SLD
     create new namespace under a SWCV
     create/change new or existing Integration Scenarios and Integration Processes because the Software Component cannot be changed
     create/change new or existing Interface Objects because the Software Component cannot be changed
     create/change new or existing Mapping Objects because the Software Component cannot be changed
     create/change new or existing Adapter Objects
    DIRECTORY
     transfer integration scenario from Repository
     create/change Party
     create/change Service Without Party
     create/change Service Receiver Determination
     create/change Service Interface Determination
     create/change Service Sender Agreement
     create/change Service Receiver Agreement
    RWB
     Component Monitoring
     Message Monitoring
     Performance Monitoring
     Alert Configuration
     Alert Inbox
     Cache Monitoring
    Role: SAP_XI_ADMINISTRATOR
    u2022 SAP_XI_ADMINISTRATOR (Composite)
    u2022 SAP_ALM_ADMINISTRATOR
    u2022 SAP_ALM_CUSTOMIZER
    u2022 SAP_SLD_ADMINISTRATOR
    u2022 SAP_XI_ADMINISTRATOR_ABAP
    u2022 SAP_XI_ADMINISTRATOR_J2EE
    u2022 SAP_XI_BPE_ADMINISTRATOR_ABAP
    u2022 SAP_XI_DEMOAPP
    Notes: Has access to the Administration of the XI Tools URL (This should be Basis Only)
    ABAP
    u2022 Has access to SXI_CACHE to view the cache but not refresh it
    u2022 Has access to SXMB_ADM
    u2022 Has access to SXMB_MONI
    u2022 Has access to SPROXY
    u2022 Has access to SXMB_IFR
    u2022 Has access to SLDCHECK
    u2022 Has access to SLDAPICUST
    SLD
    u2022 Can create/change Technical /Business System
    u2022 Can create/delete Software Catalog (Product/Software Component Version)
    u2022 Can create/change Development (Name Reservation, Content Browser, Class Browser).
    REPOSITORY
    u2022 Can import SWCV (Software Component Version) from SLD and delete from Repository
    u2022 Can create new namespace under a SWCV
    u2022 Can create/change new or existing Integration Scenarios and Integration Processes
    u2022 Can create/change new or existing Interface Objects
    u2022 Can create/change new or existing Mapping Objects
    u2022 Can create/change new or existing Adapter Objects
    DIR
    u2022 Can transfer integration scenario from Repository
    u2022 Can create/change Party
    u2022 Can create/change Service WithoutParty
    u2022 Can create/change Service Receiver Determination
    u2022 Can create/change Service Interface Determination
    u2022 Can create/change Service Sender Agreement
    u2022 Can create/change Service Receiver Agreement
    RWB
    u2022 Can access Component Monitoring
    u2022 Can access Message Monitoring
    u2022 Can access Performance Monitoring
    u2022 Can access Alert Configuration
    u2022 Can access Alert Inbox
    u2022 Can access Cache Monitoring Role: SAP_XI_CONTENT_ORGANIZER
    u2022 SAP_XI_CONTENT_ORGANIZER (Composite)
    u2022 SAP_SLD_ORGANIZER
    u2022 SAP_XI_CONTENT_ORGANIZER_ABAP
    u2022 SAP_XI_CONTENT_ORGANIZER_J2EE
    Notes: No access to the Administration of the XI Tools URL
    ABAP
    u2022 No access to SXI_CACHE
    u2022 No access to SXMB_ADM
    u2022 No access to SXMB_MONI
    u2022 No access to SPROXY
    u2022 Has access to SXMB_IFR
    u2022 No access to SLDCHECK
    u2022 No access to SLDAPICUST
    SLD
    u2022 Can create/change Technical /Business System
    u2022 Can create/delete Software Catalog (Product/Software Component Version)
    u2022 Can create/change Development (Name Reservation, Content Browser, Class Browser).
    REPOSITORY
    u2022 Can import SWCV (Software Component Version) from SLD and delete from Repository
    u2022 Can create new namespace under a SWCV
    u2022 Can create/change new or existing Integration Scenarios and Integration Processes
    u2022 Can create/change new or existing Interface Objects
    u2022 Can create/change new or existing Mapping Objects
    u2022 Can create/change new or existing Adapter Objects
    DIR
    u2022 Can transfer integration scenario from Repository
    u2022 Can create/change Party
    u2022 Can create/change Service WithoutParty
    u2022 Can create/change Service Receiver Determination
    u2022 Can create/change Service Interface Determination
    u2022 Can create/change Service Sender Agreement
    u2022 Can create/change Service Receiver Agreement
    RWB
    u2022 Can access Component Monitoring
    u2022 Can access Message Monitoring
    u2022 Can access Performance Monitoring
    u2022 Can access Alert Configuration
    u2022 Can access Alert Inbox
    u2022 Can access Cache Monitoring
    Role: SAP_XI_DISPLAY_USER
    u2022 SAP_XI_DISPLAY_USER (Composite)
    u2022 SAP_SLD_GUEST
    u2022 SAP_XI_DISPLAY_USER_ABAP
    u2022 SAP_XI_DISPLAY_USER_J2EE
    Notes: No access to the Administration of the XI Tools URL
    ABAP
    u2022 Has access to SXI_CACHE but cannot refresh cache
    u2022 Has display access to SXMB_ADM
    u2022 Has access to SXMB_MONI
    u2022 Has access to SPROXY
    u2022 Has access to SXMB_IFR
    u2022 Has access to SLDCHECK
    u2022 No access to SLDAPICUST
    SLD
    u2022 Cannot create/change Technical /Business System
    u2022 Cannot create/delete Software Catalog (Product/Software Component Version)
    u2022 Cannot create/change Development (Name Reservation, Content Browser, Class Browser).
    REP
    u2022 Cannot import SWCV (Software Component Version) from SLD and delete from Repository
    u2022 Cannot create new namespace under a SWCV
    u2022 Cannot create/change new or existing Integration Scenarios and Integration Processes
    u2022 Cannot create/change new or existing Interface Objects
    u2022 Cannot create/change new or existing Mapping Objects
    u2022 Cannot create/change new or existing Adapter Objects
    DIR
    u2022 Cannot transfer integration scenario from Repository
    u2022 Cannot create/change Party
    u2022 Cannot create/change Service WithoutParty
    u2022 Cannot create/change Service Receiver Determination
    u2022 Cannot create/change Service Interface Determination
    u2022 Cannot create/change Service Sender Agreement
    u2022 Cannot create/change Service Receiver Agreement
    RWB
    u2022 Can access Component Monitoring
    u2022 Can access Message Monitoring
    u2022 Can access Performance Monitoring
    u2022 Can access Alert Configuration
    u2022 Can access Alert Inbox
    u2022 Can access Cache Monitoring Role: SAP_XI_MONITOR
    u2022 SAP_XI_MONITOR (Composite)
    u2022 SAP_SLD_GUEST
    u2022 SAP_XI_BPE_MONITOR_ABAP
    u2022 SAP_XI_DEMOAPP
    u2022 SAP_XI_MONITOR_ABAP
    u2022 SAP_XI_MONITOR_J2EE
    Notes: No access to the Administration of the XI Tools URL
    ABAP
    u2022 Has access to SXI_CACHE and refresh cache
    u2022 No access to SXMB_ADM
    u2022 Has access to SXMB_MONI
    u2022 Has access to SPROXY
    u2022 Has access to SXMB_IFR
    u2022 No access to SLDCHECK
    u2022 No access to SLDAPICUST
    SLD
    u2022 Cannot create/change Technical /Business System
    u2022 Cannot create/delete Software Catalog (Product/Software Component Version)
    u2022 Cannot create/change Development (Name Reservation, Content Browser, Class Browser).
    REP
    u2022 Cannot import SWCV (Software Component Version) from SLD and delete from Repository
    u2022 Cannot create new namespace under a SWCV
    u2022 Cannot create/change new or existing Integration Scenarios and Integration Processes
    u2022 Cannot create/change new or existing Interface Objects
    u2022 Cannot create/change new or existing Mapping Objects
    u2022 Cannot create/change new or existing Adapter Objects
    DIR
    u2022 Cannot transfer integration scenario from Repository
    u2022 Cannot create/change Party
    u2022 Cannot create/change Service WithoutParty
    u2022 Cannot create/change Service Receiver Determination
    u2022 Cannot create/change Service Interface Determination
    u2022 Cannot create/change Service Sender Agreement
    u2022 Cannot create/change Service Receiver Agreement
    RWB
    u2022 Can access Component Monitoring
    u2022 Can access Message Monitoring
    u2022 Can access Performance Monitoring
    u2022 Can access Alert Configuration
    u2022 Can access Alert Inbox
    u2022 Can access Cache Monitoring
    cheers
    reward points if found useful

  • What is the Roles Of Bridging Account

    *What Are The Roles Of These Accounts Bridging, Non-Invoiced Sales Orders And Non-Invoiced Revenue in Periodic Account Assignments form? [ID 1335054.1]*
    The Expense account is there to accommodate European accounting practices.
    The Bridging account (as seen in WIP accounting classes) is used only in France.
    The bridging account (and possibly others) was included at the request of the Global Accounting Engine team on behalf of France in the setup form at design time; but it has never been used as it was decided that transfer To GL would remain manual for the moment. In other words, today PAC only generates distributions based on GAAP/Brazil accounting.
    In other words: In US accounting, when you put something in inventory it is accounted as an asset, in France it is accounted as an expense; so during a period you total all expenses and at the end of a period in order to do a fiscal Profit and Loss, you "convert" to assets by using a bridging account : you debit the inventory account and credit the bridging account. This is done by Product Nature: So you have a Bridging account for raw materials, for finished goods and semi-finished.
    The fields 'Non-invoiced Sales Orders' and 'Non-invoiced Revenue' was set up with a view to replacing the functionality (used in Europe) that is currently provided by the Global Accounting engine (AX). However, this has not yet been implemented in the apps - which currently support only US GAAP & Brazilian accounting as methods of generating distributions from PAC.
    User Guide
    2 – 72 Oracle Cost Management User’s Guide
    Bridging: This account is optional.
    You can also optionally enter an Analytical Invoice Price Variance, Analytic a l Purchase Mirror, Non–Invoiced Sales Order, Non–Invoiced Revenue, Analytical Revenue Mirror, Analytical Margins of Goods Sold, and Average Cost Variance account.
    Edited by: Deepkumar Sivanandan on Aug 25, 2012 11:56 PM

    Hi Thaman,
    Responsibility of functional consultant in ESS/MSS:- Functional configuration under SPRO > Employee self service and manager self service, then preparation of Functional specification design (FSD) if any deviation from standard SAP, Unit test plan preparation and all functionailty testing
    Responsibility of Technical consultant:- Preparation of Technical specification design document (TSD), activation of work flow and creation of workflow if additional is required. Creatio of form like vacancy requisition form, new position creation form etc.
    Also some kind of technical configuration is there in SPRO for workflow and form
    Regards,
    Purnima

  • What are the roles required for MSS

    What are the roles required for MSS in R/3.
    I have created ESS roles. But need to find for MSS.
    I am able to see the PERNR in ESS on portal which created in R/3.
    I need to get my staff on portal.
    What config is required for this.
    MSS User.

    HI
    you will  have to create manager as portal role and assigned to them  necessary worksets containing necessary worksets  look into the PCD in migrated content and line *?? folder you will have necessary ESS and Mss packages. and all configs is related to iviews system properties and transactions  and applications you need to do it .please do not forget to give points
    with regards
    subrato kundu

Maybe you are looking for