Exit MV45AFZZ is not working as per our requirement

Hi Friends,
In the transaction 'VA02' based on the Sales Order type and the Delivery Block I want to change the Schedule line category in the Sales Order item. We used the exit MV45AFZZ (FORM USEREXIT_SAVE_DOCUMENT_PREPARE) and it changes the Schedule line category as per our requirement.
The problem is that once the Sales Order is saved with the new Schedule line category it does not transfer the requirements to the Stock/Requirements List(Transaction MD04). But if we change the Schedule line category in Sales Order manually (without using the exit) then the requirements are transfered to the Stock/Requirements List which we can see against that Material in the Transaction MD04. Could you kindly help.
Regards

Hi Raju,
The below code only triggers
FORM USEREXIT_MOVE_FIELD_TO_VBKD.
VBKD-zzfield = xxxx-zzfield2.
ENDFORM.
when there is some manual change done on the Schedule line. So the control of the program will not stop on this form. Kindly suggest.
Regards
Siddharth

Similar Messages

  • System status as per our requirement

    Dear Experts ,
                      Is there option in SAP to use system status as per our requirement.
    For Ex : system should not allow to do CNF after TECO etc etc
    Please anybody put a light on this matter
    Regards
    Keerthan Kumar

    Keerthan Kumar,
    It’s not recommended to change standard system status set up as this can have influence on different SAP modules…
    But coming back to your original question your request could be realized by calling t-code BS22
    Where for system status I0045 – TECO you set business transaction RMVR – ‘Confirm transaction’ as forbidden.  Please see attached print screen.
    Then when making time confirmation system will display following error message: System status TECO is active, Message no. BS013
    Regards,
    Grzegorz

  • Captivate 7 exit button does not work when published to LMS

    I recently published a course using Captivate 7 and uploaded it to our LMS.  During the review of the course it was noticed that the Close or Exit button on the controller did not work in IE.  However, it did work in Chrome.
    I have looked through this forum and found that there were similar issue with older versions of Captivate.  However, we have course published with Captivate 6 on our LMS in which the Close or Exit button does work.
    Does anybody have a solution for this problem?  Do we know if there is an update scheduled to fix this problem?
    Please let me know
    Dawn

    1.  Create a button in Captivate and assign a javascript call to "MyExit()"
    2.  Create a .js file called CourseExit.js.
    3.  Place the following code into that file.
    function MyExit()
      var SD = window.parent;
    if (blnReachedEnd == false && confirm("Would you like to save your progress to resume later?")){
    SCORM2004_CallSetValue("cmi.exit", "suspend");
    SCORM2004_CallSetValue("adl.nav.request", "suspendAll");
      else{
    SCORM2004_CallSetValue("cmi.exit", "");
    SCORM2004_CallSetValue("adl.nav.request", "exitAll");
    Unload(true);
    4.  Place the CourseExit.js into the "assets/js/" in the published folder
    5.  Add "<script language="JavaScript1.2" src="assets/js/CourseExit.js"></script>" to the html file that was output on the publish.
    I was able to set this up on the set up files on the local hard disk but so all I had to do was create a button and add the "MyExit()" code to the button, but when the next update came out it reset the hard disk files.  So, I have just resorted to updating the output file as seen above.
    Hope this helps.
    Garrett

  • In Editable ALV the BACK/CANCEL/EXIT buttons are not working?

    Hello,
    I wrote a editable FM based ALV, working fine that when user changes the data and press SAVE button, values are transfering into prog. But, i need to put a validation that, if user changes the values and press BACK/CANCEL/EXIT button, i need to popup the message that "Do you want to save changes", my PF-STATUS is good(because, SAVE is working).
    But, its not working that when user done changes and press BACK button (forgot to press SAVE button), system taking me to selection screen/screen 0!! I my code is as below,
    FORM pick USING v_ucomm     TYPE syucomm
                                         it_selfield TYPE slis_selfield.
      DATA: v_answer TYPE char1.
      READ TABLE it_z_tbl  INDEX it_selfield-tabindex
       INTO w_z_tbl.
      CASE v_ucomm.
        WHEN '&IC1'.
            " working fine this functionality
          ELSE.
            MESSAGE i000 WITH 'Double click on key field'.
          ENDIF.
        WHEN 'SAVE'.
            " working fine this functionality
        WHEN BACK' " OR 'CANCEL' OR 'EXIT'.
          PERFORM popup_for_user_decision CHANGING v_answer.
          CHECK v_answer = '1'.
          PERFORM now_update.
      ENDCASE.
    ENDFORM.     
    when i put the break point on the first line of this piece of code, its not stopping on pressing BACK/CANCEL/EXIT buttons!! (its stoppig for SAVE press or double click)
    Its stopping at this point,
    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'.
    EXPORTING
    i_callback_user_command  = 'PICK'
    IMPORTING
    EXCEPTIONS
    IF sy-subrc <> 0 =================> its stopping at this point!
    ENDIF.           
    Pls. let me know why system is not recognising that i hv a PICK form (SAVE and Double clicks are working fine)?
    Thank you

    Hi,
    Actually BACK is standard user command so it is not stopping and going to selection screen.
    Give some other use command like 'BCK' and try....

  • Exit and Rewind not working in 5.5

    Hello,
    I have an assessment built in v5.5. When the assessment is in the LMS and is exited, it does not rewind. This problem has happened before when I upgraded from 4.0 to 5.0 and the resolution was to replace the default.htm file (located in C:\Program Files\Adobe\Adobe Captivate 5.5\Templates\Publish\SCORM\1_2 and C:\Program Files\Adobe\Adobe Captivate 5.5\Templates\Publish\SCORM\2004) with a default_Intergrity.htm file and replace that with the default.htm files before publishing. Does anyone know of a solution or an updated default_Intergrity.htm to resolve this. Thanks!

    False alarm I hope. 
    Restarted Safari and it now appears to be working correctly.  Fingers crossed.
    I have been running Activity Monitor in the background and it appears the memory issues have been solved.  Safari Web Content is not using a progressivley increasing amount of memory. 

  • Customer exit EXIT_SAPLRSAP_001 is not working

    Hi all,
    Customer exit EXIT_SAPLRSAP_001 for transaction data is not working for
    2LIS_12_VCSCL. But its working for all other datasources.
    This is the new data source we are planning to use. And we have added three new fields to it.To fill up these fields we have write some logic.When extracted data for
    2LIS_12_VCSCL in RSA3 in debug mode.. its not stopping at all.
    I think we have to do some setting..
    Please suggest something..
    Regards,
    Viren.

    Hi ,
    I am using follwing things.
    Exit : EXIT_SAPLRSAP_001
    Include : ZXRSAU01
    TABLES: LIPS,J_3APGEN.
    DATA : LV_J_3ASIZE   TYPE FIELDNAME,
            LV_J_3ABWEL_SIZE  LIKE J_3APGEN-J_3AKORD1,
           LV_FLDNAME    TYPE FIELDNAME,
            LV_Z_BWEL_STYLE  LIKE J_3APGEN-J_3AKORD2.
    FIELD-SYMBOLS: <FS_DATA> TYPE ANY,
                    <FS_J_3ASIZE> TYPE ANY,
                    <FS_J_3ABWEL_SIZE> TYPE ANY,
                    <FS_Z_BWEL_STYLE> TYPE ANY.
    BREAK-POINT.
    CASE I_DATASOURCE.
      WHEN '2LIS_12_VCSCL'.
        LOOP AT C_T_DATA ASSIGNING <FS_DATA>.
          LV_J_3ASIZE = 'J_3ASIZE'.
       ASSIGN COMPONENT LV_J_3ASIZE OF STRUCTURE <FS_DATA> TO <FS_J_3ASIZE>.
       SELECT SINGLE J_3AKORD1 J_3AKORD2 FROM J_3APGEN INTO
                                 (LV_J_3ABWEL_SIZE,LV_Z_BWEL_STYLE)
                                  WHERE J_3AKORDX = <FS_J_3ASIZE>.
      IF SY-SUBRC = 0.
           LV_FLDNAME = 'J_3ABWEL_SIZE'.
        ASSIGN COMPONENT LV_FLDNAME OF STRUCTURE <FS_DATA> TO
                            <FS_J_3ABWEL_SIZE>.
            <FS_J_3ABWEL_SIZE> = LV_J_3ABWEL_SIZE.
           LV_FLDNAME = 'Z_BWEL_STYLE'.
        ASSIGN COMPONENT LV_FLDNAME OF STRUCTURE <FS_DATA> TO
                            <FS_Z_BWEL_STYLE>.
            <FS_Z_BWEL_STYLE> = LV_Z_BWEL_STYLE.
       ENDIF.
       CLEAR <FS_Z_BWEL_STYLE>.
       CLEAR <FS_J_3ABWEL_SIZE>.
       CLEAR LV_J_3ABWEL_SIZE.
       CLEAR LV_Z_BWEL_STYLE.
    ENDLOOP.
    ENDCASE.
    I think it should stop...
    Regards,
    viren.

  • Dashboard problem-Filtes not working as per dashboard prompt

    I have created one dashboard with prompt but the prompts are not working as selected values as per prompt are not getting filtered out
    e.g. one of the prompt is "sales stage" if eventhough i select a particular sales stage it shows all results with no data filtering.
    Please help
    Edited by: user1074008 on Nov 1, 2010 2:25 AM

    Hi,
    In the detailed report you have to prompt the fields which you have added in the dashboard prompt(i.e. Click on edit filter option set the operator to "Is Propmted"), then only it will work.

  • Is the update page not working for  of our devices.

    Is the update page not working for apps? I cannot get it to load with any of our devices. iPhones or iPads?

    There have been numerous reports on the forum today regarding this issue. It seems to be an issue at Apple, but no information has been posted on the status site.
    http://www.apple.com/support/systemstatus/

  • PC-Cam 920 Slim not working as per what Creative Claim

    I had bought a PC-Cam 920 slim. Well yahoo messenger can't detect it and it not working fine with msn messenger. Anyone have PC-Cam 920 slim and it working fine on the messenger as a webcam? Creative claim it working well with it and the technical support personnel refuse to support me.

    Anmario,
    Check this article out. Look under MSN section and see if it helps.
    http://us.creative.com/support/kb/ar...p?l=2&sid=2544
    Jason

  • Product allocation is not working after setting all required config!

    Hello SD gurus,  Would you please help me to resolve this issue?
    I followed and configured all the required steps for product allocation  in ECC 6.0 Version still  the product allocation is not working as expected.
    Here are the steps performed
    1. Created procedure through OV1Z
    Maintained Product allocation procedureT.code OV1Z
    2.  Maintain product allocation object Transaction code: OV2Z
    3.   Create required info structure as per requirement T.code MC21
    4. Specify Hierarchy and Define the “Product allocation planning structure”
    Transaction code: OV3Z
    5.Define Consumption periods
    6. Control product allocation
    T. code: OV4Z
    Selected the product allocation procedure and given the required criteria and assigned to Info. Structure S991. Activated ‘Requirement category’ for product allocation
    8. T.code OVZ0
    Activate schedule line category for product allocation
    S991 Info structure Planning parameters updated
    Mc7F
    Create update
    T.code MC24
    Activate the update
    T.code OMO1
    Create planning Hierarchy
    T.code: MC61/62
    Maintain planning type
    . T.Code: MC8A/B
    Created the product allocation plan for required quantity  through MC94 IN spite of reserving stock as shown against the product allocation material specific and customer specific product allocation is not  worked and the regular Atp check allocated stock to some other customer when created  SO.
    Thanks for your help in advance
    Srini

    Hi Sumitra,
    Thanks a lot for your quick response!
    Actually to say availability check is working but not product allocation.
    I checked the settings in Material master MRP 3 view for strategy group  and it is 40.
    Availability check is 02 assigned. OVZ9 settings are assigned correctly 02-A- SD Order.
    Not knowing what is preventing to reserve the stock against product allocation!
    Do you or any one know where to see the product allocation stock?
    Best Regards& Thanks a lot for your help!
    Srini

  • Search help exit for CSH_T003 not working in FB60

    Hi. We need to restrict document types per transaction code.
    I know we can use authorisations but it would look nicer to actually restrict the list available, so the user can only choose a valid one, rather than choose any but then be told of authorisation problems.
    I put a user exit on the collective search help CSH_T003 and also on the individual H_T003 and set a break point right at the start of the user exit, but it does not break in transaction FB60.
    Does anyone know if it is possible to use a search help exit in transaction FB60? If it is possible what am I doing wrong?
    Thanks a lot for your help.
    Regards,
    Dave.

    Hi ,
    If you are looking to retrict a specific document type for FB60. You can do so, by customizinng "a/c payable & receivable> Busi Trans > Outgoing invoices/Credit memo>Outgoing invoices/Credit memo enjoy.
    Then in Fb60, go to "editing option" and hide the doc type under "Document type option". This will only work if you want to use a specific doc type for FB60.
    Thanks
    Ron
    Edited by: Ron on Dec 2, 2009 8:45 PM

  • Po screen exit SAPLXM06 0111 Not Working

    We have been trying to get the PO screen exit saplxm06 screen 0111 - PBO to work and we can not get any data display to the screen - (hence the PBO module).  We have used the disignated screen 0111, the function module EXIT_SAPMM06E_016 - and debugged it and it still does notwork!!!  Help!!!

    Hi,
       In CMOD transaction we created a project and included the enhancement MM06E005. In the include CI_EKPODB we put our custom date field. Then we created our screen in 0111 (which is for item level). In the layout we put our custom date field. we wrote our code in function module exits "EXIT_SAPMM06E_016". pasting the code below. activated the whole project. The subsreen with the date field is shown on ME21n transaction but the date is not populated.
    code written in EXIT_SAPMM06E_016.
    *&  Include           ZXM06U41                                         *
    DATA : gi_edint TYPE TABLE OF ekes WITH HEADER LINE,
           g_lines TYPE i.
      LOOP AT tekpo.
       SELECT * FROM ekes INTO TABLE gi_edint WHERE ebeln = tekpo-ebeln AND
                                                    ebelp = tekpo-ebelp.
        DESCRIBE TABLE gi_edint LINES g_lines.
        IF g_lines > 1.
          READ TABLE gi_edint WITH KEY ebeln = tekpo-ebeln
                                       ebelp = tekpo-ebelp
                                       ebtyp = 'LA'.
          IF sy-subrc = 0.
            MOVE gi_edint-eindt TO tekpo-zzexdt.
            MODIFY tekpo.
          ENDIF.
        ELSE.
          READ TABLE gi_edint WITH KEY ebeln = tekpo-ebeln
                                       ebelp = tekpo-ebelp
                                       ebtyp = 'AB'.
          IF sy-subrc = 0.
            MOVE gi_edint-eindt TO tekpo-zzexdt.
            MODIFY tekpo.
          ENDIF.
        ENDIF.
        IF gi_edint[] IS INITIAL.
          MOVE tekpo-eindt TO tekpo-zzexdt.
          MODIFY tekpo.
        ENDIF.
      ENDLOOP.

  • User exit PCPO0001-EXIT_RPCIPE00_002 not working

    We have activated User exit PCPO0001- EXIT_RPCIPE00_002, requirement was to set the line item text SGTXT of the subsequent Accounting document, but there seem to be no activity happening for it (assigned breakpoints in the exit codes but transaction PCP0 does not stop at the breakpoint).
    I have created the Include program and the actviated the Exit and the Project from SMOD and I think I have followed all the necessary steps.
    Is there anything I am missing, are there any Business Transaction Events that we can use instead.
    Would be greatful for your reply.
    Regards

    Thanks for your reply
    We did tried to apply breakpoints on EXIT_RPCIPE00_001 but it did not stop at that also, although we haven't implemented EXIT_RPCIPE00_01's INCLUDE program does that makes any difference ?
    Is there any other way we can run our code during payrol's posting to accounting?
    Our scenartio is that we need to add some Text from the Payroll information into the subsequent Accounting Document's line Item text (SGTXT).
    Do need some answers?
    Regards

  • The "Exit" button is not working on my LMS

    The "Exit" button in Captivate doesn't work once the course is uploaded to my LMS (Meridian).  Any ideas what the problem might be?  All the other buttons in the course work as advertised once uploaded.
    Thanks.
    Jay

    You have identified the problem. If you have Warranty or AppleCare coverage, make Genius reservation and take or send to Apple for resolution. Troubleshoot. When iPhone 5 is open, the home button contacts are present right there. With volt meter placed on home flex you can see if pressing home button completes the circuit. You can bridge the dock home button contacts and see if it actually causes response in the iPhone. If not dock or its contacts are faulty or logic board is faulty.

  • Exit button code not working in FireFox

    Hi,
    I am writing a code on exit button , but it is working in IE
    but not in FireFox---
    code is :
    import flash.external.ExternalInterface;
    ExternalInterface.call("window.close","");
    Also I tried this:
    var urlString:String = "javascript:window.close();";
    var request:URLRequest = new URLRequest(urlString);
    navigateToURL(request, "_self");
    Please tell what to write so that My Exit button works in
    FireFox also.

    have you confirmed that this javascript code ( only
    javascript code in html, no swf) works?
    in some cases the window.close() statement works only for
    popup windows. so make sure of it.

Maybe you are looking for

  • Panic T5240 after of terminated install SO Solaris 10 10/08

    Hi After finishing the installation of operating system, panic in the server, it clears hardware cards FC and it tries to start with the minimum in the server, creates a new alias whit path logic of the disk, and to try to booter….aid.....after panic

  • Can't find Font Preview settings in PS CS6

    please bring back the font preview feature.. it is very essential to us graphic artists..

  • Combo Graph in BI Beans

    Anybody know whether we can create combo graph (Bar, Line) 2Y .. in JSP and servlet. As far as we knew, we managed to create a combo graph using Oracle Reports. In fact Oracle Reports using BI Beans API. The only thing we can get in BI Beans is but i

  • Reappearing mach_kernel in my HD folder.

    I keep having an app labeled mach_kernel appearing in my HD folder.  If I Trash it, I lose the possibility to launch into Safe Mode and have to reinstall to correct it.  I do not know what it is or does or where it should be. Name:  mach_kernel Kind:

  • Bypass reputation filtering

    Dear All i am a new user for ironport, would like to check with you all how do i set bypass a few domain from reputation filtering. There are a few client facing a problem sending mail to us was block my reputation filtering. the problem is sender ma