PLEASE GIVE ME REPLY..

Dear Friendz.. Please Help Me out...
Posted: Sep 1, 2006 9:00 AM        Reply      E-mail this post 
Dear Friendz..
I am Nagaraj from Hyderabad.. I learned SAP in sapInstitute..
I would like to put 2 years of experience..
But i dont know.. How to put that experience..
I dont know which company i have put..
can anybody please send the sample resume or the detials of the company.. Or consultancy list.. I hope i will get the response from you friendz..

Hi and welcome Nag,
have a look here:
http://www.simplysap.com/company/contact.htm
nice weekend to ALL
and
God Bless
Andreas

Similar Messages

  • Please Give me reply Urjent

    Dear All..
    Today i faced new problem...the problem is suddenly when i add A/R invoice document then system not  add Document and also system hang and after automatic SAP Application has been shutdown..so please if any solution this please reply back urjent..
    Thanks .......
    Ashish

    Hi and welcome Nag,
    have a look here:
    http://www.simplysap.com/company/contact.htm
    nice weekend to ALL
    and
    God Bless
    Andreas

  • Please give me reply to type one bonus

    i have source table COMMAPP.COMM_DD_BONUS_DAILY_TRANS
    with the follollowing columns
    DD Bonus Type 1:
    1.     Onetime bonus
    2.     No of accounts who deposited >= 300$ within 60 days based on distributor and branch
    3.     Second deposit should have happened in current month
    SELECT SUM(AMOUNT) SUMAMOUNT,
    CDBDT.ACCOUNT_ID,
    CDBDT.COMPANY_NAME,
    CDBDT.ORIGINATING_DISTRIBUTOR_ID,
    CDBDT.ORIGINATING_DIST_BRANCH_ID,
    CARD_TYPE,
    EMPLOYEE_FLAG,
    SUBSCRIPTION_FLAG
    FROM COMMAPP.COMM_DD_BONUS_DAILY_TRANS CDBDT
    WHERE TRANSACTION_DATE BETWEEN ADD_MONTHS(trunc(sysdate,'month'),-1) AND trunc(sysdate,'month')-1
    GROUP BY CDBDT.ACCOUNT_ID,
    CDBDT.COMPANY_NAME,
    CDBDT.ORIGINATING_DISTRIBUTOR_ID,
    CDBDT.ORIGINATING_DIST_BRANCH_ID,
    CARD_TYPE,
    EMPLOYEE_FLAG,
    SUBSCRIPTION_FLAG
    HAVING SUM(AMOUNT)>=300
    INTERSECT
    SELECT SUM(AMOUNT) SUMAMOUNT,
    CDBDT.ACCOUNT_ID,
    CDBDT.COMPANY_NAME,
    CDBDT.ORIGINATING_DISTRIBUTOR_ID,
    CDBDT.ORIGINATING_DIST_BRANCH_ID,
    CARD_TYPE,
    EMPLOYEE_FLAG,
    SUBSCRIPTION_FLAG
    FROM COMMAPP.COMM_DD_BONUS_DAILY_TRANS CDBDT
    WHERE TRANSACTION_DATE BETWEEN ADD_MONTHS(trunc(sysdate,'month'),-2) AND ADD_MONTHS(trunc(sysdate,'month'),-1)-1
    GROUP BY CDBDT.ACCOUNT_ID,
    CDBDT.COMPANY_NAME,
    CDBDT.ORIGINATING_DISTRIBUTOR_ID,
    CDBDT.ORIGINATING_DIST_BRANCH_ID,
    CARD_TYPE,
    EMPLOYEE_FLAG,
    SUBSCRIPTION_FLAG
    HAVING SUM(AMOUNT)>=300

    I don't think you will get much reply unless and until you post some sample data and desired output. Do not forget to post your database version. The CREATE table and INSERT statements may get you more hits!.

  • Please Give me reply for this problem(How can I get the result)???

    Hello Friends,
    I have one table CXATCMS.Which has 3 columns and has the following data
    start_no end_no activity_date
    05001000001 05001000002 01-OCT-03
    05001000015 05001000016 01-OCT-03
    05001000017 05001000018 12-JUN-05
    05001000019 05001000020 12-JUL-06
    I have to create a report which lists the the specific range.
    If the next record's start_no is the immediate next number for the prevoius record's
    end_no .....then it has to display all those numbers in a range until it finds a number which is not next immediate number for the previous record's end number.
    like for example....if the user wants to see from 1 to 20 range.
    then the result must be like this........
    start_no end_no
    05001000001 05001000002-------there is no 05001000003 number in the
    05001000015 05001000020 start numbers so it has to stop its range by this number).
    How can i get this result........

    Hi,
    Try this. I am sure you know how to write procedure, I have skipped those obligations, anyway u can sense the absic way of working from here I think. Pls do the uppercase / lowercase adjustment as required by your operating system.
    Declare
    mnd CXATCMS.end_no%type;
    numRec CXATCMS.%rowtype;
    Cursor C is select * from CXATCMS where start_no between 1 and 20 order by start_no;
    begin
    select min(end_no)+1 into mnd from CXATCMS where start_no between 1 and 20;
    open C;
    Loop
    fetch C into numRec;
    DBMS_OUTPUT.putline(numRec);
    exit when mnd<>numrec.start_no;
    if mnd=numrec.start_no then
    mnd:=numRec.end_no + 1;
    end if;
    end loop;
    Exception
    when no_data_found raise application_error;
    end;
    gimme feadback pl,
    Pragati.

  • Hi SAP FI/CO GURUS ...... PLEASE GIVE ME INTERVIEW QUESTIONS ON SAP FI/CO

    Hi FI/CO gurus
    I require your great help to get my brother into SAP House. He had done his FI/CO training and he is trying as fresher into SAP. So i request you to please give me interview questions on SAP FI/CO in topic wise. The reason i am asking here in this forum is, a lot of gurus who are having great experience are there in this group. if i get help from these gurus, that will be great help to my brother into get into SAP FI/CO.
    So i request you to please send me interview questions on SAP FI and CO in topic wise. Awaiting for your reply.
    Regards
    Raj

    Hi,
    Please find below few questions on FI. I think those are very useful for intervew
    SAF FI Technical Interview Questions 1
    1. Tell me about FI Organizational structure?
    Ans:     Client
                   |
          Operating Concern
                   |
    Controlling area1       Controlling Area 2
             |
    Co. Code 1 Co. Code 2
        |
    Bus area 1  Bus area2  Bus Area3  Bus Area 4
    2. How many Normal and Special periods will be there in fiscal year, why do u use special periods?
    Ans: 12 Normal posting period and 4 special periods are in the fiscal year which can be used for posting tax and audit adjustments to a closed fiscal year.
    3.Where do you open and close periods?
    Ans: PPV is used to open and close the periods based on a/c types considering GL Accounts. Tr. Code. OB52.
    4.What do you enter in Company code Global settings?
    Ans: 4 digit Alphanumeric key.
    Name of the company
    City
    Country
    Currency
    Language
    Address
    5.What is document type, and what does it control? Examples.
    Ans: Document type is nothing vouchers containing line items. Several business transac! tions can be identified within a particular document type.
    It controls the document number ranges.
    It controls the Header part of document
    IT controls the line item level of the document
    Helps filing of physical document 
    6. What is posting key and what does it control?
    Ans: These are special classification keys. Two character numerical key it controls the entry of line items.
    Posting key determines Account type, Debit/credit posting, Field status of transaction.
    7. What is field status group, what does it control? 
    Ans: FSG is mandatory field in ! GL Creation. You use this field to define which fields are displayed when you post business transactions to a G/L account. 
    A field may have one of the following statuses.
    - Suppressed
    - Display
    - Optional
    - Required
    8. What is chart of account and how many charts of accounts can be assigned to a company?
    Ans: Chart of account is a list of all G/L accounts used by one or several company codes.
    For each G/L account, the chart of accounts contains the account number, account name, and the information that controls how an account functions and how a G/L account is created in a Company code.
    You have to assign a chart of accounts to each company code. This chart of accounts is the Operating chart of accounts and is used for the daily postings in this company code.
    You have the following options when using multiple company codes.
    You can use the same chart of accounts for all company codes
    If the company codes all have the same requirements for the chart of accounts set up, assign all of the individual company codes to the same chart of accounts. This could be the case if all company codes are in the same country.
    In addition to the operating chart of accounts, you can use two additional charts of accounts If the individual company codes need different charts of accounts, you can assign up to two charts of accounts in addition to the operating chart of accounts. This could be the case if company codes lie in multiple countries.
    The use of different charts of accounts has no effect on the balance sheet and profit and loss statement. When creating the balance sheet or the profit and loss statement, you can choose whether to balance the co! mpany codes which use different charts of accounts together or separately.
    9. What does definition of a chart of account contains?
    Ans: chart of account key
    Name
    Maintenance language
    Length of the GL Account Number
    Controlling Integration
    Group chart of accounts (Consolidation)
    Block Indicator
    10. Can one COA be assigned to several companies?
    Ans: yes. One COA can be assigned to several companies.
    11) What is account group and what does it control? 
    Ans: Account group determines which fields you can configure on the G/L master record. It is necessary to have at least two one for B/S and another one for P&L a/c.
    It controls the Number ranges of GL A/C.
    The status of fields of the master record of GL belongs to company code area.
    12) What is reconciliation account; can you directly enter documents in that a/c?
    Ans: When you p! ost items to a subsidiary ledger, the system automatically posts the same data to the general ledger. Each subsidiary ledger has one or more reconciliation accounts in the general ledger. 
    We can’t use reconciliation account for direct postings.
    13) How do you control field status of GL master records and from where do you control! 
    Ans: Field status variant is maintained all FSGs.
    14) What are the segments of GL master record?
    Ans:
    - COA Segment
    A/C group
    Nature of account
    Short text
    GL a/c long text
    Trading partner
    Group Account Number
    -  Company code segment
    Account currency
    Tax
    Reconciliation a/c for a/c type
    OIM,LID,FSG.
    15) What does Field status group assigned to a GL master record controls?
    Ans: It controls the account assignments that are made to the account. Specifically the field status group controls whether postings to cost centers, internal orders, profitability segments and so on are required, not allowed (suppressed), or optional.
    16) What is Country and operational chart of account? Why do you use group chart of account?
    Ans: Operational chart of account – Day to day activities It is mandatory.
    Country COA – It’s used for legal specific requirement of each country. It’s additional and optional.
    Group COA used for consolidation of Company codes. This is for group consolidation purpose.
    17) What are all the segments in a Customer/Vendor master record?
    Ans: Segments in Customer           Segments in Vendor
    -      General Data segment            General data segment
    -      Company code segment         Company code segment
    -      Sales area segment                 Purchasing organization Segment
    18) What is open line item management? What do you mean by clearing open line items?
    Ans: Open item management is further reconciliation function. OIM allows you to display the open and cleared items and amounts in an account. OIM should be used if an offsetting entry is made for every line item posted in the account. The a/c is reconciled and cleared against another account. Ex. Salary clearing account and GR/IR Clearing account.
    19) What is residual payment and part payment?
    Ans: Residual payment it clears original invoice with incoming amount and create new line item for remaining outstanding amount.
    Partial payment it leaves the original invoice amount and creates new
    line item for incoming amount.
    20) What is internal and external number ranges?
    Ans: Internal Number Ranges: Doc. No will be provided by the system automatically in serial order allotting the next available progressive number. The number must be in numerical.
    External Number ranges: Doc. No will be given manually by the end user. System will not lock no automatically in this case. User can pick the number randomly. Number may be an alpha numeric.

  • Would anyone please give me a test result of Oracle 9iFS

    We want to build a content management system. We've already built a MIS and the data stored in a Oracle database . The data in the content management will be used by the MIS . would anyone please give us a test result of Oracle 9iFS. We want know the capability, reliability of 9iFS . It will be appreciated If anyone can give us some proposes.
    thanks .

    Thanks for replying. i've tried doing it with one square as a
    movie clip symbol and then flipping that square over with the 3d
    rotation tool and then over and over. but i'm having to draw other
    squares on other layers to make up the rest of the square as it
    gets created. is this the right way to do it? what would be the
    simplest way? i know you said its just an animation, but how would
    you create the animation?
    Thanks

  • "Please don't reply to this email" Grr

    Is it just me, or does anyone else think it's really rude when people send emails with wording such as "Please don't reply to this email – it's been automatically generated by our computer. If you need to get in touch, please use the contact links below."?
    You can pretty much guarantee that none of the contact links will cover the subject of the original email. The impression it gives to me is one of a company that likes to tell me whatever they want, but isn't remotely interested in what I think as a customer.

    No, it's not just you
    But mine did have a link which (uniquely identified me) to a feedback survey
    And mine WAS because they were interested
    I received it on Saturday (21/08 at 21:05)
    It came from 'BT eContact Survey' (info@edigital********.***)
    Dear (my full name),
    You recently contacted BT and they'd like to hear what you thought about the way they fixed the problem, so much so they've asked us to ask you some questions. We really hope you can spare a few minutes as they're really keen to learn from your experience.
    Please click on the following link below to provide your feedback. The survey will only take 5-10 minutes to complete.
    (link removed)
    Many thanks,
    eDigital ******** - on behalf of BT eCustomer Service
    Note: this email was sent from a notification-only email address that cannot accept incoming email. Please do not reply to this message
    This is an independent market research study conducted by eDigital******** on behalf of BT. All information is stored on a secure server.
    Personal information collected will never be sold, shared, or rented without prior consent. Please direct any queries with this research to bt@edigital********.com
    I have made contact with the CEO, a rep from BT, the mods and via an online help link.
    My guess is it's from the help link.
    I'll never do that again!!
    and the problem wasn't fixed!!!
    -+-No longer a forum member-+-

  • Please give steps to install and set environment variableof Oracle Coherenc

    I am getting exceptions after installing Oracle Coherence & Java SDK 1.4.2 in windows 7 32-bit machine.
    so, could you please give the steps to set the environmental variables.
    If i run the cache server in Coherence.NET folder.. then its is showing that exception.
    please help meee.......
    Thanks,
    Balakrishna..

    Hi
    I presume you meant to put this cry for help in your previous post...
    got exception java.lang.ClassNotFoundException after install Oracle Coheren
    It is best not to re-post the same thing more than once and especially not a post like the one above which does not actually tell anyone anything about your problem other than you have an issue with Coherence .Net on a 32-bit Windows 7 box using Java 1.4.2 (which as I mentioned in my reply to you other post is not actually correct).
    JK

  • Please give me When Nokia C2 is released in india

    Hello ,
                 I am waiting for buy Nokia C2 in india, So please give me release date in india,Waiting for your reply.
    Yours
    Santhosh

    you will need to check with stores in your area or check online traders ,and nokia website
    If  i have helped at all a click on the white star below would be nice thanks.
    Now using the Lumia 1520

  • I can not read any contents in my yahoo inbox messages? It is blank when i opened my message. Are there any setting or updated that i missed? Please give me some advices? Thank you. Phuong

    Question:
    I can not read any contents in my yahoo inbox messages? It is blank when i opened my message. Are there any setting or updated that i missed? Please give me some advices? Thank you. Phuong

    Hi AM_Kidd.
    Thanks for your reply.
    I have done a complete uninstall and re install of iTunes and all related apple programs from my laptop through control panel, add remove programs and also by going through program files and deleting all tracers of any left over folders remove programs may have missed.
    My apologies for forgetting to add this in my original post.
    Thanks again

  • Please give me chance to change confidential questions. I on the forgetfulness forgot answers. I ask you, I beg

    Please give me chance to change confidential questions. I on the forgetfulness forgot answers. I ask you, I beg

    If you have a rescue email address set up on your account then you can try going to https://appleid.apple.com/ and click 'Manage your Apple ID' on the right-hand side of that page and log into your account. Then click on 'Password and Security' on the left-hand side of that page and on the right-hand side you might see an option to send security question reset info to your rescue email address.
    If you don't have a rescue email address set up then go to Express Lane  and select 'iTunes' from the list of 'products' in the middle of the screen.
    Then select 'iTunes Store', and on the next screen select 'Account Management'
    Next choose 'iTunes Store Account Questions' or 'iTunes Store account security' (it appears to vary by country) and fill in that you'd like your security questions/answers reset.
    You should get an email reply within about 24 hours (and check your Spam folder as well as your Inbox).
    Or you could see if the second half of Kappy's reply in this thread helps : https://discussions.apple.com/message/20357006#20357006

  • ADF Rollback - Please give me solution

    Hi,
    Please give me a solution. Here is the scenario.
    - I use ADF + Struts + JSP
    - If I rollback the transaction on an edit page due to some constraint error ( eg: unique constraint), view object points to the first row automatically. User still see the old values on the screen. If the user tries to re-enter the values, it updates the first record. Please give me some alternative solution ?
    - If i donot rollback the transaction, then it saves correctly, but the user gets the same error when he performs any operation on any other page. We can not expect the user to press the cancel button each time.
    Please provide some alternative solution for this.

    Hi Frank,
    Thanks for your reply.
    Now the problem of the first row is resolved by setting the row key in session.
    I followed the same steps as you told. But there is still some problem exists.
    1. After i get the constraint error, currently i save the row currency and rollback the transaction and set it again. User is able to save correctly without any problem.
    2. But if the user decides not to save the record after the unique constraint violation error, even though i did the rollback, i get the same constraint error if i try to perform any operation on any other page. Please give me solution for this.
    3. And also i see the same record on the list page even though i rollback in the edit page . Please give me solution for this.
    This is happening only if the user is not saving. If pressed on cancel..every thing works fine. But ther user may not click the cancel.
    Please reply me as soon as possible. I have so many web pages facing the same problem
    Thanks.

  • Ever since I agreed to install the new Mozilla Firefox I can't even send an e-mail successfully. I want the old Mozilla Firefox back and I will never agree to a newer version of anything. Please give me the old version back.

    I want my old Mozilla Firefox back because ever since I agreed to try the new Firefox, I've had nothing but problems every single time I try to send an e-mail. What used to be easy and quick, now is difficult and takes an inordinate amount of time; sending it over and over, and telling the message that tells me something like a page is not responding, to send it again or quit; and I have to do this many times over to get it to send a text. That has never happened before. I will never agree to a newer version again. Just please give me back my old Mozilla Firefox.

    Beginning with Firefox 4, Macs must have an Intel x86 processor (which you do NOT have; yours is a PPC Mac) '''''<u>and</u>''''' OSX 10.5 or higher
    *System Requirements: [https://www.mozilla.org/en-US/firefox/4.0/system-requirements/index.html Firefox 4]   [https://www.mozilla.org/en-US/firefox/5.0/system-requirements/index.html Firefox 5]   [https://www.mozilla.org/en-US/firefox/6.0/system-requirements/index.html Firefox 6]   [https://www.mozilla.org/en-US/firefox/7.0/system-requirements/index.html Firefox 7]   [https://www.mozilla.org/en-US/firefox/8.0/system-requirements/index.html Firefox 8]
    The good news is that Firefox 3.6.24 still supports OSX 10.4 and Macs with the PPC Mac architecture. The bad news is that support for the Firefox 3.6.x series is likely to end in the first quarter of 2012.
    *System requirements: [https://www.mozilla.org/en-US/firefox/3.6/system-requirements/index.html Firefox 3.6.x]
    *Download Firefox 3.6.24: https://www.mozilla.org/en-US/firefox/all-older.html
    *Also see --> http://support.mozilla.com/en-US/kb/Installing+Firefox+on+Mac
    You can try the third-party product '''''TenFourFox''''' that supports PPC Macs. Firefox 8 version of '''''TenFourFox''''' is available. The product is based on Firefox released versions. All support is provided by the developer, not by this site:
    *Home page: http://www.floodgap.com/software/tenfourfox/
    *Developer's blog: http://tenfourfox.blogspot.com/
    *VERY IMPORTANT; read this carefully: https://code.google.com/p/tenfourfox/wiki/PluginsNoLongerSupported
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''

  • How to configure a cisco 2960 switch to support two routers(data and voice), please give me any suggestions

    HI, I need to configure a 2960 switch at a client site. They have routers already been installed on site, one is for data traffic another is for voice. I have created two vlans on switch  for data and voice. Now I couldn't get any idea what would be the default gateway on switch. 
    Please give me any suggestions.

    HI Leo, 
                Many thanks for your reply.
             But there are two up-links going from Gi 0/1 and Gi 0/2. I have configured the S/W like below, 
    interface GigabitEthernet0/1
    description UPLINK TO Data router
    switchport access vlan 100
     switchport mode access
    interface GigabitEthernet0/2
    description UPLINK TO voice router
    switchport access vlan 100
     switchport mode access
    interface Vlan1
     no ip address
     no ip route-cache
     shutdown
    interface Vlan60
     ip address 192.168.1.253 255.255.255.0
     ip helper address 192.168.1.1
     no ip route-cache
    interface Vlan100
     ip address 172.16.1.253 255.255.255.0
     ip helper address 172.16.1.1
     no ip route-cache
     I have used IP helper address, but I am getting some connecting issues on PCs and IP phones. Please suggest me, Can I manage it with two uplinks with different IP addresses. 
    Thanks in advance.

  • DEAR FRIEND..PLEASE GIVE ME COMPAQ PRESARIO V3500 MODEL V3751AU AMD PROCESSOR AUDIO AND SOUND DRIV

    DEAR FRIEND..PLEASE GIVE ME COMPAQ  PRESARIO V3500 MODEL V3751AU AMD PROCESSOR AUDIO AND SOUND DRIVER

    Hi,
    This is all supported derivers from HP:
      http://h20000.www2.hp.com/bizsupport/TechSupport/DriverDownload.jsp?prodNameId=3413040&lang=en&cc=us...
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

Maybe you are looking for

  • The operation can't be completed... (error code -50)

    Couple of days ago I started getting this error message: +The operation can't be completed, because an unexpected error occurred (error code -50).+ Once I get this error nothing works anymore on my Mac. I can't copy, paste, edit, save, etc. any docum

  • Problem with user management

    Hi, hope someone helps me... got an application with the Shema LBACSYS ...with this shema i got access with the user htmldb_public_user. now i want to create a user (with the user management page from the sample application) Creating the user works..

  • PCUI - BP Search by EMail

    Hi,    I have added the EMail field to the Field Group (ACC_SEARCH_LOG_12) and it shows up fine. The Search also works fine. The issue is that when I rerun a Search by deleting the contents of the EMail field, the Search Results do not show up. Basic

  • Duplicate database records.

    Hi Gurus, I am trying to insert into a db table from an internal tbl. And the result return error as shown below: The ABAP/4 Open SQL array insert results in duplicate database records. How do  I solve this? Thank you in advanced.

  • Removing messeges in RW

    Hi Experts,          some unwanted scenerios in my dev system has filled the RW-> Messege Monitering -> Adapter Engine-> with thousands of system errors  / waiting and holding messeges! I think I need to clean them up. I hav already STOPPED the commu