Need Value(Dollar value) field in LI21 transaction

Hi Experts,
Is there any other transaction or report that i can use to see the Value of the material before clearing differences in IM ? My client is looking for a value field in LI21.Should I go with a custom transaction?
Thanks in advance

MI20 should show you what you need for IM differences by material or plant... there are a whole load of selections avaialable.
CUstom Transaction shouldnt be necessary
Jamie

Similar Messages

  • Need to add a field in KE24 transaction

    Hi,
    I need to add a field Order Reason (VBAK-AUGRU) in the ALV output for the transaction KE24. I didn't find any suitable exit or BADI for adding this field. Right now I'm looking for some enhancement spots to get the field value and also to add the field in the catalog before calling the GRID display.
    If you have come across this similar situation, please suggest me.
    Regards
    Itishree

    Hi,
    check these enhancements
    COPA0001  Enhancement for derivation in Profitability Analysis (C
    COPA0002  Enhancement for valuation in Profitability Analysis (CO
    COPA0003  Enhancement for assignment to profitability segment (CO
    COPA0004  Enhancement for currency translation (CO-PA)
    COPA0005  Enhancement for actual data update (CO-PA)
    COPA0006  Enhancement for planning (CO-PA)
    COPA0007  Enhancement for external data transfer (CO-PA)
    i think you should get it provided you should follow proper procedure .
    otherwise you need to create Implicit Enhancement spot.
    regards
    fareed

  • Displaying blank value for the Rounding Value field in MM03 transaction

    Hello All,
    We are using BDC to create a material master record.Some users are not loading the rouding value in the MRP1 screen. The rounding value is stored in the MARC table which has the data type as QUAN. Thus when there is no value being passed it implicitly converts the blank value to 0.00. The users do not want the rounding value to be displayed as 0 when they view the material record using mm03. Kindly let me know if there is any way to display the rounding value as blank if no value is present.
    Thanks in Advance.
    Regards,
    Avinash Sai N S

    Hai siddharth,
    I have enabled the BADi HRPBSIN_ADDITIONAL_CHECKS to do validations for loans. Can u pls explain is there any FM or wat can be used to set default value for the field in portal.
    Pls give some suggestions,
    thnaks,
    Nalla B.

  • Need to add a field in standard transaction 'fs00'

    hi,
    can any one suggest me how to add a new field in the standard transaction 'fs00' under the field company code...
    thanks &regards'
    prajwala.

    Hi Prajwala,
    You can try the following user exit available for fs00:
    GLX1028             User exit for BAPI_GLflex_GetDocItems (EXIT_SAPL1028_001) 
    Hope this will solve your problem...

  • Updation of Refernce field in FBCJ transaction fails?

    Hi,
    I need to update refernece field of FBCJ transaction code with document number.
    Checked CJ_DOCUMENT badi, can not be used. During save, one of the function module is called,
    FCJ_SAVE_ALL FM, I am writing code within this, afer FCJ_SAVE because it doesnt updates posting number before.
    LOOP AT I_L_ITCJ  INTO WA_ISCJ_POSTINGS.
    Copying The value of posting number to document Number
          WA_ISCJ_POSTINGS-DOCUMENT_NUMBER = WA_ISCJ_POSTINGS-D_POSTING_NUMB.
    Modifying the Internal table from work area.
          MODIFY I_L_ITCJ  FROM WA_ISCJ_POSTINGS TRANSPORTING DOCUMENT_NUMBER
                       WHERE D_POSTING_NUMB = WA_ISCJ_POSTINGS-D_POSTING_NUMB.
    Clearing the Workarea.
          CLEAR WA_ISCJ_POSTINGS.
        ENDLOOP.
        ITCJ_POSTINGS[] = I_L_ITCJ[].
        L_MANDT = SY-MANDT.
        DATA : LS_DOCUMENT TYPE TCJ_DOCUMENTS.
       LOOP AT ITCJ_POSTINGS INTO WA_POSTINGS.
        LS_DOCUMENT-MANDT           = L_MANDT.
        LS_DOCUMENT-POSTING_NUMBER   = WA_POSTINGS-POSTING_NUMBER.
        LS_DOCUMENT-CAJO_NUMBER      = WA_POSTINGS-CAJO_NUMBER.
        LS_DOCUMENT-COMP_CODE        = WA_POSTINGS-COMP_CODE.
        LS_DOCUMENT-FISC_YEAR        = WA_POSTINGS-FISC_YEAR.
        LS_DOCUMENT-CURRENCY         = I_CURRENCY.
        LS_DOCUMENT-H_RECEIPTS       = WA_POSTINGS-H_RECEIPTS.
        LS_DOCUMENT-H_PAYMENTS       = WA_POSTINGS-H_PAYMENTS.
        LS_DOCUMENT-H_NET_AMOUNT     = WA_POSTINGS-H_NET_AMOUNT.
        LS_DOCUMENT-H_NET_PAYMENT_WT = WA_POSTINGS-H_NET_PAYMENT_WT.
        LS_DOCUMENT-H_TAX_AMOUNT     = WA_POSTINGS-H_TAX_AMOUNT.
        LS_DOCUMENT-BP_NAME          = WA_POSTINGS-BP_NAME.
        LS_DOCUMENT-DOCUMENT_DATE    = WA_POSTINGS-DOCUMENT_DATE.
        LS_DOCUMENT-DOCUMENT_NUMBER  = WA_POSTINGS-D_POSTING_NUMB.
        LS_DOCUMENT-POSTING_DATE     = WA_POSTINGS-POSTING_DATE.
        LS_DOCUMENT-VALUTA_DATE    =   WA_POSTINGS-VALUTA_DATE.
        LS_DOCUMENT-ACCOUNTANT       = SY-UNAME.
        LS_DOCUMENT-TAX_PERCENT      = WA_POSTINGS-TAX_PERCENT.
        LS_DOCUMENT-D_POSTING_NUMB   = WA_POSTINGS-D_POSTING_NUMB.
        LS_DOCUMENT-TEXT1            = WA_POSTINGS-TEXT1.
        LS_DOCUMENT-TEXT2            = WA_POSTINGS-TEXT2.
        LS_DOCUMENT-BUPLA            = WA_POSTINGS-BUPLA.
        LS_DOCUMENT-SECCO            = WA_POSTINGS-SECCO.
        LS_DOCUMENT-EXCH_RATE        = WA_POSTINGS-EXCH_RATE.
        LS_DOCUMENT-MEANS_OF_PAYMENT = WA_POSTINGS-MEANS_OF_PAYMENT.
        LS_DOCUMENT-CHECK_NUMBER     = WA_POSTINGS-CHECK_NUMBER.
        LS_DOCUMENT-CHECK_ISSUER     = WA_POSTINGS-CHECK_ISSUER.
        LS_DOCUMENT-BANK_KEY         = WA_POSTINGS-BANK_KEY.
        LS_DOCUMENT-BANK_ACCT        = WA_POSTINGS-BANK_ACCT.
        LS_DOCUMENT-BANK_CTRY        = WA_POSTINGS-BANK_CTRY.
        LS_DOCUMENT-CHECK_STATUS     = WA_POSTINGS-CHECK_STATUS.
        LS_DOCUMENT-CHECK_STACK      = WA_POSTINGS-CHECK_STACK.
        LS_DOCUMENT-REVBELNR         = WA_POSTINGS-REVBELNR.
        LS_DOCUMENT-LZBKZ            = WA_POSTINGS-LZBKZ.
        LS_DOCUMENT-LANDL            = WA_POSTINGS-LANDL.
        LS_DOCUMENT-SPLIT            = WA_POSTINGS-SPLIT.
        LS_DOCUMENT-VATDATE          = WA_POSTINGS-VATDATE.
        CALL FUNCTION 'FCJ_INSERT_DOCUMENT'
          EXPORTING
            I_DOCUMENT    = LS_DOCUMENT
          EXCEPTIONS
            INSERT_FAILED = 01.   "
    This code I am using as insertion was done before this function module so my insertion fails here, any other workaround to populate reference field. I can see it populated, once i leave transaction and come back again I dont see reference field.
    Regards
    Mohinder

    Hi,
    Its resolved.
    updating posting
    using function module CALL FUNCTION 'FCJ_CHANGE_SAVED_DOCUMENT'
    Thanks
    Mohinder Singh Chauhan

  • Additional fields in MIGO transaction

    Hi Everybody,
      We have a requirement where we need to have additional fields in MIGO transaction when the user chooses 'distribute qty' option to split the quantity, the normal screen shows the following fields,
    1. Qty in UnE
    2. Stock type
    3. Movement type
    4.Stor location, we need Serial number, Drum number in Screen number 1000 of SAPLMIGO program,  Can any one tell me how do I achieve this functionality,
    Rgds,

    The only option I see is design your own custom screen with the required fields and call it as popup ( Modal Dialog Box ) from user exit ZXMBCU02 .
    This user exit will be triggered when you click on "CHECK" or "SAVE" button.
    There is no way to modify MIGO screen itself , so maybe you will have to pass the item number etc from MIGO and have a table control on your custom screen for data entry.
    For saving data into database donot use this exit as a user may just check and go out and you will unnecssarily push the data into z table . In this exit do an export to memory for your custom fields.
    In another exit ZXMBCU01 , do an import from memory and update the required Z table . This exit is called while updating material document in update task.
    However to goto popup screen for displaying chnaging custom fields you will have to press "CHECK" button , maybe a user training issue.
    Cheers

  • Regarding - add a new field in migo transaction

    Hai guys,
         i need to add  one field in MIGO transaction, can u pls tell me the step by step procedure for adding the new field in migo transaction.
    Regards,
    N.selvamuthukumar.

    Hi Selvamuthu,
    It is possible using the BADI MB_MIGO_BADI to add Additional tabs in header and/or item as required
    MB_MIGO_BADI  -> BAdI in MIGO for External Detail Subscreens
    See the documentation below...........
    With the Business Add-In (BAdI) MB_MIGO_BADI, you can extend the interface of the goods movements transaction ( MIGO) with additional tabstrip controls for the detailed information (detail tabstrips) and header information (header tabstrips). It is possible for an external application
    to display an additional detail tabstrip with own subscreen (max. 10 lines) in MIGO
    to display an additional header tabstrip with own subscreen (max. 3 lines) in MIGO
    The program name, screen number and tab page text can be determined dynamically. Different screens can therefore be controlled according to the mode (for example, change mode, display mode, goods receipt, goods issue).
    To read the complete documentation  --go to se18 --click on BADI -- enter -- MB_MIGO_BADI----Display
    inside click on "DOCUMENTATION" button and there is a complete documentation step by step
    in addition to it ...--go to se18 --click on BADI -- enter -- MB_MIGO_BADI----Display ->
    on the top menu -> "GOTO" -> sample code -> "Display"
    in will get the "methods" tab..see the description
    Initialization and Registration of Ext. Detail Screens
    PBO of Detail Screen
    PAI of Detail Screen
    Add / Change a Line (GOITEM)
    Delete a Line (GOITEM)
    MIGO Reset (Delete All Internal Data)
    Post Goods Movement
    Check Item Data of Goods Movement
    Mode of Transaction MIGO (Action / Reference Document)
    Status Information and Header Data
    Save Held Data
    Load Held Data
    Delete Held Data
    PBO of Header Screen
    PAI of Header Screen
    Check Header Data of Goods Movement
    Publish Item Data After Processing
    sample code is given in these methods..so when we create a custom badi implementation of our own go to the sample code and copy the required code in the corresponding methods as required
    double click on the method..for eg:IF_EX_MB_MIGO_BADI~PBO_HEADER  in the sample code to see code....in this particular method we can see how method calls an external program and screen to create a new tab in MIGO...use code from mainly the following to get a new header/item tab
    PBO of Header Screen
    PAI of Header Screen
    PBO of Detail Screen
    PAI of Detail Screen
    Pls take some time to analyse the code or flow but we can have the tabs in the header/item level
    Hope it helps
    Regards
    Byju

  • How to preset fields in a transaction BP with default values

    Hi!
    I want to fill few fields in transaction BP with default values.
    This should be if there`s a new business partner to insert.
    If i can do this depending on the selected role it was the best
    First i thought on SPA/GPA-parameters ... but then i can`t do it in depence on the selected role.
    In customizing i can tell only if a field should be displayed or not, for input or not, ... but no values to insert.
    Is here anybody with a good idea for me?
    I`ve posted my question first in crm-section but i think here it`s better
    Thanks a lot in advance.
    Best regards,
    Ingo

    Hi,
    There is one possibility which requires an enhancement of the
    BDT event ISDAT and a call to the function module
    BUP_BUPA_FIELDVALUES_SET. This means that an ISDAT function module needs to be written (transaction BUS7) which calls the function module BUP_BUPA_FIELDVALUES_SET with the needed values that are to be defaulted. You can read the role value using BUS_PARAMETERS_ISSTA_GET (T_RLTYP).The fields which are possible can be found in the DDIC structure BUSDEFAULT. However this is limited only to the fields inside this structure.
    Thanks and warm regards,
    Smita.

  • Reset Co-PA value field effect for earlier transactions.

    Dear experts,
    actually my requirement is 2 billing types related quantity should not be included in to CO-PA report, for that i was done the settings in KE4W(reset the co-pa value field)
    It is working but effect is coming from current billing transactions not earlier transaction.
    Is there any method for getting effect for earlier billing transactions.
    useful answers duly rewarded.
    thanks in advance

    hi ram,
    I have tested with the old billing documents in ke4s by selecting reversal of line items , then system is reversing the old billing document, after this my report showing as per our requirement.
    thanks for your quick replay and help.
    if u find any solution without reversing rest the old data please infirm me.
    regards
    sai krishna

  • How to get the table of value field? and can we expand the technical limits

    Dear
    I have created value field in COPA with KEA6. And now, I need the table which the value fields are saved. Yet, I have tried a lot to find it and get failure? Can any guy help me? Please tell me how to get the table of a value field.
    And another question is that, can we extend the technical limits for the number of value field for ECC6.0?
    We have a note for R.4.x Please see below:
    OSS note 160892
    You can display the length of a data record using Transaction KEA0 ('Maintain Operating Concern'). After you have navigated to the 'Characteristics Screen' or to the 'Value field Screen' choose menu path 'Extras -> Technical Limits'.
    The maximum displayed here under 'Length in bytes on the DB' is the maximum length permitted by the Dictionary. The reserve required for the release upgrade must be subtracted from this value.
    To increase the allowed number of the value fields, increase the value that is assigned to field ikcge-bas_max_cnt (FORM init_ikcge_ke USING fm_subrc, approx. line 165) in Include FKCGNF20. It specifies the number of the possible value fields. The corresponding part of the source code is attached to the note as a correction.
    David Sun
    Regards!

    how to extend the limit of value numbers? please see the original question.

  • KE28 Top-down distribution for only part of the Value Field

    Hi Experts,
    We have a situation where we will make manual postings in CO-PA through KE21N. Part of this postings will be at the lowest detailed level and part will be for a more summarized level od characteristics. All the postings will flow to the same value field.
    We need to make a top-down distribution only for the postings that were made in a summarized level, because the other postings already have the details that we need.
    Is it possible?
    Kind Regards
    Mayumi Blak

    Hi Venkata,
    Please note that :-
    you can not distribute to a characteristic that already contains a
    value.  Please see note 77476.  If you want to distribute to eg.
    profit center, then the characteristic must be initial (in the data
    to be distributed).
    In the case where the log showed "number of receivers" but no line
    written is a common problem in transaction KE28 logged by customers.
    One example is that, if the amount of line items is 0.00 for all the
    receivers, no line item will be written.
    No values in reference data:
    If there are no values in reference data for some segments (see the
    log). No records are posted (segments which were distributed, but
    their value is zero i.e. there is no value to be distributed, are not
    posted).
    No initial values in the distribution level (ie. # - non assigned)
    in each of the characteristics in distribution level.
    Kind Regards,
    Abhisek Patnaik,

  • How to get default values while using the transaction "BP"

    Hi Group,
    I have a query on how to get default values while using the transaction <b>BP</b>?
    The thing is:
    when I enter into the transaction "BP", I need to see some default values to some of the input fields in the screen.
    how can I achieve this?
    So please kindly let me know the procedure to achieve this.
    Thanks & Regards,
    Vishnu.

    Hi,
    The events of BDT can be used to default some fields on creating a partner.
    For this create a function module for ISDAT. attach that event in BUS7.
    In the ISDAT funtion modulethe following code should be used.
    For example to set the nationality:
    I_BUSDEFAULT-NATIO = 'DE.
    CALL FUNCTION 'BUP_BUPA_FIELDVALUES_SET'
    EXPORTING
    i_busdefault = I_BUSDEFAULT
    Regards, Smita.

  • User defined field in SD and its link to Value field in COPA (??)

    Dear All,
    We have created one "Z" field i.e. user defined field and its in VBRP Table. This is a quantity field. to update the values in this field we have used an exit in sales and distribution module. Now, by defining this exit values are correctly populated in VPRP table on line item basis.
    Requirement here is we need to get this field in COPA, for same i have carried out the quantity field assignment to value field (KE4M).
    Even after this configuration profitability segment is not updated.
    Regards,
    Sayujya
    Edited by: sayu on Mar 15, 2010 10:13 AM

    In the past I did something similar and had to use function module EXIT_SAPLKEAB_001 in enhancement COPA0002 to populate the field.  To use this exit you'll first need to add a user exit id to your valuation strategy (transaction KE4U).  The help on the function module is pretty good, but if you run into a problem let me know.
    thanks,

  • Maintaining operating concern after adding new value field

    Hello,
    I added a new value field to our live operating concern,maintained the data structure throguh KEA0(Maintain operating concern).The changes are transported from Development to Quality,Changes were reflected in Q system.After testing in Q system transports were pushed to production system.The new value field is added to the operating concern. When i check the log for KEA0 in production system it displayed one message like:
    Field VV088 was added to the reference structure
    Message no. KE782.You probably either  changed the operating concern or SAP-EIS aspect, and added the field VV099 to the definition.
    The added a CO-PA value field:
    In this case, the field is added to the definition or the summarization levels. This invalidates all existing levels. Consequently, you need to activate them again and fill them with data.
    In production system maintaining operating concenr or KEAO is only in display mode.Is it needed to regenerate the operating concern once again in production, how to do it. Is the message talking about the KEDV summarization levels.?
    thanks
    rahul

    Hi,
    No no ....KEDV is nothing to do here....that is creation of summarization in CO-PA.
    Since you added new value field you necessarily have to Regenerate the operating concern...
    Use Tcode KEA0...go to Environment tab...there the status of Cross client part  and client specific part both will be in RED....now just click on the Cross client (candle button)...now the system would regenerate the operating concern...once it is over do the same for the client specific...
    Beware when you do regenerate the operating concern no body can enter any transaction in that server since it is cross client table ...hence better do it after business hours.
    Hope this helps!
    Running KEDU with rebuild is relevant only when you already have created summarization and called up the same in the CO-PA report "options" tab. If you did not created the summarization you are nothing to do with KEDU.
    Next: The new value field has to be transported to PRD and hence even in PRD we have to do the regeneration manually.
    Regards,
    Velumani
    Message was edited by: Velumani Arunachalam
    Message was edited by: Velumani Arunachalam

  • Transport COPA new value field

    Hello SAP Experts,
    I have created a new COPA value field. Now i would like to transport the same to Test (Acceptance or Quality) server, can you kindly let me know how can i proceed with this.
    Your inputs are highly appreciable in this regard.
    Many thanks in advance.
    Regards,
    Pavan Kumar P

    Hi,
    Please read note 131664 regarding the use transaction KE3I to transport operating concern structures.
      In principle you can transport a new value field with a transport of an operating concern - part 'Structures: ABAP Repository objects' in transaction KE3I.
      You need to perform the following steps:
    1. Value field added in source system thro tcode KEA6
    2. Regenerate the environment of operating concern in source system (tcode KEA0)
    3. Transport using KE3I (select: ABAP repository objects)
    4. Regenerate the environment of operating concern in target system.
    Via transaction code KE3I you have the option to transport specific object classes.  If you select 'Structures: ABAP Repository objects' the following settings are transported:
    Cross-client objects in the SAP Repositiory
    - Tables and structures of the operating concern (CE1xxxx - CE8xxxx)
    - Domains and data elements for CO-PA characteristics
    - Master data tables for CO-PA characteristics (without data)
    Cross-client control tables
    - CO-PA field catalog
    - View directory
    Normally we advise customer to add a new value field/characteristic to
    DEV then transport to QAS and then transport to PRD. This ensures that
    the operating concerns in the 3 systems are in sync.
    regards
    Waman

Maybe you are looking for

  • Vendor's same open item selected for payment twice through APP run F110

    Hi, In F110 run, specified vendor  number and payment method(Bank Transfer), executed payment run. After, say 5 minutes interval again executed F110 for all vendors and except for the above mentioned payment method. In the first case, payment documen

  • Re: Z97 gaming 9 AC bluetooth/wifi module not working

    The detection problem is not from your damage of the antenna or so, but I think is a hardware design problem. If you try to reboot it in different ways -  such as OS reboot,  pressing reset key or even unplug the power cord; you will see the bluetoot

  • Is Java better than PHP ?

    Hi I see that many large companies on the web which have large websites with a lot of traffic are choosing to use application servers for their sites. Usually the ones they are choosing are j2ee based application servers. I almost never see any large

  • Has Anyone Tried to Follow the 'Optional Plug-In, etc.' Read Me

    No matter how many times I try I just don't seem to be able to follow these instructions.  Is there someone out there what has succeeded?  It's making me a bit crazy. Marc

  • I can not download itunes

    I can not download Itunes on my Toshiba 64bit lapto running windows 8.1 I keep getting an ERROR 7 can someone help.