Add new movement types

Hi experts,
We have new three movent types in r3.
I think we only have to create this new movement types in bcs in order to avoid errors in the data charge from r3. But I supose there are more than this problem.
Do somebody Know what are all the impacts on the BCS system?
Regards.

Hi,
please specify a little more what you do.
I guess you have a method with "load from datastream" and the source is one or maybe more R/3 system. If not, please correct me. More details please.
If you use the same movement types from R/3 also in SEM-BCS I would say the concept is not really good... but nvm ; )
Actually you just have to add those movement types in SEM-BCS. I also guess you use some mapping from R/3-movement types to SEM-BCS movement types. Don't forget that one.
There are a lot of smaller impacts:
- master data is updated, so you have to check all selections in the SEM-BCS,
think of data update methods, layouts, flex uploads, etc etc etc. that is a lot
- check all reports (BEx etc.), they have to be updated too
BR

Similar Messages

  • Need to add new condition type using   BAPI_SALESORDER_CHANGE

    Hi all,
    I am using BAPI_SALESORDER_CHANGE to add new condition type for an order item.
    I am able to add it, but problem here is, that i want that condition type to be manually changable. Here, in BAPI, after execution, condition type field becomes disable.
    My code is as follows:
                    MOVE 'B' TO wa_logic-pricing.
                      MOVE 'X' TO wa_logic-cond_handl.
                      wa_cond-itm_number = wa_vbap-posnr.
    *                  wa_cond-cond_st_no = it_konv1-stunr.
    *                  wa_cond-cond_count = it_konv1-zaehk.
                      wa_cond-cond_type =  it_discount-kschl.
                      wa_cond-CONDORIGIN = 'C'.
                      APPEND wa_cond TO i_cond.
                      CLEAR: wa_cond.
                      wa_condx-itm_number = wa_vbap-posnr.
    *                  wa_condx-cond_st_no = it_konv1-stunr.
    *                  wa_condx-cond_count = it_konv1-zaehk.
                      wa_condx-cond_type =  it_discount-kschl.
                      wa_condx-updateflag = 'I'.
                      wa_condx-COND_VALUE = 'X'.
                      APPEND wa_condx TO i_condx.
                      CLEAR: wa_condx.
    FORM f_update_order .
      CALL FUNCTION 'BAPI_SALESORDER_CHANGE'
        EXPORTING
          salesdocument    = salesdocument
          order_header_in  = wa_headerdata
          order_header_inx = wa_headerdatax
          logic_switch     = wa_logic
        TABLES
          return           = it_return
          order_item_in    = i_itemdata
          order_item_inx   = i_itemdatax
          conditions_in    = i_cond
          conditions_inx   = i_condx.
      IF NOT it_return[] IS INITIAL.
        PERFORM f_commit_or_rollback.
      ENDIF.
    ENDFORM.
    Please let me know, if it could be achievable.
    Best regards,
    Meena
    Moderator Message: Corrected the code tags. You need to use flower brackets.
    Edited by: kishan P on Aug 25, 2010 6:04 PM

    Hi,
    This is the demo code i am writing:
    Even Change manual entry field in BAPI did not helped me.
    [code]REPORT  ZTESTM1.
    data: l_knumv type knumv.
    DATA: it_return        TYPE STANDARD TABLE OF bapiret2,         "Internal table for t_txt_ret
           wa_return        type  bapiret2.
    data: begin of it_konv occurs 0.
           include structure konv.
           data: end of it_konv.
    data: logic_switch type standard table of    BAPISDLS,
          wa_logic type BAPISDLS.
    data:itemdata type STANDARD TABLE OF BAPISDITM,
          wa_item type   BAPISDITM.
    data : salesorder type BAPIVBELN-VBELN.
    data:itemdatax type STANDARD TABLE OF BAPISDITMx,
          wa_itemx type   BAPISDITMx.
    data: wa_header type BAPISDH1,
          wa_headerx type BAPISDH1X.
    data: i_cond type STANDARD TABLE OF BAPICOND,
          wa_cond type BAPICOND.
    data: i_condx type STANDARD TABLE OF BAPICONDX,
          wa_condx type BAPICONDX.
    move '0060008601' to salesorder.
    move '000010'  TO wa_item-itm_number.
    append wa_item to itemdata.
    move ' '  to wa_header-BILL_BLOCK.
    move   'U'  to wa_headerx-UPDATEFLAG.
    move  'X' to wa_headerx-BILL_BLOCK.
    MOVE: 'U'  to wa_itemx-UPDATEFLAG,
         '000010'  TO wa_itemx-itm_number.
         append wa_itemx to itemdatax.
    move 'B' to wa_logic-PRICING.
    move 'X' to wa_logic-COND_HANDL.
    select single knumv from vbak into l_knumv where vbeln = '0060008601'  .
    select * from konv into table it_konv where knumv = l_knumv  and kposn = '000010'.
          wa_cond-ITM_NUMBER = it_konv-kposn.
          wa_cond-cond_type = 'Z550'.
          wa_cond-CONDCHAMAN = 'X'.
           append wa_cond to i_cond.
           clear: wa_cond.
    wa_condx-ITM_NUMBER = it_konv-kposn.
    wa_condx-COND_TYPE = 'Z550'.
    wa_condx-UPDATEFLAG = 'L'.
    append wa_condx to i_condx.
    clear: wa_condx.
    CALL FUNCTION 'BAPI_SALESORDER_CHANGE'
      EXPORTING
        salesdocument               = salesorder
       ORDER_HEADER_IN             = wa_header
        order_header_inx            = wa_headerx
       LOGIC_SWITCH                = wa_logic
      tables
        return                      = it_return
       ORDER_ITEM_IN               = itemdata
       ORDER_ITEM_INX              = itemdatax
       CONDITIONS_IN               =   i_cond
       CONDITIONS_INX              =   i_condx
      EXTENSIONIN                 =
    CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.[code]
    Thank you.
    Meena

  • New Movement type

    Hi all
    I created 901 movement type by copying 201
    I also created 902 movement type by copying 202
    i maintained 202, in reversal movement type for 201
    i maintenance diff account grouping to post to diff accounts for 201&901
    I went to MIGO_GI and tried to select 901 movement type, it is giving error like "Movement type 951 is not planned for this operation"
    I tried MB1A, again "You have entered a movement type that has not been defined for this transaction/event."
    After seeing these i understood like i though i have to maintain these new movement types in MIGO through SPRO>Settings for enjoy transactions>settings for transaction and reference documents
    There for each For each reference documents  like PO, reservation, other only one movement is allowed
    For PO it is 201, i like to add 901 here too,
    Can some 1 help me in this regard
    Regards
    Bhushan

    Hi sasi,
    Follow the steps creat a new mvt type
    Creation of new movement types is not recommended. SAP has given all the movement types which are required. If they is a genuine requirement then you can go for it.
    If you still want to create a new movement type.
    Tcode: SPRO -- Materials Management -- Inventory management and phy. inv -- Movement types -- Copy, Change Movement Types.
    Then select the relevant from the field selection list for that movement type.
    Then give the reference movement type in 'from' field and 'to' field will be ur new material number.
    Then everything will be copied from the reference mvt type, if anything is to be changed, change and save.
    Go thru this link, to get additional info.
    http://help.sap.com/saphelp_47x200/helpdata/en/a5/63319343a211d189410000e829fbbd/frameset.htm
    Hope this clarifies.
    regards
    Hareesh

  • Unable to define new Movement Type

    Hello Experts,
    I'm new with WM and trying to add a movement type 601 to my Warehouse. I know I can do it as follows.
    SPRO>Logistics Execution->Warehouse Management>Activities>Transfers>Define Movement Types
    However the issue is when I'm trying to copy from an existing record then getting error as follows.
    Entry A01 A  does not exist in T333A (check entry)
    Can anyone tell me what is wrong or am I missing something in configuration?
    Many thanks in advance.

    you copy a movement type record which has a shipment type A, however this A is not anymore available in table T333A Shipment types.
    it got probably deleted in the wrong sequence.
    But in general you either create a A entry in table T333A  or you remove this A from the referenced movement type, save, and copy then.
    I am not on a SAP system this evening, so I cant tell you the customizing path, not do I exactly know how this table looks like.
    Usually this setting is not far away from the customizing where you are. But if you execute SM30 and enter table T333a and click then customizing button, then SAP takes you usually  to the IMG activity.

  • New Movement types (Urgent)

    Hi Gurus,
    Why do we need new movement types? Could you give few examples?
    Helpful answers will be rewarded accordingly.
    Thanks
    kk

    Hi,
    new movement types are normally required for accounting reasons and not normally for MM reasons.
    One example is the write-off movement type. The standard movement type is linked to the GL that is used by the account modifier allocated to that movement type and so whenever we use the standard write-off (scrap) movement for a material at a plant it will ALWAYS post to the same account (as long as the material and plant are the same).
    But what if we want to use a different account for the same material plant combination, depending on WHY we are writing it off?
    For example, if we drop the item during the process and damage it ourselves then we want to use a "loss account" that will capture the cost of this accident. But if we open the box and find that the item has been stolen, or was damaged by the vendor, we would wnat to write it off to a different account.
    So we could add two new movement types, Write-off (stolen), Write-off (vendors defect) etc.
    So basically wherever we want to have extra flexibility over which GL is used in standard situations we can use additional movement types (linked to different account modifiers) to achieve this.
    I have not really ever seen a GENUINE need for a totally new movement type for anything other than financial reasons. After all you will not suddenly have a different type of movement in MM, they haev all been covered byu the standard (and if they haven't, then this is probably deliberate).
    I did once have to generate a new movement type that would update "in-transit" stock but this was for a very special purpose and it is not one that I would ever recommend.
    I hope this helps a bit?
    Steve B

  • Accounting Document for New Movement Type

    Good day!
    Here's the scenario: I have created a new movement type in SPRO. I just copied from the existing movement type closely related to what I wanted to create. I executed the transaction in MB1C and it went well and generated a Material Document number. When I viewed the Material Document number in MB03, it has no Accounting Document number. Is there any config that i missed? How can I relate this transaction to accounting?
    Thank you for your assistance.

    hi
    first check which movement type u have copied .
    now check is ur material is valuated for the plant
    now in OMJJ go to ur movemnttype  and in update control u should have value and quantity update entry
    also check if u have used the po as free or if it is initial entry then check ur material master price
    hope it hellp
    regards
    kunal

  • Error while creating new Movement Type

    All SAP Gurus,
    We are creating a new Z movement type by copying the 101 movement type (T code: OMJJ).
    But system is not allowing to create a new movement type and giving an error message as 'Specify the key within the work area'.
    We are unable to create a new movement type due to this error.
    Please help...................
    Regards,

    How did solve the problem
    plz let me know
    thanks.

  • Creation of new movement type for Goods Receipt

    Is it possible to create a new movement type same as 101 (goods receipt)?  We need to create a separate movement type of 101 for the purpose of separating G/L account to be used for local and importation purchases.  Or is there any other way to separate the G/L account for GR of local and importation purchases without creating a new movement type?

    You can create new Mvt type by copying Mvt type in OMJJ trxn ..
    Please follow the following steps
    Check whether you can use the preset movement types.
    If not, define new movement types as follows:
    1.  Once you have carried out the activity, the system displays a dialog
        box for field selection. In this, you can restrict the movement
        types you work with to various fields. To copy a movement type,
        select the field  Movement type and choose Continue. The dialog box
        Define work area appears.
    2.  In the dialog box Define work area, enter the movement type you want
        to copy in the From: field. In the To: field, enter the name of the
        new movement type you want to create. To go to the overview of the
        selected movement types, choose Continue.
    3.  Select the movement type you want to copy, and choose Edit -> Copy
        as.
        Overwrite the selected movement type with the new movement type
        (beginning with 9, X, Y, or Z) and copy all dependent entries.
        The system copies all control indicators from the reference movement
        type to the new movement type.
    4.  Check all views for the new movement type and, if necessary, change
        the control indicators. Please note that some views have a detail
        screen.
    5.  Copy the reversal movement type and enter it in the view
        Reversal/follow-on movement types.
    6.  Save your settings.

  • CREATION OF NEW MOVEMENT TYPE

    Hi,
           I have a query regarding creation of a new Movement Type.
    Is there any specific rule to start creating new Movement Type only with numbers starting with digit 9 or we can consider numbers starting with any digits.
    Please clarify this as soon as possible.
    Thanks in advance.
    Thanks & Regards,
    Srinivasa M.S
    =91-9910077829

    Hi,
    You can create Movement Type  with numbers starting with digit 9 or beginning with Z or  X or  Y alphabet  folllowd by number ( for example: Z01,Z02,Z09 etc)which you can differentiate  standard Movement Type   with customised Movement Type  .
    For more check the link:
    http://www.sap-img.com/materials/how-to-create-a-new-material-movement-type.htm
    Regards,
    Biju K

  • Error during creation of new movement types

    hi frnds,
        while creating a new movement type for 311 with z11....in help text tab..it is showing an error..
    " Entry HULIST does not exist in TSTC (check entry) "...how do i resolve this.
    Regards,
    Prasath

    Hey while copying the movement type to another use OMJJ
    If any table entry is missing that can be maintained in SM30
    Check it out
    Regards,
    Raman

  • What we need creation of new movement type ? when will be used?

    Dear guru,
    pls clarity

    Hi Sai,
                  Many a times you want to post value of some transactions to different G/L account for the same material depending on  scenarios..like scrap generated at x process...scrap generated at y process etc..
    So this will be done through creating new movement types
    Regards,
    Rohan

  • PURPOSE OF CREATION OF NEW MOVEMENT TYPE

    Hello Experts,
    Can you please tell me the purpose of creating a new movement type with the description.
    Thanks and Regards
    Nilu S.

    Hi,
    Movement type determines the treatment of any Stock in terms of Qty & Value. SAP has provided the standard MVt type for use in  different business scenario.
    How a Mvt Type Works  is important to understand the requirement of new Mvt type -
    a. in material master we are assigning the Val. Class, We are assigning the GL a/c  with Valuation class in combination with General account modifier in OBYC like GBB >> VBR>> ValClass>> GL A/c.
    b. Each valuation class is linked to multiple General account modifier Key and GL a/c (as per our business requirement).
    c. Each movement type is assigned with Account modifier key in IMG Customising.
    So when ever we enter a material & Mvt type in any transaction system determine the GL A/c to be for Automatic posting through Account modifer Key (From OMJJ & OBYC).
    So you can see, there is limitation of GL assignment for automatic posting in OBYCfor each business scenario.
    if requirement of diff. accounting arises for a material with same valuation class, we need to Create new Mvt type & Account modifier key. This new Account modifier key will be linked to New GL in combination with Val. Class.
    Hope  above explanation satisfy your query.
    Regards,
    Ranjan Kumar

  • Regarding creation of new movement type

    Hi Friends,
         I have tried to create a new movement type for transfer posting from one sloc to another (311) with Z11...but it showing an error
      " Specify the key within the work area "...what is this ? where i can see the work area for this ? the messsage number is  SV033. kindly help me please
    Regards,
    Prasath

    Hi Prasanth,
    This following link will help you.
    Movement Type
    Regards,
    Nani.

  • Creation of new movement type and transaction code

    Hi
    As per my business requirement i want to create new movement type 911 in  1M and how to assign to transaction code MIGO and if possible can some body can guide me with configuration.
    With regards
    G Narendra kumar

    Hi Narendra,
    1 . To copy a movement type,
    select the field Movement type and choose Continue. The dialog box
    Define work area appears.
    2. In the dialog box Define work area, enter the movement type you want
    to copy in the From: field. In the To: field, enter the name of the
    new movement type you want to create. To go to the overview of the
    selected movement types, choose Continue .
    3. Select the movement type you want to copy, and choose Edit -> Copy
    as.
    Overwrite the selected movement type with the new movement type
    (beginning with 9, X, Y, or Z) and copy all dependent entries.
    The system copies all control indicators from the reference movement
    type to the new movement type.
    4. Copy the reversal movement type and enter it in the view
    Reversal/follow-on movement types.
    5. In SE38, execute the program RDDKOR54 and then give the entry T156 as table name and again execute. Check if the entries 9,Y, and Z* are available in the namespace.
    Thanks
    Dipak

  • Creation of new movement type and condition type

    Hi experts,
                       I am going to create a new movement type and the new condition type. Please suggest me how to create and implement it.
    Thanks
    Harmandeep

    Please check these answered links:
    Create a new movement type
    Create Movement Type Error
    When we need to create a new movement type?
    can we a create a  condition type for  PO
    Create new condition type with respective GL acc. for PO
    Re: Condition type

Maybe you are looking for

  • Xml file not getting loaded locally...

    Hi, I have created a project and it uses an xml file which I have used in assets folder within the src of the project(The project was created in D:\C Drive\Documents\SAP UX\go_green\wasl_DB\bin-debug). The url path which I have used in HTTPService is

  • Customizing Infoview Disable shortcut option in XI 3.0

    Hi, We need to disable the shortcut option ,When a report is selected in the public folder area of Infoview and the organize button is selected can the copy shortcut option be disabled ? or Can we disable the shortcut option when sending a report thr

  • Get XML Output and parameters

    I'm using Oracle BI Publisher 11.1.1.3.0 and I've created a Dataset with several parameters. (6 to be precise) I'm using the "Get XML Output" button to generate my sample data... Without the parameters all is good... but when I add parameters... the

  • SWC not viewable in NWDI

    Hello, I try to add a new Softwarecomponent to a developmenttrack. But in the selection i doesn't find the component. I try to restart the NWDI and refresh but from a NWDI point of view the component doesn't exist. In the XI and SLD i can work with i

  • Any one using 7.6.130?

    My choice of using 7.6.120 back fired big time ....having to reload WLC's every AM for last 1 month to avoid memory leak(webauth)! This bug was introduced in .code 120 while fixing another issue. 7.6.130 has a fix.