Create Change document update problem

Hi Abap expert,
I am a newbies in the ABAP world, recently i got some requirement to synchronize data from customize table.
i already create new change document object (SCDO) and also generate update program and others step
like BD
The problem is thet the tables bdcp / bdcps do not have any data  after i make any changes to the table . Is there some missing link,
is that requirement can be done ?
Thank you and Best Regards
Fernand

If its a warning you can simply you can ignore the same.
If its a hard error, make sure your function group / module name starts with a Z / Y.
If its still gives a error, use the naming convention something like this
ZXX_XXXX or YXX_XXXX...
Regards,
Ravi
Note - Please mark all the helpful answers

Similar Messages

  • Problem while creating change document

    hi all
    i am creating change document for master data like project type , project applicant
    but i am unable to complete it as i am very new to ABAP
    can any one give me step-by-step procedure to do the same?
    I have followed the procedure given in sap Liabrary i.e.
    1 -  Define the change document object
    2 -  Check in the Dictionary, whether the data elements of the fields which are to
          be logged are flagged appropriately.
    3 -  Generate the update.
    4 -  Program the appropriate calls in your program.
    But then i got stucked on point 4...what exactly I need to do in that?
    Regards
    Sheetal

    Hi,
    The table you have used is having the key which comprises both MANDT and ID. However, while writing the code you must have used only the ID. The system takes MANDT and ID both as the key fields.
    This may be the reason of the error you are encountering.
    Thanks,
    Jyoti

  • Creating change documents for VDH1N-customer hierarchy

    Hi
    i need to create change documents so that i can read the changes and extend DEBMAS06 to send customer hierarchy data to non-sap system using IDOC.
    can anyone let me know how to create change documents to customer hierarchy ...

    Hi
    i need to create change documents so that i can read the changes and extend DEBMAS06 to send customer hierarchy data to non-sap system using IDOC.
    can anyone let me know how to create change documents to customer hierarchy ...

  • Creating Change Documents?

    I've a table for which the change documents are written for some of the fields. Now, two new fields have beeen added to the table and I want change docs to be created for them as well.
    i checked the "change documents" check box in the properties of the data elements of the two fields, but still the change documents are not getting craeted for these new fieds.
    Do I need to do some more changes??

    Hi ,
    If you activated that table successfully (Adjusting database if necessary) and although you are getting the problem then I suggest you to -
    Go to transaction SCDOC and Generate Update program again.
    Now it will be in ' WILL BE CREATED ' status,SAVE it and the status
    will changed to ' CREATED '.
    Call the function module again in the program by deleting the old function module call.
    This will realy solve your problem.
    Regards
    Pinaki.

  • F150 dunning- create change documents in FI journal

    hi all,
    when running F150 in update mode the dunning information is updated in the FI posting.
    however, no change documents are created for the FI posting.
    Is this possible to achieve and how?
    If I change dunning fields manually via FB02 I get the change document for those fields. I would like to get this also for the F150 program execution.
    Thanks in advance
    Hein

    Hi,
    maybe SAPNET note 609773 is helpful (depending on your SAP Release).
    best regards, Christian

  • Creating Change Document for Custom Field in Table PROJ

    Hi,
    We have a few Custom Fields in Table PROJ.
    What needs to be done so that every time a particular custom field  is changed, change document in table CDHDR and CDPOS are created.
    Regards,
    Tarun Bahal

    Hi Tarun,
    Please refer [Link1|https://help.sap.com/saphelp_nwmobile71/helpdata/en/2a/fa018f493111d182b70000e829fbfe/content.htm] & [Link2|http://help.sap.com/saphelp_erp2005/helpdata/en/db/7a2a40ce93185de10000000a1550b0/content.htm]
    Hope this helps!
    Regards
    Shital

  • Issue in creating Change Document.

    Hi,
    I am trying to create a Change Document using transaction SCDO to track changes in data records some of my own custom Z tables.
    When we create a new change doc, you have to give the the Customer namespace and the name of the object.
    But when i do a F4 on the the list of Customer namespace and select any of the namespaces marked for Customers, ( and give the name of the doc, it says that the namespace given is not allowed.
    Any one done this before and can help ??
    Thanks in advance,
    Anuj.

    Hi Anju,
    Don't enter anything in the field NAMESPACE . Just fill in the Change document object and Continue.
    You have to fill the NameSPACE if required only.
    Thanks
    Shekar

  • Use of Function CREDITLIMIT_CHANGE does not create change documents

    Hello,
    I've been using this FM in a customer program for some time, now, but it was called to my attention that no change documents where being kept, aswell as no administrative data.
    Can't seem to find any SAP Note regarding this issue.
    Is this behaviour expected?
    Thank you
    D

    was not setting UPDATEFLAG in adtelx

  • BP change documents ( linking problem between Object id and Business Partner)

    Hi,
    We need to create a report for documents changed for a Business partner.
    This will be done in sap bw.
    on source side I have created the datasource with function module changedocument_read and I am getting most of the information
    which I want. Only missing part is Business Partner number.
    Can somebody suggest , how I would be able to link Object Id to business partner.
    I need to pull everything that is changed at BP level and the Object class selection around 30 in number.
    So I am looking for any standard function module which can provide me the link between Object id and Business partner.
    If I establish the rules to determine the Business partner from Object id , its getting bit difficult.
    Can somebody please help/suggest.
    I have gone through many documents and scn posts but unable to find anything on this.
    Thanks !

    Hi, looking at the change history header table CDHDR it seems that object ID simple equals the internal format of the business partner number.

  • MASS/MM17 don't create change documents in CDHDR/CDPOS?

    Hello,
       This has probably been answered before, but I've been unable to find it in OSS or on forum searches here.
       When I use MASS with object type BUS1001 and make mass changes to materials, the changes are not recorded in CDHDR/CDPOS.  Is there any way to fix this?  These changes really should be recorded.  SAP Version is 4.7.
    Thanks,
    Randy Poser

    The changes will be recorded in the CDHDR but there will not be any document number
    to have doc number u have to activate the Eng change management
    what ever u do in MASS will get recorded in CDHDR w/o number so check by date u made changes to material and u will see records

  • Problem in multiple item for change document objects

    hi gurus,
    I have created change document object in tcode SCDO . It had giveN function module /TMW/CHG_OBJ1_WRITE_DOCUMENT.
    CDPOS AND CDHDR tables are updated with changed data. now i am trying to display all old and new data in se38 program.
    here my problem is when ever i changed multiple  item data , my program showing first item details only . I need to show all item data when ever i changed parallel . please help me where is my problem .
    thank you

    I think this is issue with function module generated thru SCDO Please check in your function module inside that the following function modules are used
    CALL FUNCTION 'CHANGEDOCUMENT_OPEN'
    CALL FUNCTION 'CHANGEDOCUMENT_MULTIPLE_CASE'
    CALL FUNCTION 'CHANGEDOCUMENT_CLOSE'
    if not then there may be issue with SCDO

  • Change documents for created for Customer Master

    An existing program makes changes to the Customer master table KNA1. The changes are made at the table level using the UPDATE command. Since the changes are being made at table level, the change documents are not created.
    I need to create IDocs for all changes. So the question is, how to create change documents for changes to the particular fields being UPDATEd in the report program.
    I understand that a BDC program on XD01 screen should have been the best way for this, but I'm here to break-fix and trying to identify solutions with least development effort.

    Hi ganadeep,
    When an application makes any changes to an object it wrties change documents which are stored in the table CDHDR and CDPOS for each change made.
    BDCP table holds the change pointers which point to the change documents in the  CDHDR table.
    Regards
    Parag

  • How to create the change document functionality for a dependent objects?

    May I please know how to create the change document functionality for a dependent objects?
    I have done it follow the same process as for business process objects. But when i try to test it in BOBT, there is no records under "FIELD_CHANGE_WITH_FILTER". It seems the change hasn't been recorded.
    If the way I did to create change document for dependent object is correct, please also kindly advise the possibilities for why there is no record during testing.
    thanks in advance.

    I also have some doubts about the business object.In this case,one abstract BO hase a subnode wihich is root extended.I added the change document for this node under the category "root_extended" and then tested the function in BOBT.I got some error message "can't find the root key".Shall i redefine the method /BOFU/IF_CDO_CREATION~IS_CDO_CREATION_ACTIVE so as to solve the problem?
    Thx.

  • How to create a change document?

    How to implement this:
    When table IHPA is updated (fields: OBJNR, PARNR, PARVW)
    A change document should be automaticly created in table CDHDR and CDPOS
    I have gone to the T-code scdo to create a new change document object ZIHPA
    and set the table = IHPA and marked Doc. for individal fields at delete
    Then I generate the the fuction module ZIHPA_write_document.
    I have create a program and call this fuction module.
    But I'm confused by the import parameter.
    And I have tried some parameter, the function run successful but no record has been created in table CDHDR and CDPOS.
    Who can help me?  Thanks a lot.

    Hi Siarhei,
    Thank u for ur reply very much.
    'If you are trying to log updates (change indicator = 'U') - it will log it for those fields only which have "Change document" checkbox ticked on data element level in your table.'
    I have set the the checkbox as on already. But if I don't create change document manual, it will not create change document automaticlly.
    Another reason for my saddness is that I have read some other write document fuction in where they are used. Such as material_write_document, but in fact, I am confused by the code. I still don't know how to get the new workarea. Can you help me? Thanks god and you. _

  • Creating a custom change document for a standard table field

    Hi
    Is it possible to create a change document for a field in a standard table?
    I have searched the forum and only found threads about creating change document to a custom table.
    Will the creation of change documents to a standard SAP table be a modification?
    Thanks.
    Regards
    Sowbhagya.L

    Yes it will be a modification on standard table, but you can always create change document for any field by assigning it to custom change object.
    Regards,
    Krishna.

Maybe you are looking for

  • Default Profit center Via 3KEH & FAGL3KEH

    Dear All, I have defaulted the profit center of a particular Bank G/L Account via these 2 transactions. Now the new entries, whatever  taking place are getting displayed in fbl3n when we choose a specific profit center. But what about the existing en

  • EAM Work order completion issue

    Hi guys We have a requirement where we need to complete a work order using an API call . There are times where even when all operations are completed the users dont change the status to complete. I've tried using the EAM_PROCESS_WO_PUB.PROCESS_WO to

  • Browser crashing Macbook, I think

    Hi everyone, My Macbook is crashing multiple times per day. It seems to correlate to when I have a browser open, and happens in both Safari and Firefox. I get the beachball for a few seconds (during which I can still switch programs) and then the com

  • Can't locate IP-printer

    Hello, I have recently bought the new Airport Extreme 802.11n. Everything works fine, except I can't seem to locate my printer (Brother 1270N, laserprinter), which is hooked up to one of the Ethernet LAN-ports on the Airport. I know I have to have th

  • Help! Deleting Photos in Aperature also deleted in iPhoto

    I have recently started using Aperture and I want to use it with my "professional" photos and continue to use iPhoto for my "personal" photos. I already had a lot of professional photos in iPhoto, so I decided that the easiest way to bring the ones I