Doubt in exits

I want to add field in Table control which i already having remaining fields like this When creating, changing or displaying a sales order, the program (in regards to the subscreen) executed in background is SAPMV45A, and the underlying screen number is 4900.
The information displayed in the columns (e.g. the first date, the plant, the shipping point etc.), is either derived from a structure (RV45A, e.g. for the first date) or a transparent table (e.g. VBAP, e.g. for the batch information).
Renee - I would like to suggest to include the field RV45A - ENDBP (total amount of the item) at the end of the corresponding screen.
Then, the Users will have the possibility - when configuring their own line item layout - to move the cloumn total amount of the item to the correct place.
And  also i need to populate it , please tell me the porcess

Could you solve the problem already? I have the same request.

Similar Messages

  • Doubt user exit ME21N

    Hi All.
    Automatically I need to Populate Picked quantity in VL02N when I creating STO (delivery will be created after STO in ME21N .it s done through configuration so no need to create delivery by VL10)
    I found user exits for ME21N: EXIT_SAPMM06E_013
                        Include: ZXM06U44,
    In my functional spec their given program FV50C302 also. Shall I need to copy as
    ZFV50C302 and Include it in ZXM06U44 ?
    Picked Quantity should be equal to delivery quantity (“Picked Quantity” LIPSD-PIKMG = LIPSD-G_LFIMG “Delivery Quantity”)
    Please help me. Automatically how can populate picked quantity to VL02N?
    To be reward all helpful answers.
    Regards.
    Jay

    Hi Jay,
    For the first question: there is no need to copy FV50C302 and make a Z. Just double click on ZXM06U44, it will show a warning press enter. it will ask for creating the include. create it and pass required value to it.
    For the second question: for the pick quantity will be same of delivery quantity, try the exit V50PSTAT, and pass the required value.
    Hope it will solve the problem.
    Regards
    Krishnendu

  • Doubt user exit

    Hi All.
    I need to do some validation in VL10.
    I found User exits and program for that
    User exits: V50R_USEREXIT_PREPARE.
    Program:  RVV50R10C
    How to procedure with this user exits and program.
    As my under standing
    I need take copy of program from RVV50R10C as Z RVV50R10C.
    Shall I need add program ZRVV50R10C in User exits? And where I need to Validation (As my requirement) in User exits V50R_USEREXIT_PREPARE OR in Program ZRVV50R10C?
    Please help me.
    To be reward all helpful answers.
    Regards.
    Jay

    Hi
    No need to copy into Z program
    Straight away you write the Code for User exit in the V50R_USEREXITS program by taking the access key from the Basis guys
    save and activate and check by keeping a breakpoint.
    Regards
    Anji

  • Doubt in exits for miro tcode

    Hi all,
       I have to change the account posting no in MIRO transaction.For this an user exit LMR1M002 is used but this fn module doesn't hold the value for a/c details.So i checked with BADI INVOICE_UPDATE.But I am unable to find whether that BADI is holding the field HKONT in BSEG table or KONTS in T030 table.can any one help me out to find the suitable field and if this BADI is helpful for my scenario.
    Thanks in advance,
    Krithika.S

    Transaction Code - MIRO                     Enter Incoming Invoice
    Exit Name           Description
    LMR1M001            User exits in Logistics Invoice Verification
    LMR1M002            Account grouping for GR/IR account maintenance
    LMR1M003            Number assignment in Logistics Invoice Verification
    LMR1M004            Logistics Invoice Verification: item text for follow-on docs
    LMR1M005            Logistics Inv. Verification: Release Parked Doc. for Posting
    LMR1M006            Logistics Invoice Verification: Process XML Invoice
    MRMH0001            Logistics Invoice Verification: ERS procedure
    MRMH0002            Logistics Invoice Verification: EDI inbound
    MRMH0003            Logistics Invoice Verification: Revaluation/RAP
    MRMN0001            Message output and creation: Logistics Invoice Verification
    No of Exits:         10
    USER EXIT
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    http://www.sapgenie.com/abap/code/abap26.htm
    http://www.sap-img.com/abap/what-is-user-exits.htm
    http://wiki.ittoolbox.com/index.php/HOWTO:Implement_a_screen_exit_to_a_standard_SAP_transaction
    http://www.easymarketplace.de/userexit.php
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    http://www.sappoint.com/abap/userexit.pdfUser-Exit
    http://www.sap-img.com/ab038.htm
    http://help.sap.com/saphelp_46c/helpdata/en/64/72369adc56d11195100060b03c6b76/frameset.htm
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    http://www.sap-img.com/abap/what-is-user-exits.htm
    http://expertanswercenter.techtarget.com/eac/knowledgebaseAnswer/0,295199,sid63_gci982756,00.html
    Rewards if useful.........
    Minal

  • Doubt on exit

    Hi All,
    I am having below subroutine and need to find the program to which it belongs. Can anyone please help me.
    PERFORM USER_EXIT_010 TABLES AS_BKPF
                                   AS_BSEG
                            USING  AS_MESTYP
                          CHANGING HAS_XNO_AUGBL
                                   HAS_XSET_AUGBL
    Regards
    Rahesh

    Hi,
    this could be long but ....
    Go to SE38 trx,enter one report (just one) for example "rsparam".
    Then go to menu "Utilities -> find in source"
    Here put the string about the call (the first line of the code is sufficient).
    Here before start the search, specify the "Globally in program" option: click on the green arrow and put an '*' in the field (this means all programs in sap).
    Run in background and cross the fingers
    Hope it help.
    Bye
    Andrea
    Pls reward if it helps

  • Release Workbench and BADI Help

    Hi All.
    I just finished a whole MAP scenario though the end result is very different to the business content and now I need to send the information to R/3 OAPC module, what I need now is to find the propper BADIs to do this so I can make a propper technical specification to my ABAP team, does anyone have some infor about how can these BADIs be customized along with information about the Release Workbench?

    Hi friend,
    I think this link will give you an idea,
    http://www.urz.uni-heidelberg.de/saphelp/helpdata/DE/32/fb4d40eae76f13e10000000a1550b0/23_pt_en.pdf
    This is having information about different BADI available related to TM
    But i think you cant find a single BADI for all these things or
    See the Standard program RPTIME00 which has all the information about overtime, Quota compensation, Absence quota as well as attendance,
    Check this program i think you can find any BADI or User-Exits in it for the purpose.
    If your doubt still exits post this thread in HR Forum so that you can get many related replies. Please revert back to me if you still have queries
    Thanks,
    Sri Hari

  • BAdI help us to bring leaves and planned vocations to BP availability

    Hi All,
    Please help me Which BAdI can help us to bring leaves and planned vocations from PA30 T code to BP availability in PS.
    Regards
    Subhaskar

    Hi friend,
    I think this link will give you an idea,
    http://www.urz.uni-heidelberg.de/saphelp/helpdata/DE/32/fb4d40eae76f13e10000000a1550b0/23_pt_en.pdf
    This is having information about different BADI available related to TM
    But i think you cant find a single BADI for all these things or
    See the Standard program RPTIME00 which has all the information about overtime, Quota compensation, Absence quota as well as attendance,
    Check this program i think you can find any BADI or User-Exits in it for the purpose.
    If your doubt still exits post this thread in HR Forum so that you can get many related replies. Please revert back to me if you still have queries
    Thanks,
    Sri Hari

  • Doubt in user exit for transaction MM03

    Hi Friends,
        I have a doubt in user-exits. I have to add a button in MM03 which when clicked should open a particular URL taking material no. as the parameter.I have got the function for opening the URL, I just want to know which user exit should I be calling and in what way?Can anyone please give me step by step procedure as I am new in user exits.Thanks in advance....

    VA01 is a dialog program.  The use of WRITE statements in dialog program is really not done.
    You will need output your values to existing screen fields or create new ones in SE51.
    Sounds like you might want to review dialog prog in general.
    Also - the TABLES statement is for database tables.  It has nothing to do with internal tables.

  • Doubt in Workflows using Programming Exits on OO ABAP

    I have a doubt on workflows:-
    Let me brief you about my requirement:
    I am trying to update some Master data using ABAP Methods through Programming Exits in a Workflow.
    I managed to find an OO method that can fetch the workflow container values directly into the structure.
    While testing the workflow:-
    The OO ABAP method executes and successfully updates the master tables.
    However, a calling method (that triggers this method indirectly), raises an exception called SWF_RUN_WIM_EXEC_INTERRUPTED.  
    The exception is caught within the caller method and the workflow errors saying that “the method ABC… cannot be executed.”
    The caller method is:-
    CL_SWF_RUN_WORKFLOW_START
    The exception is raised on execution of the following statement:-
    CALL METHOD me->start_workitem( lh_wi_handle ).
    One reason for this is that the workflow is still not completed and still in “READY” state.
    Alternative method
    Once the Master data is updated successfully,
    I tried to use the FM SAP_WAPI_WORKITEM_COMPLETE to end the work item or tried another FM to suspend the workflow.
    Now it gives an error saying that these FMs are restricted from use during run-time execution.
    Query
    Do you have an idea why the exception is raised and how to track/prevent the same?
    Can you suggest any other alternative?  Your valuable advice is urgently needed.
    Thanks a million in advance,
    Best Regards,
    Vinod

    Check the code
          CLASS zcl_event_handler IMPLEMENTATION
    CLASS zcl_event_handler IMPLEMENTATION.
    Top-of-page event
      METHOD top_of_page.
        PERFORM event_top_of_page
                USING z_dyndoc_id.
      ENDMETHOD.   "METHOD top_of_page
    Change Status Button
      METHOD handle_toolbar.
        IF NOT pa_prodr IS INITIAL.
          DATA: lz_toolbar  TYPE stb_button.
          CLEAR lz_toolbar.
          MOVE    'CHANGE_STATUS'  TO lz_toolbar-function.
          MOVE    text-001         TO lz_toolbar-text.
          APPEND  lz_toolbar       TO e_object->mt_toolbar.
        ENDIF.          "IF NOT pa_prodr IS INITIAL
      ENDMETHOD.   "METHOD handle_toolbar
    Handle User Command
      METHOD handle_user_command.
        CASE e_ucomm.
          WHEN 'CHANGE_STATUS'.
            LOOP AT    it_output
                 INTO  wa_output.
              IF wa_output-chk_box EQ kc_x.
                z_flag = 1.
                EXIT.
              ENDIF.          "IF wa_output-chk_box EQ kc_x
            ENDLOOP.      "LOOP AT it_output INTO  wa_output
            IF z_flag EQ 1.
              PERFORM display_selected_data.
            ELSE.
              MESSAGE i001(zzrefn01)
                      WITH text-023.
            ENDIF.       "IF z_flag EQ 1
        ENDCASE.      "CASE e_ucomm
      ENDMETHOD.   "METHOD handle_user_command
    ENDCLASS.   "zcl_event_handler IMPLEMENTATION

  • Doubt in Idoc user exit..............

    Hi All,
               i have written the user exit for Sales Order subscreen tab called <b>additional data2</b> , this tab is provided by sap for developer can write their own user exit coding.
               my doubt is whenever PO comes as an <b>Inbound IDOC i need to pass the value from</b> <b>segment to my user exit fields</b>.
               <b>where can i find the inbound idoc user exit for SO .</b>
                Thanks in advance,
    Regards,
    Saravanan.

    Look at enhancement VEDA0001. It has got quite a few user exits you can use. You will also need to enhance the IDOC for the additional fields you have added on your screen.
    Cheers,
    Sanjeev

  • Doubt In VA01 User Exit........

    Hi,
            we are using <b>sap4.7.</b> In VA01 ( sales Order ) we have a tab called <b>additional data B</b>. where we can write our own user exit coding.
             my doubt is where can i find <b>user exit</b> <b>enhancement</b>. i tried in <b>smod t.code</b> but i am not able to find. can any one tell me the enhancement name if you already done.
    thank you,
    Regards,
    Saravanan.

    Check out this documentation.....
    http://help.sap.com/saphelp_46c/helpdata/en/64/72369adc56d11195100060b03c6b76/frameset.htm
    Under user exits>user exits in sales>user exits in sales document processing
    Regards,
    Rich Heilman

  • Customer exit doubts

    Hi everybody,
    Can anyone tell my doubts pls. I need to write customer exit using RSR00001 for that tell me the steps and sample code for execute query using any date variables like system date or last week etc.
    i do not know the steps to write exits.
    Thanks in advance
    Muthu

    Hi Muthu,
    You can write the code in Tcode = CMOD
    EXIT_SAPLRRSO_001
    Variable should of processing type = Customer Exit.
              *Current Day as Default Value
    CASE i_vnam.
      WHEN 'Z_DATE'.
      DATA: v_date1 TYPE scal-date.
      v_date1 = sy-datum.
        IF i_step = 1.
          CLEAR l_s_range.
          l_s_range-low      = v_date1.
          l_s_range-sign     = 'I'.
          l_s_range-opt      = 'EQ'.
          APPEND l_s_range TO e_t_range.
        ENDIF.
    ENDCASE.
    Thanks,
    Ram.

  • Doubt on Field only exit in RSA6 ?

    Hi,
    I have added few fields from the comm structure to the extract structure for 2lis_02_scl datasource (from right to left). So those fields should be checked or unchecked in field only exit in RSA6. Can you please suggest. Currently those are checked, should I uncheck those.
    Thanks

    Hi Arminder Singh,
    Thanks for the reply. I have 2 doubts on the same, can you please provide your thoughts.
    1) How to determine to add any compatible field to the extract structure ( that is moving from comms truc from right to left) whether its delta capable or not and if its working or not. Becasue even after adding the fields to extract struc and activating the ds and then remove unhide etc., the values are not populated in that field when i check in rsa3, where as the values are existing in the standard table,
    for ex, it says mcremng and i have moved from left to rite...remove hide and remove field avlble in exit and still the values are not coming in the newly moved field. the ds is active and everything is fine.
    Am i doing something wrong ? Can anyone tell me if there is anyway to check if any field moved from comm to extrac struc may not work even after doing the maintain options, activate ds ,generate, unhide etc. How to check if a particlue standard field which was delivered by sap may not work even after adding it to the extract struc and how to analyze that ?
    Hope I am clear what I am saying here.
    Thanks for your time,

  • Doubt Regarding Customer Exit

    Hi All ,
    In customer exit MM06E005 we have a screen area named INCLUDES in the components screen , in that we have two customer includes .
    My doubt is that whether it is mandatory that we can add only the field that are added in that customer includes i.e CI_EKKODB  CI_EKPODB  or we can add any others from other customer includes such as CI_COKB in the table EKKN..

    Hi,
    You can add fields in other cusomer include also but then this userexit will not be useful for you since its using CI_EKKODB and CI_EKPODB.
    REWARD IF USEFUL

  • Doubt in Customer Exits

    Hi
    I have a doubt regarding Customer Exits. Suppose we have created an exit on a characteristic say 0CALDAY, then in that exit can we access the month/year/.. of another characteristic like 0CREATEDON?
    Regards,
    Ninad

    Hi,
    in transformations or in transfer structure u should assigng the r/3 field ERDAT(0created on)shold assign to the 0created on and same thing to 0calday ,0calmonth,0calyear,0calweek.and go to the report take 0createdon in create one variable with customer exit just example ZCEdate
    When 'zcedate'.
    clear l_s_range.
    l_s_range-sign = 'i'.
    l_s_range-opt = 'eq'.
    l_s-range-low = sy-datum.
    append l_s_range to e_t_range.
    if it is date l_s_range-low = sy-datum,
    if month l_s_range-low  = sy-datum+4(2).
    if year l_s_range-low = sy-datum+0(4).
    like that u try .
    Thanks,
    k.sathish

Maybe you are looking for

  • IPOD not being recognized by itunes

    When I attach my IPOD suddenly I get a page that identifies my IPOD and has a check mark to syncronize it, but I already have all my music from ITUNES on it. when I uncheck it, the IPOD drops off

  • Is there a way to upgrade a mid 2009 13" Macbook Pro so that it can use a wireless n network?

    I have a mid 2009 13" macbook pro, and I live in a share house. The router we are using is very far away from my room and I do not get very good signal strength. However, my phone and ipad, which are newer, and have wireless n capability, are able to

  • Deploying a WAR File, WL 6.0

    Hi! I'm trying to deploy a web application on WL 6.0. This application runs on Tomcat 3.x and 4.x. I have a WAR file containing jars, JSP, html etc. Using the tools of WL6.0 I can upload and deploy the application. I can also access the HTML files fr

  • Help with hp 7520 wireless printer does not recognize black photo ink

    brand new 7520 hp photosmart wireless printer . i set it up put in all set up ink cartridges correctly. machine says missing cartridge shows photo of black photo ink . this machine is not recognizing the ink. i heard it snap in and i see it but this

  • "One of the USB devices attached to this computer has Malfunctioned..."

    Has anyone had this message appear before. My 5th gen iPod was working fine yesterday, now windows is telling me it is not recognized and the device has malfunctioed. I tried the "menu-middle" reset, re-installing the software, I can't re-set my whol