SAP WS and OSB gateway

Hi
We try to interface OSB (Oracle) with SAP ECC6 EHP6, the flow is concerning the Stock Mvts
What is the capacity of SAP Web Services to process data (Stock Mvt) in term of SLA? 
For your information: We have about 20000 Flow (Stock Mvt) per day and a peak between 12AM – 2PM
Knowing that OSB has his specific SAP Adapter, what are the best practices to be used to interface OSB with SAP. Please provide us the SLA of each Standard Connector ( RFC / Proxy / Idoc ..)
Thank you

Hi,
<b>1. In this tutorial, SAP Logon Ticket is being used </b>- Yes .Passwords wont be checked. Because issue of logontickets is done within a trusted domain.. In the sense that, your uname and password will already be verified(say in a portal logon or in a windows logon) and after that when you are inside the system you are trusted and password is not verified again.
If you want it to prompt for a password use it without logon tickets.
<b>
2. The Web Service with SAP Logon Ticket if called form MS Application like Visual .NET then what are the requirements for that?</b>
I doubt if this is possible . SAP logon ticket applies within SAP systems only. In other cases we have to resort to other options like x.509 certificates.
Seems like we have login forms for this purpose.. chk it out.. !
http://help.sap.com/saphelp_nw04/helpdata/en/99/ca7af0793cc24c889b082b7230daaa/frameset.htm
<b>3. Is UME Configuration required on the EP? Since the tutorial did say about using UME console to assign users, roles etc or it is not required if the authentication is form the WD application.</b>
In any one place.. if you are using portal authentication in portal is sufficient.. The WD application should use a system which has authentication type as SAP logon ticket.
<b>4. How is synchronization handled with UME?</b>
in the sense.. if a user is deleted in the backend.. etc.,in this case the user is rejected and it prompts for username and password.
Hope it helps.
Regards
Bharathwaj
Link added for SAP Login Forms : Bharathwaj

Similar Messages

  • Help with Apache Reverse Proxy configuration with SAP Portal and SAP Webgui

    Dear Experts,
    I have an issue configuring Apache to work with SAP Portal and ERP webgui. Accessing Portal through Reverse Proxy is working fine. But the problem arises when we try to open an iView ERP webgui transaction page from Portal with the Reverse Proxy. Have anyone implemented similar requirements and could advice on the configuration required on the Apache side? Thank you

    hi,
    pls check the below links for reference:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/24396589-0a01-0010-3c8c-ab2e3acf6fe2
    searchsap.techtarget.com/searchSAP/downloads/chapter-december.pdf
    1)Learn to implement the reverse proxy filter and portal gateway in SAP Enterprise Portal 6.0 on Web Application Server 6.40.
    https:/.../irj/sdn/nw-portalandcollaboration?rid=/webcontent/uuid/006efe7b-1b73-2910-c4ae-f45aa408da5b
    .2 )Configuring the Portal for Your Reverse Proxy Filter Solution . ... This document describes the reverse proxy filter mechanism in SAP Enterprise ...
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/32ad9b90-0201-0010-3c8a-c900cd685f8f
    3)have full reverse proxy functionality. Possibly. filter. requests. Internet ... Reverse proxy (optionally with authentication etc.) ...
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/c066c390-0201-0010-3cba-cd42dfbcc8be
    Note:please reward points if solution found helpfull
    Regards
    Chandrakanth.k

  • Uploading files to SAP using HTML5 /AJAX/Gateway media links with real-time progress bar

    Hi All,
    Check out the blog post 'Uploading files to SAP using HTML5 /AJAX/Gateway media links with real-time progress bar'
    Uploading files to SAP using HTML5 /AJAX/Gateway media links with real-time progress bar
    Regards
    Prabaharan

    aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: NVidia [HDA NVidia], device 3: NVIDIA HDMI [NVIDIA HDMI]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    Which correspondents fine with the
    device "hw:0,3"
    in my mpd.conf alsa section.
    Also sound worked fine withh this config before I started installing ffmpeg-svn and alikes
    hokasch:
    I tried changing the mixer to "Master" but that did not change much.

  • Is this possible: SNC connection from SAP GUI to SAP Router, and ...

    Hi,
    I have (stupid perhaps) question.
    Is this scenario possible:
    SNC connection from SAP GUI to SAP Router, and non-SNC connection from SAP Router to SAP System.
    I know how to set up scenario like this:
    SAP System --- (non-SNC conn) --- saprouter1 --- (SNC conn) --- saprouter2 --- (non-SNC conn) --- SAP GUI.
    Best regards,
    Marek Majchrowski

    Wolfgang,
    To be sure myself and Marek understand, can you confirm the different scenarios supported:
    Scenario 1:
    SAP GUI --- (non SNC conn) --- saprouter1 --- (SNC conn) --- saprouter2 --- (non-SNC conn) --- SAP System
    With this scenario, it would be possible for a user to logon using SAP GUI onto the SAP System, but without SAP GUI SNC.
    Scenario 2:
    SAP GUI --- (SNC conn) --- saprouter1 --- (non SNC conn) --- saprouter2 --- (SNC conn) --- SAP System
    With this scenario it would be possible to logon to the SAP System using SAP GUI, and using SNC authentication.
    Also, with this scenario the SAP GUI software and SAP System software would consider this to be similar to:
    SAP GUI -- (SNC conn) -- SAP System
    Scenario 3:
    This is the scenario mentioned by Marek in his initial question:
    SAP GUI -- (SNC conn) -- saprouter1 -- (non SNC conn) -- SAP System
    With this scenario it will not be possible to logon to SAP System using SNC, and only possible if the SAP GUI is configured to not use SNC. In other words the SNC connection between SAP GUI and saprouter1 is available, but cannot be used.
    Thanks,
    Tim
    Edited by: Tim Alsop on Feb 25, 2008 5:24 PM

  • Re: what is difference between sap locking and database locking

    hi,
        what is difference between sap locking and database locking. Iam locked the table mara by using lock objects.
    But iam unable to unlock the mara table. I give u the coding. Please check it.
    REPORT zlock .
    CALL FUNCTION 'ENQUEUE_EZTEST3'
    EXPORTING
       MODE_MARA            = 'S'
       MANDT                = SY-MANDT
       MATNR                = 'SOU-1'.
    call transaction 'MM02'.
    CALL FUNCTION 'DEQUEUE_EZTEST3'
         EXPORTING
              mode_mara = 'E'
              mandt     = sy-mandt
              matnr     = 'SOU-1'.
    IF sy-subrc = 0.
      WRITE: 'IT IS unlocked'.
    ENDIF.

    Hi Paluri
    Here is the difference between SAP locks and Database locks, i will try to find the solution to your code.
    Regards
    Ashish
    Database Locks: The database system automatically sets database locks when it receives change statements (INSERT, UPDATE, MODIFY, DELETE) from a program. Database locks are physical locks on the database entries affected by these statements. You can only set a lock for an existing database entry, since the lock mechanism uses a lock flag in the entry. These flags are automatically deleted in each database commit. This means that database locks can never be set for longer than a single database LUW; in other words, a single dialog step in an R/3 application program.
    Physical locks in the database system are therefore insufficient for the requirements of an R/3 transaction. Locks in the R/3 System must remain set for the duration of a whole SAP LUW, that is, over several dialog steps. They must also be capable of being handled by different work processes and even different application servers. Consequently, each lock must apply on all servers in that R/3 System.
    SAP Locks:
    To complement the SAP LUW concept, in which bundled database changes are made in a single database LUW, the R/3 System also contains a lock mechanism, fully independent of database locks, that allows you to set a lock that spans several dialog steps. These locks are known as SAP locks.
    The SAP lock concept is based on lock objects. Lock objects allow you to set an SAP lock for an entire application object. An application object consists of one or more entries in a database table, or entries from more than one database table that are linked using foreign key relationships.
    Before you can set an SAP lock in an ABAP program, you must first create a lock object in the ABAP Dictionary.

  • What is difference between SAP R3 And SAP IS Mills Product

    HI Friends
    What is difference between SAP R3 And SAP IS Mills Product
    What are the futures are availables in IS MIlls
    Regards

    Hi,
    SAP R/3 is the central enterprise version. It is not specifically designed for any inducstry sectors and it can cater many of the industry types.
    Is is developed for specific industries an for SMB's (small and medium business). It will have components specifically for the industry.
    The SAP Mill Products component adds sector-specific functionality to an ERP system to satisfy the complex requirements of mill industries (e.g. metal, wood, paper, textiles, construction materials, and cable sectors).
    These industry segments differ from others primarily in that the materials used have a large number of characteristics and variants. The materials in the segments listed above are also predominantly area-based (e.g. paper, textiles, plastic film) or length-based (e.g. cables, piping). Account must be taken of these material characteristics throughout the entire supply chain.
    To cater for the particularities of these industry segments, SAP Mill Products features processes and functions that cover the entire supply-chain cycle – from product design and configuration, through planning, order processing, capacity planning and production, to final delivery. Additional functions are available in costing and inventory management. SAP Mill Products are also integrated into Quality Management, Financial Accounting, and Controlling.
    Prase

  • Diff b/w SAP LUW and DB LUW?

    2.     what is the diff b/w SAP LUW and DB LUW?

    Database LUW : <a href="http://help.sap.com/saphelp_nw04/helpdata/en/41/7af4bca79e11d1950f0000e82de14a/frameset.htm">LInk</a>
    Sap LUW : <a href="http://help.sap.com/saphelp_nw04/helpdata/en/41/7af4bca79e11d1950f0000e82de14a/frameset.htm">Link</a>
    Thanks
    Mahesh

  • What is the diff b/w Sap Scripts and Smart Forms

    Hi,
          Whats the diff b/w SAP Scripts and Smart Forms..
             I need the internal explanation for both Smart Forms and SAP Scripts mean when we execute what happens whether Print Program r Forms starts execution 1st  and SIMILARLY FOR SMARTFORMS WHETHER FM'S  R FORMS.
    Thanks & Regards,
    Gopi.

    Hi
    Difference with SMARTFORMS vs. SapScript(SE71)
    The Following are the differences :-
    a) Multiple page formats are possible in smartforms which is not the case in SAPScripts
    b) It is possible to have a smartform without a main window .
    c) Labels cannot be created in smartforms.
    d) Routines can be written in smartforms tool.
    e) Smartforms generates a function module when activated.
    f) Unlike sapscripts (RSTXSCRP), you cannot upload/download Smartform to your local harddisk.
    It was said that it was provided in CRM 3.0 version, but not available in R/3. You can download smartforms into Local PC in a XML format. In the same way you can upload this XML format into Smartform. From the smartform editor itself you can call download option, if you are working in CRM 3.0 environment.
    In R3 also, you can download into XML format. However, it's not sure about uploading. Refer to the program 'SF_XSF_DEMO'.
    In 4.7 Enterprise, other have seen this utlity which is completey missing in 4.6c. There is functionality to downlaod a complete form or only a particular node. (Utilities -> Download form). It will create a XML file and save it in the hard disk.
    For others, if you want to download/upload the Smartforms source, you will need the help from the Basis people. What you can do is to create a Transport and then FTP down to your local harddisk. When you need the Smartform source in another system, you have FTP up the Smartforms file back to the SAP server. Finally, the Basis team, will tp it into your system.
    g) The protect and endprotect command in sapscript doesn't work with smartforms. For example on a invoice: First data of position no 80. is printed on page one, other data of position no 80 is printed on page 2. And there's nothing you can do about it. Actually, there is something you can do about it. By using a folder node and checking the 'protect' checkbox, everything in that folder will be page protected.
    check out this link:
    http://www.sap-img.com/smartforms/sap-smart-forms.htm
    Reward points if helpful.
    Regards,
    Swathi.

  • What is the diffrence between sap events and application events

    Hi all,
    what is the diffrence between sap events and application events.Can any one tell me with examples.
    regards,

    Hi,
    Look at this,
    <b>System Events (Default)</b>
    The event is passed to the application server, but does not trigger the PAI. If you have registered an event handler method in your ABAP program for the event (using the SET HANDLER statement), this method is executed on the application server.
    Within the event handler method, you can use the static method SET_NEW_OK_CODE of the global class CL_GUI_CFW to set a function code and trigger the PAI event yourself. After the PAI has been processed, the PBO event of the next screen is triggered.
    The advantage of using this technique is that the event handler method is executed automatically and there are no conflicts with the automatic input checks associated with the screen. The disadvantage is that the contents of the screen fields are not transported to the program, which means that obsolete values could appear on the next screen. You can work around this by using the SET_NEW_OK_CODE method to trigger field transport and the PAI event after the event handler has finished.
    <b>Application Events</b>
    The event is passed to the application server, and triggers the PAI. The function code that you pass contains an internal identifier. You do not have to evaluate this in your ABAP program. Instead, if you want to handle the event, you must include a method call in a PAI dialog module for the static method DISPATCH of the global class CL_GUI_CFW. If you have defined an event handler method in your ABAP program for the event (using the SET HANDLER statement), the DISPATCH method calls it. After the event handler has been processed, control returns to the PAI event after the DISPATCH statement and PAI processing continues.
    The advantage of this is that you can specify yourself the point at which the event is handled, and the contents of the screen fields are transported to the application server beforehand. The disadvantage is that this kind of event handling can lead to conflicts with the automatic input checks on the screen, causing events to be lost.
    Hope u understood.
    Thanks&Regards,
    Ruthra.R

  • What is the diffrence between SAP View and CAD View ?

    What is the diffrence between SAP View and CAD View ?
    What is the main purpose of SAP View
    and
    What is the main purpose of CAD View
    On SAP help i found
    SAP View is used for :The SAP view displays the SAP structure (document-based structure) for the active CAD object, or another document info record (header document), with a single-level or multilevel document structure in a tree structure. You can variably configure the fields using the layout editor.
    CAD View is used for :The CAD view displays the document-based structure of the currently active CAD object, such as the structure of an assembly. The CAD system determines the complete (multilevel) structure and copies it either completely or in stages to the SAP system, in accordance with the default explosion level.
    BUT I did not understand it well
    Can someone explain this with an example
    THanks
    Raj

    Hello Raj,
    SAP View  can be further described as the view that is based on what is existing already in the SAP system. This view is generally used by SAP purchasing, MM people etc
    CAD view is nothing but the replication of the model tree view in the SAP system. This is used by the design engineer and this view replicates only the parts that are actively displayed on the CAD tool window.
    hope this helps. Let me know if you have further questions else please close the message.
    regards
    N K

  • SSO between SAP EP and JAVA app on WebSphere Application Server 5.1

    Hi.  I have 2 questions.
    I am implementing SAP EP6 and need to display content from a WebSphere JAVA application inside the portal.  The application is currently running on WAS 5.1.
    1. Does anyone have any sample code or documentation regarding how to pass the SAP logon ticket to WebSphere JAVA application to accomplish SSO when inside the portal?
    2. Does anyone have any sample code or documentation regarding how to pass the SAP logon ticket to WebSphere JAVA application to accomplish SSO when outside the SAP EP, but still within the same IE browser window where the SAP logon ticket exists?
    Thanks for any feedback you could provide.

    Hello Kevin,
    please look here: https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/nw/ibm/how to set up sso between sap enterprise portal and ibm websphere portal using tai.pdf
    Regarding your second questions: as long as you did not log off from SAP EP your browser hosts the SAP Logon Ticket cookie (within its timeframe of validity which is typically a couple of hours). So if you access a non SAP application that accepts SAP logon ticket with your browser, you're authenticated.
    Please note that the cookie based authentication only works withing the same DNS domain. So if your SAP EP is configured to issues the SAP logon ticket to "company.com" then your browser sends it only to servers in that domain.
    Regards
    Michael

  • Jabber and Yahoo gateways

    Having a problem using Jabber and a Yahoo gateway. I set up an account (using Psi) and that was successful. I can chat with others using Psi just fine. But when I set up iChat to do this it recognizes my account, logs me in but when I open a chat with a Yahoo buddy I see them typing but the message never appears. My Yahoo Messenger and Psi work just fine but iChat is a no go I've tried creating a new Jabber account (with Psi) same results. Tried it on 2 different computers - iBook G4 and 933 mhz QuickSilver G4. Same results. Anyone have any ideas?

    Strange.
    I'm still having the same problem with the server you recommended. I'm wondering if there is something that I'm not configuring correctly in Psi or iChat.
    Just to reiterate the issue:
    I can sign up for a Jabber account,
    configure it using Psi (loading the yahoo and msn gateways),
    Log out of Psi,
    Register the Jabber account in ichat and log in,
    What works:
    The contacts appear in my iChat Jabber list,
    Those that are online appear online
    I can send a message out to the contact
    What doesn't work:
    Receiving incoming chats from buddies
    Receiving replies to chats that I've initiated
    Actions I've taken so far:
    Enabled port 5222 and 5223 on UDP and TCP
    I've tried with SSL activated and deactivated
    Any other ideas or recommendations for servers that are working?
    Thanks,
    ...Jamie

  • SAP R3 and SRM Installation

    Hi
    Can anybody tell me how much HDD space and RAM is required for intalling SAP R3 and SRM4.0 using MCOD?
    Users will be of maximum 10.
    I am looking at installing R3, SRM, XI engine.
    Any other suggestions on what will be the best combination other than above are welcome...
    Regards
    Reddy

    well, this depends a little on the amount of data your users are allocating in their transactions.
    rough calculation: 4 GB per System for ABAP 1.5 GB per System for the database plus 1 GB for the operating system. Thats the absolut minimum.
    Let Windows calculate the right size - so it may be increased during runtime if it is too small.
    Peter

  • SAP FI and CO Certification syllabus_camparison

    Hello,
    Currently would like to persue a SAP FI and CO course.
    I m totally unaware of the SAP FI & CO course contents.
    I have Syllabus covered by Siemens and Syllabus covered by private trainer.
    Syllabus given by Siemen doesn't contain anything related to CO.
    can anybody compare both of them and tell me what are the topics which are not covered by the private trainer ?
    Your kind assistance will able me to take precise decision.
    Oblige the needful.
    rgrds/Vinod.
    Herewith copied both the sourses:
    SIEMENS:
    TERP01     SAP ERP: Intro     1.5 Hours          
    TERP02     SAP ERP: Intro to SAP NetWeaver     1 hour     Objectives     Identify the different components of SAP NetWeaver
    TERP11     SAP ERP: Introduction to NetWeaver Business Intelligence               Explain the business process functions each NetWeaver component supports
         (BI)               
    TERP21     SAP ERP: Intro to Processes in FI     6 hours     Contents     Financial Accountingu2019s role in the business
                        Organizational levels used in Financial Accounting
                        Financial Accountingu2019s components:
                        General Ledger
                        Accounts Payable
                        Accounts Receivable
                        Fixed Asset Accounting
                        Preparation of financial statements
    Following are the detailed contents of the above syllabus                    
    TFIN50     FI- I     10 days     Classroom     
                   Contents     u2022 Organizational units, master data and documents for Financial Accounting: company code,
                        fiscal year, currencies, general ledger accounts, customer and vendor master records, profit
                        center, document control, postings, clearing open items, cash journal
                        u2022 Handling of payments, dunning, correspondence and closing operations in Financial
                        Accounting:
                        Automatic payment program with clearing of open items
                        Automatic dunning program for creating dunning notices and correspondence
                        Overview of month and year-end accounting processes in Financial Accounting
                        Balance sheet and P&L
                        Preparatory closing postings in sub ledgers and the general ledger
                        Technical organizational and documentary steps in individual closing
                        Closing Cockpit
                        Configuration of periodic closings in Financial Accounting
    SMO01     Intro Solution Manager               This course is meant to familiarize you with the principles and terminology of the SAP Solution
                        Manager. You will be introduced to the benefits of using the SAP Solution Manager during the
                        implementation of your SAP solutions and during ongoing support and operations.
    TFIN52     FI- II     10 days     Classroom     
         (Inclusive of case study)          Contents     u2022 Organizational structures, master data, and business processes in Asset Accounting:
                        Chart of depreciation, depreciation area, asset classes, master data , asset transactions,
                        valuation, periodic processing, information system
                        Evaluation methods in Financial Accounting (Info system and ABAP reports of general ledger
                        accounting, accounts receivable accounting, and accounts payable accounting, report variants,
                        selection variables in variants, List Viewer, sample evaluations using the drilldown reporting
                        tool)
                        Special G/L transactions and document parking
                        Validations and substitutions in Financial Accounting
                        Archiving in Financial Accounting
                        u2022 Case study: implementation of a fictitious demo company using specific business processes,
                        configuration and mapping of the company structure, master data, and business processes in
                        the SAP system
                        u2022 Review and certification preparation
                        u2022 Certification examination for Certified Application Associate - Financial Accounting with SAP
                        ERP 6.04 on the content of the courses SAP125, TERP01, TERP02, TERP21, SM001, TFIN50,
                        TFIN52
    Private Trainer:
    SAP FICO Syllabus
    Srl No     Topic     Points Covered
    1     SAP Overview     Concept of client
    OverviewSAP Architecture
    2     Enterprise Structure     Define Company, Company code & Assign the same.
    Maintain Fiscal Year Variant,
    Posting Period Variant, Document Number Ranges, Document Type,
    Posting Keys, Field Status Variants & Groups & Assignment of the same wherever
    necessary.
    3     Simple Chart of Accounts     Create a simple Chart of Accounts, Assign the same, Edit GL A/cu2019s, Enter Transactions, Post with
    reference, Account Assignment Model, Recurring Document and Batch Processing, Document
    Parking and Document Extract.
    4     Period End Closing     Understand the Closing concept, Close the company created, view the Balance Sheet, Accounts,
    carry forward balances to the next year, and view the Retained Earnings Account.
    5     International COA     Create a company encompassing all features of the SAP standard company 0001, create a COA
    in line with the INT COA, Assign as necessary, Edit Gl A/c Collectively, Enter Transactions, Post
    with reference, Account Assignment Model, Recurring Document and Batch Processing,
    Document Parking and Document Extract.
    6     Cash Journal / Banking     Create GL A/c for Cash Journal, Document Types, Number Range Interval, Setup Cash Journal,
    Business Transactions, and Posting.
    7     Taxation     Understand the concept of a non-jurisdictional Tax Proceedure, Condition Type, Access
    Sequence, Account Key, Tax Codes, Input / Output Tax, Calculation and Posting. Jurisdictional
    Tax Proceedure will be configured independently by the student at this stage.
    8     Accounts Receivable     Create Customer Master Records, raise invoices, receive incoming payment, assign and clear
    open items, Down payment request, creation and clearing, Maintain Terms of Payment. Instalment Payment terms to be configured independently by the student.
    9     Dunning     Define Dunning Area, Dunning Keys, Dunning Proceedure, Dunning Notices.
    10     Interest     Define Interest Calculation Types, Number Ranges, Arrears Interest Calculation, Interest Run
    and Posting. Balance interest to be configured independently.
    11     Accounts Payable     Create Vendor Master Records, Input Tax, raise bills, create outgoing payments.
    12     Std Witholding Tax     Understand the concept of WT, Basic Settings, Calculation and Postings.
    Extended WT will be configured independently by the student.
    13     House Banks     
    Define House Banks, Outgoing Payment Configuration, Number Ranges for Cheques, and Bank
    Reconciliation. Automatic Payment Run to be configured independently.
    14     Foreign Currency Translation     Understand the concept of foreign currency translations, enter exchange rates, valuate open
    items at closing with reversals.
    15     SD/MM definition,
    assignment, and integration     Define Credit Control Area, Valuation Level, Plant, Location, Division, Sales Organisation,
    Distribution Channel, Storage Location, Shipping Point and Assignment of the same. Define
    Common Distribution Channel and Division. Check Enterprise Structure for Sales and
    Distribution. Understand integration concepts, and assign GL A/cu2019s.
    16     Create Material [FERT]     Create material, initial stock entry, check stock of material.
    17     Pricing Proceedure     Understand the concept of pricing procedure, condition type, access sequence, account key,
    procedure determination, and maintenance of condition records.
    18     Sales Order & Billing     Create Sales Order, Outbound Delivery, Billing Document, Accounting Entries.
    19     Asset Accounting     Understand Organisation Structure, Chart of Depreciation, Depreciation Areas, Asset Classes.
    20     Controlling
    Cost Element Accounting
    Cost Center Accounting     Maintain Controlling Area, Assign the same and maintain number ranges
    Create Default Cost Center, Primary Cost Element, Secondary Cost Element
    Activate Cost Center Accounting in Controlling Area, Maintain Standard Hierarchy, Create Cost
    Center Groups and Cost Centers, Select Planner Profile, Cost and Activity Input, Enter Plan and
    Actual amounts, Generate Variances, Redistribution and Assessment of Primary and Secondary
    Cost Elements across Cost Centers.
    21     New GL Concept     Configuration logic.

    check this link for one example co certification
    http://www.sap.com/services/education/certification/certificationtest.epx?context=[[C_TFIN22_64|G]]|
    Thanks,
    Ram

  • Where do i find daily posted question on sap abap and sap webdynpro abap

    Hi
    where do we find Daily posted questions on sap abap and sap webdynpro abap in scn sap  so that i can go through the questions and answer them .

    Hi,
    Go to the Content tab of any space and click on discussions. Then you can sort them by date created or any other
    For ex: This link for WDA discussions: - Web Dynpro ABAP
    You can also click on Receive email notifications for any space to get updates on that space.
    hope this helps,
    Regards,
    Kiran

Maybe you are looking for

  • Upgrading Controllers firmware on a degraded RAID 5 array

    Hi guys I have been told that upgrading the controllers firmware on a degraded raid array can cause a loss of configuration. I have been doing this for over 1 year and it has never happened, it sounds more like a myth to me that anything else but i w

  • SSDT SSAS Project: Can't create multiple partitions

    "Warning:  The destination server is running a SQL Server edition that does not support multiple partitions. Please deploy to another server." I get this error, when I try to deploy against a SSAS 2012 Developer Edition instance, same happens when I

  • ID3 Settings?  Other than MP3????

    I see that we can set ID3 tags for Itunes in the MP3 bouncing dialog. What about if we are wanting to add these in before we send them to be Mastered so the data would be propagated downward from CD to MP3 later? I have STFM on ID3...nothing......is

  • DB block corruption

    Hi All Is there any specific reason or what have possible to cause on the data block corruption in the oracle database.

  • Create batch for existing GR materials

    Hi, how can we create the batches for the materials whose GR is already done w/o Batch management active? imean i want to put  a new batch no for the existing GR materials?