BTE 1120 for posting to controlling

Hello,
I have been working on activating BTE 1120 to modify the WBS element before the document is posted. I have been able to successfully modify the value on field PROJK and it is shown in FB03, once the document is posted. However, it looks like the integration with Controlling is not catching my change. The line item posting to the WBS I forced using the BTE is not displayed in the controlling document or visible in report CJI3.
Has anybody had the experience of using this BTE to modify CO objects like cost centers, WBS, etc..? Have your changes been successfully reflected in the CO document?
I have read several discussions related to the use of this BTE, but no one has really discussed its integration with CO.
Thanks!
César.

Yes and No, often true for BSEG fields, but for other applications like CO or new G/L (cf. OSS notes on this BTE and new general ledger)  there are some codes in include LFACIF48 to modify other internal tables. the problems may arise when field names are different in different application. (the MOVE-CORRESPONDING does not perform well...)
Here no match between XBSEG-PROJK and T_ACCIT-PS_PSP_PNR, so you will be require to modify code in standard include LFACIF48 -> Read 1905020 - Substitution for 'Transaction Type' in New G/L View with Open-FI 00001120 for point of insertion (NB: This is a modification)
Regards,
Raymond

Similar Messages

  • Exchange rate type for posting to Controlling

    Hi
    We are using Currency type as 20 in Controlling Area. We have several Company Codes and each have different currency.
    While posting entry from FI to CO , the system always take exchange rate type as M.
    Please let me know whether we can assign some other exchange rate type for actual transactions.
    Thanks
    Gaurav Jain

    Hi
    Goto TCode OBA7 and select your document type (usually SA ) and enter in Field "Ex.rate type for forgn crncy docs" your required exchange type.
    Cheers
    Srinivas

  • Workflow for Dual Control Principle for Posting and Reversing manual postin

    Hi Experts,
                     As per this link http://help.sap.com/saphelp_pserv463/helpdata/EN/ae/01e73a86e99c77e10000000a114084/content.htm
                    we configured the reaon  for posting and reversing and created a custom functiom modules and assigned to events 5500,5502 in instaliation specific function modules but those function modules are not triggered and system is not publishing events APPROVALREQUIRED,REVERSEAPPROVALREQUIRED documents are directedly getting posted.
                   how to make the system publish these events and send the documents for approval with out directly getting posted
    Regards,
    vCentric.

    Hi Suhas,
    The rule used in workflow template WS50100021 is a standard one. So try to find out that on what basis it is fetching the agents. It could be the case that the logic specified in the rule does not fulfill your requirement.
    The other reason could be that you have not specified the task as general. Please check if the agents tab is activated(green) in the task or not. If it is not you need to set the task as general.
    SOLUTION : if you want to get the workitem in your own SAP Inbox for testing purpose, you can set the WFINITIATOR as agent instead of that standard rule. This setting will send the workitem in your own SAP Inbox.
    Regards,
    Guddan

  • Need help in BTE 1120

    Hi Folks,
    I have created a BTE using the "how-to" guide available in SCN. I followed all the steps given there but still my BTE is not triggered when exceuting transaction F110.
    I am sure that the application is active for BTE i.e in table TBE11, I have an entry for the application.
    But there are no entries in the table TBE34 and TBE01.
    Do I need to add the entries in these tables as well?
    How do I debug my BTE code?
    Am I missing any step?
    Please guide.

    Hi
    I was debugging the code and just found out that the system recognizes the Z function module and append it to the internal table ITPS34.
    But in the very next step it deletes the record fro this itab, comparing the LAND or APPLK field.
    This is why the Z_SAMPLE_PROCESS_00001120 is not triggered.
    That means u've set a filter for the country in your setting, so something is not rightt there.
    Can u post your setting?
    Secondly, I editted the itab values in the debugger and made the control to go inside the Z function module. But here the document number is not yet generated (BKPF-BELNR). This is the value I have to concatenate with GJAHR and put in the field XBLNR.
    The BTE (process) 1120 is to substitute the values of the fields of an account document, so this BTE is triggered in the step of the substitution, in this step the document number is unknown, the system'll get it in posting step.
    That means u can place the document number in substituion step.
    Here [Re: Exit for posting document with BKPF-BELNR available] a guy had a problem like your, perhaps the answer can be helfull for you too.
    Max

  • Miro custom error doesn't dissapear BTE 1120

    We are using BTE 1120 to check some conditions and issue an error message.
    The message is in the form
    message text-er1 type 'E'.
    The message does appear on the message tab under the MIRO TX, and it does prevent saving and accounting.
    The problem we have is that after correcting the problem it does not dissapear, which we think is logical since it's a custom message and we didn't include any logic to treat it.
    So, what is the way to go from here?
    1) change the way the error is introduced so that it's treated normally
    2) use some FM to manually erase the error
    3) any other way?
    Thanks for reading and thinking about this.

    We checked the BADIs but they didn't expose all the data we needed. After some code reviewing of past projects involving badis, we implemented in BTE 1120 the same type of messaging.
    We used the include for the message class
    INCLUDE mm_messages_mac.
    and then posted the messages from the BTE using the macro
    mmpur_message
    It worked like a charm.

  • BTE Failing for WBS Element

    Hi,
    I need to modify the document created using FB01 / MIRO for WBS Element. I could not find any user exit or BADI to do the same. So I tried the BTE 1120... I added a structure to BSEGSUBT to add the WBS Elements... And in the FM for 1120, I am passing the WBS Element to BSEGSUBT-PROJK.
    But this data is not getting updated in the document. On further investigation, i discovered that the Internal Table T_ACCIT has the field PS_PSP_PNR and not PROJK and its because of these differences in the name of the fields, i am not able to add the data to ACCIT...
    How do i get my data in the document?
    Appreciate your help.
    Kind Regards,
    Tanuja

    Helll T ,
    i think in that case ,...make use of Substitutions in Controlling area , in FI area system wont allow to change field values which are not part of its substittion fields.
    try GGB1(tcode)--->Cost Account ->line item->create Step -->and make use of Exit Module in order to change value of COBL-PS_PSPNR or something like that.
    regards
    Prabhu

  • Raising Error in Process BTE 1120? is it safe?

    Dear all Experts,
    Iam using Process BTE - 00001120, to validate many things. It gets triggered in almost every FI document just beofre saving the document.  My Question is, is it safe to raise Error Message in this BTE as it gets triggered just before saving? If you can guide me to any FAQ's on BTE, it will be helpful.
    Note : Please answer the question if you have worked on the said BTE and if you have knowledge on it.
    Thanks & Regards,
    Faheem.

    Hi Nabeehatmadan,
    Thanks for the quick reply.Firstly I have not worked extensively on FI VALIDATIONS & SUBSTITUTIONS.As far as my knowledge and understanding , FI Validations & Substitutions are provided by SAP & we dont need to register Access Key for the same. But please check the Page 2 of the note 842318, which states :
    If you create a substitution, for example "Financial accounting - document
    line item", only certain fields are authorized for the substitution. This
    is because it may lead to problems with the documents or inconsistencies
    between different applications.
    It is possible to release more fields for substitution. However, this can
    be critical, as serious problems can occur as a result.
    This is why you should regard the following change as a modification (Note
    170183).
    And as I said that I have to raise error messages based on my checks and I have to use User Exits for the same to get my checks done as my checks includes conversions of WBS/Project compared with assignment etc etc , which cannot be done directly. Now check Page no 4 of the same note which states we cannot issue Messages :
    3. What must I take into account when implementing the user exit?
    No dialog boxes, warning messages, information or error messages must be
    issued in an exit, and a "COMMIT WORK" must not be rejected. This would,
    for example, interrupt the batch processing or cause problems with the
    documents to be posted. If you find a serious error in the field contents
    in the exit, send a termination message (A or X), which will ensure that
    the transaction is terminated.
    Please guide me if iam wrong ?
    Please let me know if we can issue error messages in BTE 1120?
    Thanks & Regards,
    Faheem.

  • Can I use my Time Capsule for wifi parental control?

    Can I use my Time Capsule for WiFi parental control.  The objective first is to use a time clock to control internet access (completely on or off).  Second objective is to use the Time Capsule which is also the WiFi router for more selective internet control?  Anyone out there have any tips on making this work?  We have Time Warner cable feeding the house internet, which is then corrected to the 2Tb Time Capsule which also provides our WiFi.  Any information including other alternatives would be most appreciated.  Surely we are not the only parents on the planet with this issue.  Thanks very much!

    how do I get the Mac addresses for each device (this won't be a problem, I demand the device, check it, and then return it).
    What wireless devices are we looking at here?
    Most devices have the AirPort ID or MAC Address or Hardware Address printed on the back or bottom of the device
    Otherwise, you can learn the correct number by process of elimination. Turn off all wireless devices except your Mac computer....if it is connecting using wireless.
    Open Macintosh HD > Applications > Utilities > AirPort Utility
    Click on the Time Capsule icon
    Look for Wireless Clients and click on the numerical IP address that is displayed
    Another box will open
    Look for the Hardware Address. It will be displayed as xx : xx : xx : xx :xx : xx
    Write that down and note that it is your Mac.
    Now, connect another wireless device and repeat the sequence.  Click on the "other" listing that you see to find out more info about that device.  Write down the ID or Address and note what device it is. Then power it off.
    Do the same for each wireless device that you want to have limited access.
    Post back when you have all the info.

  • FB01 Enter Trading Partner for Posting Key 01 (Customer Invoice)

    Dear Experts,
    I would like to ask is it possible to enter the Trading Partner for the FI Document line item with Posting Key 01.
    I can modify the Trading Partner for Posting Key 40 and 50 but I cannot find field in the More Data Button.
    Can anyone help me to solve this issue?
    Thanks.

    hi,
    Check whether the document type you are using to post is allowed to enter the trading partner.
    To check use the TCODe OBA7  and select the relevent document type. then select the check box enter trading partner under control data.
    and also check the customer you assigned for that posting key 01 is got assigned trading partner in the master record or not(TCOD XD02/XD03).
    thanks.

  • Mass change for field Confirmation control Key in PO / SA

    Dear All,
    There is a need to do mass change in value for field Confirmation control Key in PO / SA. Some of them have PO history. If we have PO history system wont allow to change conf. ctrl key. Also since it is a production system we can not cancel previous po histories. This is in SAP 4.7 where we dont have mass change tcode for Scheduling agreements.
    Can we maintain the values thru table entries. like using se16n maintain entries check box. This option is greyed out. can we activate that & do this requirement.
    please suggest.

    hi Greetings!
    The confirmation control key can not be changed in the scheduling agreement if GR for item had already been posted. If the GRs can be canceled , it is possible to change the confirmation control in the SA item.
    Version 4.7 do not support Mass change of scheduling agreements, hence you have to either create a SCAT or BDC to perform the task.
    Gobinathan G

  • BSEG-ZUONR can't change by BTE 1120

    Hi, gurus,
            I want to change the field BSEG-ZUONR with the DN number,  I use BTE 1120  to implement it, but it doesn't work. I refer https://www.sdn.sap.com/irj/sdn/nw-development?rid=/library/uuid/207835fb-0a01-0010-34b4-fef1240ba9b7  and follow it step to step, but the demo aslo doesn't change the field. Is there any customizing issue I need to revised?
    Thanks advance

    Hi,
    I wouldn't have used BTE for that, but rather substitution program RGGBS000.
    You need to make a Z_ copy of that program, affect it (GCX2 and OBBH), do some customizing steps (SM30 on VWTYGB01)in order to open the fields for substitution.
    Then create your own subroutines in ZRGGBS000 and set them in customizing (GGB1 for Financial Accounting).
    NB: read carefully F1 helps provided, since amonst the 3 substitutions (document header, line item and complete document), 'Complete document' has now some severe restrictions.
    Regards,
    N H

  • Can a Journal status be changed so it doesn't get selected for posting?

    When a new journal is created, can we change the status so it doesn't get selected for posting by teh Auto-Post program. We can't set this in the Auto-Post program as we use the same Category and Source for creating other journals which need to go through the Auto-Post program. Is there a control at the journal level which can stop it from getting posted?

    Welcome to the Apple Community.
    Whether you are using iTunes Match or not, you can and always have been able to put as little or as much on your devices as you choose.

  • Using FM PRELIMINARY_POSTING_FB01 for Posting a Document

    Hi there,
    Can we use FM PRELIMINARY_POSTING_FB01 for Posting a document? Has anybody done that? Please let me know which of the following needs to be populated? Thanks a lot.
    (TEXT_UPDATE)
    TEXT_ITEM_UPDATE)
    (I_UF05A)
    (I_XCMPL)
    (FS006_FB01)
    (I_TCODE)
    (I_PARGB)
    (I_TCODE_INT)
    Does anybody have any documentation/help on this FM? Please let me know - as I need to do this sometime next week.
    Edited by: sam jose on Apr 29, 2010 4:50 PM
    Edited by: Rob Burbank on May 5, 2010 10:13 AM

    Dear Sam,
    You can Use the bapi BAPI_ACC_DOCUMENT_POST. By using the extension tables of the BAPI when creating the accoutning documents you will pass all the fields you did not found on the standard tables.
    Now, you will use the BTE (Business Transaction Event) RWBAPI01 : SAMPLE_INTERFACE_RWBAPI01, and you will find all the data you fill in the tables Extension in the bapi, and you have to transfer it to table IT_ACCIT.
    You can fill even specific fields of table BSEG if you want.
    Regards,
    Yassine NEJMY

  • Is it worth it to make custom icons for a custom control/indicator?

    I was making custom icons (well not very custom, but still at least somet ext) for controls and indicators, when I realized that the only times you see them are when you open the control, itself, ot if you hover over it in the project with context help on.
    So the question is:
    Is it worth it to create a custom icon for each custom control you make, if it will be seen only rarely?  (The exception being a cluster, since, in the later versions of LabVIEW, you can actually represent your cluster on the BD as the icon you made for it, so it definitely IS worth it to make an icon for it.)
    Thanks!
    Bill
    (Mid-Level minion.)
    My support system ensures that I don't look totally incompetent.
    Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
    Solved!
    Go to Solution.

    Hooovahh wrote:
    I'd like to add another time that you see the control's icon, is when it is a type def cluster, and you have it as a constant on the block diagram.  Then double click the border to shrink the cluster.  It will shrink to the size of the control's icon.
    I also hardly ever make a control icon.  Only when it is on the palette in a reuse package.
    Yeah,t hat's what I meant in my original post, although you CAN represent a cluster constant on the BD as an icon - but it's just the little thing on the bottom of the typdef'd cluster because it obviously has no actual icon. 
    Bill
    (Mid-Level minion.)
    My support system ensures that I don't look totally incompetent.
    Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.

  • Adjustments in CO for posted FI documents/invoices

    Dear,
    We are posting FI documents/invoices through an interface, using a BAPI. This BAPI allows us to enter the Foreign currency amount and the exchange rate.
    Because the external application creates FI documents with minor exchange rate differences, we also take over the Local currency amount via a workaround.
    This means: for example, that an invoice is posted with
    foreign currency amount = 1500
    exchange rate = 1,5911
    local currency amount = 2387,13
    (while calculated correctly, the local currency amount should be 2386,65)
    Each FI (finance) posting generates a posting in CO (controlling).
    The problem now is the Controlling document that is posted (controlling document always posted in local currency): SAP recalculates the local currency amount, via the foreign currency amount and the exchagne rate...
    Result: the local currency in controlling is 2386,65, while it should be 2387,13 to be in line with FI.
    Anybody has any idea how/if we could change the local currency amount posted in controlling document somehow?
    Because it is strange that FI is not in line with CO... this should not be the case of course, reporting is to be done based on CO, not on FI so this creates... problems.
    Is there any way that someone would know that we can fix it so that also controlling takes over these local ánd foreign currency amounts during the posting to CO instead of recalculating them itself?
    Many thanks in advance!

    Yes, that is true.
    But the idea is that they want to display the exchange rate that is "used"/valid that day or period, yet taking over the amounts as they are.
    So it would have to stay like this:
    - Local currency amount taken over
    - Exchange rate from the document taking over (this value can be divergent from the local/foreign curr amount, due to rounding differences).
    - Foreign currency amount taken over
    In CO, we would also need to adjust the amount to the local currency amount of the invoice instead of the recalculated amount by SAP.
    Is it in any way possible to adjust this amount?
    The solution would be to still use our custom built program to read in the information and make the postings and after the posting was done, adjust the CO document (if this is possible...) by an update of the program.
    As each posting in FI of either an invoice, credit note or GL document automatically creates a CO document.
    Anyone an idea on how to adjust an (automatic posted) CO document please?
    Thank you very much

Maybe you are looking for

  • Hi Experts, when i am trying to deploy the application error is coming

    Hi Experts, when i am trying to deploy the webdynpro java pplication error is coming.but before up to 2 days every thing is working fine. from two days onwards i cant run any webdynpro applications even which are sap provided applications also.and al

  • Internet Explorer 8 crashes when printing webpage to PDF

    Is anyone else experience their browser crashing when printing webpage to PDF?  This only happens in IE8.  This feature works fine in firefox. Thanks!

  • Cannot insert String[] objects in PreparedStatements !!!

    Hello guys, I'm using PostgreSQL 7.0.3 for a website project. I've got a table in the website database system which has a integer array type, e.g. create table preferences( user_id integer references user, music varchar(20)[5], magazines varchar(20)[

  • CRVS2010 Beta - Print functionality  for Crystal Report in VS 2010

    I want to print crystal report documrnt without loading in Reportviewer(in ASP.NET 4.0), just print the report document. I have used ReportDocument.PrintToPrinter(1, false, 0, 0);This server-based method .One limitation of this method is that a print

  • Java Junit4 Exception Handling

    Hi, Is it possible to test an excption in JUnit4 with out, throwing an exception object from the oriogional class. How can the exceptions which usualy throw errow objects can be handled in JUnit4. thak you