Question in ABAP FICO

friends,
can any one plz give little details of what an abaper will be doing when working with FICO people, i mean , the specific programs which an abaper will develop while working wih FICO.
thanks in advance for the help.

Hi,
There is no much difference in a ABAP role if working in FICO or other basic modules. Only difference in ABAP role changes if they are working in modules like HR where a diffrent skillset is required. However underlying core ABAP remians the same.
Typically when working in FICO module work will be more related to accounting documents.
Cheers
VJ

Similar Messages

  • A few Questions on ABAP Query

    Hi Guru's
    I would like to ask some questions on ABAP query.
    1. Can you transport abab queries? Should it only be Global or you can also transport Standard Areas?
    2. Once transported, am i able to change query?
    Thanks,
    Jograd

    hi....
    you can transport a quary but for that the quary should be an object itself or attached to some object
    and
    if once transported to production....you cannot change it there and for changing you have to get it in developement sysytem and then make any change.
    regards

  • General questions in abap programming

    hi
    i have some questions in abap.
    They are as follows.
    1) What you like in SAP and what you don't like?(Interview question)
    2) In LSMW please explain about 6th step, maintain fixed values, translations, user defined subroutines?
    3) how to create views? ( for example view of three tables in place of using JOIN)
    4) Explain with some examples READ statements.
    5) explain about events of AT Selection-Screen (7 events) example, when to use.
    waiting for ur reply
    regards,
    maqsood

    Hi,
    for the first you need to think............. and for the rest below links and details might help you.
    2)
    http://www.sap-img.com/sap-data-migration.htm
    3)
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ec5d446011d189700000e8322d00/content.htm
    4)
    Reading an Internal Tables
    - READ TABLE itab FROM wa [additions].
    - READ TABLE itab WITH TABLE KEY k1 = v1 ...kn = vn
                                                 [additions].
    - READ TABLE itab WITH KEY k1 = v1 ...kn = vn
                                 [BINARY SEARCH] [additions].
    - READ TABLE itab INDEX i [additions].
    In an ABAP Objects context, a more severe syntax check is performed that in other ABAP areas. See Short forms of line operations not allowed.
    <b>Effect</b>
    Reads an entry from an DS:ABEN.ITAB>internal table, using either its key or its index. The return code SY-SUBRC specifies whether an entry could be read. If you specify a non-unique key (the table must have a NON-UNIQUE key for this to be valid) , the system returns the entry with the lowest index from the set of entries that meet the condition.
    Reading a Line of a List
    - READ LINE line.
    - READ LINE line OF CURRENT PAGE.
    - READ LINE line OF PAGE pag.
    - READ CURRENT LINE.
    Reading a Program
    - READ REPORT prog INTO itab.
    Reading Text Elements
    - READ TEXTPOOL prog ...INTO itab ...LANGUAGE lg.
    Reading File
    - READ DATASET dsn INTO f.
    Reading a Database Table
    - READ TABLE dbtab.
    Finding Calendar Information
    - in R/2: READ CALENDAR.
    5)
    http://help.sap.com/saphelp_46c/helpdata/en/fc/eb2d67358411d1829f0000e829fbfe/content.htm
    remember to reward points and also close the thread if it helps you
    regards,
    venu

  • Questions on ABAP

    Hi experts,
    Here are some questions for  u pls send answers asap.
    1.     What are the exceptions in function module?
    2.     What is Return code?
    3.     What are the interface programs we have?
    4.     What is the typical structure of ABAP/4 Program?
    5.     How can we make the user to get satisfaction while developing the code?
    6.     What is production order report?
    7.     Generally What are the objects we have to develop in end to end full life cycle implementation project w. r. to SD and MM functional modules?
    8.     How can u find a required exit , include and form routines in an user – exit ?
    9.     What is the difference between SMOD and CMOD ?
    10.     What is the difference between AT NEW and  ON CHANGE OF ?
    11.     We have two fields Customer and Batch in selection screen. If we select Batch field down arrow button( for F4 help) we will get a popup with possible values.
          To get that What code we have to write and where?
    12.     Explain SD Flow?
    13.     Can we only process synchronously in CALL Tr. Can’t we process in asynchronous? Actually What is processing?
    14.     Can we use only one application at a time in  CALL Tr. ?
    15.     If we have a data in integer and numeric format in flat file , is it possible to upload data or not ? if  yes how?
    16.     Technical specs preparation comes under blueprint phase or Realization phase?
    17.     In which phase a developer can work ?
    18.     While handling a Tabstrip Report, Where we have to maintain selection screen of each tabstrip report? Wheather it is in source code or in screen painter? Explain in detail with one tabstrip report which is having different tabs in selection screen?
    19.     In which event we have to write SET CURSOR FIELD…  logic in a report?
    20.     How can u add different tabs in a report?
    21.     Hoe can u handle a tabstrip  in areport?
    22.     Explain Cluster and Pooled Tables with definitions and what is the advantage of  cluster and pooled tables?
    23.     What is the structure of VIEW?
    24.     How we provide F4 help in DDIC? What are steps (Navigation)?
    25.     What is primary key and foreign key. What they will do?

    Did you get the job then? :o)
    Kind regards
    Ash Thomas
    <a href=http://www.ashthomas.com>Sap Abap Developer & Sap Abap Programmer</a>
    <a href=http://www.ashthomas.com>www.ashthomas.com</a>

  • Basic Questions of ABAP programming

    Hi Experts
    I am new for ABAP programming. I wants to know some basic about ABAP. I have done 2 months ABAP course from a institute. They give me training on 4.7 IDES ver. Please give the answers of following questions.
    1.Is there big difference between 4.7 and 6.0 Ecc ver in ABAP programming point of view?
    2.for Traing purpose Should I install the full verson of SAP or there is any dummy software?
    3.SAP Netweaver knowledge is must for ABAP programing?
    4. When we install SAP 4.7 IDES version then all the modules will avialable or Only ABAP?
    Thanks
    Best Regards
    Jitender

    Hello,
    For your own practice you can download the free version of SAP Netweaver ABAP in the downloads section of SCN. This is only for ABAP development. You wont find many of the stadard tables and functionalities with in it. IDES should be containing all the modules. But again that depends on the licesnse with which you are provided.
    Your questions have no relevance from the ABAP technical point of view except the first one which is a basic question and should be asked here as per the forum rules. Thats the reason why you were suggested to read the forum rules.
    For any queries of the trial version ABAP have a look at this forum
    Vikranth

  • Question in ABAP syntax, read & insert data from internal table, while loop

    Hi, SDN Fellow.
    I am from Java background and learnt ABAP, I don't usually write much ABAP code.
    I am trying to implement the following logic in a RFC now.
    I have one z-custom database table, the structure as the following:
    It has two columns, with these sample data.
    Says datable table is ZEMPMGRTAB.
    EmployeeID,ManagerID
    user10,user1
    user9,user1
    user8,user1
    user7,user2
    user6,user2
    user5,user2
    user4,user2
    user2,user1
    The logic is this:
    I have a input parameter, userid. I am using this parameter to have a select statement to query the record into export table,EXPTAB 'LIKE' table ZEMPMGRTAB.
    SELECT * FROM  ZEMPMGRTAB
      into table EXPTAB
       WHERE  EMPLOYEEID  = USERID.
    Say, my parameter value, USERID ='USER4'.
    Referring to the sample data above, I can get the record of this in my EXPTAB,
    EmployeeID,ManagerID
    user4,user2
    Now, I want to iterately use the EXPTABLE-ManagerID
    as the USERID input in SELECT statement, until it has no return result. Then, insert the new records in
    EXPTAB.
    In above new loop case, we will get this table content in EXPTAB,
    EmployeeID,ManagerID
    user4,user2
    user2,user1
    I kind of think of the pseudocode logic as below:
    (These may not be a valid ABAP code, so I need help to convert/correct them)
    DATA:
    IWA TYEP ZZEMPMGRTAB,
    ITAB
    HASHED TABLE OF ZZEMPMGRTAB
    WITH UNIQUE KEY EMPLOYEEID.
    SELECT * FROM  ZEMPMGRTAB
      into table ITAB
       WHERE  EMPLOYEEID  = USERID.
    *Question 1: I cannot insert a internal table to export table, it is *incompatible type, what is the alternative way fo this?
    *Question 2: How can I access thedata of the internal table like this,ITAB-MANAGERID? As if I can, I would do this:
    * IWA-EMPLOYEEE = ITAB-EMPLOYEEID. IWA-MANAGERID = IWA-MANAGERID. INSERT IWA INTO TABLE EXPTAB.
    * Question 3: Is the 'NE NULL' - 'not equal to NULL' is right syntax?
    IF ITAB NE NULL.
    INSERT ITAB INTO EXPTAB.
    ENDIF
    * Question 4: Is my WHILE loop setup right here? And are the syntax right?
    WHILE ITAB NE NULL.
    SELECT * FROM  ZEMPMGRTAB
      into table ITAB
       WHERE  EMPLOYEEID  = ITAB-MANAGERID.
    IF ITAB NE NULL.
    INSERT ITAB INTO EXPTAB.
    ENDIF
    REFRESH ITAB.
    ENDWHILE.
    Assume all the syntax and logic are right, I should get this result:
    EmployeeID,ManagerID
    user4,user2
    user2,user1
    If I have a new entry in datable table,ZEMPMGRTAB like this:
    user1,user0
    My pseudocode logic will get this result:
    EmployeeID,ManagerID
    user4,user2
    user2,user1
    user1,user0
    I truly appreciate if you can help me to validate the above syntax and pseudocode logic.
    Thanks in advance.
    KC

    Hi,
    FUNCTION ZGETSOMEINFO3.
    *"*"Local Interface:
    *"  IMPORTING
    *"     VALUE(USERID) TYPE  AWTXT
    *"     VALUE(FMTYPEID) TYPE  AWTXT
    *"  EXPORTING
    *"     VALUE(RETURN) TYPE  BAPIRETURN
    *"  TABLES
    *"      APPROVERT STRUCTURE  ZTAB_FMAPPROVER
    *"      ACTOWNERT STRUCTURE  ZTAB_FMACTOWNER
    DATA: T_RESULT TYPE STANDARD TABLE OF ZTAB_FMAPPROVER.
    **Question 1: For this line, I got an error says "Program ''USERID" *not found. Is the syntax right, as the USERID is a parameter for the function.
    perform add_line(USERID).
      ENDFUNCTION.
    form add_line using i_user type ZTAB_FMAPPROVER.EMPLOYEEID
                        changing T_RESULT TYPE ZTAB_FMAPPROVER.
    data: ls_row type ZTAB_FMAPPROVER.
    * Get record for i_user
    select single * into ls_row from ZTAB_FMAPPROVER
    where EmployeeID = i_user.
    if sy-subrc NE 0.
    * Do nothing, there is not manager for this employee
    else.
    * Store result
    QUESTION 2: I am still got stuck on this line of code. It still *says that "T_RESULT" is not an internal table "OCCURS n" *specification is missing. I thought the line: "T_RESULT TYPE *ZTAB_FMAPPROVER" means declare internal table, T_RESULT as type of ZTAB_FMAPPROVER". Am I understand it wrongly?
    append ls_row to t_result.
    * Call recursion
    perform add_line using ls_row-ManagerID
                              changing t_result.
    endif.
    endform.
    Thanks,
    KC

  • Can anybody help me out for sample questions for ABAP certification

    Hi
    i am going to appear for ABAP certification exam , i just wanted to have a look of types of questions asked in exam. can you please tell me where can i find these kind of questions.
    Thanks

    Refer this thread from SDN and a lot more are there on ABAP certification exam details and material.
    /message/515239#515239 [original link is broken]
    /message/279409#279409 [original link is broken]
    There is a pdf called ABAP certification.
    http://www.esnips.com/web/SAP-ABAP?
    If you have a firm stand in the ABAP dictionary (BC430), have already done some programming (BC400) and know the basics of ABAP-OO (BC401) you are on the safe side for the exam.
    Also have a look at below links:
    http://www.sap.com/services/education/index.epx
    http://www.sap-img.com/ab040.htm
    http://www.sapdomain.com/testimonials.php
    http://www.planetsap.com/Abap_certification_requirements.htm
    http://www50.sap.com/useducation/curriculum/group.asp?tid=8
    http://www50.sap.com/useducation/curriculum/curriculum.asp?rid=256&TID=
    http://www.amazon.com/exec/obidos/ASIN/0071341617/qid=1120754726/sr=2-1/ref=pd_bbs_b_2_1/103-7699884-1772649
    I hope it helps.
    Best Regards,
    Vibha
    *Please mark all the helpful answers

  • Two Questions on ABAP UNIT

    I'm familiar with the technical concept of ABAP Unit testing, using both local or global classes, running sets of Unit Tests using the Code Inspector. However, I'm struggling with two issues:
    a) Technical issue: how can I test a Protected or Private method of a class using ABAP Unit testing? It works if the class to be tested has granted friendship to the unit test class, but is that the way to do this?
    b) conceptual issue on the types of Unit Tests to define: the Unit Test is based on comparing actual results with expected results. But how can I predict a result on a development environment that is constantly changing?
    Thanx in advance
    Ben Meijs

    Hi!
    For having plan vs actual report, first of all you need to define CO versions through ORKE for your operating concern. You also needs to define plan version through KE14. Also you need to assign COPA reciever plan version for integrated planning.
         All your SD condition types need to be assigned to value fields. Also to flow actual values of production orders, CO Orders - it is required to assign PA transfer structure to settlement profile. Settlement profile must allow profitlability segments as settlement recievers and it must be stored in settlement profile. The assignment ensures that variances also flows to COPA. Key figure should also be defined for when assessment is caried out from cost center accounting to COPA. Also your value fields are also to be assigned to Cost component structure in COPA.
           After doing above necessary activity, you may plan for your form of report through KE34. Lines, form and header are specified by means of characteristics or value fields.
    Hope it helps a lot!
    Please revert back for any query.
    Thanks & Regards,
    Taral Patel

  • Abap FICO. s_alr_87012172

    Hi Friends,
    This is FICO report for Customer balance in local currency.
    i want this report to be out put according to the USER NAME
    in the selection criteria. For this either i can change the source code or do it from scratch.Please give any suggestion

    I have searched there is no user exit for this ..
    Thnx
    Puneet

  • Basic interview questions in abap ddic

    can any one pls give me the link for basic ddic interview questions

    Check these threads.
    need real time interview questions on data dictionary
    The specified item was not found.
    data dictionanry

  • Question in ABAP query

    Hello All:
       I created ABAP query and when I transported the system created transport number but it also creates defualt description "transport for ABAP query". I did a mistake by not going to tranports and updating the description to something meaningful! I created several queries and all have same description "Transport for ABAP query" and when I go to se10 it does not tell me what query the transport is tied to!! Is there a way I can find the query I created based on tranport request number? Please help me.
    Thanks.
    Mithun

    Hi Mithun,
    Go into SQ02 or SQ03 and click the Transport button to get into the Query Transport functions (or you can execute RSAQR3TR from SA38).
    Select the Display radiobutton at the top of the screen.
    Input the transport number in the "Dataset with imports" field at the bottom of the screen.
    Click execute and you will get a list of the Query Transport contents.
    hope that helps
    Points Appreciated
    Robin

  • Questions about ABAP Unit (Integrate in class / encapsulate DB access)

    Hi,
    i have allready done some Unit Tests. Till this post i have created a report and put my test class definition / implementation there. The report is just a wrapper for testing. The functionallity is impelemented in classes.
    My first Question is how to integrate the test code in my class. In all examples they put the code beneath the class implementation. How do i get there? In se80 i can only see the public definition.
    The other question is about testing methods, which contains database access. How can i encapsulate the db access for tests. I read abput implementing a seperate class, which handles all db related actions.
    Bye Richard.

    Hello Richard,
    it is recommended to keep the domain code and the test code within the same program. Depending on the release in use a Class-Pool (program) offers an implementation include (for any local class) or possibly also a dedicaded test class include.
    Put the definition and the implementation of your unit test into one of this includes.
    In case your code under test has hard to test dependencies you need to break them. After the hard to test dependency (such as repository access) is separated it can be replaced by use of test doubles (see also http://www.xunitpatterns.com).
    Propably the following approach is the easiest one:
    - put any db access into a separate method
    - create a local subclass as test double that overwrites exactely the db access methods with test friendly code
    - run your unit test logic against this local test double
    The say "cleaner" way is to:
    - separate the db access to a dedicated repository service class (with instance methods of course).
    - create a test double of this repository class
    - use the technique "dependency injection" and run your test
    Best Regards
      Klaus

  • Adobe Forms - Code Initialization question in ABAP

    Hi All,
    How do you access an adobe form parameter in the code Initialization section that is passed in the adobe form function call.
    I need to retrieve one of the parameters to modify one of my Global Definitions.
    Any help would be appreciated.
    Thanks.

    Maybe I need to refine my question a bit since it has not been answered.
    When the following is called.  Can I refer to the parameter CUSTOMER in the 'Code Initialization' section of the form interface?  Are these parameters global in scope?
    Thank you,
      CALL FUNCTION FM_NAME
        EXPORTING
          /1BCDWB/DOCPARAMS        = FP_DOCPARAMS
          CUSTOMER                 = CUSTOMER
          BOOKINGS                 = BOOKINGS
          CONNECTIONS              = CONNECTIONS
       IMPORTING
        /1BCDWB/FORMOUTPUT       =
        EXCEPTIONS
          USAGE_ERROR           = 1
          SYSTEM_ERROR          = 2
          INTERNAL_ERROR           = 3.

  • Hi Experts, questions about abap unit test(abap oo)?

    Hi Experts,
    I am learning abap unit test, could you please tell me some info about how I can test the performance of some specific code in my program? can abap unit test do this kind of job? and could you please tell me what I can do using abap unit test? and some classic examples are appreciated, thanks in advance!
    Kind regards
    Dawson

    Hi
    Below documents will give you more information,
    http://help.sap.com/saphelp_nw04/helpdata/en/a2/8a1b602e858645b8aac1559b638ea4/content.htm
    ABAP Testing and Troubleshooting [original link is broken]
    http://bi.offis.de/publicProject/g16cglafhqva.htm
    regards
    Nagaraju

  • Questions about ABAP 7.02 Trial and CE 7.2 Trial

    Hello,
    I am interested in setting up a java and abap stack to try out some of the newer technologies.
    Can I install ABAP 7.02 Trial and CE 7.2 Trial and have them interact (WD4J accessing ABAP backend)?
    Also is there a way to extend the licenses for the two application server trials?  When I visit https://websmp230.sap-ag.de/sap%28bD1lbiZjPTAwMQ==%29/bc/bsp/spn/minisap/minisap.htm, I do not see these two listed.  Will I be able to use one of the other systems to extend the license?
    If these are not a good choice for what I need, what versions would you recommend?  I will be installing on my notebook running Windows Vista with 3GB of RAM.
    Thanks,
    Steven

    Hello,
    I'm also interested in issues that you've asked. I would like to install java stack on ABAP trial Netweaver, but I've found somewhere that since ECC6.0 SAP is proposing to install separate java system instead of doing dual stacking. However I've found this info in only one place, so I'm not sure if it's 100% true.
    I think it should be possible to make these 2 systems talk to each other, but as in your case, my PC is to weak to run two SAP instances. ABAP needs at least 1GB on XP and 2GB on VISTA and JAVA if I remember correctly 2GB on XP and more on VISTA. So I think that you won't be able to run both of them in the same time.
    And about license, yes it is possible. Check this site http://tonkapome.wordpress.com/2009/07/04/sap-netweaver-trial-version-license-renewal/
    I did it for my 7.2 NSP system and it worked. I didn't try it for CE1, but since it is on this list you should be able to do it without any problems. I don't know why but after this update my developer user BCUSER has lost developer key so I had to input it once again, but beside this everything works fine.
    Best regards
    Marcin Cholewczuk

Maybe you are looking for