ME2DP CHANGES IN FI MODULE

In FI Module Can we change  Amount in ME2DP transaction code after createing ME2DP document?

Hello,
ME2DP  t code not available in SAP.
Please be clarify , what is your requirement.
Regards
Mahesh Naik.

Similar Messages

  • How to change the source module version

    Hi All,
    In the OWB i created a source module and during those steps i clicked on version 10.1, but during deployment in the deployment managaer when i tried to register the location, its giving me an error as "Source verison 10.1 is not matching with the target version 10.2", can any one please help me or Advice me as to how to change the "source module version"?
    Thanks

    Hi
    what i understood is that the source module is associate with the location and you have provided the 10.1 which you need to change.
    so you can change that under location.
    Cheers
    Nawneet

  • Regarding a Change Document Function Module ----- VERY VERY Urgent

    I am using a Change Document Function module "CHANGEDOCUMENT_READ". It is taking a long time.
    I am using the parameters:
    Start date is the first date of the current month
    Enddate as last date of the current month
    Object class as 'MATERIAL'
    Table Name as 'MBEW'

    Hi ,
    When you want to read the change documents, please follow the below process.
    1. Read the change documents headers with function modules
    call function 'CHANGEDOCUMENT_READ_HEADERS'
           exporting
                date_of_change             = cdhdr-udate
                objectclass                = cdhdr-objectclas
                objectid                   = cdhdr-objectid
                time_of_change             = '000000'
                username                   = cdhdr-username
           tables
                i_cdhdr                    = gt_cdhdr
           exceptions
                no_position_found          = 1
                wrong_access_to_archive    = 2
                time_zone_conversion_error = 3
                others                     = 4.
    2. From above step you will get data of change documents very quickly into Itab (gt_cdhdr)
    3. Read the details on change documents with functiion module by using Itab in loop for each document.
      loop at gt_cdhdr.
        call function 'CHANGEDOCUMENT_READ_POSITIONS'
             exporting
                  changenumber            = gt_cdhdr-changenr
             importing
                  header                  = cdhdr
             tables
                  editpos                 = gt_cdshw
             exceptions
                  no_position_found       = 1
                  wrong_access_to_archive = 2
                  others                  = 3.
    Above is the best way to read the change documents.
    Rewards please if above info is useful.
    Thanks.

  • Changes In Function Module

    Hello abap Gurus,
    My Zdevelopment reports shows the runtime errors due to
    changes in this function module :-
    ZCFM_HIDE_INITIALFIELD_ALV
    So anybody pls. suggest me what i can do for this.I m attaching the coding also.
    FUNCTION ZCFM_HIDE_INITIALFIELD_ALV.
    ""Local Interface:
    *"  IMPORTING
    *"     REFERENCE(STRUC)
    *"     REFERENCE(FIELDCAT) TYPE  SLIS_T_FIELDCAT_ALV
    *"     REFERENCE(HIDE) OPTIONAL
    *"  EXPORTING
    *"     REFERENCE(FIELDCAT_E) TYPE  SLIS_T_FIELDCAT_ALV
    *"  TABLES
    *"      IT_TAB
    *"      IT_TAB1
    DATA S_FIELDCAT TYPE SLIS_FIELDCAT_ALV.
    FIELD-SYMBOLS <F1>.
    FIELD-SYMBOLS <F2>.
    DATA FIELDNAME(30).
    DATA VALUE(100).
    DATA : BEGIN OF DISPLAY OCCURS 0,
    FIELDNAME LIKE DD03L-FIELDNAME,
    END OF DISPLAY.
    LOOP AT IT_TAB.
    DO .
    READ TABLE FIELDCAT INDEX SY-INDEX
    INTO S_FIELDCAT.
    IF SY-SUBRC NE 0.
    EXIT.
    ENDIF.
    ASSIGN SY-INDEX OF STRUCTURE IT_TAB1 TO <F1>.
    CONCATENATE 'IT_TAB-' S_FIELDCAT-FIELDNAME INTO
    FIELDNAME.
    ASSIGN (FIELDNAME) TO <F1>.
    IF NOT <F1> IS INITIAL.
    DISPLAY-FIELDNAME = S_FIELDCAT-FIELDNAME.
    COLLECT DISPLAY.
    ENDIF.
    ENDDO.
    ENDLOOP.
    FIELDCAT_E = FIELDCAT.
    LOOP AT FIELDCAT_E INTO S_FIELDCAT .
    READ TABLE DISPLAY WITH KEY FIELDNAME = S_FIELDCAT-FIELDNAME.
    IF SY-SUBRC NE 0.
    IF HIDE IS INITIAL.
    DELETE FIELDCAT_E.
    ELSE.
    S_FIELDCAT-NO_OUT = 'X'.
    CLEAR S_FIELDCAT-KEY .
    MODIFY FIELDCAT_E FROM S_FIELDCAT TRANSPORTING NO_OUT
    KEY.
    ENDIF.
    ENDIF.
    ENDLOOP.
    endfunction.

    This is all about the runtime error :-
    Incorrect parameter with CALL FUNCTION
    Error analysis :-
        An exception occurred that is explained in detail below.
        The exception, which is assigned to class 'CX_SY_DYN_CALL_PARAM_MISSING', was
         not caught in
        procedure "HIDE_FIELDS" "(FORM)", nor was it propagated by a RAISING clause.
        Since the caller of the procedure could not have anticipated that the
        exception would occur, the current program is terminated.
        The reason for the exception is:
        When calling the function module "ZCFM_HIDE_INITIALFIELD_ALV", one of the
         parameters
        needed according to the interface description was not specified.
        This parameter was "IT_TAB1".
    I am not changing the function module, my couligue has change this he leave it & he doesn't tel to me. So pls. give some sol. to me.
    Thanks,
    Sumit.

  • Change from PM module

    Hi,
    I see the scope of PM is very less.now i am thinking to change my core module to following module.
    since i know all these module along with PM.
    1.MM
    2.Security
    3.BW
    4.EHS
    or any think else other then these modules.
    Pls let me know the best.
    Regards,
    SS
    Edited by: shrithar shelvaraj on Sep 22, 2010 5:25 PM
    Edited by: shrithar shelvaraj on Sep 22, 2010 5:26 PM
    Edited by: shrithar shelvaraj on Sep 24, 2010 11:26 AM

    Hi Shrithar,
    As you mentioned that you know all those 4 modules so my suggestion would be to go for MM or BW. Because these are the core base vanila areas where if you have experience then people can count on you. Secondly there will not be any dearth of projects/scope in those areas and moreover you can divert later towards other related modules based on these core modules.
    You can also later consider to move towards APO - which is in grt demand these days.
    Hope this may help you.

  • How to use Change doc Function Module?

    Fn mod:ZSUBTESTCHG_WRITE_DOCUMENT
    Import parameters               Value
    OBJECTID                        ZSUBTESTCHG
    TCODE                            SE37
    UTIME                             00:00:00
    UDATE                             09.03.2009
    USERNAME                        'TESTUSER'
    PLANNED_CHANGE_NUMBER
    OBJECT_CHANGE_INDICATOR            I
    PLANNED_OR_REAL_CHANGES         R
    NO_CHANGE_POINTERS
    UPD_ICDTXT_ZSUBTESTCHG               I
    N_ZSUBTEST                         2         TEST
    O_ZSUBTEST                         2         TEST
    UPD_ZSUBTEST                    I
    Tables                          Value
    ICDTXT_ZSUBTESTCHG                 0 Entries
    I have a ztable 'ZSUBTEST' with 2 fields DEPTID and DEPNAME and ticked "change document" for data element.
    I have created the above change doc write fn module. I am trying to insert a new reocrd into table.
    How to use ZSUBTESTCHG_WRITE_DOCUMENT so that even if i try to change an existing record in ztable the old and new values for a particulat ztable will be filled in CDPOS Table.
    Would appreciate if you can suggest me how to use in1) Update and 2) Insert scenarios.
    Thanks,
    Subba

    hi check this,
    Types Declaration***
    types: BEGIN OF X_audit,
    Field of ZAUDIT TABLE OR a custom created table------
           END OF X_audit.
    Data Declaration***
    Data: w_newvalues type X_audit,
          w_oldvalues type X_audit.
    DATA: BEGIN OF t_cdtxt OCCURS 0.
            INCLUDE STRUCTURE cdtxt.
    DATA: END OF t_cdtxt.
    DATA:  l_tcode type cdhdr-tcode ,
           l_time type cdhdr-utime,
           l_usnam type cdhdr-username,
           l_date type cdhdr-udate.
    **Constants****
    CONSTANTS : l_objectid TYPE cdhdr-objectid VALUE 'ZAUDIT_CD'.
    Initialization.
    Clear: l_tcode,l_time, l_usnam, l_date.
    Clear: w_newvalues, w_oldvalues.
    **Start-Of-Selection**
    Start-of-selection.
    *Populating w_oldvalues workarea with old values from the table
    Select single * from zaudit_t
                    Into w_oldvalues
                    Where belnr eq belnr_1
                    And  gjahr eq gjahr_1
                    And  bukrs eq bukrs_1. u201C where, belnr_1, gjahr_1, bukrs_1  are the fields on selection screen.
    here we are populating w_newvalues workarea with new values
    W_newvalues-f1 = w_oldvalues-f1
    f2 = u2018XXXXXXXu2019     -
    f3 = u2018YYYYYYYu2019
    f4 = u2018ZZZZZZZu2019
    l_tcode = sy-tcode.
    l_time = sy-uzeit.
    l_usnam = sy-uname.
    l_date = sy-datum.
    modify the table with new values***
    MODIFY zaudit_t FROM w_submit.
    IF sy-subrc EQ 0.
        MESSAGE 'Document Updated' TYPE 'S'.
    call function 'ZAUDIT_CD1_WRITE_DOCUMENT'
        exporting
          objectid                   = l_objectid
          tcode                      = l_tcode
          utime                      = l_time
          udate                      = l_date
          username                   = l_usnam
        PLANNED_CHANGE_NUMBER      = ' '
          object_change_indicator    = 'U'           u201CU-update, I-insert, D-delete
        PLANNED_OR_REAL_CHANGES    = ' '
        NO_CHANGE_POINTERS         = ' '
          upd_icdtxt_zaudit_cd       = 'U'
          n_zaudit_t                 = w_newvalues  u201Cpass the work area containing new values     
          o_zaudit_t                 = w_oldvalues  u201Cpass the work area containing old values
          upd_zaudit_t               = 'U'         u201C this parameter gives the values in the columns(new value, old value and changed field name) of table CDPOS.
        tables
          icdtxt_zaudit_cd           = t_cdtxt
    ELSE.
       MESSAGE 'Document Not Updated' TYPE 'S'.
    ENDIF. u201CIF sy-subrc EQ 0.

  • Changing a source module to a new database?

    Hi there, looking for help from the users here! I'm on OWB 10.2 This should be a simple one, but I'm having a hard time!
    The short summary of my question, is how do I change my mappings in my target db to pull from a new source module / database?
    Here's the longer description:
    In design center I have 2 different locations ("loc x prod_old" and "loc y prod_new"). I currently have a source module callled "m_src" that currently uses "loc x prod_old". So all views, etc, in "m_src" are currently being pulled from "loc x prod_old".
    Now I want to change the "m_src" modeule from "loc x prod_old" to "loc x prod_new", and then I want to make sure all of my mappings in my "m_tgt" module which have objects in "m_src" get pulled from the "loc x prod_new".
    On "m_src" module I change data location to "loc x prod_new" and also change metadata location to "loc x prod_new". Then I configure "m_src" and make sure the dropdowns point to "loc x prod_new" as well. Save. So far so good. In "m_src" I can now verify by selecting a view and looking at the "data" for the view.
    I can also now select a mapping in my "m_tgt" module and when I generate the code I can see that it will use "loc y prod_new" instead of "loc x prod_old", which is correct.
    When I go to control center, and run the mapping, the mapping is still using the "loc x prod_old", which is not what I want. It seems that I have to re-deploy each mapping. When I go to the db and look at the mapping using toad I can see the mapping still points to the "loc x prod_old". Only when I re-deploy the mapping does it use "loc x prod_new."
    Surely there must be a way that I can change my location or my source module and get my mappings to use the new location, without having to re-deploy each and every mapping. How can I best do this?
    Thanks!

    I guess I should have waited another day before posting (unfortunately time is critical now). I figured this out and am closing the thread.
    design center > location > edit it, pointing to new db
    design center > go verify the data on a view
    control center > target module > connector > drop / replace
    in a sql tool you can now verify your dblink points to the new db

  • Which Forms have been changed in AP module from 11i to R12

    Hi All,
    We are going for an upgrade from Oracle 11.5.10 to R12. I would like to know which Oracle Apps Forms and Forms personalizations have been changed from 11i to R12 in Accounts Payable module.
    Please.... reply.
    Thanks,
    TechD

    You might want to post your question in the EBiz area:
    https://forums.oracle.com/forums/category.jspa?categoryID=3

  • How to handle change in RFC module inside webdynpro

    Hi All!
    I am developing a rather large webdynpro application. The development is a "work in progress" meaning that from time to time we find that there are requireemtns for additional fields in some of the tables / structures of the RFC module.
    Normally what we do, when adding or deleting an attribute from a table/structure is:
    Reimportmodel.
    Delete Cotext.
    Click Apply Template, and create new model binding using the template.
    modify the method.
    But are there other ways to handle reimports?
    Because when we use table XXYY in 7 different RFC modules and then add/remove an attribute of tabel XXYY we have to delete and re-create 7 modelbidings + method = VERY VERY time consuming, and error prone - because all the views attached to our component contoller also has to be reimported.
    Does anyone know a smarter / more convienient way to do this?
    Inputs are highly appreciated!
    Best regards,
    Ronni Hostrup

    Hi Again,
    i guess i was a little to quick in my reply.
    The method above i am afraid does not work.
    What i did was:
    the RFC module was changed (an extra field was added to a table of the rfc module)
    reimported the model (on my DC containing the model)
    re-deployed the model on the server.
    opened the dc that uses the model and removed the model from used models.
    -- no errors occoured. then i removed the use of the entire DC (removed it from used dc )
    rebuilded the projcect, and alot of errors accoured.
    add the model dc puplic part again, and added the model as used model.
    rebuilded the project again - no errors.
    in the context i, under input and output of the affected modelcontext i choose edit model binding ,and then chose the model type. and marked all of the fileds (i could see my ekstra field)
    updated the ui that used the models.
    deployed the archive, restarted the j2ee engine - just to be sure.
    deployed the archive again, and nothing worked - ie. not a single entry in the entire table
    so i guess i have to delete the model contex and then click the apply template to rebind and recreate alle my RFC modules again - since  most of them use the same modified table
    but thanks for the inputs.  - lets hope that SAP one day realizes that this is not very clever made
    best regards,
    Ronni

  • Code sample for using change document function modules

    Can someone send me some sample code for using function modules CHANGEDOCUMENT_READ_HEADER and CHANGEDOCUMENT_READ_POSITIONS?  I'm specifically looking for changes that occured to the standard price field in the material master (MBEW-STPRS) and I need to pull the most recent price change for a given material.  I'm not sure how to write the code efficiently since I don't have a date to pass (again, since we're looking for the most recent change.)
    Thanks!

    hi check this..
    CHANGEDOCUMENT_READ_HEADERS
    Example:
    CALL FUNCTION 'CHANGEDOCUMENT_READ_HEADERS'
    EXPORTING
    objectclass = 'EINKBELEG'
    objectid = l_objectid
    username = space
    TABLES
    i_cdhdr = lt_cdhdr.
    LOOP AT lt_cdhdr WHERE udate IN s_aedat.
    CALL FUNCTION 'CHANGEDOCUMENT_READ_POSITIONS'
    EXPORTING
    changenumber = lt_cdhdr-changenr
    TABLES
    editpos = lt_editpos.
    LOOP AT lt_editpos WHERE fname = 'LOEKZ'
    AND f_new = 'L'.
    p_desc = text-r01. " Cancel Contract
    ENDLOOP.
    ENDLOOP.
    CHANGEDOCUMENT_READ_POSITIONS
    Example:
    CALL FUNCTION 'CHANGEDOCUMENT_READ_HEADERS'
    EXPORTING
    objectclass = 'EINKBELEG'
    objectid = l_objectid
    username = space
    TABLES
    i_cdhdr = lt_cdhdr.
    LOOP AT lt_cdhdr WHERE udate IN s_aedat.
    CALL FUNCTION 'CHANGEDOCUMENT_READ_POSITIONS'
    EXPORTING
    changenumber = lt_cdhdr-changenr
    TABLES
    editpos = lt_editpos.
    LOOP AT lt_editpos WHERE fname = 'LOEKZ'
    AND f_new = 'L'.
    p_desc = text-r01. " Cancel Contract
    ENDLOOP.
    ENDLOOP.
    Check this link.
    http://www.sap-img.com/mm001.htm
    <REMOVED BY MODERATOR>
    venkat.
    Edited by: Alvaro Tejada Galindo on Mar 18, 2008 4:05 PM

  • What is the role of Changing Tab infunction module se37

    Hi. All,
    Any body can help me that what is the role of changing tab in function module.
    i am very confuse to take this. please tell me with code ( code implementation)
    not only theritical.
    Regards
    Mohd
    Moderator message: please search for information, these forums are no substitute for ABAP training.
    Edited by: Thomas Zloch on Mar 1, 2012

    SAP help portal
    ht[http://help.sap.com/saphelp_erp60_sp/helpdata/en/2d/351ee6448c11d189420000e829fbbd/frameset.htm|http://help.sap.com/saphelp_erp60_sp/helpdata/en/2d/351ee6448c11d189420000e829fbbd/frameset.htm]
    Configuration for definition of formula parameter
    Customizing > Quality Management > Quality Inspection > Results Recording > Define Parameters for Calculated Characteristics
    As you know, you can assign the formula for inspection characteristic in inspection plan.
    Regards
    Luke

  • Changes in function module SO_DOCUMENT_SEND_API1

    Hi all,
    I've been using function module SO_DOCUMENT_SEND_API1 to send e-mail (containing some simple text) with an Excel file attached to it. As of 01.11.2009 SAP has changed a lot of the function module code - and now the Excel file contents has become faulty (rows missing).
    Can anyone give me code examples on how to use the new version of the function module?
    Regards,
    MV

    Hi all,
    I've been using function module SO_DOCUMENT_SEND_API1 to send e-mail (containing some simple text) with an Excel file attached to it. As of 01.11.2009 SAP has changed a lot of the function module code - and now the Excel file contents has become faulty (rows missing).
    Can anyone give me code examples on how to use the new version of the function module?
    Regards,
    MV

  • Destination Bin change in Pick Module Replenishment scenario

    Dear Experts,
    We have a requirement to perform destination bin change during TO confirmation into the pick module for replenishment scenario. The requirements is as below:
    System set up:
    We have a storage type 001 (Replen Storage type) that has been configured with putaway strategy as 'F'. It is basically a pick module wherein we have defined one fixed bin for every SKU or Material in WM2 view and we have defined the minimum, maximum, control quantity & replenishment quantity.
    Our requirement is to perform a two step confirmation for the stocks going into this pick module meaning although the fixed bin in determined during TO creation user needs flexibility to change the destination bin to a new interim bin during confirmation and then they will intern perform a bin to bin transfer from interim bin into the actual fixed bin location.
    We do not want to activate standard 2 step procedure as it will impact other kind of picking process. Hence need a solution to perform destination bin change as below.
    1. For Material A and Fixed Bin 001 in storage type 001, the stock level has gone below minimum quantity.
    2. A transfer order is created automatically to replenish this bin from another storage type(This is standard SAP replen process).
    3. The user will pick stock from the source storage type and deposit the stock into an replenishment interim bin which is also a part of the same pick module.
    4. The user wants to confirm stock in interim by changing destination bin to say bin 002 in storage type 001. Although we have activated destination bin change for this storage type it is not allowing us to change bin during confirmation.
    We are looking for help from experts to provide a solution for this scenario. Is activating destination bin change for fixed allowed by standard SAP? If not what are the other alternatives to achieve this functionality. Please refer the attached document for details.
    Best Regards,
    Harish

    Hi Harish
    How is the replenishment triggered..are you using LP21,LP22 or LP24...IF YOU use any of these standard SAP TCode, first the system creates TR and the bin gets fixed in the TR itself. Even by having destination bin changeable at the time of confirmation will have no effect and will continue to remain grey.
    I had a similar requirement in one of the projects.Placement strategy was next empty bin and since fixed bin was maintained in material master , system was always defaulting fixed bin in TR. When TR was converted to TO, the same bin got carried over
    to avoid this we used user exit EXIT_RLLNACH4_004 to prevent defaulting of bin in TR. TR was created without destination bin. When TR is converted to TO, system can find the bin based on the strategy maintained. This works very well and we have used it successfully
    Regards
    Jayaram

  • Problems changing to Slideshow module

    I recently updated to Lightroom 4.3 for Mac. When I attempt to change to the Slideshow module, I get an error message that reads:
    "An error occurred when attempting to change modules"
    Once I've attempted to change, other issues ensue and I usually have to close Lightroom and reopen the program. Has anyone else had this problem or should I contact support for help with this one?

    Could be due to a corrupt Preference File. This file can go "funny" and is then responsible for all kinds of strange behavior of Lr. The remedy is replacing the Preference File.
    See here for where to find the Preference file for your OS: http://helpx.adobe.com/lightroom/kb/preference-file-locations-lightroo m-4.html
    See here for how to go about Replacing the Preference File: http://lightroomers.com/replacing-the-lightroom-preference-file/745/

  • Personnel subarea  changed in hr module but not reflecting to bi with same

    Dear all
                below is the scenario at present
    personnel subarea  for employee in april was  as   1111.
    personnel subarea for that employee in MAY IS       1120
                                    that is one employee changed from personnel subarea 1111 to 1120 in HR - MODULE R/3
    In BI still he showing in personnel subarea 1111 only
    How to get changed this employyye form personnel subarea 1111 to 1120 where as PERSONNEL AREA IS SAME
    Provide your valueble suggestions.
    Thanks
    satish.A

    Hi Thankd for ur qick reply
    Already i have loaded the data of o employee but it is not working.Just now also done the same there is no use
    personnel subarea is not getting changed as of r/3 for the employee.
    Any more ideas regarding the issue it will be helpful
    Thanks
    Satish.A

Maybe you are looking for