Reason for movement text

Hello gurus
I have to develop one report which gives Vendor wise reason for rejection. for that In the materials cube I have used movement type (0MOVETYPE), reason for movement (0MATMREA). But I want to display the texts related to each reason for movement. Since 0MATMREA is a NUMC field there is no master data maintenance for texts etc. I checked on R/3 side the texts are residing in table T157E which is not present in my dictionary. So how can i get the texts from R/3 side?

you can think of following options -
1
Change 0matmrea , turn 'with text' on.
create Z_datasource based on table T157E and load text
2
create ZMATMREA with text and add it to your infoprovider
3
keep 0matmrea in your cube.  Create Zmatmrea with text. create Infoset based on cube and zmatmrea - joined on 0matmrea from cube joins to zmatmrea. In your query based on infoset , use zmatmrea
steps to create z datasource for text at r/3
1. sq01 - create infoset query based on T157E
2. rso2 - create z datasource based on above query -(extraction from SAP query )
Regards
Sanjyot

Similar Messages

  • Text while entering reason for movement

    Dear all
        When we are doing rejection say 10 out of 50 , then it is asking for reason for movement ..and also the text to be entered
    i want to know which table this text will be populated ,
    Emergency
    thanks in advance

    Hi dear
       Thanks for the reply , but i am bit confused , here you are passing qave to structutere field , but this ia table (QAVE)
    this is my code
    SELECT * FROM zs_mkpf_mseg
               INTO CORRESPONDING FIELDS OF TABLE itmseg
               WHERE lifnr IN p_lifnr
                 AND matnr IN s_matnr
                 AND budat IN s_budat
                 AND werks IN s_werks
                 AND bwart IN ('101','102','122','123')
                 AND lifnr NOT IN (' ').
      SELECT * FROM qals
               INTO CORRESPONDING FIELDS OF TABLE it_qals
               FOR ALL ENTRIES IN itab
               WHERE mblnr = itab-mblnr
                AND lifnr = itab-lifnr.
              AND ebelp = itab-ebelp.
      SELECT * FROM qave
              into itab-vbewertung
               INTO CORRESPONDING FIELDS OF TABLE it_qave
               FOR ALL ENTRIES IN it_qals
               WHERE  prueflos = it_qals-prueflos.
    LOOP AT itab.
        READ TABLE it_qals WITH KEY mblnr = itab-mblnr
                                    ebeln = itab-ebeln
                                    ebelp = itab-ebelp.
                                   matnr = itab-matnr.
        IF sy-subrc = '0'.
          MOVE it_qals-prueflos TO itab-prueflos.
          MOVE it_qals-ersteldat TO itab-ersteldat.
          MOVE it_qals-lmengeist TO itab-actual.
          MOVE it_qals-lmenge07  TO itab-inward.
          MOVE it_qals-lmenge01  TO itab-return.
        ENDIF.
        READ TABLE it_qave WITH KEY prueflos = it_qals-prueflos .
        IF sy-subrc = '0'.
          MOVE it_qave-vbewertung TO itab-vbewertung.
        ENDIF.
        SELECT SINGLE name1 ktokk
               FROM lfa1
               INTO CORRESPONDING FIELDS OF itab
               WHERE lifnr = itab-lifnr.
        SELECT SINGLE mtart matkl
               INTO (itab-mtart , itab-matkl)
               FROM mara
               WHERE matnr = itab-matnr.
        MODIFY itab TRANSPORTING name1 ktokk mtart matkl prueflos ersteldat actual inward return vbewertung.
        CLEAR itab.
      ENDLOOP.

  • Change "Reason for Movement" on Material Document

    I've posted a Material Document.  I now need to change the Reason for Movement.  I've tried this via MB02 but only the Goods Recipient and Text appear to be updatable.  Is it possible to change the Reason for Movement after the Material Document has been posted?  If so, how?

    Hello David,
    Except "text field" & "unloading Point", you can not modify any other field in Material document change mode (MB02 t-code)
    Hope this helps.
    Regards,
    Arif Mansuri
    Reward if answer is helpful.

  • How to entries reason for movement in MI07 with difference quantity equal 0

    I founding that in transaction MI07 can't be able to entried reason for movement if difference quantity equal zero.please help to advise on how to set up config of "Field selection for physical inventory" (Transaction code "0MJU")  to allow to entries either difference quantity has zero in base UoM

    at least you have to enter a . for optiinal next to the movement types 701 to 708 for physical inventory in OMBS.
    And then you have to customize reasons for the movement types 701 to 708.
    It is not possible that the user can enter free text as reason.

  • Report with Reason for movement for GR

    Hi,
      I want to make a report  to show the qty. of material  recived  in a particular period  for GR ref. to PO we have reason for movement  1001   & for GR rwef. to prod. order we have 1002,  so is there any transaction to see the material list ref. to reason for movement.
        How to configure Move. type  and trnsaction relation like  which mov. type is allowed for a particular transaction.
    regards,
      zafar

    Hello
    Try t-code MBGR

  • Restriction of Selecting Reason for movement based on the movement type

    HI,
    Defined Reason for movements for the movement types and made the field as " mandatory" in the control reason for the movement type.
    So, during the Goods movement transaction it becomes mandatory to enter the reason for movement code.
    But during the Goods movement transaction, it is possible to enter any reason for movement for any movement type. It needs to restricted with subject to the movement type.
    Example:
    Defined the Reason for movements 0001 & 0002 for the movement type 561.
    Defined the Reason for movements 0003 & 0004 for the movement type 563.
    During MB1C, now it is possible to select 0003 or 0004 for 561 as well as , it is possible to select 0001 or 0002 for 563.
    it needs to be controlled w.r.to the movement type.
    that is, if the movement type 561 is entered, then system should only allow the reason for movement either 0003 or 0004.
    Is it possible to control, the selection of "reason for movement" based on the movement type ?
    thanks in advance for your help.

    Hi Sundar,
    Check the transaction OMBS.Here you can make the entry of reason for movement mandatory check:controls and in reasons for movements you can maintain the allowed reasons for movement for the perticulatr movement type.
    Hope this help.
    Regards
    Ankush

  • Reason for Movements for selected movement type in MB1A/B/C

    All,
    When a user goes to MB1A, MB1B, MB1C and selects a movement type is there a way to show only the reasons for movements for that selected movement type?
    Currenlty, when the users clicks F4 or wants to view the options available for reasons for movements, it shows them EVERYONE movement type and its associated reason for movement. The list is HUGE. So, I want to know to shorten the list to show only the applicable ones for the movement type the user has selected.
    I know the user can enter the movement type and the list gets filtered but this is a manual step the user must perform. Is there any way the system can restrict the reasons for movements based off the Movement Type already selected by the user?
    Please let me know how to show only those reason codes for the selected movement type in transactions MB1A, MB1B, and MB1C.
    Thanks for your help in advance!

    To shorten the list you can select the movemnt types the user requirs and make his/her personal list so when he.she do f4 onlt personal list will be displaed.
    U can create personal list by doing the F4 and put cursor on movement type and below will be icon to add into personal list.after selecting all the movement types. close the window and adain do f4 u will only see the entries of u r personal list.

  • QA32 or QA11 - reason for movement field enable to QA32 ,inspection screen

    Hi friends,
    while doing goods receipt MIGO 101 quality stock. material document posted.
    i added field(Reason for movement ) for 101 mov type.
    When i want try at QA32 for quality to blocked stock i need to enter reason for blocked stock like pending or waiting for approval.
    here system not appeare reason for movement field in QA32 screen.
    how to enable reason for movement at QA32 inspection stock screen.
    Edited by: sivasankar cherukuri on Jul 7, 2010 11:53 AM

    Issue closed. my self

  • Movtement type 101: Reason for movement made mandatory

    We have made reason for movement made mandatory for movement type 101.
    Now, we go for posting 'Service Entry Sheet', system does not allow it to post.
    While posting service entry sheet, can we enter 'Reason for movement'.
    Regards,

    Hi Rajan,
    You can set "reason for movement" field to either required entry or
    optional entry in customizing for the transaction MIGO. You can do this
    here in the IMG:
    -> Materials Management
    -> Inventory Management and Physical Inventory
      -> Settings for Enjoy Transactions
       -> Settings for Goods Movements (MIGO)
        -> Field Selection per Mvt Type
    Select the entry for movement type 101 and field GRUNG, set to
    required' and save.
    regards,
    Ramana

  • Reason For Movement

    Dear all
    I have a Query regarding Stock Posting MB1C when i am Trying To post the Stock With 561 movement type its asking for Reason For Movement How to remove this or Hide this With Out Asking Please help me
    with Regards
    Pushpalas

    Dear All
    Thanks for Replying Me But I Did All the Things The Same Error is Coming
    Fill in all required entry fields
    Message no. 00055
    Diagnosis
    You have attempted to update data or start an action. However, not all required information was specified.
    System Response
    The system could not execute the action.
    Procedure
    Enter all required information. Fields in which you must enter data are prefilled with a checkmark or question mark ("?") by the system. If the current screen contains tabs, check all tabs to make sure you have filled in all required fields. Then restart the action.
    with Regards
    pushpalas

  • QA32 - for 102 -- mvt we want to add Reason for Movement

    Dear all,
    How to add  user defined reason codes ( there r 100 reasons for QC inspection in our case )  while doing QA32 - 102 reverse movement.
    e.g. we have reasons for varience in CO11.

    Dear,
    In OMJJ transaction
    For a given movement type,
    In the Change view - Movement type screen
    Double click on "reason for mov type" option
    here you define the reason for mov type
    Save,
    It will do the job for you.
    And you can do it in SPRO-MMInventory Management-Goods Receipt-Record reason for movent for diffent mvt type..
    Regards,
    R.Brahmankar

  • QA32 or QA11. Reason for movement

    Hi friends,
    while doing goods receipt MIGO 101 quality stock. material document posted.
    i added field(Reason for movement ) for 101 mov type.
    When i want try at QA32 for quality to blocked stock i need to enter reason for blocked stock like pending or waiting for approval.
    here system not appeare reason for movement field in QA32 screen.
    how to enable reason for movement at QA32 inspection stock screen.
    pls explain me.

    Hi Swarnali
    thanks for ur  advice.
    i maintained reason codes all mov types releated QA32 like 321,343,350.
    but system not shown at QA32. (At the time of MIGO goods receipt shows same field.)
    In qa32 select line item for UD.in UD code enterd and inspection lot stock tab i entered un-rest stock, blocked stock , rejectd stock
    system shows only reasson for rejected stock like 122 mov.type . like same way
    i need blocked stock also reason for movement . howw ll i get at in thiss screen reason field.(when i click material document tab.

  • Help needed using CSS positioning for movie/text

    I have been deconstructing a few sites to get a better
    understanding of CSS for a simple portfolio.
    Anyway, I have a simple navigation set up in place which I
    want to place my movie next to. The problem is that I can't work
    out how to place it next to the buttons...
    The url to the site is:
    http://www.notjustthenews.co.uk/page8.html
    Once I've done that I want to place a paragraph of text to
    the right of the movie so that if you resize the browser window the
    text wraps around the movie.
    Any help would be most appreciated.
    The CSS is question is:
    #wrapper{
    float:right;
    width: 75%;
    margin: 0;
    padding: 0 3% 0 0;
    #widescreen {
    float: left;
    padding: 0px 10px 0px 0px;
    margin: 0 5px 5px 0;

    Not sure what the web forum and the news forum does with code
    these days
    but here is the complete coding/css that you need. (That's if
    it
    transfer ok)
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN"
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html
    xmlns="
    http://www.w3.org/1999/xhtml"><head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1"><title>notjustthenews.co.uk</title>
    <style type="text/css">
    body{
    font-family: Arial,sans-serif;
    color: #000000;
    line-height: 1.166;
    margin: 0px;
    padding: 0px;
    h1 {
    font-family: Verdana, Arial, sans-serif;
    font-size: 120%;
    color: #000000;
    h3{
    font-size: 100%;
    color: #334d55;
    p {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #000000;
    label{
    font: bold 100% Arial,sans-serif;
    color: #334d55;
    ul{
    list-style-type: square;
    #top{
    border-bottom: 1px solid #cccccc;
    width: 100%;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    #topmenu{
    color: #cccccc;
    padding: 0px 0px 0px 10px;
    white-space: nowrap;
    #topmenu a {
    font-size: 90%;
    padding: 0px 4px 0px 0px;
    #title{
    padding: 0px 0px 10px 10px;
    #topmenu ul {
    font-family: Arial, sans-serif;
    font-size: 14px;
    #topmenu li {
    margin-bottom: 5px;
    #topmenu a:link, #topmenu a:visited {
    text-decoration: none;
    color: #000000;
    #topmenu a:hover {
    color: #990000;
    text-decoration: none;
    #seltopmenu a:link, #seltopmenu a:visited, #seltopmenu
    a:hover {
    color: #990000;
    text-decoration: none;
    #navBar ul a:link, #navBar ul a:visited {display:
    block;<br />
    #navBar ul {list-style: none; margin: 0; padding: 0;
    #navBar li {border-bottom: 1px solid #EEE;
    html>body #navBar li {border-bottom: none;
    #navBar{
    float: left;
    width: 200px;
    background-color: #eeeeee;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    #search{
    padding: 5px 0px 5px 10px;
    border-bottom: 1px solid #cccccc;
    font-size: 90%;
    #search form{
    margin: 0px;
    padding: 0px;
    #search label{
    display: block;
    margin: 0px;
    padding: 0px;
    #projectLinks{
    border-bottom: 1px solid #cccccc;
    font-size: 90%;
    #projectLinks h3{
    padding: 10px 0px 2px 10px;
    #projectLinks a:link{
    text-decoration: none;
    color: #000000;
    padding: 2px 0px 2px 10px;
    border-top: 1px solid #cccccc;
    width: 100%;
    voice-family: "\"}\"";
    voice-family:inherit;
    width: auto;
    #projectLinks a:visited{
    text-decoration: none;
    color: #000000;
    border-top: 1px solid #cccccc;
    padding: 2px 0px 2px 10px;
    #projectLinks a:hover{
    color: #990000;
    text-decoration: none;
    border-top: 1px solid #cccccc;
    background-color: #dddddd;
    padding: 2px 0px 2px 10px;
    #selprojectLinks a:link, #selprojectLinks a:visited,
    #selprojectLinks
    a:hover {
    color: #990000;
    text-decoration: none;
    #widescreen {
    padding: 0px 10px 0px 0px;
    margin: 0 5px 5px 210px;
    #widescreen object {
    float: left;
    margin-right: 10px;
    #widescreen p {
    margin-top: 0;
    </style></head>
    <body>
    <div id="top">
    <h1 id="title">notjustthenews.co.uk</h1>
    <div id="topmenu"> <a href="#">home</a> |
    <a href="#">movies</a> | <a
    href="#">audio</a> | <a
    href="#">websites</a> | <a
    href="#">reviews</a>
    | <a href="#">other stuff</a> | <a
    href="#">contact</a>
    </div>
    </div>
    <div id="navBar">
    <div id="search">
    <form action="#">
    <label>search</label>
    <input name="searchFor" type="text" size="10">
    <input name="goButton" type="submit" value="go">
    </form>
    </div>
    <div id="projectLinks">
    <ul>
    <li><a href="#">project1</a></li>
    <li><a href="#">project2</a></li>
    <li><a href="#">project3</a></li>
    <li><a href="#">project4</a></li>
    <li><a href="#">project5</a></li>
    <li><a href="#">project6</a></li>
    </ul>
    </div>
    </div>
    <div id="widescreen">
    <object
    classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
    codebase="
    http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0"
    name="defences" width="402" height="240" align="middle"
    id="full screen">
    <param name="allowScriptAccess" value="sameDomain">
    <param name="movie" value="movieplayer.swf">
    <param name="quality" value="high">
    <param name="salign" value="tl">
    <param name="bgcolor" value="#000000">
    <param name="FlashVars" value="vidpath=defences.flv">
    <embed src="page8_files/movieplayer.swf"
    flashvars="vidpath=defences.flv" quality="high" salign="tl"
    bgcolor="#000000" width="402" height="240" name="defences"
    align="center" allowscriptaccess="sameDomain"
    type="application/x-shockwave-flash"
    pluginspage="
    http://www.macromedia.com/go/getflashplayer">
    </object>
    <p>This is some filler text. This is some filler text.
    This is some
    filler text.</p>
    <p>This is some filler text. This is some filler text.
    This is some
    filler text.</p>
    <p>This is some filler text. This is some filler text.
    This is some
    filler text.</p>
    <p>This is some filler text. This is some filler text.
    This is some
    filler text. This is some filler text. This is some filler
    text. This is
    some filler text.</p>
    <p>This is some filler text. This is some filler text.
    This is some
    filler text. This is some filler text. This is some filler
    text. This is
    some filler text.</p>
    <p>This is some filler text. This is some filler text.
    This is some
    filler text. This is some filler text. This is some filler
    text. This is
    some filler text.</p>
    <p>This is some filler text. This is some filler text.
    This is some
    filler text. This is some filler text. This is some filler
    text. This is
    some filler text.</p>
    </div>
    </body>
    </html>

  • HUMO-A reason has to be entered for movement type 344

    Hi All,
    We currently have the system configured to enter a 'reason for movement' for movement type 344 and this field is marked as required in the movement type configuration. We have configures the transactions allowed for the movement type and HUMO is one of them.
    When I try to post the same HU using the path 'Edit-> Change HU Posting-> Other Postings->Process-> Transfer posting unrestriced to blocked', it prompts me for a 'Reason for Movt' and allows me to post it to a blocked stock.
    However, when we try to post an HU to blocked to stock using the path in HU monitor 'Edit-> Change HU Posting->In Blocked Stock', the system gives an error 'A reason has to be entered for movement type 344'. Please note, it does not even prompt me to enter a reason for the movement.
    Is there a configuration node to have the above error corrected? Or is there any SAP note which could help us solve the problem? We are aware of the SAP note 1679167 for transaction VLMOVE but not sure the same would actually correct the issue for HUMO. Any help in this regard is appreciated.

    Hello Biswajit,
    unfortunately, as far as I can see in source
    SAPLHUMO                 
    / LHUMOF04
    FORM                     
    / TRANSFER_POSTING_HU
    during debugging, there is no GUI code to ask user for a reason. So it's a lack of functionality.
    I think you can add this by an implicit enhancement around FORM transfer_posting_hu asking user e.g. with function module call POPUP_GET_VALUES_DB_CHECKED.
    But transfering the entered reason down to the MM posting seems also not so easy because reason field "GRUND" may not visible in that callstack level.
    Hope that helps you along
    Best regards,
    Matthias

  • Movement reasons for WM?

    Hello,
    We have a requirement to record a reason when clearing a difference in LI21. I have made reason for movement required on movement type 712. When I attempt to clear in LI21, I get an error message "A reason has to be entered for movement type 712".  The problem is there is no where to enter a reason.
    There are multiple transactions that require a reason on the IM side. Is there anywhere in WM that allows reason code entry?
    Thank You
    Jason

    Hi,
    No, we do not have thuch a thing in WM. You could use an other field in the TO but it would not be updated within LI21 and within MM.
    Rgds,
    Philippe

Maybe you are looking for