BAPI or FM to change Assortment module WSO2& WSO5

Hi Experts,
I need a BAPI or FM to change Assortment Modules in WSO2 & WSO5 transactions..
Please update me if you find any.
Thanks & Regards,
Jayapal.

Hi,
To find bapis for any transactions --->
Goto SE37 transaction code and put
BAPI* AND PRESS F4 KEY.   U will get the list of BAPI names.
thanks
Sankar M

Similar Messages

  • Listing Of Articles In Assortment Module transaction  WSO2

    Hi All,
    Can you please provide a BAPI which used to list articles in an Assortment Module using WSO2 transaction.
    I have written BDC for this but its not functioning for huge no of articles.
    Thanks,

    Hi Eric,
    I am using Listing procedure B1.[ Basic procedure : mat grp / assortment ]
    Regards,
    Kumar

  • I am trying to find a function module or BAPI for internal order change. I

    I am trying to find a function module or BAPI for internal order change. I did come across a function module ALE_INTERNALORDER_DB_CHANGE which directly updates the internal order using insert statements. Can i use this for internal order change or this is any other Function module for updating the internal order.
    I dont want to use BDC as a option. Please suggest.

    This is possible using the Rotator Component Widget from Infosemantics.com.au but it is only compatible with  SWF output, not HTML5.
    Go to this page and scroll down to the video tutorials about the Rotator Component widget:
    http://www.infosemantics.com.au/adobe-captivate/youtube-video-tutorials

  • BAPI to read and change schedule lines in APO

    Hello experts,
    We want to firm schedule lines inside the firm zone of the APO procurement scheduling agreements with a daily job. For this we are trying to use BAPI BAPI_POSRVAPS_GETLIST3 and BAPI_POSRVAPS_SAVEMULTI3. The getlist one does not return schedule lines, it returns purchase orders and purchase requisitions. Are these the right bapis to read and change schedule lines in APO? or is there anyother one we can use?
    Thanks and regards,
    Ergul

    Hi,
             You can use the below code to read the schedule lines.
    Checking a session exists
        CALL FUNCTION '/SAPAPO/RRP_SIMSESSION_GET'
          IMPORTING
            ev_simsession = gv_sims
            es_gen_params = gv_params.
    If not create a new session and read it
        IF gv_sims IS INITIAL.
          CALL FUNCTION '/SAPAPO/RRP_SIMSESSION_CREATE'
            IMPORTING
              ev_simsession = gv_sims.
          CALL FUNCTION '/SAPAPO/RRP_SIMSESSION_GET'
            IMPORTING
              ev_simsession = gv_sims
              es_gen_params = gv_params.
          g_cre_chk = 'X'.
        ENDIF.
    CALL FUNCTION '/SAPAPO/CMDS_TPSRC_GET'
        EXPORTING
          iv_ebeln                       = p_l_t_acknh_ebeln
          iv_ebelp                       = p_l_t_acknh_ebelp
        TABLES
          et_tpsrc_all                   = lt_tpsrc
        EXCEPTIONS
          matid_not_found                = 1
          locfrom_not_found              = 2
          locto_not_found                = 3
          scheduling_agreement_not_found = 4
          error_selecting_schedagreement = 5
          OTHERS                         = 6.
      IF sy-subrc = 0.
    reading the scheduling agreement records
        READ TABLE lt_tpsrc INTO ls_tpsrc INDEX 1.
        CALL FUNCTION '/SAPAPO/PWB_BZQID_GET_ORDER'
          EXPORTING
            iv_simid               = '000'
            iv_bzqid               = ls_tpsrc-bzqid
          IMPORTING
            ev_ordid               = lv_iordid
          EXCEPTIONS
            lc_connect_failed      = 1
            no_elements            = 2
            unit_conversion_failed = 3
            OTHERS                 = 4.
        IF sy-subrc = 0.
          CALL FUNCTION '/SAPAPO/PWB_GET_RELATED_ORDERS'
            EXPORTING
              iv_ordid             = lv_iordid
              iv_order_type     = '16'
              iv_simid            = '000'
            IMPORTING
              ev_ordid          = lv_eordid
            EXCEPTIONS
              order_not_found   = 1
              lc_connect_failed = 2
              no_elements       = 3
              OTHERS            = 4.
          IF sy-subrc = 0.
            APPEND lv_eordid TO lt_ordid.
            CALL FUNCTION '/SAPAPO/DM_PO_READ'
              EXPORTING
                iv_simsession     = gv_sims
                is_gen_params     = gv_params
                it_ordid          = lt_ordid
              IMPORTING
                et_schedule       = p_lt_sched
              EXCEPTIONS
                lc_connect_failed = 1
                lc_com_error      = 2
                lc_appl_error     = 3
                OTHERS            = 4.
          ENDIF.
        ENDIF.
      ENDIF.
    Use '/SAPAPO/CMDS_SNP_MM_ORD_MODIFY' function module to change the schedule lines (Pass '16' to iv_order_type parameter).
    Let me know if u have any issues.
    Regards,
    Siva.

  • BAPI or FM for changing Purchase Order

    Hi,
    Does anybody know a BAPI or FM to change Purchase Order item details. I looked for  a BAPI but only found for creating and listing.
    thanks.

    I think this is becuase the BAPI for PO change has not been "released". If you use transaction BAPI, then click the filter button, then select "All", the PO change bapi will appear int he MM-> purchasing-> purchase order hierarchy. (BAPI_PO_CHANGE)
    Although it is not officially "released", neither is the function module to do the same task. We use the BAPI on a regular basis, and it works fine. I think unreleased just means you will get no support if you use it, and SAP can change it at any time.
    I am not sure what makes a BAPI go from un-released to released...

  • IS-R WSM4L - assignment assortments to assortment module of type

    Hi experts,
    I have the problem once listing is done by transaction WSM4L (program RWSORT07L) many assortments are assigned too one assortment module (entries in WSOF). I expect that every layout module will get one assortment assigned.
    Example:
    An article is assigned to layout module Y100 (entry in MALG). Layout module is created from assortment Y100 (by using WSOA1) and both layout module and assortment are assigned to layout ALL (using WLAMN). Many layout modules and assortments are assigned to layout ALL. Transaction WSM4L is listing the articles correctly based on change pointers (MALG changes). New created articles are assigned to the correct assortment module. Problem I have is that once the assortment module is created or changed all other assortments (Y200 / Y300 / Y400) are assigned to this assortment module (WSOF-FILIALE) --> transaction WSO7. I have 100 assortments and every article getu2019s listed in all assortments (100 WLK1 entries for one article). I expect that when we assign one article to one layout module (Y100) the article getu2019s listed only in the assortment module (Y100) thatu2019s used by just that assortment (Y100) and not all other assortments.
    Any idea how to solve this? Thx!

    Root cause is that assortment is also assigned to layout (WRS1 table). With transaction WLAMN only assign layout module to layout and don't assign assortment to layout. Disadvantage is only that transaction WSP4 gives an error when listing article / assortment with B3. SAP advised not to mix WSM4L and WSP4.
    Edited by: M. Geraedts on Feb 29, 2012 12:46 PM

  • Assortment Module and Layout Module

    Hi Champs,
    I would like to know the process of listing the articles "assortment layout" through one common step. I tried thru "assortment module"  and was able to do it successfully.
    Please help me with process of layout functionality in SAP.
    Assigning the new article to the layout module in transaction WLWBN (Assortment layout workbench)
    I saw in some other SDN that,  Running transaction WSM4L (mass relisting by changing layout data) for the layout module
    But i could not do so it is giving me a error message...Start conversion report for layout listi
    conditions (note 659692)
    Would appreciate if i can get the steps for listing thru Layout module....
    thanks in advance.
    Regards,
    SD

    Run program RWLAYLIST_CONVERT to convert your assortments. Then you should be able to list via the layout workbench.

  • WSM4L - assignment assortments to assortment module of type 7 shelf module

    Hi experts,
    I have the problem once listing is done by transaction WSM4L (program RWSORT07L) many assortments are assigned too one assortment module (entries in WSOF). I expect that every layout module will get one assortment assigned.
    Example:
    An article is assigned to layout module Y100 (entry in MALG). Layout module is created from assortment Y100 (by using WSOA1) and both layout module and assortment are assigned to layout ALL (using WLAMN).  Many layout modules and assortments are assigned to layout ALL. Transaction WSM4L is listing the articles correctly based on change pointers (MALG changes). New created articles are assigned to the correct assortment module. Problem I have is that once the assortment module is created or changed all other assortments (Y200 / Y300 / Y400) are assigned to this assortment module (WSOF-FILIALE) --> transaction WSO7. I have 100 assortments and every article getu2019s listed in all assortments (100 WLK1 entries for one article). I expect that when we assign one article to one layout module (Y100) the article getu2019s listed only in the assortment module (Y100) thatu2019s used by just that assortment (Y100) and not all other assortments.
    Any idea how to solve this? Thx!

    Root cause is that assortment is also assigned to layout (WRS1 table). With transaction WLAMN only assign layout module to layout and don't assign assortment to layout. Disadvantage is only that transaction WSP4 gives an error when listing article / assortment with B3. SAP advised not to mix WSM4L and WSP4.

  • Assortment modules: Sorting by article

    Dear colleagues,
    for the effective articles search in Assortment module (WSV2) we need
    to sort it by product hierarchy (PRDHA), but now we have sorting only
    by article number.
    This changes we need to have in the table RV45A, program SAPMV45A,
    screen 0470, transaction VA01, reference to Contract.
    Could we have sorting Assortment module by product hierarchy in the determination of sales order position with referens to the contract position with Assortment Module?
    Best regards,
    Konstantin

    See Snow Leopard Snubs Document Creator Codes: http://db.tidbits.com/article/10537
    That's because [they have a better way|http://rixstep.com/2/20090909,00.shtml]. After four years, you'd think developers would update their software/data files instead of whining.
    My Kind listing shows what created the file, Microsoft Word document, Adobe Photoshop Elements file, MacDraft document, etc. I even see Textwrangler text document--they apparently figured it out. It comes from the kMDItemKind metadata.
    Message was edited by: Barney-15E

  • Assortment Module and Assortment Layout

    Hi folks,
    I wish to list (add) an article to an existing "assortment module" AND "assortment layout" through one common step. Now I am using two steps ....
    1 - Assigning the new article to the layout module in transaction WLWBN (Assortment layout workbench)
    2 - Running transaction WSM4L (mass relisting by changing layout data) for the layout module
    Any help is appreciated
    thanks in advance
    Aj

    Hi TK,
    Thankyou so much for your reply. I have used WLWBN and the Edit-Create functionality but this only works for creating a new assortment. It is not working for adding a new article to an "existing" assortment. Is there anything missing on config or am I doing something wrong?
    Thanks also for your tip on the daily report.
    Any help is welcome because it is very important for us to find a way to do this in one step.
    thanks again,
    Aj
    Edited by: Ajay Shirke on Mar 8, 2010 3:43 PM

  • Assortment Module Creation

    Hi Anybody can tell the Function module to create Assortment module .
    Thanks,
    Maheedhar.T

    Bapi <b>BAPI_ASSORTMENT_MAINTAINDATA</b> is used to create new assortment and change or delete
    existing material master data.
    Regards,
    Prakash.

  • HELP! Downloaded LR5 and when open it shows an error message saying error while trying to change from modules and I can not even import photos. Am I doing something wrong?

    HELP! Downloaded LR5 and when open it shows an error message saying error while trying to change from modules and I can not even import photos. Am I doing something wrong?

    I have the same problem, and the solutions in   Error changing modules | Lightroom do not work.  Even uninstalling and reinstalling a new copy did not solve the problem.  As anyone got an idea what other lingering files might be causing the problem?

  • 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

  • FBE2: BAPI or FM for Changing and Deleting Payment Advice

    Hi,
    I am looking for BAPI or FM for changing & deleting payment advice as we can accomplish from FBE2.
    This is EC 6.0 upgrade issue for not be able to post using CALL TRANSACTION in background mode.
    I tried the below FM's in the Function group  FARMATCH, but all have them have the follwing code to select payment advice Header Table [AVIK].  
    SELECT * FROM AVIK INTO TABLE LT_AVIK WHERE (LT_WHERE) AND
                                                  AVSID LIKE '09%'.    "This is not the case for my requirement
    FARMATCH_CHANGE_PAYMENT_ADVICE               
    FARMATCH_DELETE_PAYMENT_ADVICE               
    I found another set of FM's  REMADV_CHANGE  &  REMADV_DELETE but I am not sure if i can
    achieve the same functionality of change and delete that we can do using FBE2.
    If anyone had similar scenario, Appreicate your feedback.

    Below is a sample code.
    I am able to delete the details....
    Take a look...:)...imp to add wait for few seconds
    REPORT z.
    PARAMETER: vbeln TYPE vbak-vbeln.
    PARAMETERS: fplnr TYPE fplnr.
    DATA: t_zfpla TYPE STANDARD TABLE OF fplavb WITH HEADER LINE.
    DATA: t_zfplt TYPE STANDARD TABLE OF fpltvb WITH HEADER LINE.
    DATA: t_fpla_new TYPE STANDARD TABLE OF fplavb WITH HEADER LINE.
    DATA: t_fpla_old TYPE STANDARD TABLE OF fplavb WITH HEADER LINE.
    DATA: t_fplt_new TYPE STANDARD TABLE OF fpltvb WITH HEADER LINE.
    DATA: t_fplt_old TYPE STANDARD TABLE OF fpltvb WITH HEADER LINE.
    *DATA fplnr TYPE fplnr.
    IF NOT vbeln IS INITIAL.
      SELECT SINGLE rplnr INTO fplnr FROM vbak WHERE vbeln = vbeln.
    ENDIF.
    CALL FUNCTION 'BILLING_SCHEDULE_READ'
      EXPORTING
        fplnr = fplnr
      TABLES
        zfpla = t_zfpla
        zfplt = t_zfplt.
    LOOP AT t_zfpla.
      MOVE-CORRESPONDING t_zfpla TO t_fpla_old.
      t_fpla_old-updkz = 'D'.
      APPEND t_fpla_old.
    ENDLOOP.
    LOOP AT t_zfplt.
      MOVE-CORRESPONDING t_zfplt TO t_fplt_old.
      t_fplt_old-updkz = 'D'.
      APPEND t_fplt_old.
    ENDLOOP.
    BREAK-POINT.
    *CALL FUNCTION 'BILLING_SCHEDULE_SAVE'
    TABLES
       fpla_new = t_fpla_new
       fpla_old = t_fpla_old
       fplt_new = t_fplt_new
       fplt_old = t_fplt_old.
    DATA fpltr TYPE fpltr.
    CALL FUNCTION 'BILLING_SCHEDULE_MAINTAIN'
      EXPORTING
      I_FPLA           =
      I_FPLT           =
       i_upd_fpla       = 'X'
       i_upd_fplt       = 'X'
        i_fplnr          = fplnr
    IMPORTING
      E_DATALOSS       =
      E_UPD_FPLA       =
      E_UPD_FPLT       =
       e_fplnr          = fplnr
       e_fpltr          = fpltr
    TABLES
        fpla_new = t_fpla_new
        fpla_old = t_fpla_old
        fplt_new = t_fplt_new
        fplt_old = t_fplt_old.
    WAIT UP TO 2 SECONDS.

  • BAPI or FM to change the PO release group

    Hi,
    I would like to change the PO release group (EKKO-FRGGR).
    I could not find the way to change this field through BAPI BAPI_PO_CHANGE.
    Please suggest me any BAPI or FM!
    Thanks,
    Khanh

    Hi,
    It seems ME_REL_STRATEGIE_EKKO is used for creating a new PO.
    I want to change the PO release group for a specific PO only.
    And the BAPI BAPI_PO_RELEASE seems to change the Release Code, not Release Group!!!
    Please advice!
    Thanks,
    Khanh
    Edited by: Khanh Nguyen on Sep 23, 2010 2:37 PM

Maybe you are looking for

  • Table to look for change documents for users

    Hi friends, Is there any standard table to look for change documents for a user?change document through SUIM does not give the correct log. Thanks for you support.

  • How to merge PDF docs into one?

    How can I merge several individual PDF documents into one? Can I use preview for this? Thanks a

  • Question For Experts

      What is the G and E means in the motherboard name ? like B75A-G43 B75A-E33

  • Email Notifications on playbook

    Is anyone else gettingnew email notifications through BB Bridge when there arent any new messages? It keeps telling me on the playbook that I have new messages, but I have already opened them on the PB and my bold. Why wont this notification go away?

  • Having Issues with Macbook to turn on

    In the morning, I have issues getting the Macbook to turn on. If i put the puter in sleep mode the next morning and open, it does not come on, even if I hit "on" button. Only way to get it to turn on is to remove power cord. Does my setting need to b