AFAB transaction SAP 4.6 x ECC6

Hello everybody
In SAP 4.6 we have a substitution rule for AFAB transaction. It works well. Now, we are in Upgrade to ECC6.
In SAP 4.6, the AFAB generates a RABUSCH folder to be execute in SM35. These rules were executed this moment.
( ( SYST-TCODE = 'ABF1' ) AND ( BKPF-BLART = 'AF' )
AND (  BSEG-HKONT = '0423013001' ) AND ( (
BSEG-KOSTL = 'ACI' ) OR ...
many others KOSTL
In ECC6, there in no more RABUSCH folder and the accountin is using a new TCODE: AFAB. So, my rules in ECC6 are:
( ( SYST-TCODE = 'AFAB' ) AND ( BKPF-BLART = 'AF' )
AND (  BSEG-HKONT = '0423013001' ) AND ( (
BSEG-KOSTL = 'ACI' ) OR ...
Substitution rules: change 0423013001 to 0513013001in BSEG-HKONT to some KOSTL.
But it doesn´t works anyway in ECC6!!!
I saw the debbuguing session and the substitution rules are OK (the accountins are changed in real time), but after this point something happening not happened (not chaged to correct accounting when I go to end of DBG)...
Please, help me with something. Does anyone knows this process? There are another TCODE?
OBS.: Rules are active in GGB4 and I run the program RGUGBR00
Thanks in Advanced...

Hi~
Thanks for your attention.  I tried to substituted the cost accounts of depreciation according to the category of cost center, such as category  L(management), F(production) which would use a different account when doing AFAB.
I used the standand user exits under OBBH, and it didn't work. In DBG mode, it showed account can be replace, but nothing happened in the real run.
I had double checked the following, and the account can be replaced if I do the same thing in FB01.  (not in AFAB)
   IF bseg-hkont EQ '0066009999'and bseg-kostl <> ''.
    SELECT SINGLE * FROM csks WHERE kostl = bseg-kostl.
    IF sy-subrc = 0.
      if csks-kosar = 'L'.
        P_hkont = '0066020201'.
      elseIF csks-kosar = 'V'.
        P_hkont = '0066010201'.
      elseif csks-kosar = 'E'.
        P_hkont = '0066020801'.
      elseif csks-kosar = 'F'.
        P_hkont = '0051010201'.
      ENDIF.
    ENDIF.
  ENDIF.
I just wondering why it works under DBG mode, and never work in real run?
Can you kindly help me to solve this. Thanks in advance.
Sincerely
Locke.Zhang

Similar Messages

  • Sequence of the transaction list look different in ECC6.0 user menu

    The sequence of the transaction list look different in ECC6.0 than SAP 4.6c(User Menu & SAP Menu).Is there any provision to make similar view as of SAP 4.6c in ECC6.0.
    Thanks
    Manoj

    not that i know of. and: you wouldn't want to do that: you'll be missing all the good new parts. for more information on new transactions, deleted transactions etc. make sure your read the release notes.

  • Follow up activities after SAP (CU&UC) upgrade from SAP 4.6c to ECC6 EHP4

    Dear Friends
    We have completed SAP (CU&UC) upgrade from SAP 4.6c to ECC6 EHP4.
    We refereed the upgrade guide for follow activities and we required confirmation before performing the activities.
    Could you please help us what needs to be done immediately after upgrade.
    Regards,
    Bharathi

    Dear Nils,
    Thanks for the support.
    Yes, we are following the same document 'CUUC46C_to_NW701SP07' for unicode conversion after the upgrade from the note 928729.
    Please suggest us in that document which are the steps should be carried out after ECC6.0 EHP4 upgrade,
    1. Preparation
    2. Unicode Preconversion Phase in SAP Basis 4.6C
    3. Upgrade Process
    4. Unicode Conversion Phase
    5.  Unicode Conversion Completion Phase
    6. SAP Notes
    Regards,
    Bharathi

  • SAP Bunisess Connector 4.8 -Can support SAP 4.6C and ECC6 at the same time

    Hi All,
    I am upgrading Busniess Connector 4.0 to 4.8 .
    I have sap 4.6C systems and ECC6 systems in Landscape.Will Business Connector 4.8 support both (SAP 4.6C and ECC6) simultaneously ?

    Hello gaurav,
    I have tried re-installing.
    I am able to open the web-admin and also all the links except the ones in the adapters section.
    I have checked the installation document, adapter guide for BC 4.8 but i couldnt find anything useful.
    I was just wondering if it has got anything to do with the OS.
    lemme know if you have come across anything like this.
    thanks for the help.
    Sreejith

  • Syntax error. SAP 3.1 version - ECC6

    Friends,
    Following statement given syntaxt error in ECC6.
    It is working fine in SAP 3.1.
    I need to copy the code from SAP 3.1 to ECC6.
         DO VARYING l_char FROM l_text2+99
                                        NEXT l_text2+98.
    Please help me in this regard ASAP.
    Thanks in advance.

    I was able to get the following to work:
    DO 100 TIMES VARYING l_char FROM l_text99(1) NEXT l_text98(1) RANGE l_text.
    ENDDO.
    I had to add the "100 TIMES" or the loop continued beyond the range of the variable and short-dumped.
    Hope this helps,
    Mark S.

  • TIME on ESS/MSS with the SAP Portal, release ERP2005 ECC6.

    Hello,
    I need to implement TIME (Leave request) on ESS/MSS with the SAP Portal, release ERP2005 ECC6.
    Any informations about the customizing for a proof of concept would be appreciated.
    All the back-end (R/3) as allready been customized.
    Thanks for your responses.
    Olivier

    Hello,
    If you already have all the templates and such configured then its easy. We don't have ESS and only one MSS scenario. However we support the web environment via BSP HAP_DOCUMENT. You can include our list pages in an Iview and assign that to the ESS or MSS scenario in the portal.
    They also run stand alone, so you can test it as well without configuring the portal.
    See also <a href="/people/sap.user72/blog/2007/02/20/objective-setting-appraisals-the-web-environment bloggy</a> on OSA and the web Environment, especially the last part will be of interest for you.
    Regards and Groetjes,
    Maurice

  • BADI or User Exit to Change the Item Details in AFAB Transaction(Depreciation)

    Hi Experts,
    I have a requirement of changing the Item details in AFAB Transaction (Internal Order Number). Is there any BADI or User exit available for that.
    Thanks in advance.

    Hi Sivag,
    You can find BADI for transaction in different ways. Try with below methods
    1. To find New BADI(Karnel), Run the transaction with debug mode(/h), keep break point at statement
        CALL BADI
    2. To find old BADI (Classic), Keep break point at exit handler CL_EXITHANDLER=>GET_INSTANCE and         run the transaction
    3.  Check in SPRO transaction  - Check with functional consultant in which business process this transaction    comes and any customization  details available
    4. Get pakage name of transaction and go to to tcode se84 enhancement browser . Try to find with package name,  any enhancement available
    Thanks & Regards,
    aRun

  • SAP HR- Upgrade to ECC6- Project preperation

    Hi Gurus,
    Please can you help.
    My company already have ecc5, and now want to upgrade to Ecc6. I am soon starting the project preperation.
    What issues do I have to look into for this? technical and business minded.
    Will the be anything to consider, discuss, change?
    I am a junior, and have been giving the oportunity to start on this. I need all the help I can get.
    Many Thanks

    Hi
    from the business perspective also look into the topic "enhancement packages" (see also the separate community here). Basically you can upgrade to SAP ERP 6.0 + implement enhancements from these packages in one step.
    Recommended reading
    - service.sap.com/erp-ehp (in particular the functional spaces there)
    - Must Know Guide from /erp-ehp
    - Master Guide for the highest Enhancement package (at current enhancement package 3) from service.sap.com/erp-inst
    For the upgrade to SAP ERP 6.0 refer to the Upgrade (Master and Component) Guides from /erp-inst
    regards
    Andreas R

  • SAP HR- Project Preparation- ECC6

    Hi Gurus,
    Please can you help.
    My company already have ecc5, and now want to upgrade to Ecc6.
    What issues do I have to look into for this? technical and business minded.
    Will the be anything to consider, discuss, change?
    I am a junior, and have been giving the oportunity to start on this. I need all the help I can get.
    Many Thanks

    Hi Janesh,
    You need to take business transaction codes from business and test in the ECC 6.0 TST client.
    do unit test and integration test, if every thing goes right then u r basis will upgrade to ecc 6.0
    Surya

  • SAP 4.7 to ECC6 EHP5 Upgrade inc.OGSD - "/ICO/MOC_NEW_GUI" nametab error

    Hello all,
    I'm currently running a SAP upgrade from 4.72 to ECC6 EhP5 SPS6.
    This upgrade include OGSD upgrade from4.72 SP12 to OGSD 6.10 SP5.
    Duing phase upgrade phase RUN_RSPTBFIL_DEST, I have the following error message : Could not read nametab "/ICO/MOC_NEW_GUI".
    According to OSS note 1377262, I download fix A61000INOGSD.SAR and extract file A-61000INOGSD.SAP in <upgdir>/cofiles (and also in <transdir>/cofiles).
    Phase RUN_RSPTBFIL_DEST is still in error when I repeat it.
    I note that content of A-61000INOGSD.SAP file is a little bit different regarding my error message:
    Inside file:
    I 2EETW109 table "/ICO/MOC_NEW_GUI" does not exist in nametab.
    My error message:
    2EETG011 "[DESTINFO] Could not read nametab""/ICO/MOC_NEW_GUI"
    Many thanks for your help & feedback,
    Chris

    Hello Chris,
    we experienced the same issue as you.
    After discussion with the SAP Support team, it appears that this migration path is not the good one.
    The right procedure is now to upgrade to ECC6 EhP5 with OGSD 6.10 SP0 and then to apply manually the SPs you want on OGSD add-on.
    I think they are currently updating the corresponding OSS Notes.
    I hope it will help.
    Vincent

  • Combined Upgrade and Unicode conversion of Sap 4.6C to ECC6.0

    Hello all,
    my project team intends to carry out a combined upgrade and unicode conversion of an SAP ERP 4.6C system with MDMP to ECC6.0 (no enhancement package). The system is running on Oracle 10.2.
    In preparation for this upgrade, I have gone through the SAP notes 928729, 54801.
    We need to get a rough estimate of the entire downtime so as to alert our end users. From the CU&UC documentation in 928729, I read up note 857081. However the program in this note cannot be used to estimate the downtime as my system is < SAP netweaver 6.20.
    Is there any other SAP note or tool or program that I can use to estimate the downtime for the entire CU&UC? Thanks a lot!

    Hi,
    Combined upgrade depend upon number of factors like database size, resources on the server and optimization. In order to get idea of how much downtime, it will take, I would suggest you to do combined upgrade and unicode conversion on sandbox system which should be the replica of your production system. And try to optimize it. From there you can get approx. downtime required.
    Also, please read combined upgrade and unicode conversion guides on  http://service.sap.com/unicode@sap
    Thanks
    Sunny

  • Impact of upgrading SAP 4.6C to ECC6.0 to Java application

    Hi,
    Currently, my Java application is:
    1. using SAP 4.6C as backend
    2. using Java 1.4
    3. using SAP Enterprise Connector in SAP Netweaver Developer Studio 7.0.15 to generate the BAPI proxies
    4. using JCo 2.1.8
    If now the backend SAP system is going to be upgraded from 4.6C to ECC6.0, will there be any changes required on my Java application i.e.
    1. Is the BAPI proxies generation process with SAP Enterprise Connector remain unchanged?
    2. Are the BAPI structures remain the same that do not require any Java code change when calling BAPI?
    3. Is the JCo version remains unchanged?
    4. Is there any Java code changes required?
    Thanks!

    Hi,
    1. Is the BAPI proxies generation process with SAP Enterprise Connector remain unchanged?
    Yes. No change required except minor changes.
    2. Are the BAPI structures remain the same that do not require any Java code change when calling BAPI?
    Well you will have to check if the BAPI import/export/tables/changing parameters have undergone any change. If not then no change required.
    3. Is the JCo version remains unchanged?
    Yes. This shouldnt be an issue.
    4. Is there any Java code changes required?
    Well if your 4.6c system was non-unicode, ECC 6.0 would be unicode. So the RFC where you would have mentioned that a Unicode(java) system is interacting with Non-unicode(4.6c) system will require a change. This is applicable to both RFC's in SAP & Java.
    Thanks,
    Best regards,
    Prashant

  • Regarding multipal currencies entry in one transaction SAP ECC 6.0

    HI SAP Experts
    I have question regarding Multiple Currencies entry. I got a quarry from user that if they can use Multiple currencies in General Entry posting. when they use F-50 for General entry posting.
    For Example
    If they have following details
    Rent 2000 EUR
    Advertisment Exp. 2000 USD
    Salary                   5000 MXM
    To Bank Account  9000 EUR
    In this example all different curries in one transaction. Shall we allow to do different currencies in one transaction.
    I have one more quarry for
    YFI_Upload
    Can user upload file with different currencies and see the same curries as they upload in system
    Please inform
    thank you

    Hi
    You cannot have multiple currencies for various line items in an accounting journal. The currency is always defined at the document header. You can enter an accounting journal in any currency provided the exchange rate and translation ratio between the foreign currency and local currency is maintained in the system
    Thanks & Regards
    Sanil Bhandari

  • Difference between sap 4.7e and Ecc6.0 in ABAP point of wiew

    hi experts,
    can any one explain about the differences b/n sap 4.7e and sap ecc6.0 in ABAP point of view.
    thanks in advance.
    rgds,
    nag.

    From the ABAP perspective.
    The WS_* function modules used in 4.6c has become obsolete from 4.7C. All the WS_* FMs have been replaced by GUI_* FMs.
    (ii) Concept of Unicode is introduced.
    (iii) Few tables have been modified in ECC6.0.
    Tables TVARV & TTREX have been replaced by TVARVC & TTREXN respectively.
    For functional differences please check out the following links:
    http://solutionbrowser.erp.sap.fmpmedia.com/
    Re: SAP version differences 4.5b, 4.6c and ECC6.0
    You can find the difference in release notes of each SAP version.
    Here are the links.
    http://help.sap.com/saphelp_47x200/helpdata/en/fc/e3003deddfae4de10000000a114084/frameset.htm
    http://help.sap.com/saphelp_scm50/helpdata/en/28/b34c40cc538437e10000000a155106/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/43/68805bb88f297ee10000000a422035/frameset.htm
    If its useful reward points

  • Relationship between 'business transactions', SAP LUW, and tRFCs?

    Here's what (I think I know:
    - A 'business transaction' is a set of (dialog) steps that have the same 'transaction ID.' I can see the steps of a business transaction in STAD or STATTRACE.
    - An SAP LUW is a set of steps that are a single unit of work.
    - Function calls started with a tRFC are started in a new SAP LUW.
    The questions are:
    - Does an SAP LUW correspond 1:1 to a business transaction?
    - If so, then tRFC spawns sub-transactions. Is there a way (using STAD or STATTRACE) to see, the parent-child transaction relationship? To see which transactions spawned which sub-transactions?
    Thanks.
    Tim

    This was a duplicate post.
    Please post replies to [this thread|Open Hub 3rd party tool - API not returning data table;.
    Thanks.
    Tim

Maybe you are looking for

  • Imac superdrive died external drive substitute

    What can I buy and install procedures?

  • Get Counts Fails in Siebel Analytics 7.8 Segmentation Manager

    Get Count function in Segmentation Manager fails with bellow error : "GetCount" failed.Assertion failure: nTasks <= MAXIMUM_WAIT_OBJECTS at line 65 of ./project/webthreads/windows/winfuturetask.cppSET VARIABLE Where do I increse the value for "MAXIMU

  • Deadline monitoring is not working

    HI, i had requirement to change the text displayed in the decision step type. I copied that task using pftc and changed the description and i replaced the new task number with old one. the deadline monitoring is not working for the new task . Please

  • "Cant fit into specified packet size" error when adding new metadata

    I get a  "Cant fit into specified packet size" when I add my own custom field in a different name space and use "myFile.PutXMP(meta);". The Schema example in SDK dumps RDF in separate files but I want to add a new field in the metadata of an existing

  • IPhone 4 has multiple folders when connected to PC

    When my iphone is connected to my laptop it shows 5 folders in the DCIM folder in my computer. This has happened since iOS 5 because it only had 1 folder with iOS 4 running. Its hard to find specific photos because you have to check each folder. Does