Substitution not working for Cost Center

Hi All,
We are using OBBH to make a substitution for Foreign Exchange valuation to meet one of requirement as cost center at line item level to be blank, we have made cost center field blank in substitution.
When we run the foreign exchange valuation system is updating the cost center from the source line item to the difference account. It is not considering the substitution value which is blank in cost center.But we have added some other fields in substitution those are working fine other than the cost center.
Do I need to make any settings for this to take cost center as blank at line item level.
Regards,
Shilpa

Hi Shilpa,
the substitution may be used for filling the cost center when it is empty, but not for clearing it when it is filled, because the substitution isn't called when the cost center is already filled.
Please read OSS note 1296568.
[https://websmp230.sap-ag.de/sap(bD1mciZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1296568]

Similar Messages

  • Why time-dependent not work for cost center and profit center hierarchy

    Has anybody been able to successfully turn on time-dependent for cost center hierarchy? Looks like the R/3 datasource 0COSTCENTER_0101_HIER is defaulted to be NOT time-dependent, and I don’t know how to change the R/3 configuration to enable time-dependent for this datasource.
    Here is what I found. If you go to RSA2 in R/3 and enter datasource 0COSTCENTER_0101_HIER, and then select "Hierarchy Info", you will see that all the time-dependent properties are unchecked by default. By comparison, Cons Unit datasource 0CS_UNIT_CSCU_HIER has “Version Dependent Hierarchy” as selected, and we are able to load Cons Unit hierarchy as time-dependent, but have no luck so far with the Cost Center hierarchy.
    Can any BI guru tell me how I can make time-dependent work for the cost center hierarchy?
    Thanks a bunch!

    Check SETLEAF and SETNODE.
    Basically CO Master data groups dont have seperate tables. They will be available in above tables. Choose proper Set class to filter the results

  • F4 help is not available for cost center in Confirmation

    Hi
    We are working on SRM 4.0
    During the Confirmation of services through WEB portal   ( F4 ) option is not available for Cost Center
    Through GUI ( Backend) we are able to see the Values in Drop down , but when we select them un able to copy them to Confirmation screen.
    Through Web front end F4 help also not appearing.
    We have applied the OSS Note 935201 in spite of which, it is not working
    please give me inputs on it.
    Regards,
    Neelima
    Edited by: S Neelima on Dec 9, 2009 4:54 AM

    Any inputs???
    Regards,
    Neelima

  • Actual activity price does not exist for cost center / activity type

    Hi,
    We are trying to upload the time sheet related data(number of hours an employee workred on a project) ect from Non SAP to SAP.
    We have used a customized program and have loaded the data from se38.
    All this HR data will be saved in CAT2
    Later we transfer the time related data into SAP FI/CO using CAT7.
    +When  tested  with a couple of employees time sheets, they got uploaded in SE38 proerly and when transfered it through CAT7 it was properly taking the hour*rate is cost and was reflecting in the respective cost element.
    For a few time sheets in SE38 we were getting an error saying that the cost center(100501)/ activity type(EAT001) does not exist for 2010.
    Hence we have taken, FY 2010, the cost centes and activity types in KP26 and have given the planned Activity as 1. No planned cost in KP06.
    We have run the price calculation forr the FY 2010.
    Then we were able to uplaod the time sheets, but when we tried to transfer the data through CAT7, it throws an error saying no activity price exist for cost center 100501/ activity type EAT001. If I ignore the warning an proceed, no amount is being calculated.
    When uploaded employee time sheets before, all the cost were getting claculated and were entering into  the respective cost elements, but now no amounts are being calculated and it is taking Zero.
    When checked the previous years data i.e, 2009 all amounts are fine, in KSII I can see the activity quantity filled with some numbers in 2009, where from are they comming? I have checked KBk6 nothing was mentioned.
    PLease assit
    Regards,
    shilpa

    Hi
    I never used CAT* though, but the error means that you need to maintain a activity price in KBK6 (Actual price)
    Regards
    Ajay M

  • Account not valid for cost center

    Hi,
       In MR11, I am getting error:
    Account 1223000 not valid with cost center or I/O only WBS is allowed.
    any ideas?

    Remove the cost center and populate WBS element. Looks like that account does not need cost center cost object but needs WBS only.

  • Co code not seen for cost center master data creation in OKEON

    hI:
               In org tab of Cost center master data creation while configuring cost center hierarchy in OKEON i can not see organization tab. I have checked in OKKP Co area is assigned to co code but still the issue persist.
    Br

    hi
    you mean the tab is not displayed? strange, it seems that there should be a screen layout to control the ui, or any transaction variant is recorded. I tried in my side, the tab is there.
    @ Murali, you are right, but in that tab, not only company code can be configured, but also business area, functional area etc.
    best regards, Lawrence

  • FA segment derivation from business area substitution not working for AFABN

    Hello Gurus,
    I have a FA substitution of Field 'segment' is substituted by Field BSEG-GSBER.
    But its not picking the Business area as Segment for the 'AFABN' postings.
    Thanks for your early reply.
    Thanks and regards.
    Gopa

    Hi, AFABF it's depriciation?
    Try do it with tcode obbh.
    And if you have some problems with substitution simulate it for  inspection

  • Substitution not working for transaction F110

    Hi Folks ,
    I have created a Substitution for FI transactions for substituting a Header field. I have added 3 transactions (F-28, FB01 and F110) to the pre requisite of the substitution.
    The susbtitution works perfectly fine for the transaction FB01 and F-28, but is not triggered when I run transaction F110.
    Could you please tell me what can be the issue?
    Secondly, do the Automatic Payment Program (APP, transaction F110) creates an accounting document number BELNR? Where can I get that number in the program?
    Thanks in advance !!!!!
    Regards,
    Sud.

    F110 is the transaction code for automatic payment run program; the transaction execution happens in the background and in normal way, catching a break point in related substitution/validation exits might not be possible.
    Main programs associated with this transaction are SAPF110V (Entering Payment Run) and SAPF110S (Payment Program). In program SAPF110S, variables XDEBUG and ONLINE decides whether the run should be in online or in debugging mode. Flag the variable leads the execution to debugging mode.
    Create a payment run via F110 transaction and do a proposal run.
    Execute SE38 transaction code and select program SAPF110S and open in display mode.
    Find variable “XDEBUG” and set break point at “XDEBUG” assignment (XDEBUG = SPACE).
    Now execute OBBH transaction code and select desired substitution and go to Menu Extras -> Expert Trace -> Set Breakpoint.
    Got to the substitution include in which exit is defined. Set a session breakpoint at the U exit.
    Execute program SAPF110S with the above created payment run id and date.
    Execution of SAPF110S stops at XDEBUG variable assignment. Now change value of variables XDEBUG and ONLINE as ‘X’, which enables the debugging mode and continue execution.
    Execution stops at the session breakpoint placed in the U exit.
    Check with above method to reach your substitution. If it reached then you can use ABAP stack to get variable values used in some other programs which is already available in the ABAP stack.
    Data:     lv_stru TYPE string,
              lv_bkpf TYPE bkpf.
    FIELD-SYMBOLS: <fs_bkpf> TYPE bkpf.
    * Assign BKPF reference area in SAPF110S payment program
      lv_stru = '(SAPF110S)BKPF'.
      ASSIGN (lv_stru) TO <fs_bkpf>.

  • Variable substitution not working for dynamic file name in Receiver File CC

    Hi Experts,
    I am doing the scenario of Proxy sender to File receiver and my purpose is to Create the text file
    as per the filename available in Source Message payload.
    I am using the Variable Substitution method for this as shown below.
    Source Message Structure:-
         <Row>            -
    having Cocurence 1.1
             <Filename>     -
    having Cocurence 1.1
             <Item>            -
    having Cocurence 1.Unbounded
              <Field1>
              <field2>
             <Item>
             <Item>
              <Field1>
              <field2>
                <Item>        
         <Row>
    Target structure is same as the source structure and i have mapped the Filename field of the Source
    with the Target structure Filename.
    In ID the following is the File receiver CC Configuration.
    File Name Scheme:- %Dyn_filename%
    In Advance tab, I have selected the Enable option and added one row as Variable name %Dyn_filename%
    and Reference as payload:Row,1,Filename,1
    In testing I am getting the Error as 'variable Dyn_filename is not found in Message payload'.
    Please suggest me.
    Regards,
    Jagesh

    Hi Pooja,
    Hi Pooja,
    Thanks for your valuable reply..
    I  tried with the same. but still Filename is appearing in Output file.Giving you some details regarding my Receiver File Configuration settings.
    Target Message Type:-
              <MT_Target_Struct>
                    <Row>----
    1.1 occurence
                            <Filename_test>----
    1.1 occurence
                            <ITEM>----
    1.unbounded occurence
                                  <Field1>
                                  <Field2>
                            <ITEM>
                            <ITEM>
                                  <Field1>
                                  <Field2>
                            <ITEM>
                    <Row>
              <MT_Target_Struct>
    Recordset structure:-  Row,Filename_test,ITEM
    Row.fieldSeparator----
    >'nl'
    Filename_test.fieldFixedLengths----
    >0  (Zero)
    Filename_test.fixedLengthTooShortHandling----
    >Cut
    ITEM.fieldSeparator----
    >,
    ITEM.endSeparator----
    >'nl'
    I want only ITEM node to be written in the output file.
    Please suggest.
    Regards,
    Jagesh

  • Substitution not working for MIRO

    Hi Gurus,
    I have a problem were in we have created a substituion rule where if tax code is ' X ' for certain co. code than substitute with tax code ' Y '. evrything is working fine in FI but in MIRO it fails.
    Has any one faced this problem and got any solution????
    Thanks in advance

    hello Experts,
    As Said By Burak Uygur Sir I followed the Same to Update gsber In Miro where it Is blank. below Is my code Can Any One please Suggest Me Where i'm Going Wrong.. Problem is when i'm Debugging The Value Is get Modified in Blank Place By Gsber In T_bseg...but In Miro It Is Not Showing....
    Z_SAMPLE_PROCESS_00001120
    READ TABLE t_bseg into wa_bseg with key koart = 'K'.
    IF SY-SUBRC = 0.
    LV_GSBER = WA_BSEG-GSBER.
    ENDIF.
    if sy-tcode = 'MIRO'.
    LOOP AT T_BSEG INTO WA_BSEG.
    IF WA_BSEG-GSBER IS INITIAL And Lv_gsber Is Not Initial.
    WA_BSEG-GSBER = LV_GSBER.
    MODIFY T_BSEG FROM WA_BSEG TRANSPORTING GSBER.
    CLEAR: WA_BSEG.
    ENDIF.
    ENDLOOP.
    Thanks In Advance...
    Uday...,

  • Substitution not working for VO

    Hi,
    In my programme, there is a substitution for AM and also a VO.
    I have run the substitution command and AM1 is getting substituted successfully but the extended VO1 is not getting substituted and its not even throwing any errors.(both AM1 and VO1 belong to a different package)
    I have checked the .jpx file in the server and it contains the substitution for AM but not for VO.
    I dont have any idea why this error is coming.
    please give me suggestions
    Thanks a lot
    kumar

    Use the JDR_UTILS.Print_Docuemnt(path) to see if the VO substitution is there.
    The path is displayed during jpx import.
    HTH
    Srini

  • Variable Substitution not working for multiple files

    Hi,
    Have a scenario in which we are using Interface Collection with multiple files as output.
    The naming of the files is derived from a payload field as follows.
    payload:MT_OrdersAck,1,Order,1,File_Header,1,StoreNo,1
    When the first file is generated this works fine, but fails for the rest of the files.
    I guess this is because of the hardcoding 1 in 
    payload:MT_OrdersAck,1,Order,1,File_Header,1,StoreNo,1
    how do we get around this problem?
    Any Ideas?

    Hi, I suppose you are using Mapping-Based Message Split, right? Do the following files look the same like the first file with respect to File_Header?
    Make sure that the payload structure (payload:MT_OrdersAck,1,Order,1,File_Header,1,StoreNo,1) is equal in all files and that first occurrence of StoreNo always has a value in all the files.
    Regards, Martin

  • Input help for cost center & WBS element not working

    Hi ALL
    We are using SRM 4.0 with backend ECC 5.0.
    Input help for attributes cost center (CNT), WBS element (PRO) are not functioning.
    When tried to search for input help (F4) on the above attributes, I am getting message "Display not possible (Inconsistency in the input help)".
    I even applied SAP note 746788 for cost center search help.
    Can you tell me if I have missed any config settings?
    Thanks in advance
    Jagdish

    Hi,
    Did you managed the transactional RFC destination in the customizing (where you define all your log. systems it is an additional field in the table control).
    Regards.
    Vadim

  • Substitution written under cost center accounting is not working for tcode MB1B but working for MIGO_GI

    Hi All
    Do you know why this behaviour different for subtitution written under cost center accounting.
    We have written substitution using coding block table. Logic of substitution is in case of any GL maintained in a set is being used for posting , then we will replace the cost center with profit center vlaue. Reason being we have same naming convention for Cost center and Profit center.
    Thanks
    Sonia

    Hi,
    MB1B is t-code for stock transfer posting.
    Stock transfer posting generate FI document using balance sheet account, not P&L account.
    Because you don’t create cost elements using balance sheet accounts related to stock, I think that Substitution written under cost center accounting is not working for tcode MB1B is right.

  • Error Activity type 502000 not set up for cost center 1000 cc111

    hi all
    While creating a work center (CR01) I need to enter a cost center and activity type for machine hours. However, while entering the activity type the following message appears:
    Message no. CR 061
    You are attempting to assign activity type XXXX to the work center. However, this activity type has not yet been set up in controlling area 1000 for cost center xxxxx.
    while creating the activity type in KL01 i have already given * in cc category so it should go for all cc
    What could cause this problem?
    Thank you in advance,
    Kind regards

    Hi,
    Check whether the activity type is maintained at the correct controlling area via KL03. If not, then create the activity type (KL01) in the corresponding controlling area.
    Regards,
    Darrel

Maybe you are looking for

  • EMac to iMac - How do I transfer data when USB ports don't work?

    I just bought a new iMac to replace my old eMac and I need to transfer the data from the eMac to the iMac - here's the problem - the USB ports on the eMac aren't working, the devices work fine like keyboard & mouse but the USB ports are dead. I can't

  • Newly-purchased iPod classic - Notes issues

    I just bought my iPod classic 160GB awhile ago and now that I want to put notes on it, the ENABLE DISK USE is not even available for a check box option. What to do? I need to put my work-out plan here.

  • Vendor with a WITHHOLDING tax

    Hi, Can you guys tell me how to find a vendor who has a WITHHOLDING tax in table level or any other way. regards, Prabhu

  • How to call a subroutine in a script ?

    Hi ,   How to call a subroutine in a script ? bye, Satya.

  • Changing workspace name

    Hi everyone, I would like to change the name of a workspace but i don't know how this change will impact the tools that are already in this workspace. Is it ok to change the name if i have a bunch of tools in the workspace? Will the tools work after