Bapi for create Engineering Change Management (ECR)

Hi abapers,
do you know a function module to create ECR? (Not CM!)
Thx

nobody knows a bapi for CC31 transaction?
Edited by: Andrea Peruffo on Sep 9, 2008 3:13 PM

Similar Messages

  • BAPIs for Create and Change Classes

    Hi experts,
    Is there any BAPI to Create or to Change the classes.
    Thanks,
    kruthik.

    Hi
    Class Creation first u need to check whether the class is alreay created or nor for that use the below BAPI
    CALL FUNCTION 'BAPI_CLASS_EXISTENCECHECK'
          EXPORTING
            CLASSTYPE = CLASSTYPENEW
            CLASSNUM  = CLASSNUMNEW
          TABLES
            RETURN    = RETURN.
        CLEAR RETURN.
        READ TABLE RETURN WITH KEY TYPE = 'S'.
        IF SY-SUBRC = 0.
          MESSAGE RETURN-MESSAGE TYPE 'I'.
        ELSE.
    CALL FUNCTION 'BAPI_CLASS_CREATE'
            EXPORTING
              CLASSNUMNEW          = CLASSNUMNEW
              CLASSTYPENEW         = CLASSTYPENEW
              CLASSBASICDATA       = CLASSBASICDATA
            TABLES
              RETURN               = RETURN
              CLASSDESCRIPTIONS    = CLASSDESCRIPTIONS1
              CLASSCHARACTERISTICS = CLASSCHARACTERISTICS.
          CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
            EXPORTING
              WAIT = 'X'.
    for Changing the class
    CALL FUNCTION 'BAPI_CLASS_CHANGE'
        EXPORTING
          CLASSNUM                = CLASSNUM
          CLASSTYPE               = CLASSTYPE
          KEYDATE                 = SY-DATUM
          CLASSBASICDATA          = CLASSBASICDATA
          CLASSBASICDATANEW       = CLASSBASICDATANEW
        TABLES
          RETURN                  = RETURN
          CLASSDESCRIPTIONS       = CLASSDESCRIPTIONS1
          CLASSDESCRIPTIONSNEW    = CLASSDESCRIPTIONSNEW
          CLASSCHARACTERISTICSNEW = CLASSCHARACTERISTICSNEW.
      CALL FUNCTION 'BAPI_TRANSACTION_COMMIT' .

  • BAPI for modify "engineering  change request" - Trx CC32

    Hi abapers,
    someone knows a bapi to modify an engineering  change request?
    Thx!

    You can try with the below BAPI's.
    BAPI_BUS1077_CHANGE              EHS: Change Specification
    BAPI_BUS1091_CHANGE              EHS: Change Phrase
    BAPI_BUS1240_CHANGE              Agent Determination
    BAPI_CHARACT_CHANGE            BAPI for Characteristics - Change
    Reward if it is useful.
    Thanks,
    Srinivas

  • Engineering change management for materials in MDM

    Hi,
    we want to replace a home-made material master data system by MDM, but need some Engineering Change Management functions like
    - versions of material
    - release dates
    - different release dates in relation to different factories (i.e. client systems)
    Any idea, how this could be handled in MDM ?
    Michael Tegethoff
    KONE GmbH

    Hello Michael:
    All of that information you mention can be included on MDM as plain attributes on the Materials table.
    As for Versions, if materials are updated thru MDM Import I'd suggest  include the new version number and as import action choose "Update all mapped fields", that is, while importing the old version number will be updated.
    for different release dates you can maintain as many date attributes as Factories you have. When harmonizing data (syndicating) you can map each factory to its correspondant release date, so the other factories won't even "notice" the other dates.
    Please let me know if that helped at all.
    Greetings!
    Alejandro

  • Is there a relation between the Engineering Change Management and MM

    Hi SAP MM Gurus,
    Is there a relation between Engineering Change Management and Materials Management? I know we get the versions changes updated in Material Master. But do not know where is the origin for ECM. Step by step configuration is appreciable.
    Thanking in Advance.
    with regards
    Ravi Babu

    Hi ,
    I have created an application and have created end users also who will be using this application. For each of these users i have to give access to application in such a way that they will be able to see only their area a work. So how do i do this ..this needs to done based on the login user_name..my question now is how or from where will i get the current session details like user_name, current session id ,current session date and time?
    Thanks in advance,
    Bhargavi

  • Engineering Change management SPRO

    Dear Experts,
    Does any body know what is "Define output format for change number" in SPRO --> Cross Application components --> Engineering change management --> Define output format for change number.
    When I try to execute I dont see it allowing me to enter / change any details there. It just gives a screen with no values.
    I am trying to see if this helps to define alpha numeric format for internal change number.
    Thanks
    Vennela

    Hi
        this functionality is to Define Input and output length of change number and for template for output of change number if required . For creating new entries in menu bar goto EDIT - > New Entries
    Regards
    Neelima

  • Engineering change management working with parameter effectivity

    In Engineering change management
    i have activated parameter effectivity &
    defined parameter profile for DATE,SERNR,Kombi1-Customer(combination of Date & Customer name- Kunnr) in IMG settings
    i am able to work with Date & SERNR But when i choose kombi1
    i am getting the following error message
    "No entries in database for object KUNDE_LO table AEEF"
    i checked with table AEEF thier is no field KUNDE_LO
    How to customize effectivity type Customer
    is there any thing i have missed ....

    Hi Srinivas,
    KUNDE_LO is a data element , what ever kombi1 is defined i think that does not have any values maintained in the system.
    or
    Check whether any user exits or BAPI's used bringing the customer specifications.
    You can also check the data element existence u might have done that .....
    Reward if useful
    Thanks,

  • Difference  Between Order Change Management & Engineering change Management

    Dear,
    What is the Difference  Between Order Change Management & Engineering change Management ?

    Hi,
    ECM will help for Master data changes management.
    OCM will help to manage changes in Transaction Data like Production Orders.
    In brief,you have to first Create Change Number(part of ECM activity).then using that Change number, Master data(like BOM, Routing etc) has to be modified.
    Then through OCM affected Transaction Data(like Production Orders) for each change number to be Processed.
    Regards
    R.Brahmankar

  • Bapi For creation and change for Vendor Master and Customer Master

    I am looking for BAPI to create and change  Vendor Master and Customer Master which will not take me to standard SAP transaction but will work in the background
    Explanation: BAPI to delete material (BAPI_MATERIAL_DELETE) take you to standard SAP screen of T-Code MM06  but BAPI to create material (BAPI_MATERIAL_SAVEDATA) creates material in the background i.e. does not take you to standard SAP screen of T-Code MM01
    So in my case (i.e. to create and change  Vendor Master and Customer Master ) I want BAPI which would work like BAPI to create material (BAPI_MATERIAL_SAVEDATA)

    For general information,to find BAPIs associated with any business object :
    Transaction : BAPI - choose alphabetical tab - Find customer - (right side choose - tools - create bapi list and search ) , you will get all the BAPIs associated with this particular business  object
    Mathews

  • Function Module / BAPI for Creating Material freight Group

    Hi All,
    Can anyone tell me the Function Module / Bapi for creating material freight group.
    Regards,
    Raj.

    Bapi for creating material freight group. :: You actually use mm01 or mm02 to change data for material flight.
    So you can use BAPI for mm02 and mm01
    For Ex:
    BAPI_MATERIAL_SAVEDATA
    Hope this helps

  • PLM - Engineering Change Management - ABAP Development

    Engineering Change Management
    Program: SAPMC29C
    Transaction:CC02
    Change Master Valid From date once expired (Protected Time Period) – Not able to change by the user
    Requirement is to change the valid from date to New date from custom program even if it is expired to over right existing protected date
    Let me know if any enhancement to change the validity date by restricted user
    I required step by step ABAP development required for  this change - pls help with your experience on PLM CC02 - Vaildity date change
    Screen shot attached

    Pass the following fields on input structure IN_AENRB:-
    MANDT                          xxx                         "Client
    AENNR                          123456789ECM
    AENST                          41                            "Change no. status should be 41
    AENBE                          PLANT
    DATUV                          08/22/2014               "New valid from date
    AETXT                          ECM DESCRIPTION
    FLUSE                          X
    AEDIF                          xxxxxxxxxx               "Get from AENR table for this ecm
    VBKZ                           U

  • BAPI for create material master (SAP version 40b)

    Hi,
    Anyone know BAPI for create material master for SAP version 40b?
    There's no BAPI_MATERIAL_SAVEDATA.
    I try to use BAPI_MATERIAL_MAINTAINDATA_RT,
    but seems that BAPI only for retail.
    Kindly advice!
    Thanks,
    Victor.

    Hi,
        this one works pretty good.
    call function 'MATERIAL_MAINTAIN_DARK'
             exporting
                  sperrmodus                = ' '
                  kz_prf                    = 'W'
                  max_errors                = ' '
                  p_kz_no_warn              = 'X'
                  kz_verw                   = 'X'
                  kz_aend                   = 'X'
                  kz_dispo                  = 'X'
                  kz_test                   = ' '
                  flag_muss_pruefen         = ' '
                  call_mode                 = 'ACT'
             importing
                  number_errors_transaction = numerror
                  matnr_last     = last_matnr
             tables
                 amara_ueb      = i_mara    "Basic Data
                amakt_ueb      = i_makt    "Descriptions
                 amarc_ueb      = i_marc    "Plant
                amard_ueb      = i_mard    "Storage Location
               AMFHM_UEB      = I_MFHM    "Production Tools
                amarm_ueb      = i_marm    "Units of Measure
               AMEA1_UEB      = I_MEA1    "Internal Mangagement -  EANs
                ambew_ueb      = i_mbew    "Accounting/Costing
                asteu_ueb      = i_steu    "Tax Data
                astmm_ueb      = i_steumm  "Tax Data
               AMLGN_UEB      = I_MLGN    "Warehouse Data
               AMLGT_UEB      = I_MLGT    "Storage Type Data
               AMPGD_UEB      = I_MPGD    "Change Documents
               AMPOP_UEB      = I_MPOP    "Forcast Parameters
               AMVEG_UEB      = I_MVEG    "Total Consumption Data
               AMVEU_UEB      = I_MVEU    "Unplanned Consumption Data
                amvke_ueb      = i_mvke    "Sales Data
                altx1_ueb      = i_ltx1    "Sales Text
               AMPRW_UEB      = I_MPRW    "Forcast Values
                 amfieldres     = i_delfields
                 amerrdat       = i_errors
             exceptions
                  kstatus_empty             = 01
                  tkstatus_empty            = 02
                  t130m_error               = 03
                  internal_error            = 04
                  update_error              = 05
                  too_many_errors           = 06.
    Otherwise try BAPI_RETAILMATERIAL_CREATE
    BAPI_STANDARDMATERIAL_CREATE
    <b>Reward points</b>
    Regards

  • Engineering change management with parameter effectivity

    In Engineering change management
    i have activated parameter effectivity &
    defined parameter profile for DATE,SERNR,Kombi1-Customer(combination of Date & Customer name- Kunnr) in IMG settings
    i am able to work with Date & SERNR But when i choose kombi1
    i am getting the following error message
    "No entries in database for object KUNDE_LO table AEEF"
    i checked with table AEEF thier is no field KUNDE_LO
    How to customize effectivity type Customer
    is there any thing i have missed ....

    Kunde_lo is a data element.
    but i am not able to locate it in my SAP

  • The CR 2010 for VS engine changes the margins and scales the report

    The CR 2010 for VS engine changes the margins and scales the report but only when printing.
    Environment:
    OS: Windows 7 x64 / Windows 2008 x64
    VS: VS 2010 x64
    CR designer: CR 2008 SP3.5
    CR engine: CR 2010 for VS SP1
    We have upgraded the Crystal Reports engine from version 10 to u201CCrystal Reports 2010 for VSu201D and are now having major issues with printing reports to preprinted papers, giro forms etc. because the report margins are changed and the reports are scaled (when report elements are in non-printable area?). Reports with elements in non-printable area are shown correctly in print preview (CR 2010 CrystalReportViewer) but moved to printable area when printed. This behavior was different in CR 10. Changing the PrintLayoutSettings in code is ignored when printing.
    Error u2013 The printed reports are scaled:
    -     Print in the CR 2008 Designer SP2
    -     CR 2010 for VS SP1
    OK u2013 The reports are not scaled:
    -     Print in the CR 2008 Designer SP3.5
    -     Print in the CR 10 Designer
    -     CR 10 engine
    Test:
    1) Crystal Reports Designer 2008 (with SP 3.5)
      a) Create a new blank RPT file.
      b) Set report margins to 0,0,0,0 in Page Setup.
      c) Add a box in the upper left corner (x=0, y=0).
      d) Select "Print preview" and validate that the box is located in 0,0 in preview window.
      e) Select u201CPrintu201D and validate that the box is located in 0,0 of the paper. Some of the box borders might be outside of the printable area but that is ok.
    2) Visual Studio 2010 and u201CCR 2010 for VSu201D with SP1:
      a) Create a new Windows Forms Application project (.NET Framework 4.0). Set project to u201C.NET Framework 4.0u201D and platform target u201Cx86u201D.
      b) Add the CrystalReportViewer control to Form1.
      c) Add the RPT file to the CrystalReportViewer control
      d) Run the application
      e) Validate that the box is located in 0,0 in the CrystalReportViewer control.
      f) Select the "Print" icon in the CrystalReportViewer
      h) Click the "Print" button and validate that the box is moved to the printable area which is wrong.
    Notice: In the print dialog (CR 2010 for VS) select the "Layout" tab page and see that "Scale u2026" is selected and cannot be changed. This is different from the CR 2008 Designer even though that it is the same report file and printer.

    I have done the requested test (and more - see below) and can not reproduce the issue.
    Tests done
    1) Crystal Reports Designer 2008 (with SP 3.5)
    a) Create a new blank RPT file.
    b) Set report margins to 0,0,0,0 in Page Setup.
    c) Add a box in the upper left corner (x=0, y=0).
    d) Select "Print preview" and validate that the box is located in 0,0 in preview window.
    e) Select u201CPrintu201D in the CR designer. Results in the box printing at 0,0 coordinate of the paper.
    f) Repeat all of above with a text field report
    g) Select u201CPrintu201D in the CR designer. Results in the text printing at 0,0 coordinate of the paper.
    2) Visual Studio 2010 and u201CCR 2010 for VSu201D with SP1:
    a) Create a new Windows Forms Application project (.NET Framework 4.0). Set project to u201C.NET Framework 4.0u201D and platform target u201Cx86u201D.
    b) Add the CrystalReportViewer control to Form1.
    c) Add the RPT file to the CrystalReportViewer control
    d) Run the application
    e) Validate that the box is located in 0,0 in the CrystalReportViewer control.
    f) Select the "Print" icon in the CrystalReportViewer
    g) Click the "Print" button
    h) Text filed report test results in the text printing at 0,0 coordinate of the paper.
    i) Box report test results in the text printing at 0,0 coordinate of the paper.
    3) VS2010 IDE
    a) Create a new blank RPT file.
    b) Set report margins to 0,0,0,0 in Page Setup.
    c) Add a box in the upper left corner (x=0, y=0).
    d) Preview report in the ID designer and validate that the box is located in 0,0 in preview window.
    e) Select u201CPrintu201D in the IDE designer. Results in the box printing at 0,0 coordinate of the paper.
    f) Run above report in code
    g) Preview report and validate that the box is located in 0,0 in preview window
    h) Select the "Print" icon in the CrystalReportViewer
    i) Click the "Print" button
    j) Text filed report test results in the text printing at 0,0 coordinate of the paper.
    k) Repeat all of above with a new report that uses a text field rather than a box.
    None of my reports have the option "No Printer" checked.
    All of my reports have the option "Dissociate Formatting Page Size and Printer Paper Size" checked
    From the above, you can see that all of the printing tests result in consistent printing, be it a report created in CR 2008 or CRVS2010, useing a box or a field. No difference in printing.
    Suggestions:
    1) I am not sure if you have followed the steps you recommended. E.g.; are you creating a new report or using your existing report? See if following the steps described reproduces the issue (it may be there is something specific to your existing reports)
    2) Make sure you have the latest printer driver available for your printer
    3) Try a different printer
    4) Add a report to the VS2010 IDE and preview the report in the IDE of VS2010
    5) Compare the "No Printer" and "Dissociate Formatting Page Size and Printer Paper Size"  options
    6) Consider creating a phone case so a support technician can troubleshoot the issue with you
    - Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

  • BAPI for creating outbound delivery

    Hi,
    Can anyone please let me know the bapi for creating outbound delivery.I have checked for few bapi's like
    BAPI_OUTB_DELIVERY_SAVEREPLICA
    BAPI_DELIVERPROCESSING_EXEC
    If i use the first one i would like to know whether i need to do the PGI seperately by using any bdc or is it taken care in the same bapi.
    Its basically for the workflow task werein we have all the required parameters like delivery numb, sales order num ...etc
    Iam new to BAPI's.Please consider my request and let me know the details for the same.
    thanks
    keith

    The below is for creating delivery for STO's.
        Delivery creation
          call function 'SHP_VL10_DELIVERY_CREATE'
            exporting
              IF_LEDAT           = I_LFDAT
              IF_NUR_VORGABE_POS = YES
              IT_KEY_ENQUE_READ  = IT_KEY_ENQUE_READ
              IT_KOMDLGN         = IT_KOMDLGN
            changing
              CX_SD_ORDER        = XS_SD_ORDER
              CT_VBSK_ALL        = XT_VBSK_ALL
              CT_VBLS            = XT_VBLS
              CT_KEY_LATE        = XT_KEY_LATE.
    Message was edited by: Anurag Bankley

Maybe you are looking for

  • Deleting DC from Track

    Hi all, I have to put a standalone DC into a track The process which i followed is first i created a DC in a track then copying the Package folder from standalone DC and pasting it into a new DC and then Reloading and Rebuilding the DC. DC got Build

  • Relative href problems

    Up to recently I've been working with XSLT 1.0 stylesheets and using relative hrefs without trouble. Now with the XSLT 2.0 stylesheets I get an error that the protocol is missing. If I change my hrefs to "file://myxsl.xsl" there is an error message,

  • Can I import iWork from my Mac, which has Snow Leopard, to my MacBook Air, which has Mountain Lion?

    Can I import iWork from my Mac, which has Snow Leopard, to my MacBook Air, which has Mountain Lion? I would appreciate any advice on the intricacies of operating with Snow Leopard on my main computer and Mountain Lion on my MacBook Air.

  • Creating interactive PDF, WORD or EXCEL

    Hi experts I have to attach an editable file (interactive PDF, word or excel) to an email. Is there a way to print a smartform into an interactive PDF, word or excel? Or creating a word/excel file on another way, without printing-form. If there is a

  • Do you get the Installation indicator every time you Restart or Start Up your computer?

    Do you get the Installation indicator every time you Restart or Start Up your computer? On all my computers upgraded to 10.10, I get the Installation "thermometer" indicator every time I Restart or Start Up my computers. In Verbose mode, I see a bash