BTE for MARC table

Hi All,
could someone provide me the Business Transaction Event(BTE) for MARC table update.
ex:for table EBKN   BTE is 01000710.
in the same way i want to findout the BTE for MARC table update.
Please help.
Thanks
Krishna.

Thanks Very Much..
for future requirement(may get same requirement for other table or T-Code), is there any way we can find BTE from t_code:MM03 or MARC table?
appriciate your help.
Thanks
Krishna.

Similar Messages

  • BTE for customizing tables

    Hi,
    Is there a standard BTE raised for customzing table change.
    so that i can right my own function on raise of this BTE event.
    regards
    kaushik

    Refer to this link
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/207835fb-0a01-0010-34b4-fef1240ba9b7
    BERE is the transaction code : Business Event Repository.
    Regds
    Manohar
    Message was edited by: Manohar Reddy

  • Suitable BTEs for REGUP and VBPA tables?

    Hi Gurus,
    What are the suitable BTEs for the REGUP and VBPA?
    can we create a new BTE for custom table?
    points will be rewarded for the quick responses.
    Thanks,
    KG

    Hi,
    Yes we cn create Buisness transaction events for custom table as shown below..
    To assign function module to the event, we need to create a product, say ZPRODUCT. Click as shown below:
    ·        Click on New entries.
    ·        Ensure that the Active check box is checked, otherwise BTE wouldnu2019t trigger.
    ·        Now we need to assign the function module created earlier to the event
    ·        Click as per the following screenshot:
    ·        Click on new entries and create the following entry for 00001120:
    ·        Test the BTE by creating a document through FB01 transaction.
    ·        To check whether the assignment field is filled with u201CDemo BTEu201D, display the created accounting document from FB03 and check for the Assignment value.
    Double click on the item.
    Triggering business object events:
    Update the Z function module that is created earlier by calling the function module SWE_EVENT_CREATE to trigger a business object event. Link this event to the workflow.
    For more info..follow this link
    ****************/Tutorials/Workflow/BTE/Demo2.htm

  • Update Profit Center in MARC Table

    Req is to update Profit Center in MARC table.So let me know any BAPI or function module for Mass Upload to change profit center.
    Thanks
    Suresh

    Hi Suresh,
    For MARC table data change you should use BAPI_MATERIAL_SAVEDATA as it is data related to Material number.
    Regards,
    Atish

  • BTE for Parking a document and updating a custom table

    Hi
    I want to update a custom table whenever a new parking document got posted through FBV4. I want to use a BTE for this please advice....
    Moderator message: please do some research before asking.
    Edited by: Thomas Zloch on Mar 10, 2011 9:15 AM

    Hi Gaurav,
    First time the correct data i have entered..and pressed "Save" button it is going and updating .After that i given same priority to multiple absence types..it errored out.. till now everything is fine.. Again i changed to correct value.. and pressed "Save" button. It is error out with an error like :
    JBO-25001: Name LOCATOR_SELECT3 of object type View Row Set Iterator already exists
    Code :
    int rowCount = vo.getFetchedRowCount();
    RowSetIterator rIter1 = vo.createRowSetIterator("LOCATOR_SELECT3");
    rIter1.setRangeStart(0);
    rIter1.setRangeSize(rowCount);
    int g=0;
    rIter1.reset();
    for ( int i=0;i<rowCount;i++)
    XxchrResultSetVORowImpl row = (XxchrResultSetVORowImpl)rIter1.getRowAtRangeIndex(i);
    String priority = ((String)row.getAbsencePriority());
    System.out.println("First Priority" + priority);
    for ( int j=0;j<rowCount;j++)
    if(i==j)
    g++;
    //leave this row
    else
    XxchrResultSetVORowImpl rows = (XxchrResultSetVORowImpl)rIter1.getRowAtRangeIndex(j);
    String priority2 = ((String)rows.getAbsencePriority());
    //String priority2 = ((String)row[j].getAttribute("AbsencePriority"));
    System.out.println("Second Priority" + priority2);
    if(priority.equals(priority2))
    //that means priority is repeated
    throw new OAException("error",OAException.ERROR);
    rIter1.closeRowSetIterator();
    Serializable[] param = {Businessgroupname,Retroactivedays};
    am.invokeMethod("Apply");
    Thanks
    Preeti

  • How to update a custom field of MARC table using BAPI_MATERIAL_SAVEREPLICA

    Hi,
    I want to update a custom field (Appended field) of MARC table using  BAPI_MATERIAL_SAVEREPLICA. Please help me in this issue. I cannot use BAPI_MATERIAL_SAVEDATA as this updated the MARC table record by record. I have to update bulk records at a time.
    Thanks
    Rahul.

    Hi,
    Use the Documentation given for struture in BAPI docuemntation...
    For loading data into custom fields of MARC use the structure - BAPI_TE_MARC.
    First, structures BAPI_TE_<NAME> (<NAME> = MARA, MARC, MARD, MBEW, MLGN, MLGT, MVKE, MARM, MAKT) and the appropriate check structures BAPI_TE_<NAME> (<NAME> = MARAX, for example) have to be extended by the customer to include the required fields. The structures that are delivered as standard only contain the relevant key fields. When new fields are added to this structure, you should ensure that a field has the same name as the field in the database table. Furthermore, the fields in the structures BAPI_TE_<NAME> can only be CHARACTER fields. Data element BAPIUPDATE is to be used for the fields in the check structure (exception to this: key fields.)
    Parameters EXTENSIONIN and EXTENSIONINX are used for transferring data to the method. Field STRUCTURE contains the name of the structure (for example, BAPI_TE_MARA or BAPI_TE_MARAX). This names is used to identify the work area (for example,  WA_BAPI_TE_MARA or WA_BAPI_TE_MARAX) to which the data is transferred. The remaining fields in parameters EXTENSIONIN or EXTENSIONINX contain data for the key fields (for example, the material number) and the data for customer-specific fields. The number of characters reserved in both parameters for the contents of the customer-specific fields must match the number of characters for the relevant field in the work area. If the number of required characters is less, the remaining characters are left blank. Only when all characters have been filled can the contact for an additional field be transferred. Bear in mind that only data for which an appropriate indicator has been set in the work area can be updated to the database.
    Regards,
    Bhargava

  • MARA table field STAWN (Comm./imp. code EU ) is not updating in MARC table

    Dear Experts,
    From MARA table field STAWN (Comm./imp. code EU ) is not updating in MARC table field STAWN (Comm./imp. code EU ) by MM02 Transaction
    Is there any SAP standard functionality to over come above issue or needed  ABAP coding for the same ????
    Regards
    Hanumant

    Dear All,
    Thanks for your reply
    I tried to update the the field after adding plant and other detail actually that field will be gray mode (display) and cannot update
    my question i want to update MARC_STAWN field (Forign trade import) for my existing all material , those material MARA_STAWN (basic data 3 ) is also blank but system is allowing me to update in MARA_STAWN (basic data 3) but system will not update to MARC_STAWN (Forign trade import) field.
    What is the best method to Coppy all MARA Stawn fields to the MARC Stawn field.
    Regards
    Hanumant.

  • BTE for Material Master

    Is there a BTE for MM01 or MM02? I would like to capture the changes to data on these transactions when user has pressed the save button and also after the dB COMMIT is executed.
    So far in my search, I have found that there is no BTE for Material master data transactions. I want to confirm this with other users. Also, is there a BAdI that I could use?
    TIA.

    Hi Shri ,
    BTE mainly for FI transactions .
    BADIs for MM
    BADI_MATERIAL_CHECK  Enhanced checks for material master table               
    BADI_MATERIAL_OD                                                             
    BADI_MATERIAL_REF    Addition of customer-defined default data for material  
    BADI_MATMAS_ALE_CR   Change Data in MATMAS IDoc When Generating an IDoc      
    BADI_MATMAS_ALE_IN   Change Data in MATMAS IDoc Before Posting               
    BADI_MATN1           BAdI for Conversion Exit MATN1                          
    BADI_MATRIX_SORT     Sorting of Matrix Axis Population                       
    BADI_MAT_F_SPEC_SEL  BAdI for Material Special Field Selection               
    Regards
    Prabhu

  • Problem in MARC Table - when count A, B, C Physical Inventory Indicator

    Hi,
    We have 75000 material in MARC table of 1 Plant.
    But when we saw materials with Physical Inventory CC indicator- ABCIN (A + B + C), there are approx. 63000 material's.
    How it's possible??? what is the diff. of 12000 material's...
    Note: - There is no D indicator material's in MARC.
    Plz help..
    Regards..

    No, there is no problem. It can be done if you are sure that all entries should contain value D instead of space. But before doing this, you should probably analyse and find out a reason why it happened. Maybe there were an error in migration program (if the materials were migrated). Or probably there is some user-exit implemented for maintaining material master and it contains error. Which plant is for such materials in MARC table if there is no plant view maintained? Should these entries be in MARC table? I do not know. I am not MM consultant, just an ABAP developer. But from technical point of view, there is no risk in such update, there is a risk only from business point of view and I am not the one to judge this risk.
    Adrian

  • Using BTE for BW

    Hi,
    Has anyone used BTE for BW extraction. If yes, can you please explain on how we will be able to get the Initial data .
    I am planning to extract conditions using BTE 00503301 using a Z-table.
    Thanks,
    Latha

    Latha,
        To my knowledge, BTE for only to pick up delta and fill the delta Queue. try loading initial loads, may extractor will supply the Data. Even in BTE, we are not writing any code to extract delta records.
    Extractor will bring you initial Data.
    Can any body guide when we need to use this BTE extractor?
    If i want to create custom one, how to do that?
    Regards,
    Nagesh Ganisetti.

  • BTE for posting documents

    I activated the SAMPLE_INTERFACE_00001030 in BTE, it worked fine with the FI documents (Transaction F-43), but when I generated an Invoice Verification (Transaction MIRO) the process is not going into the BTE for the FI document.
    I need to include the FI documents into a 'Z' table, that's why I need to activate a BTE for Invoice Verification and for Travel Management too.
    Could you please let me not if I need to activate another BTE.
    Regards,
    Juan

    yeah  , in case of MIRO u have to find out which BTE sap is taken ? then u have to activate that one also.
    how to find out BTE for MIRO ---> search for OPEN_FI in the program of MIRO then u will get list of FMs from that list u have to select one which suits ur Requirement.
    Regards
    Prabhu

  • TDMS transfers Materials, but MARC table is empty

    After creating an empty shell using cleint copy, we are trying to copy Materials from one client to another using TDMS. Interestingly, it succeeds in copying all the Materials Tables like MARA,MAKT,MARD etc but the Plant level table MARC is empty even though there are several thousand records that need to be copied over.
    We repeated the experiment twice and we get the same results.
    Also interestingly, other lower Plant level data like Batches, Variants are copied over successfully. This is surpising as the Plant Level table MARC is empty and my expectations are that  the dependent next  plant level tables should be empty.
    Did anyone run into this problem before? If so what was the solution?
    Thanks in advance.
    Vikram Reddy

    Hi,
    If you are using a TDMDC package - Master data and customizing , then the table MARC table will not be transferred. However, IF you want to transfer this via TDMDC package then you have to run the activity 'Maintain classification
    manually' and select the table for transfers.

  • Updating the CUstomer fields in mARC table using BAPI_MATERIAL_SAVEREPLICA

    Hi friends,
    I want to update the Zfields in MARC table .Please provide me the details for updating these fields (Extension in bapi) Using the  BAPI_MATERIAL_SAVEREPLICA
    Thanks in advance

    Hi Varsha,
    There is documentation provided for this funtion module:
    If long texts (for example, basic data texts, internal notes, purchasing info texts, material notes or sales and distribution texts) or customer-specific fields have to be created for a material, some specific characteristics have to be taken into consideration. These characteristics are detailed in the documentation for parameters MATERIALLONGTEXT and EXTENSIONIN.
    Documentation is present for the parameters by clicking on EXTENSIONIN, EXTENSIONINX
    Regards,
    Swarna Munukoti

  • Custom field not updating in MARC table by mm01/mm02/mm03

    Hi,
    I have created a sub screen in Plant storage 2 of MM01 tcode with a custom field.  The field is visible in the screen but the value is not getting updated in the MARC table.  We can update the MARA table through the exit of MPA00001 but there is no option for updating the MARC table.  Please let me know if there are any options.

    HI Geeta,
    Chek this
    DATA: H_ZE1MARCM LIKE ZE1MARCM.
    IF F_CUST_SEGMENT-SEGNAM EQ 'ZE1MARCM'.
      H_ZE1MARCM = F_CUST_SEGMENT-SDATA.
      IF H_ZE1MARCM-ZMYFIELD = C_NODATA.
        CLEAR H_ZE1MARCM-ZMYFIELD.
      ELSE.
        IF H_ZE1MARCM-ZMYFIELD IS INITIAL.
          RES_FIELDS-FELDNAME = 'MARC-ZMYFIELD'.
          APPEND RES_FIELDS.
        ENDIF.
      ENDIF.
      F_MARC_UEB-ZMYFIELD = H_ZE1MARCM-ZMYFIELD.
    ENDIF.
    Given By Lars,
    Regards,
    Madhu.

  • BTE for VDH1N

    Hi experts,
    I have a little problem: I'm looking for a BTE that is triggered in TCode VDH1N every time a customer gets added, removed or changed in a customer hierachy.
    I tried so set up BTEs for events 00504004 00504005 and 00504006, so I copied the sample function modules and added them to those events in Tcode FIBF.
    Unfortunately they don't get triggered in VDH1N.
    Any ideas what could be the reason?
    Cheers!

    Hi Shri ,
    BTE mainly for FI transactions .
    BADIs for MM
    BADI_MATERIAL_CHECK  Enhanced checks for material master table               
    BADI_MATERIAL_OD                                                             
    BADI_MATERIAL_REF    Addition of customer-defined default data for material  
    BADI_MATMAS_ALE_CR   Change Data in MATMAS IDoc When Generating an IDoc      
    BADI_MATMAS_ALE_IN   Change Data in MATMAS IDoc Before Posting               
    BADI_MATN1           BAdI for Conversion Exit MATN1                          
    BADI_MATRIX_SORT     Sorting of Matrix Axis Population                       
    BADI_MAT_F_SPEC_SEL  BAdI for Material Special Field Selection               
    Regards
    Prabhu

Maybe you are looking for

  • Magic Mouse Disconnecting When Closing MacBook Pro Using External Display

    I have a 2009 MacBook Pro. I am trying to use it in sleep mode with an Apple wireless keyboard and a Magic Mouse. Everything appears to be connected fine. When I close the lid on my MacBook, I click my mouse and the external display comes on for a fe

  • Links in pdf not active from Preview

    If I create a pdf from a Word .doc file, the links are not active in Preview but are active if I use Adobe Reader 10 (I prefer Preview as my default pdf reader).  However if I have Google download a document as a pdf file, that pdf file has active li

  • How to create 3D logo which have 2 pictures in one photo for my site logo

    Hello sir/mam I have created simple 2 logo for my site, now I want to add them in single image and give the 3D view so that, one single photo looks different from different angles. I want it for my office table. I have seen pictures like this, but I

  • Live character count?

    I know it's possible to check your character count through the inspector in Pages, but I would much rather change the live word count in the status bar into live character count. Anybody know if it's possible?

  • Post "archive and install" recovery

    I just did an "archive and install" on my iMac G5 (at the direction of my Apple Support Specialist). Now, I need to figure out how to recover some basic things, such as Address Book contacts, Safari bookmarks, etc. For that matter, I'd like to know f