Secuirty Deposit issue in upgrade project[ECC 6.0]

hi,
Good day guys.. hope every one is doing well. ive got custom prog., for secuirty deposit one which is FPSEC2 t.code. if the secuirity deposit is requested status then its going to Reversed in the fkk_ sec table or if its is partially paid then its going change to cleared in the fkk_sec table. cusotm prog is  working in 4.7 but not in ECC,i think prob is with FKK_S_SECURITY_CHANGE function module  when i run the custom prog for the requested document items then its goes to short dump  & point to as below as
Plz send ur valuble advices..
CALL FUNCTION 'FKK_ROLLBACK_POSTING_MEMORY'.
    ROLLBACK WORK.
    MESSAGE X361 WITH MSGID MSGNO NTEXT(50) NTEXT+50(50).
In my cusotom prog., iam updating the requested document to reversed as below code as
select * from FKK_SEC into table I_FKK_SEC
           where VKONT = P_VKONT.
  loop at I_FKK_SEC.
    call function 'FKK_DB_CASH_SECURITY_STATUS_GP'
     exporting
       X_SECURITY               = I_FKK_SEC-SECURITY
*   X_IGNORE_TFK042C         =
      importing
       Y_STATUS                 = V_SCODE
       Y_STATUS_TXT             = V_STATUS
      exceptions
        NOT_FOUND                = 1
        others                   = 2
    if SY-SUBRC <> 0.
* MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
*         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    endif.
    translate V_STATUS to upper case.
    if V_STATUS cs 'REQUESTED'
    or V_STATUS cs 'PARTIALLY PAID'.
      if V_STATUS cs 'REQUESTED'.
        V_AUTO-OKCODE = 'REV'.
        move-corresponding I_FKK_SEC to V_AUTO-SEC_D.
        V_AUTO-SEC_D-REV_REASON = '0006'.
        V_AUTO-USE = 'X'.                                   "LC20071121
        move-corresponding I_FKK_SEC to W_AUTO_SEC_C.
        append W_AUTO_SEC_C to V_AUTO-SEC_C.
        call function 'FKK_S_SECURITY_CHANGE'
          EXPORTING
            X_SECURITY     = I_FKK_SEC-SECURITY
            X_NO_DIALOG    = 'X'
            X_AUTO         = V_AUTO
            X_OBJ          = V_OBJ
          IMPORTING
            Y_DB_UPDATE    = V_UPDATE
          EXCEPTIONS
            NOT_FOUND      = 1
            FOREIGN_LOCK   = 2
            NOT_AUTHORIZED = 3
            GENERAL_FAULT  = 4
            INPUT_ERROR    = 5
            others         = 6.
        if SY-SUBRC <> 0.
          message id SY-MSGID type SY-MSGTY number SY-MSGNO
                  with SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
        endif.
        if V_UPDATE = 'X'.
* security deposit reversed
        endif.
      else.
        V_OBJ-SEC-G-C_STATUS = V_SCODE.
        move-corresponding I_FKK_SEC to V_OBJ-SEC-G.
        append W_AUTO_SEC_C to V_OBJ-SEC-C.
        move-corresponding I_FKK_SEC to V_OBJ-AUTO-SEC_D.
        append W_AUTO_SEC_C to V_OBJ-AUTO-SEC_C.
        V_OBJ-AUTO-OKCODE = 'CLR'.
        call function 'FKK_O_SECURITY_ACTION'
          EXPORTING
            X_OKCODE       = 'CLR'
          CHANGING
            XY_OBJ         = V_OBJ
          EXCEPTIONS
            CANCELLED      = 1
            NOT_AUTHORIZED = 2
            others         = 3.
        if SY-SUBRC <> 0.
          message id SY-MSGID type SY-MSGTY number SY-MSGNO
                  with SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
        endif.
      endif.
    endif.
  endloop.
Edited by: kiran29 on Apr 6, 2011 2:02 PM
Edited by: kiran29 on Apr 6, 2011 2:10 PM

Hi Kiran,
  we did upgrade ECC 6.0 EHP4 SP7 ( IS-U  and RM-CA ).
  while using FPE1   Transaction we are getting dump.
Dumping happened exactly in this line.
MESSAGE X361 WITH MSGID MSGNO NTEXT(50) NTEXT+50(50).
Error analysis
    Short text of error message:
    Message was issued at an unpermissible point in time
    Long text of error message:
     Diagnosis
         The message previously issued was sent at a time that is not
         permitted. Changes to the database that belong together logically
         must not be interrupted through dialogs because otherwise
         inconsistent data may be created. In this case, you attempted to
         output message >1 003.
         The text of the message was
         Account determination not possible for key
     System Response
         The system stops the posting.
     Procedure
         Contact your system administrator.
     Procedure for System Administration
         If the program error occurred in an
         o   SAP standard program, enter a problem message
         o   Own program, correct the program
    Technical information about the message:
    Message class....... ">0"
    Number.............. 361
    Variable 1.......... ">1"
    Variable 2.......... 003
    Variable 3.......... "Account determination not possible for key"
    Variable 4.......... " "
  Information on where terminated
    Termination occurred in the ABAP program "SAPLFKB0" - in
     "PROCESS_WITHOUT_MESSAGE".
    The main program was "SAPMFKP1 ".
    In the source code you have the termination point in line 274
    of the (Include) program "LFKB0FP0".
I am trying to find the reason for dumping by debugging.
till now i am not able to solve.
Kindly help me to give any tip to proceed further.
Thanks,
s

Similar Messages

  • Workflow issue after upgrade to ECC 6.0

    Hi,
    we are facing an workflow issue and thought if someone has faced similar issue and could help us.
    We've an approval workflow for purchase requisitions through release strategies. For some steps, if the approver is 'WF-BATCH' user, we are executing that step using a program. This program first set the workitem to completed status( this part is working), then it will close the purchase requisition to release status for a particular release code( this part is working) and then we are triggering the 'RELEASE' event for the business object providing the Object key which should take it to the next step( THIS IS NOT WORKING). The business object is custom. This was working perfectly in 4.7 version of SAP but this logic is not working in ECC6.0. we are using SAP_WAPI_CREATE_EVENT to trigger the event. But the workflow doesn't move on to next step.
    Have anyone of you have any idea as why this might be happening. Any information on this would be of great help.
    This is happening in ECC 6.0. USED TO WORK IN EARLIER VERSION.
    Regards,
    Sam K

    Hi,
    Is WF-BATCH having proper auth. ?
    Or, if you are using the FM SAP_WAPI_CREATE_EVENT in some program and is scheduled as a batch job, then that user under which this batch job is runnign should have proper auth. to raise the event. Please check those.
    Also, what the error (if any) says in SWEL ?
    venu

  • New Development project  in the middle of  ECC EHP7 upgrade project

    Hi All,
    We are performing ECC EHP7 upgrade project in our project system landscape and i have already started Dev system upgrade.Suddenly our development team wants to perform new project  which required to install add-on product from third party application. Installing new add-on will require us to regenerate stack.xml file right? if that is the case  do we need to perform re upgrade to Dev right?. As per my knowledge this is not recommended to perform parallel project with upgrade project.
    Is there any  best practice or recommended method to perform multiple projects with upgrade project at the same time.
    Thanks,
    Raghu

    Hi Raghu,
    First here i would like to suggest you & your development team i.e during an upgrade project dual maintenance is required as per SUM guide,as per SUM guide you need to maintain parallel systems to perform regular activities, for same you could refer SUM guides and follow the standard procedures.
    Installing new add-on will require us to regenerate stack.xml file right?
    Yes you need to regenerate the stack.xml file .
    if that is the case  do we need to perform re upgrade to Dev right?
    If you are under upgrade phase no need to perform re upgrade,required add on can be installed after completion of an upgrade as per availability for EHP7.
    Try to avoid perform multiple projects with upgrade project .
    Regards,
    Gaurav

  • Performance issue after Upgrade from 4.7 to ECC 6.0 with a select query

    Hi All,
    There is a Performance issue after Upgrade from 4.7 to ECC 6.0 with a select query in a report painter.
    This query is working fine when executed in 4.7 system where as it is running for more time in ECC6.0.
    Select query is on the table COSP.
    SELECT (FIELD_LIST)
            INTO CORRESPONDING FIELDS OF TABLE I_COSP PACKAGE SIZE 1000
            FROM  COSP CLIENT SPECIFIED
            WHERE GJAHR IN SELR_GJAHR
              AND KSTAR IN SELR_KSTAR
              AND LEDNR EQ '00'
              AND OBJNR IN SELR_OBJNR
              AND PERBL IN SELR_PERBL
              AND VERSN IN SELR_VERSN
              AND WRTTP IN SELR_WRTTP
              AND MANDT IN MANDTTAB
            GROUP BY (GROUP_LIST).
       LOOP AT I_COSP      .
         COSP                           = I_COSP      .
         PERFORM PCOSP       USING I_COSP-_COUNTER.
         CLEAR: $RWTAB, COSP                          .
         CLEAR CCR1S                         .
       ENDLOOP.
    ENDSELECT.
    I have checked with the table indexes, they were same as in 4.7 system.
    What can be the reson for the difference in execution time. How can this be reduced without adjusting the select query.
    Thanks in advance for the responses.
    Regards,
    Dedeepya.

    Hi,
    ohhhhh....... lots of problems in select query......this is not the way you should write it.
    Some generic comments:
    1. never use SELECT
                       endselect.
       SELECT
      into table
       for all entries in table
      where.
       use perform statment after this selection.
    2. Do not use into corresponding fields. use exact structure type.
    3. use proper sequence of fields in the where condition so that it helps table go according to indexes.
        e.g in your case
              sequence should be
    LEDNR
    OBJNR
    GJAHR
    WRTTP
    VERSN
    KSTAR
    HRKFT
    VRGNG
    VBUND
    PARGB
    BEKNZ
    TWAER
    PERBL
    sequence should be same as defined in table.
    Always keep select query as simple as possible and perform all other calculations etc. afterwords.
    I hope it helps.
    Regards,
    Pranaya

  • 4.6 C to ECC 6.0 Upgrade Project Timeline Sheet in MPP format

    Dear all,
    We are now proposing our customer for the 4.6c to ECC 6.0 Upgrade.
    Our customer is currently in 4.6c/oracle 9i/HPUX 11 i. He wants to move to ECC 6.0.
    If you have the project timeline for the above Technical Upgrade, can you pl send it to me.
    If you don't have in MPP format atleast send me the Work Breakdown structure with timelines.
    I shall modity the same to our customer and submit
    Thanks & Regards
    Senthil
    [email protected]

    Preparation Phase* 6 days
    Kick Off Meeting 1 day
    Upgrade Project Procedures Preparation 1 day
    Prepare Upgrade Project Plan 1 day
    Technical Requirements Assessment 3 days
    Assess Training needs of Key-users & End-users 1 day
    Prepare Detailed Basis Activity List for DEV, QA & PRD 1 day
    Business Blueprint Phase 6 days
    Develop System Landscape Upgrade Plan 1 day
    Functional Requirement Checklist 1 day
    ABAP Development check list 1 day
    Develop detailed Training Procedures & Documentation for Key Users & End Users 1 day
    Identify Testing Scope & Scenarios 1 day
    Identify Authorizations Conversion to Roles for SAP ECC 6.0 2 days
    Develop Documents as per Basis Activity List 1 day
    Develop Authorization Matrix for Activity Groups to Roles Conversion 2 days
    Prepare Upgrade Deliverables Checklist 1 day
    Realization Phase 28 days
    Installation of Solution Manager 3.2 System 1 day
    Creation of New Development System for Upgrade Project (Homogenous System Copy - PRD) 2 days
    Upgrade to AIX & Oracle 10g, SAP ECC 6.0 on New Development Server 3 days
    Upgrade Frontend Software 4 days
    Perform SPAU & SPDD Corrections 5 days
    Perform ABAP Development & Corrections 10 days Perform Authorizations Conversions and corrections after upgrade 8 days
    Perform Upgrade Testing for each Application Module 7 days
    Perform Unit & Integration Testing 6 days
    Perform Training to Key Users & End Users (Generic & Specific) 3 days
    Upgrade to AIX, Oracle 10g, SAP ECC 6.0 on Quality System 1 day
    Homogenous System Copy of PRD to New Quality & Upgrade to AIX, Oracle 10g & SAP ECC 6.0 2 days Perform Testing in Quality System 3 days
    Testing by end users on Quality System 1 day
    Production Realization & Go-Live Phase 6 days
    Upgrade to Production System Operating System to AIX (after close of business hours - 23:00) 1 day
    Oracle Upgrade to 10g (after close of business hours - 23:00) 1 day
    SAP Release Upgrade to ECC 6.0(Downtime Minimized - Downtime occurs in non-business hours) 2 days
    User Acceptance Testing 1 day
    Production System Go-Live 1 day
    Post Go-Live Support 14 days
    Post Go-Live Support 14 days Note: This is high level plan subject to change during Business Blue Print Phase 0 days
    This is taken from a post in Ittoolbox, May be this is generic. Hope you can tailor this to meet your requirements.

  • Upgrade to ECC 6 and workflow issues

    Hello,
    We have just upgraded to ECC 6 and have some issues with workflows. Each dialog step in the workflows appear in the respective agents inbox, but once they action, the workflow do no proceed further. The log shows that the step did receive the terminating events, but doesnt proceed from there.
    Anyone who had similiar issues, can you please let me know how you went about overcoming this ?
    Cheers,
    Satish

    Hi Satish,
    Please check the agent assignment for the dialog step task. Also try by setting the task as a general task (if no particulat agents are desired).
    Do let me know in case of further queries.
    Regards,
    Saumya

  • Upgrade Project - 4.7 to ECC 6.0

    Hello Gurus,
    I am HR Functional consultant and assigned to work on upgrade project (4.7 to ECC 6.0) for the first time. I am new to this environment. Can any one help me with suitable documents to start with. My mail id: [email protected]
    Points assured..
    Thanks in advance
    Regards
    kasi

    Dear kasi raj,
    For Functionality Differences pls refer to the below site -
    http://solutionbrowser.erp.sap.fmpmedia.com/
    After opening the site, please select the Source Release Version which is 4.6 b Then Select the Target Release Version which is "mySAP ERP 2005" or ECC 6.0
    Select the Solution Area like Financials, Human Capital Management, Sales....
    Select module like MM, PP, SD, QM.....
    Click on Search
    Then it displays the Release Version and the Delta Functionality. which can be downloaded to a word document if required.
    and also check the release notes of ECC 6.0 in service.sap.com.
    Hope this helps you.
    Do award points if you found them useful.
    Regards,
    Rakesh
    P.S. you can send me a mail at my mail id [email protected] for any specific details

  • Data transfer form 4.7 to ECC 6.0 in upgradation project. How to do?

    Hi Experts,
       The client is going for an up-gradation from 4.7 to ECC 6.0. The entire data needs to be transferred from 4.7 to ECC 6.0. What is the best possible way to do this?
    Please advise.
    Regards,
    Tomesh

    Hi ,
    Going for an up-gradation from 4.7 to ECC 6.0. The data needs gets migrated from 4.7 to ECC 6.0.
    SAP normally has defined better SAP functionalities in the new system .
    In any upgrade project use Tcode SPDD. In this all the dictionary objects u2013 data elements, database tables and structures in the version 4.7 are compared with the upcoming new system.
    All you need to do is the check whether the new change is suitable or not.You can make the modifications and then you need to make the migration of data, which can be automate.
    the links for your reference.
    Link:[https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/304b9de6-f84f-2b10-94af-e5ff7461c18c]
    link:[http://solutionbrowser.erp.sap.fmpmedia.com/Default.aspx]
    Thanks & Regards,
    link:[Lakshmi Narayana]

  • Upgradation project to ECC 6

    Hi all
    Can anyone please provide some guidance, if possible also send some documentation, which I can follow to work on a upgradation project.
    Currently system is 4.7, and they want to upgrade to ECC 6.
    What are the steps involved, what would be my role as FICO consultant, in such upgradation, because i have never worked on a upgradation project.
    Any input will be highly appreciated.
    Krishna

    http://solutionbrowser.erp.sap.fmpmedia.com/
    http://service.sap.com/releasenotes
    http://service.sap.com/upgrade
    http://www.sap.com/solutions/business-suite/erp/pdf/BWP_ERP2006_Upgrade.pdf
    https://websmp104.sap-ag.de/instguides
    SAP Business Suite App->SAP ERP -> SAP ERP 6.0

  • Upgrade from ECC 6.0 EHP5 to EHP7 issue with PO header

    HI Experts,
    We  Upgrade the  Ecc 6.0  recently  from EHP 5 To EHP 7. In EHP 5 when we select the PO type  (REW - Reject ) in ME21N , Reject tab will appear at header level.
    In EHP 7 When we enter the PO type (REW - Reject ) in ME21N ,Reject tab will not appearing and  it is asking for the organisation elements  and vendor .After entering the all the organisation data only reject tab appear in header level.
    My client wants EHP 5 Functionality in EHP 7.What clould be the reason to behave like this.How to achive this requirement.
    Regards,
    Venkat.

    Hi Krishna Rao,
          It is proved lot of times if you are upgraded new enhancement package in the server then enhancements need to re-check and  do manually development in new server  and retesting in quality server before moving  to Production server. 
    Ask Abaper to check whether enhancement updated in new enhanced server . If no then Abaper need to update manually.
    Regards,
    Ravindra

  • Problem While Upgrading from ECC 5.0 to ECC 6.0

    Hi Experts,
    I am doing project on upgrading.
    there is one program in ECC 5.0, and it is working fine in ECC 5.0
    But while upgrading to ECC 6.0 it is giving syntax error.
    below I am sending the code.
    BEGIN OF lty_s_ekab_key,                             "1001282
             konnr TYPE ekab-konnr,
             ktpnr TYPE ekab-ktpnr,
             ebeln TYPE ekab-ebeln,
             ebelp TYPE ekab-ebelp,
           END OF lty_s_ekab_key.
    CLASS lcl_entity_ekab DEFINITION INHERITING FROM lcl_entity_any.
      PUBLIC SECTION.
        METHODS: constructor,
                 if_any_table_mm~read_line  REDEFINITION,
                 if_any_table_mm~read_lines REDEFINITION.
      PRIVATE SECTION.
        METHODS prefetch
                   IMPORTING im_key               TYPE lty_s_ekab_key
                   RETURNING value(re_t_ekab)     TYPE lty_t_sorted_ekab.
    ENDCLASS.      
    after  checking the systax error , i and getting error like lty_s_ekab_key is unknow.
    Plz help me to solve in this issue.
    Thanks and Regards
    Ganesh Reddy

    Hi
    In my ECC 6 the defination is like yours:
    CLASS lcl_entity_ekab DEFINITION INHERITING FROM lcl_entity_any.
      PUBLIC SECTION.
        METHODS: constructor,
                 if_any_table_mm~read_line  REDEFINITION,
                 if_any_table_mm~read_lines REDEFINITION.
      PRIVATE SECTION.
        METHODS prefetch
                   IMPORTING im_key               TYPE lty_s_ekab_key
                   RETURNING value(re_t_ekab)     TYPE lty_t_sorted_ekab.
    ENDCLASS.                    "lcl_entity_ekab DEFINITION
    So try to re-generate the navigation index
    Max

  • Role of a functional consultant in an upgrade project

    Hello friends,
    My client is planning for an upgrade of 4.7 to ECC 6.0.
    Could you pls give me some info regarding the Role of a functional consultant in an upgrade project.
    Naveen

    The role of a functional consultant in an Upgrade depends on the scope of the project.
    whether it is a Technical Upgrade or a Functional Upgrade.
    Following would be some of responsibilities -
    Coordinate with Client  Business/Functional Team to identify critical business processes, understand the functionality of the custom developments
    Overall Test Planning, Preparation of Test Plans, test scripts and executing Unit and Integration testing
    Providing clarifications for functional related issues during UAT
    It is is functional upgrade analyze which custom functionalities can be retired and which can be brought back to standard.
    Prepare a POC on the recommended new functionalities on how these would be useful for the Client.
    Training the Client super users
    Preparing training documents
    Analyzing the obsolete transacations and modifying the documents with the new transactions
    Hope this helps you.

  • How To Use SPDD and SPAU Transaction in An Upgrade Project

    Hi Friends,
    I will be working in an upgrade project very soon. this is my first experience for Upgrade project. Though I know these two transaction are used for Upgrade.
    Can anyone give me a step by step document for using these two transactions and other relevant information.
    Also, I have one query where do we use these transactions : On the old system e.g. R/3 4.7 or ECC 6.0
    Thanks,
    Pradeep
    <REMOVED BY MODERATOR - REQUEST OR OFFER POINTS ARE FORBIDDEN>
    Edited by: Alvaro Tejada Galindo on Dec 23, 2008 10:39 AM

    Hi Pradeep,
    For SPDD see this link
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/2e/6d66587d9011d396b60000e82de14a/frameset.htm
    For SPAU
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/c8/61ec66e33611d1954b0000e82de14a/frameset.htm
    Why you need this Adjustments
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/60/d6ba7bceda11d1953a0000e82de14a/frameset.htm
    You use the transactions in the new system.
    Regards

  • ERROR MESSAGE IN PPOME TCODE AFTER UPGRADE TO ECC 6.0

    Hi Experts,
    I have a question.
    Recently our system went for upgrade and during testing phase we have found one issue.
    Error message is appearing in PPOME transactio code after upgrade to ECC 6.0
    The screen is getting defaulted to Budget section and unable to find the subtype as there are no subtypes available there and showing error message as "Fill in all required fields".
    Please let me know your solution on this.
    Regards,
    Sekhar.

    Hi,
    - you can deactivate the budget tab in the IMG-activity 'Hide/Show Tab Page'
    (SIMG_CFMENUOHP1HFW20 alternatively use SM30 on view 'T77OCTABUS')
    1. Create new entries for the following KEY:
    a) Scenario OME0
    b) Object type 'P', 'O', 'S'
    c) Tab Page 'PBC_ORIG'
    2. for each of this entries, set the 'Exclude Tab Page'-Flag.
    - in case you do not want to deactivate the Budget tab:
    The error occurs due to missing entries for subtypes in table T778U
    for infotype 1516.
    Please maintain the according subtyes you want to use if you create a
    budget.
    Regards,
    Ana

  • What are the things to be test in Portal Upgrading the ECC from 5.0 to 6.0

    Hi ,
    I never been as part of the ECC upgrade project. we are going to upgrade our ECC system from 5.0 to 6.0.  Also we have SAP portal in the landscape. Can any body guide me for the following points related to testing the Portal once ECC upgrade is done.
    What is the approach need to be followed.
    What are things need to be tested.
    what kind of test scripts need to be created.
    Please provide your suggestions and ideas..
    Thanks
    vijay

    Hi,
    In Upgrade you need to do all integration testing and check all functionalities.
    Thanks
    Sunny

Maybe you are looking for

  • Newer flash player not opening SWFs

    Hi Everyone I'm a teacher and am having problem opening student SWF files. I believe many of my students are still in Flash CS6, or perhaps CS5. I have Flash CC installed. It looks like my Flash Player is 11.7.700.169. But I also have Flash Player 11

  • Webdynpro Development without SDM access

    Hi all, Using the Portal UserID and password provided we can do the basic development of webdynpros . I dont have SDM password with me to deploy the same on portal. Is there any alternative to do a test run of the webdynpro application with out havin

  • Road to SAP

    Hi, I am new to  SAP world and would like some guidance on SAP as a career. My qualifications are as under: Qualification :- B.E ( mechanical) and mtech automobile first year Location :- India Yrs of Exp:- fresher I would like to do SAP MM module Ple

  • HT5312 how do i reset my security questions if i don't have a rescue email? i have had my account for about 1 year and i don't know how to set up a rescue email.

    i just want to know how to make a rescue email adress and change my security questions after having my account for about 1 year and no rescue email.

  • Imac restore impossible?

    I have an imac and i'm trying to do 2 things...install windows and restore mac back to factory settings. I know how to do it and understand the process but the mac won't let me. When i enter my install disk, it says i can't install it on this compute