BOR for CJ37, CJ34 - Budget change document (BPDK)

Anyone can tell me the BOR object for Transaction CJ37, CJ34
or for Budget Change document (BPDK)
I want to trigger my workflow whenever and budget update is happened. I used BUS2054 but this not relevent and not able to create even for change document in SWEC with BOR BUS2054 as it is not relevent with BPDK.
Please tell me the BOR for Budget Change document (BPDK),  or Cj37 and cj34

see error details
Trigger Location of Runtime Error
    Program                                 SAPLKBPS
    Include                                 LKBPSU03
    Row                                     76
    Module type                             (FUNCTION)
    Module Name                             KBPS_GET_CURRENCY
Source Code Extract
Line  SourceCde
   46     ENDIF.
   47
   48     TABLES FM01.
   49     IF FIKRS <> FM01-FIKRS.
   50       SELECT SINGLE * FROM FM01 WHERE FIKRS = FIKRS.
   51       IF NOT SY-SUBRC IS INITIAL.
   52         RAISE FIKRS_NOT_FOUND.
   53       ENDIF.
   54     ENDIF.
   55     MOVE FM01-WAERS TO TWAER.
   56     IF NOT FIKRS_PERIV IS INITIAL.
   57       MOVE FM01-PERIV TO PERIV.
   58     ELSE.
   59       MOVE FM01-CA_PERIV TO PERIV.
   60     ENDIF.
   61
   62     "*** Anzahl Dezimalstellen bestimmen
   63     PERFORM DETERMINE_DECIMALS USING TWAER
   64                                CHANGING OP_DECIM.
   65     EXIT.
   66   ENDIF.
   67
   68 *-----Waehrung direkt
   69   IF NOT I_WAER IS INITIAL.
   70     "*** Anzahl Dezimalstellen bestimmen
   71     PERFORM DETERMINE_DECIMALS USING I_WAER
   72                                CHANGING OP_DECIM.
   73     EXIT.
   74   ENDIF.
   75
>>>>>   RAISE NO_PARAMETERS.
   77
   78 ENDFUNCTION.
   79
   80
Please sujjest the solution

Similar Messages

  • User Exit / Badi For CJ37, CJ34, CJ38

    I want user Exit / Badi For CJ37, CJ34, CJ38 which will execute whenever there is any change for WBS budget (supplement / transfer / return) regardless WBS have assigned values.
    This is required to trigger my Workflow.
    Available Exit which i know is EXIT_SAPLBPFC_002 is executing only when WBS have assigned values otherwise not.
    PLease reply ASAP.

    Even you can search all exit and BADI:
    https://www.sdn.sap.com/irj/scn/advancedsearch?cat=sdn_all&query=howtofinduserexitandbadi&adv=false&sortby=cm_rnd_rankvalue

  • Decimal places for JPY currency in change documents

    Hi Gurus,
    For opportunities in SAP GUI the change documents for JPY show incorrect numbers.
    The number is divided by 100 (two decimal places added).
    Checked the CDPOS table and found the values already divided (two decimal places added).
    SPRO->General Settings->Currencies->Set decimal places for currencies is set for 0 decimals for JPY.
    Is there any way I can get correct values in the change documents?
    Please advice. Any hint is useful.
    Thx,
    Martin Kuma

    Hi Naren,
    Thank you for the tip, however the TCURX table is changed via customizing and should be changed only during the system initialization.
    What I would like to do, is to assure that the system displays the values in change documents correctly. It should apply the currency conversion for the data displayed the same way it does for all the tables.
    Do you have any idea, how should I do this?
    Regards,
    Martin Kuma

  • Table to look for change documents for users

    Hi friends,
    Is there any standard table to look for change documents for a user?change document through SUIM does not give the correct log.
    Thanks for you support.

    Julius
    Looking at another of Tracy's other post (http://scn.sap.com/thread/3598947) she's trying to use ACL. Hence needing to know the tables to write joins/queries to hit tables within ACL
    I've seen ACL used and have had the fun experience of Auditors using Google to find tables to perform checks on without context of what has actually been implemented in their particular system.
    Regards
    Colleen

  • T code price change document

    What is the t code for List of price change Documents.
    Thanks

    Hi,
    Try with t.code SE16 or SE11 and enter table S031& get the details.
    Regards.
    Biju K

  • Retrieving Change Document Items

    Hi,
    Using *_CHANGE_DOCUMENT, we create change documents passing data through tables. Similarly
    is there any function module for getting back the change document items from CDPOS table in the same table format.
    For eg., if 2 database records ( with each having 6 fields) is creating 12 change document items in CDPOS table, is it possible to get those 2 records directly in db format.
    (I have tried CHANGEDOCUMENT_READ_POSITIONS function module, but it gives back the 12 change document items. Using manual code only, again we have to convert it to db table format or is there any other function modules to get back those records directly?)
    Regards,
    SAP Lover

    Try with fm CHANGEDOCU_CDPOS_READ

  • Start events via change documents (BUS2009)

    Hi All,
    I'm currently working on ECC 6.0 and need help for starting events via change documents.
    I want to restart a workflow whenever a cost centre in the PR is changed. So I have created an entry in SWEC with Change doc. object as BANF  and triggering event as On Change.
    In the field restriction I have entered EBKN-KOSTL. I want trigger two events SIGNIFICANTLYCHANGED to end previously started workflow and RELEASESTEPCREATED to start the new workflow.
    But whenever these events are triggered the new workflow starts with an error status and the old one remains as it is. The error for new workflow seems like there is no binding between triggered event object and started workflow.
    Please suggest. m i missing something ?
    Thanks,
    Shounak

    It's the same old bug. I think you have already configured the release strategy which triggers all the necessary events, now when you make entries in SWEC, this also triggers the event and the overlapping takes place resulting in the error you are getting. Either you remove the release strategy or the entries in SWEC. Further make sure you have terminating event "Changed" or "SignificantlyChanged" in the approval task based on your requirement.
    For the conditions, you can either control using start conditions or using the release strategy Characteristic FRG_EBAN_KOSTL if you want to stick to release settings.
    Regards, IA
    Edited by: Imthiaz Ahmed on Jul 29, 2008 10:51 AM

  • Error in function call BAPI_0050_CREATE. Create FM Budgeting Entry document

    Hi guys,
    I've got runtime error in BAPI-function call BAPI_0050_CREATE for create\release budgeting entry document:
    "Number range 01 not found for object BULI_DOCNR in fiscal year 2007"
    Function parameters below:
    CALL FUNCTION 'BAPI_0050_CREATE'
    EXPORTING
    header_data = l_wa_header
    testrun = ' '
    TABLES
    item_data = g_it_item_data
    return = g_it_return.
    l_wa_header-FM_AREA = '2500'
    l_wa_header-VERSION = '000'.
    l_wa_header-DOCSTATE = '1'.
    l_wa_header-PROCESS = 'ENTR'.
    l_wa_header-DOCTYPE = '0001'.
    l_wa_item_data-BUDTYPE = 'DEBL'.
    l_wa_item_data-BUDCAT = '9F'.
    l_wa_item_data-ITEM_NUM = '01'.
    l_wa_item_data-FISC_YEAR = 2007.
    l_wa_item_data-FUNDS_CTR = '2000'.
    l_wa_item_data-CMMT_ITEM = 'R10101010'.
    l_wa_item_data-TOTAL_AMOUNT = 20000.
    l_wa_item_data-DISTKEY = '0'.
    l_wa_item_data-TRANS_CURR = 'RUB'.
    l_wa_item_data-VALTYPE = 'R1'.
    Interval 01 was already created in SPRO-tran for customizing option for FM module (Budgeting)
    (000000001 &#1076;&#1086; 99999999) - Create Number Range Interval for Entry Document
    Does anybody know correct parameters for BAPI-call or customizing option for Budjeting (FM) ?
    ps Sorry, I am not expert in FI-FM-module
    Thnx in advance,
    Dmitry

    It works !
    I've performed  this function in workbench and got additional help guide for error resolving.
    You're right - i've missed initial interval 05 for number ranges 5000000000 to 599999999 for budjeting docs.
    But i've got new error message
    'Release and budget amounts are inconsistent'

  • No change documents exist in action log @ PM order

    I have created Z order type copying PM01 , when I am testing this for action loge it is giving message No change documents exist
    Am I missing some config ?

    Make sure you have activated change documents for the order type /plant combination under SPRO > PM > Maintenance and service processing > Orders > Settings for order type > Define change documents.
    Regards
    Narasimhan

  • Activate Change Document Check box in Data Element

    Hello Experts,
    I want to activate the change document for Reservation.  In table RESB, I have registered the OSS key for the table, and the data element, but when I try to change the Data Element "BDTER - Requirements date for the component" the Change Document check box is disabled even in change mode.  Has anyone come across this before and does anyone have a solution to this?
    Thanks

    Hi,
    SAP does not allow to use change management for date, time fields. Thats the reason for not allowing change to BDTER field.
    Hope that answers your question.
    Thanks
    Pavan

  • BTE For CJ37. CJ34, CJ38 - Budget document post

    What is the BTE for CJ37. CJ34, CJ38 - Budget document post. How to find BTE for those transaction in PS.

    "BTE are supported by service function modules OPEN_FI_PERFORM_* and OUTBOUND_CALL_*. Therefore you may run your transaction in debug mode and set breakpoints when function modules are called. Check for the names of the function modules called.
    You may also search for SAMPLE_INTERFACE_* function modules.
    Additionally you may open the application program (find the name via system - status - program when you have started your transaction). With global search for the strings mentioned above you may find whether BTEs are available with your transaction.
    Another way is to check the documentation in the implementation guide (transaction SPRO).
    Further you may use the menu "Environment" of transaction FIBF: there are 2 Infosystemes available, one for P/S and another for Process BTEs."
    - Heiner Gohlmann (source - http://itknowledgeexchange.techtarget.com/itanswers/business-transaction-events/ )

  • Enhance Budget Entry Documents for Commitment Carryforward

    Anyone implemented the badi: Enhance Budget Entry Documents for Commitment Carryforward before?
    May I know what changes are required in order to ensure that the budget entry documents is in local currency (SGD) when commitment carryforward is in foreign currency (USD)?

    Hi,
    So, you want the budgetary document to be posted in local currency? I don't ask for reasons, though, as you probably know, even if the document is posted in foreign currency, local currency amount would be also there and the AVC would be performed also in local currency. But, if you need to change the currency, you can indeed use this BADI and modify I_BUDGET_ENTRY_DOC_SENDER and I_BUDGET_ENTRY_DOC_RECEIVER parameters, changing the currency and the amount.
    I'm not sure about your remark 'change code' as BADI does not come with any code at all. You will have to implement the BADI providing your own code to change the required fields.
    Regards,
    Eli

  • BAPI for budget change and update

    Hi,
    I am looking for a BAPI which can update the SUPLLEMENT field(budget change) for transaction CJ37.
    The importing parameters are the following : Project Definition, WBS element, period and supllement value.
    The BAPI  BAPI_EXPENDITUREPROGTREE_CHVAL  doesnt have the importing parameter (definition, WBS element).
    Please help.

    Hi,
    There is no BAPI for FM9K.
    Regards
    Abhii...

  • Activating Workflow for Change Documents

    Hi
    I am working in cProjects 4.0 on ECC6.
    I am working on the scenario of automatic email generation when change document is created for project element.
    I have used sample workflow WS28700006 and following settings have been made :
    1. Make the required settings in the SAP menu under Tools &#8594; Business Workflow &#8594;
    Development &#8594; Definition Tools &#8594; Events &#8594; Event Creation &#8594; Change Documents
    &#8594;
    a. Overview (transaction SCDO)
    Enter DPR_PROJECTS in the table.
    b. Define Workflow Properties (transaction SWED)
    Enter the following data:
    Change document object DPR_PROJECT
    Leading table in change document DPR_PROJECT
    Change document key with structure DPR_PROJECT
    Action: Change X
    Structure DPR_TS_BUSINESS_OBJECT_KEY
    Function module BAPI_BUS2175_OBJECT_KEY_SET
    c. Linkage (transaction SWEC)
    Enter the following data:
    Change document DPR_PROJECT
    Object category BOR object type
    Business object type BUS2175
    Event CHANGED
    On change X
    In cProjects I have I have attached word document, and another user changed it and changed document again checked in again with overwriting the old one.
    But no workflow triggerd. In SWI1 transaction I cannot see any workflow triggered.
    Is there any problem with workflow and process or changing document in cProjects is not write ????
    Can someone help ????
    Regards,
    Niraj Sikligar

    Hi Niraj,
    Please ensure that you have made IMG setting for cProjects > Basic Settings>'Activate Change Documents'.
    'Change Documents' means that any change in the Project Objects will be recorded, and not the changes in the documents that have been attached.
    I am not too sure about the workflow settings that you have made, but just try with the img activity that I've mentioned. You can test the same by making some changes in Project (  for eg change the Project Status) and save it.
    Let me know if it helps.
    Regards,
    Vivek Pandey

  • Error releasing transport request for change document object

    Hi Gurus,
    I created a new change document object for a Z-table. When i try to release the transport request in the development system it terminated with a message "Export application-defined objects       17.12.2009 11:07:45 Not yet executed". The transport request continued to be in the "Release started" status and i am not able to release it.
    I checked in the co file & data file directory for this request, The co file is available but the data file is not created.
    Could you please let me know how to solve this?
    Regards,
    Immanuel.

    It was a problem with some basis settings. Was rectified by the basis team.

Maybe you are looking for

  • What is the best way to kill/stop a data load?

    Hi. What is the best way to kill/stop a data load? I have a data load from my QA R/3 system that is extracting 115.000.000+ records. The problem is that the selection in the function module used in the data source does not work, and the problem was n

  • Is This Supposed To Happen?

    Hello; I am getting some "mail activity" that I don't understand. When I finish writing an email, I notice that the little "MAIL ACTIVITY" bar thing starts going and reading "outgoing messages - 1 of 2" before I even send the email. I just sent like

  • Cannot execute stored function.

    Hi Guys, Please can someone tell me why a Package function when executed in SQL Developer returns the right value but, when called from VS 2008, it returns nothing. The function returns a VARCHAR2 and I can execute this procedure from SQL Developer w

  • IPhone 5c screen clicking, middle left hand side.

    My screen keeps popping out, can only hear it in very quiet conditions and then clicks when pressed and eventually goes back in. Only had the phone a week. Purchased the phone on contract through o2. Best taking it back to the Apple store? Will they

  • HT1338 my Skype at facebook doesn't work

    When i upgraded my OS leopard into OS X my macbook pro slowed down and my skype in facebook doesn't work anymore....HELP!