Bapi to change Standard Values

Hy,
can anyone tell me if exists a BAPI to change standard values (times) for production order.
tks,
Tiago

Hello Tiago,
try with BAPI_PRODORD_CHANGE.
Best Regards, Dirk

Similar Messages

  • CCMS Threshholds - How to change standard values

    Hello All,
    I'm trying to change transaction specific dialog thresholds from RZ20 (satellite system), but I can't find it.
    How do I change those standard values in RZ20 in order to have those numbers replicated to SolMan?
    Best Regards,
    Lucas

    Hi Lucas,
    Include the MTE in the system monitoring setup, from there we can change the threshold values as per requirement.
    these will be reflected in the satellite systems and also can be monitored in solman.
    kindly clarify what do u mean by
    'm trying to change transaction specific dialog thresholds from RZ20 (satellite system), but I can't find it.
    Regards,
    Kaustubh.

  • Change field value in standard table

    Hello Experts,
    Could you please guide me to change i.e update field CESS value in standard table j_1irg23d.
    Thanks and regards,
    Sirisha

    Hi sirisha,
    if you want to change the value in the CESS field of j_1irg23d table. ( sales tax )
    since it is a standard table dont try to do it using update ot modify statsments.. standard tables are updated using standard transaction and it is not advicable to change using abap statments..
    just try to find a bapi or field module to update that field in the j_1irg23d table.
    1) To find a bapi or function module just do a whereused list on the table name you may get some fms or bapi
    2) check the forum you may get some links on it..
    Regards
    Satish Boguda

  • How to batch change the standard value of routing

    Dear all,
             I meet a problem, and need you help.
            As you know, we can use T-code "CS20"  to batch change a component's quantity in different Bom by a factor.
           for example:  Component a in Fert. A,  quantity change from 6g x 0.9 = 5.4g
                               Component a in Fert. B,  quantity change from 8g x 0.9 = 7.2g
           now, my question is how to Batch change the standard value in routing. (select by work center)  CA85N can select the value, but seems can not batch change by a factor,
           thanks in advance

    It is not a big task for u prasobh...Just play in CEWB for 5-10 mins you will understand everything....
    If you face any issue let me know..
    For ur information I am also an IBM employee...
    Gobi

  • BAPI to change the standard price of the material

    Hello Friends ,
    I am struggling to find a BAPI to change material standard price. I found 2 BAPIs mentioned below. But was not able to make use of them.
    1) BAPI_MATVAL_PRICE_CHANGE
    2) BAPI_MATERIAL_SAVEDATA
    Can any of you help me in finding right BAPI?

    BAPI_MATVAL_PRICE_CHANGE
    PRICES_CHANGE & PRICES_POST
    BAPI_M_REVAL_CREATEPRICECHANGE
    BAPI_MATERIAL_SAVEDATA
    These are the fm's to save or change material price.

  • Procedure to change the standard value key of a work center

    Hi Gurus,
    What is the procedure to change the standard value key of a work center.
    Thanks in advance,
    Regards,
    PPQMUSER

    Hi,
    Just go to CR02 and change std value key, system will give you an information massage 'Standard value key : parameter XXXX after changed' as per the parameters used in new std value key.
    If you want to change the customization for allready used STD value key, then you need dealocate that key from workcenter, and then change the customization.
    Tara
    Edited by: tara  bhapkar on Feb 29, 2012 7:39 AM

  • How to change characteristics values in PPDS planned order?

    Hi,
    I have few PPDS planned orders. I want to change the value of few characteristics of existing PPDS planned order.
    How can I do the same?
    Any standard T.Code or function module or report available to update the characteristics values of PPDS planned order in APO.
    Thanks in advance.
    Warm Regards,
    Surajit Das

    Hi Surajit,
    Char can be changed programatically.
    If you want to change the Planned Order characteritics before its creation, you can do so at the time Planning run itself (/SAPAPO/RRP3) in BADI /SAPAPO/RRP_SRC_EXIT, Method RRP_USEX_PLORD_CREATE.
    Planned Order characteritics can be changed after it creation.using BAPI BAPI_MOSRVAPS_SAVEMULTI3.

  • Bapi to change Routing Operations

    Hi Gurus,
    Could you please tell me whether this Bapi Can be used to do Mass Change for an operation.
    I have found this Bapi : /SAPMP/BAPI_ROUTING_PROCESS
    But it is throwing exception Routing Entry is missing.
    I have filled only operations table and the importing parameters.
    Do I have to fill any other table.
    Please help me in the same.
    Best Regards,
    Navin Fernandes.

    NAVIN FERNANDES wrote:
    Hi Amber,
    >
    > I have created an LSMW and filled respective values with mapping but it giving me error saying
    > ****************************************************************************
    > "Data Transfer of Routings via Direct Input
    >
    >     Error_di_exp         From    To      Obj   Index       Plnnr
    >
    > E    1     1                             M     0000000001
    >
    > E                           1     1      M     0000000001
    >
    > C\ 045 V
    >    You cannot edit the task list object with activity type V
    > *******************************************************************************
    > Could you please help me in the same.
    > I want to change the standard values in the operation.
    >
    > Best Regards,
    > Navin Fernandes.
    this looks to be a functional error. Can you check again with your functional consultant.

  • BAPI to change customer contact detials

    Hi All
    I am trying to change the value of field ADR2-R3_user with a custom FM , this field is the mobile flag and updated internallly when there telphone number is mobile on the screen tcode VAP2.  FM should be able to change the flag .
    Thanks in advance .

    Sorry Vinay,
    The standard BAPIs- BAPI_CUSTOMER_CHANGEFROMDATA & BAPI_CUSTOMER_CHANGEFROMDATA2
    only allow change of Telephone number and not mobile number.
    You should probably use BDC or LSMW to update this field.

  • BAPI for changing CONTRACTS.

    Hi All,
    I want to update the short text for CONTRACTS in table EKPO from filed CDPOS-VALUE_NEW
    for this i was using function module BAPI_PO_CHANGE
    This Bapi is is succesfully updating the PO it is not updating the contracts....
    Please help me with the BAPI to update text in contracts....
    Please its very urgent
    Thanx in advance,
    Amruta.

    Hi Ajay,
    I have done the same .....
    REPORT  ZTEST1234                            .
    data : wa_ekpo-ebelp type ekpo-ebelp value '00010'.
    parameters :ebeln type ekpo-ebeln.
    data : it_poitem type STANDARD TABLE OF BAPIMEPOITEM with HEADER LINE .
    data : it_poitem1 type STANDARD TABLE OF BAPIMEPOITEMX WITH HEADER LINE.
    data : it_return type STANDARD TABLE OF bapiret2.
    it_poitem-PO_ITEM = wa_ekpo-ebelp.
    it_poitem-SHORT_TEXT = 'mod'.
    APPEND it_poitem.
    it_poitem1-PO_ITEM = wa_ekpo-ebelp.
    it_poitem1-SHORT_TEXT = 'X'.
    APPEND it_poitem1.
    CALL FUNCTION 'BAPI_PO_CHANGE'
      EXPORTING
        purchaseorder                = ebeln
      POHEADER                     =
      POHEADERX                    =
      POADDRVENDOR                 =
      TESTRUN                      =
      MEMORY_UNCOMPLETE            =
      MEMORY_COMPLETE              =
      POEXPIMPHEADER               =
      POEXPIMPHEADERX              =
      VERSIONS                     =
      NO_MESSAGING                 =
      NO_MESSAGE_REQ               =
      NO_AUTHORITY                 =
      NO_PRICE_FROM_PO             =
    IMPORTING
      EXPHEADER                    =
      EXPPOEXPIMPHEADER            =
    TABLES
       RETURN                       = it_return
       POITEM                       = it_poitem
       POITEMX                      = it_poitem1
      POADDRDELIVERY               =
      POSCHEDULE                   =
      POSCHEDULEX                  =
      POACCOUNT                    =
      POACCOUNTPROFITSEGMENT       =
      POACCOUNTX                   =
      POCONDHEADER                 =
      POCONDHEADERX                =
      POCOND                       =
      POCONDX                      =
      POLIMITS                     =
      POCONTRACTLIMITS             =
      POSERVICES                   =
      POSRVACCESSVALUES            =
      POSERVICESTEXT               =
      EXTENSIONIN                  =
      EXTENSIONOUT                 =
      POEXPIMPITEM                 =
      POEXPIMPITEMX                =
      POTEXTHEADER                 =
      POTEXTITEM                   =
      ALLVERSIONS                  =
      POPARTNER                    =
    CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
      EXPORTING
        WAIT          = ' '
              IMPORTING
                RETURN        =..
    This is my code just for updating the text but now the problemis this works with
    When ebeln = 45000000017
    whose bstyp = F  ie PO
    but when i do the same for Ebeln = 45000000000
    whose bstyp = K ie contracts 
    it gives me error message that this BAPI  cannot be executed for Contracts...
    So please help me with the Bapi to change Contracts.
    Thanx,
    Amruta

  • My site changes cookie to store user options; worked in v3 but broke in v5/6. How do I change cookie value now?

    Some 8 months ago, I started saving user options in my cookie; as user changed options, my php code change the cookie value. I work normally with Camino, but verify with Firefox (V. 3). An associate with a newer MacBook Pro, with Firefox V. 5, tried my site and reported that the option change 'did not take'. I tried using my V.3, and everything worked. Realizing that I should be on V. 6, I upgraded today, and myself verified that the 'new' cookie value is NOT being saved. Rather, a second cookie is being created but with WITH NO VALUE. Result: old cookie has old option value; new cookie has no value. I tried also with Safari, and got this same result. So, there must be a way to update a cookie value, just unknown to me. Please advise as to new/proper header(s) to send from my server to change cookie value.

    Make sure that the cookies are created for the proper path.
    A good place to ask questions and advice about web development is at the mozillaZine Web Development/Standards Evangelism forum.<br />
    The helpers at that forum are more knowledgeable about web development issues.<br />
    You need to register at the mozillaZine forum site in order to post at that forum.
    See http://forums.mozillazine.org/viewforum.php?f=25

  • How to change default value of requested delivery date in va21 create quo

    hi experts,
    My requirement is simple, to add one day to the default value of the Req deliv date under "General header data" in VA21.
    I modified MV45AFZZ (an include in SAPMV45A).
    I added this code:
    if sy-tcode eq 'VA21'.
      case screen-name.
        when 'RV45A-KETDAT'.
         write reqdate to RV45A-KETDAT.
       screen-input = 0. "don't let user change it back.
       screen-active = 1. " but let user see the field and the
      endcase.
    endif.
    reqdate is the new value for RV45A-KETDAT which is sy-datum + 1.
    This code does'nt actaully change anything. I tried to change other values of other fields using the same code and it works. Is RV45A-KETDAT the correct field to use?
    Thank you in advance.

    You don't need to do that via user exit.  You can configure the RDD defautls by document type in SD config, and adding 1 day to the current date is very simple.  You can continue to use the FIELD_MODIFICATION user exit to lock down the field.
    Also, as a general practice in the sales exits, don't use SY-TCODE, use T180-TCODE or T180-TRTYP, even if you're not using BAPIs to create documents.

  • Change condition value in debit memo and credit memo

    Hi Experts,
    When I am trying to create Credit Memo/Debit memo I could able to change the condition value for which condition type the value is there in Sales Order, but where as for other condition types it is not changeable.
    For example for Freight the Condition type is ZFRE,  value is 100 rs in sales order 90000001.
    If I create credit memo with reference to sales order I can able to change freight value from rs100 to rs 75.
    But what to do If I do not maintain freight value initially in sales order and if I want to adjust freight value ZFRE as rs 60 in credit memo. Presently I could not able to enter values in C/D Memo.
    Hope my question is clear to you all.
    Thanks & Regards
    Naresh

    Hi Naresh
    If I understand correctly,  then you want to include the freight amount automatically in the Credit memo which was not featuring in the Credit memo request.
    If it is so, then first see which is Pricing procedure working  for your Credit memo Request.
    In the Pricing Procedure, check the freight condition type (e,g. KF00).
    See the what is Acees sequence assigned to it and in the Access sequence what are table assigned.
    In  condition type KF00,  Access sequence assigned is KF00 and two condition tables "Incoterm" and "Incoterm Part1 + Part2" are assigned to it.
    In the Access sequnce of your Freight condition type , add another/new condition table "350" (Sales organisation). This table is already available in standard system.
    Select the new condition table row, and click on the "Field" in the dialog box till the technical names are opened up / shown inspite of warning.
    Once the technical names of the fields are shown , you can see the green light there, then save it.
    Now, create a condition record (VK11) for your Freight condition (e,g. KF00) by choosing the "Sales organisation" level  from the key combination.
    Then go to the Copy control (VTFA), find the combination "G2 from CR "> go to Item level > select item category G2N and go to details.
    Here, you change the "Pricing type" value to " H " and save it.
    Now, when you will create a Credit memo with reference to the Credit memo request, the  new Freight condition (KF00) will come into effect in the Credit memo, even if ,it was not there in the reference document.

  • Error in bapi while  changing  and add items in transparant table

    data : t_poitems type standard table of bapimepoitem,
           t_poitemx type standard table of bapimepoitemx,
           w_poitems type bapimepoitem,
           w_poitemx type bapimepoitemx,
           t_return type standard table of bapiret2,
           w_return type bapiret2.
    loop at t_modify_detail into w_modify_detail-ebeln.       * populating changing data
    *--&modifying fields
    w_poitems-po_item = w_modify_detail-ebelp.
    w_poitems-material = w_modify_detail-matnr.
            append w_poitems to t_poitems.
    w_poitemx-po_item = w_modify_detail-ebelp.
    w_poitemx-po_itemx = 'X'.
    w_poitems-material = 'X'.
            append w_poitemx to t_poitemx.
    endloop.
          call function 'BAPI_PO_CHANGE'
            exporting
              purchaseorder                =  w_header-ebeln
            POHEADER                     =
            POHEADERX                    =
            POADDRV
           tables
             return                        =     t_return
              poitem                       =    t_poitems
             poitemx                      =     t_poitemx
            POADDRDELIVERY               =      
    call function 'BAPI_TRANSACTION_COMMIT'
    EXPORTING
      WAIT  
    ERROR IS:
    giving error : cl_po_item_handle_mm.................cp
    function in which error showing: mepo docitem_get

    Check this sample code
    http://www.sap-img.com/abap/sample-abap-code-on-bapi-po-change.htm
    BAPI PO CHANGE with MENGE
    Hope it helps to identify your requirement and fix accordingly.
    ashish

  • Can u tell me any predefined BAPI for change and creation of Material

    Hi,
        Can anybody tell me  predefined BAPI for change and creation of Materialmasterand Pricing?
    Thanks & regards,
    Gopianne.

    you can use the BAPI to BAPI_MATERIAL_SAVEDATA create as well as to change material master.
    When changing material master data, you need enter only the material
    number.
    In the header data, you must select at least one view for which data is
    to be created. Depending on the view selected, you must maintain other
    required parameters. If you do not enter values for all of the required
    parameters, the method is ended with an error message.
    The corresponding fields in the tables (such as CLIENTDATA) must first
    be supplied with data by the calling program. An indicator must also be
    set for each of these fields so that the data is written to the database
    by the method. This requires the calling program to supply the
    corresponding field with the indicator in a checkbox table (for example,
    CLIENTDATAX). Checkbox tables exist for tables that do not contain any
    language-dependent texts (MAKT, MLTX), International Article Numbers
    (MEAN), or tax classifications (MLAN). Several data records for a
    material can be created in these tables.
    regards
    vivek
    reward points if it helps

Maybe you are looking for