BAPI to change the articles in article master

Hi all,
Can you please let me know the BAPI to change the details of an article in the article master.
regards,
Sharadha

and the most important step,
Loop over your articles to be created.
call the BAPI_MATERIAL_MAINTAINDATA_RT
and do   a BAPI_TRANSACTION COMMIT
ENDLOOP
Important!!!!! Do a commit work after every article Bapi Call !!!
If you will not follow this rule, you will have a data inconsistency in classification data

Similar Messages

  • How is the forecast profile tied to the article master?

    Hello-
    I understand how to create a forecast profile, but I assume there is some way to assign that profile to articles or material groups, and I cannot figure that out.  If it is assigned, it will show on the article master in the right field, but it cannot be changed or maintained in the article master directly.  So, there must be another method to link/assign these outside of the article master.
    Any help is appreciated.
    Thanks-
    Brady

    Hello-
    Thank you for the answer, I found it - I have a Retail system, so it is structured a bit differently, but the tab is ultimately there.
    Thanks again-
    Brady
    Edited by: Brady Stone on Feb 27, 2009 9:49 PM

  • How to setup the article master and link up with the image file of that art

    I nteed help to setup the article master to display article image.
    Can someone guide me with the details?
    Thanks

    Hi Colin,
    In MM41/42/43 from the Main menu select System->Services for Object. Now select Create to Attach any file (the article Photo).
    You can view the Photo by going to same transactions and select System->Services for Object. Now select Attachmetn List.
    This is one of the method to attach document to an object in SAP.
    Another standard way is to do it using DMS module. I have done it before but do not remember the exact process. Will let you know if and when I get details.
    Regards,
    Arun Devidas

  • BAPI to change the posting data of invoice document

    Hello All,
          I need a BAPI to change the posting date of the invoice document (Type : RE, Generated from MIRA transaction). Do let me know if you can across a BAPI to do it.
    Thanks,
    Siva.

    BAPI_INCOMINGINVOICE_CHANGE

  • Bapi to change the sales schedule agreements VA32

    Hi Experts,
    is there any bapi or Function moduel availble to change the Sales schedule agrements in VA32 ?
    Please do the needful.

    Hi Gopi,
    Bapi which you had given, i believe is to update the billing data.
    see. i have one field called customer group (KDGRP) which is in KNVV table which is present in the sales view of a customer master (XD02). i have to change that field using a BAPI.
    Thanks for your warm input but still my requirement is the above, if i get the answer for the above req. it would be gr8.
    Thanks,
    -Rajesh.

  • Want a BAPI to change the sales data of a customer

    Hi,
    I want a BAPI which can able to change the sales data of a customer. If anybody have some idea kindly let me know, it would be gr8.
    Thanks,
    -Rajesh.

    Hi Gopi,
    Bapi which you had given, i believe is to update the billing data.
    see. i have one field called customer group (KDGRP) which is in KNVV table which is present in the sales view of a customer master (XD02). i have to change that field using a BAPI.
    Thanks for your warm input but still my requirement is the above, if i get the answer for the above req. it would be gr8.
    Thanks,
    -Rajesh.

  • Error while changing the UoM in material master

    Hi experts....
    I am not able change the UoM in the material master. Even if,  all the PR , PO and reservations are cancelled .
    It still gives me error message " Manual  Reservations already  exists "
    Thanx
    Ganesh

    Hi
    may be some entries got not cancelled properly and entries got locked.
    Just check in SM12 if no entries are locked.
    regards
    Sidi

  • FM/BAPI for changing the inspection plan

    Hi,
    I need to change the inspection plan.
    Can anyone suggest any FM or BAPI please.
    When I am trying to use BAPI  BAPI_INSPECTIONPLAN_CREATE for this purpose,
    I am getting the below mentioned errors:
    E  BAPI                001
    A CPCL               006 Task list Q Q0000171 1 already exists
    A CPCC_DT         210 For further processing, the routing entry is missing
    Thanks in advance.

    Hi,
    Could you please help me with the fields that need to filled for this purpose ?
    I am currently filling the TASK and INSCHARACTERISTIC structures with the following fields filled:
    TASK:
    TASK_LIST_GROUP
    GROUP_COUNTER
    VALID_FROM
    VALID_TO_DATE
    TASK_LIST_USAGE
    PLANT
    TASK_LIST_STATUS
    TASK_MEASURE_UNIT
    LOT_SIZE_FROM
    LOT_SIZE_TO
    INSPCHARACTERISTIC:
    TASK_LIST_GROUP
    GROUP_COUNTER
    ACTIVITY
    INSPCHAR
    QUANTITATIVE_IND
    MSTR_CHAR
    PMSTR_CHAR
    CHA_MASTER_IMPORT_MODUS
    CHAR_DESCR
    UP_TOL_LMT_IND
    LW_TOL_LMT_IND
    TARGET_VAL_CHECK_IND
    TARGET_VAL
    UP_TOL_LMT
    LW_TOL_LMT
    But still I am getting the error mentioned above(previous message).
    Thanks
    Shilpika

  • Is there a function module or BAPI to change the field UVP03 in table VBUP

    When certain conditions are in place I need to change the value of VBUP-UVP03 (items reserve status 3) to a value of C).
    there must be a FM or bapi to do this - thanks.
    Scott

    We had to do this from a custom program that runs in a batch job.  It changes a field in VBAP using the BAPI_SALESORDER_CHANGE - that in turn will execute a user exit called userexit_set_status_vbup, that we added code to update the field vbup-uvp03.  it works.

  • 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.

  • Need a BAPI to Change the WBS in CJ20n

    Hi All,
    Can anyone provied me a BAPI to change a WBS in CJ20n. Actually there a check box named "Account assignment" in the WBS screen of CJ20N, the checkbox is Tickmarked. I need to Untcik this checkbox.
    A quick response will be appreciated.
    Regards
    Abhii

    Hello,
    Check the BAPI - BAPI_PROJECT_MAINTAIN, in the tables parameter there is a component I_WBS_ELEMENT_TABLE which has a structure BAPI_WBS_ELEMENT. It has a component WBS_ACCOUNT_ASSIGNMENT_ELEMENT which represents Indicator: Account assignment element. Setting and resetting this may help in solving your issue.
    P.S. Check the documentation of this BAPI for further assistance.
    Thanks and Regards,
    Sachin

  • Can you change the sync of a master clip?

    is there a way to fix the sync of a master clip
    in a two camera shoot, one camera stopped for a few seconds, the other kept on going

    you can cut the clip up and adjust the sync manually in a sequence (using one of the other camera clips as a guide) then export that sequence as a reference movie (or self contained) and use that instead of the original masterclip

  • BAPIs for IS-RETAIL Article Master data.

    Hi frnds,
    I need a standard Bapi to display all existing merchandise categories( material grp), article type(material type) when executing without giving any input parameters.
    Regards,
    Krishna.

    Hi Kumar,
    Go to MM41, enter your article A1 and vendor 1.Select purchasing view then enter your purchasing group and purchase price for that vendor1 and save it.Again go to the same purchasing view and click validity area, you will get a pop up box where u can enter
    your vendor 2  enter your purchasing group and purchase price of vendor 2 then save it.Do the same for yr other 3 vendors.

  • BAPI to change the Scheduling agreement Qty  in ME38

    Hello Sapiens,
    Is there a way by which I could change my scheduling agreement qty to my GR qty in t.code me38 . So that i make my open qty 0.
    this task has to be done to run the MRP.
    Is it possible using BAPI.
    Shanoj

    BAPI for BAPI_SAG_CHANGE

  • Function Module /BAPI for changing the components in Production order

    Hi,
    We are in ECC5.0. We have requirement wherein we want to change /delete the existing component of the production order and add new component through RFC call from an external system. We tried to use CO_XT_COMPONENT_ADD FM for adding new components and when we tested this FM in SM37  with data there were no error messages . When we checked the Production order ,no changes were made to the production order component. Tried to use Commit statement and there is no change in the system behavior.Can some one help me to  understand the system behavior . If possible kindly suggest me some alternate FM/BAPI .
    With regards,
    Joseph Anand B

    Dear,
    Please check this link,
    ADD COMPONENTS TO PRODUCTION ORDER
    Regards,
    R.Brahmankar

Maybe you are looking for