Introduction of pop up screen in va01 transaction

hello all,
    my requirement when sales order is created with respect to quotation then if the delivery date is past then one popup message should be raised saying that delivery date is in past.
   but my problem was there may be some background program which may trigger va01 transaction so at that time the popup message what i am going to introduce in the transaction should not come.
   one more problem some batch input program may trigger va01 transaction then at that time also popup message should not trigger and some program will run in foreground also which will trigger va01 transaction at that time also popup message should not trigger.
   can anybody tell me what condition we have to keep so that the popup message will not triiger for above 2 conditions
one condition is if any background program trigger va01 then we can check for sy-batch = 'X'.
  Thanks in advance
   srinivas

Hi...
To check if the program is running in Background
   IF <b>sy-batch</b> = 'X'.
To check if the program is running in Batch input
   IF <b>sy-binpt</b> = 'X'.
Hope this helps u.
<b>Reward if so.</b>

Similar Messages

  • Contract account pop up screen on va01

    I have modified the program to create business partner(BP) so that it can create a different partner called a one time BP. the difference between these 2 types of BPs is the business group. the problem now is when i am creating a sales order for the one time BP i am not getting the pop up screen for contract accounts. what can i do to enable that pop up screen.

    Hi Sharadha,
    You can use
    FORM USEREXIT_FIELD_MODIFICATION
    FORM USEREXIT_MOVE_FIELD_TO_VBAP
    in MV45AFZZ
    or
    FORM USEREXIT_CHECK_VBAP
    in MV45AFZB
    and code to conditionally show a popup if VBAP-MENGE IS NOT INITIAL (or something similar)
    Try these and decide the appropriate place and conditions to meet your requirement.
    Thanks,
    Aabhas

  • Pop-up screen in MIGO Transaction

    Hi Friends, I supposed to call a Pop-up scrren in MIGO standard transaction.  When ever i clicked the check box against ITEM field in MIGO  i nedd to call pop-up with information of that item, for example , amount of that item.
        Is it possible to call pop-up with specific data in it.  if possible Please  let me how to do it.
                            Kumar.

    Hi,
    Did you create your program from the recording from SHDB?.
    if not, please try to create a sample and check if all the code is correct for that POP UP like screen number, the exact place at which the code is written etc..
    Thanks,
    Venkatesh

  • Creation of pop up screen in VA01

    Hi Friends,
    When user enter Value and UOM in line item ..i need to display a Pop-up with corresponding values in other UOMs..Please suggest solution ..
    Pop up shoud come only when user put cursor in Value field of line item...or there may be a button on screen..something like this..
    thanks for your help ..
    regards

    Hi Sharadha,
    You can use
    FORM USEREXIT_FIELD_MODIFICATION
    FORM USEREXIT_MOVE_FIELD_TO_VBAP
    in MV45AFZZ
    or
    FORM USEREXIT_CHECK_VBAP
    in MV45AFZB
    and code to conditionally show a popup if VBAP-MENGE IS NOT INITIAL (or something similar)
    Try these and decide the appropriate place and conditions to meet your requirement.
    Thanks,
    Aabhas

  • Pop-up screen not showing while accessing transactions in SAP CRM WEB-UI

    When we are logging on SAP CRM WEB UI, for transactions like Lead, Complaints and Activities-
    Sometimes Pop up screen is showing for selecting transaction types, but sometimes it is not showing.
    We have tried it on different work stations with same user id and standard business roles , but we are not able to trace the problem. Also with same id sometimes error shows, "No business roles attached, not allowed to logon,
    after that when we tried on other workstation with same id we were able to access all transactions.
    Please suggest what would be the problem. 
    Rishikesh

    This is sporadically occurring issue hence I cannot pin point one single reason. Since sometimes you are able to logon and some time not certainly it could not be a Role authorization issue.
    Just check if your business role is properly configured. Thats all i can say.
    Regards
    Kavindra

  • Enhancement for 6201 screen in SAPLV69A for VA01 transaction

    hi experts,
    i need to enhance the 6201 screen in SAPLV69A program for VA01 application,
    is there any user exit for this particular screen.

    Hi,
    Check all for VA01
    Transaction Code - VA01                     Create Sales Order                                                                               
    Exit Name           Description                                                                               
    SDTRM001            Reschedule schedule lines without a new ATP check                               
    V45A0001            Determine alternative materials for product selection                           
    V45A0002            Predefine sold-to party in sales document                                       
    V45A0003            Collector for customer function modulpool MV45A                                 
    V45A0004            Copy packing proposal                                                           
    V45E0001            Update the purchase order from the sales order                                  
    V45E0002            Data transfer in procurement elements (PRreq., assembly)                        
    V45L0001            SD component supplier processing (customer enhancements)                        
    V45P0001            SD customer function for cross-company code sales                               
    V45S0001            Update sales document from configuration                                        
    V45S0003            MRP-relevance for incomplete configuration                                      
    V45S0004            Effectivity type in sales order                                                 
    V45W0001            SD Service Management: Forward Contract Data to Item                            
    V46H0001            SD Customer functions for resource-related billing                              
    V60F0001            SD Billing plan (customer enhancement) diff. to billing plan                                                                               
    No of Exits:         15      
    Rewards if useful.............
    Minal

  • Va01 transaction second screen

    hi ,
    in va01 second screen
    sold-to-party fied
    when i am presing F4 search help i am getting popup window
    *in this popup window i need to add additional  tabs how can i find that
    specific field  how to add this tabs to this popup window*
    plzzz help me
    it is an upgradetation from 4.7 to ECC6.0

    [Cross post|Reg: VA01 transaction second screen;
    please don't crossposing.
    Check my reply in your other post.
    Amit.

  • In sales order cross selling pop up screen requires FIND option

    Dear Friends,
    In our company we are using the pop up screen for cross selling items per BOM.
    Our requirement is in the pop up screen we require find option also. we have only copy and cancel options are there in the standard functionality.
    Could any one of you help us how can add the functionality of find option with out changing any standard code, ( i mean any OSS notes or user exits ).
    Thanks in advance,
    NLX

    Hi Joshi,
    By seeing the above link, I think after creating transaction variant we need to create Custom tcode to use that transaction variant.
    But, in this case we should use transaction VA01 only, but not any Custom Tcode..
    This is very urgent ..
    Is there any other option to meet my requirement...
    Thanks,
    Radhika

  • Item proposal VA01 transaction

    Hi All,
    I am working on Va01 transaction in Ecc6.
    When I enter the customer number  after first screen, I expect the sales order history on my screen but for some reason
    I am getting item proposal pop up dialog box.
    Problem is
    At first place it is ignoring bespoke code but the same code is fine in 45B system.
    I have put the breaks point and checked.
    Second thing if I enter the sales document number in the  ( there is option to select with or with out quantity)
    1. whether I select with or without quantity it doesn't display material number.
       and it is deactivated.
    Also i cant enter any material in the next line it just rejects it.
    2. If i select with out quantity i cant enter the quantity.It is asking for material number or item category.
    Can any one tell me
    Why the material number is not displayed and screen field is just not there for editing.
    What can be the reason for rejecting the entry.
    Thanks in advance
    Ritika
    Edited by: ritika red on Jun 10, 2010 1:40 PM
    Edited by: ritika red on Jun 10, 2010 2:45 PM

    Hi Sanjay,
    Please check this BAPI/FM.
    VA11 - BAPI_INQUIRY_CREATEFROMDATA2/SD_SALESDOCUMENT_CREATE
    VA21 - BAPI_QUOTATION_CREATEFROMDATA2/SD_SALESDOCUMENT_CREATE
    VA01 - BAPI_SALESORDER_CREATEFROMDAT2/SD_SALESDOCUMENT_CREATE
    VA51 - RV_ITEMS_PROPOSE
    CO06 - BACKORDER_PROCESSING
    Hope this will help.
    Regards,
    Ferry Lianto

  • Calling custom dialog screen from Standard Transaction(user Exit)

    Hi, I'm calling Standard Transaction from a Custom Screen. I'm calling a custom screen again with in standard transaction (implemented custom screen thru user exits using macros). But when I click 'continue/cancel' in the custom screen, control is going back to main cutom screen rather go back to standard transaction. Could anyone please help me out how to come back to standard transaction from custom screen rather going back to main cutom screen.
    ***INCLUDE LZ_R_FORWARD_FORWARD_LOADI01 .
    *&      Module  USER_COMMAND_9000  INPUT
    MODULE user_command_9000 INPUT.
      CASE sy-ucomm.
        WHEN 'EXEC'.
          PERFORM validate_popup_data.
          IF flag_error_screen NE 'X'.
            MOVE-CORRESPONDING ZFFL_POPUP to var_ZFFL_POPUP.
            clear flag_return.
            SET SCREEN 0.
            LEAVE SCREEN.
          ENDIF.
        WHEN 'CANC'.
          flag_return = 'X'.
          SET SCREEN 0.
          LEAVE SCREEN.
        WHEN OTHERS.
      ENDCASE.
    ENDMODULE.                 " USER_COMMAND_9000  INPUT
    *&      Module  exit_9000  INPUT
    MODULE exit_9000 INPUT.
      CASE sy-ucomm.
        WHEN 'CANC'.
    *      MOVE perf_flag TO lbpla_exist_flag.
          flag_return = 'X'.
          SET SCREEN 0.
          LEAVE SCREEN.
      ENDCASE.
    ENDMODULE.                 " exit_9000  INPUT
    Thanks in advance.

    Hi
    So the command SET SCREEN 0. LEAVE SCREEN. should "place" the program just after the calling of the popup so here:
    FUNCTION z_call_screen.
    * Call the Pop up screen
        CALL SCREEN 9000 STARTING AT 35 05.
    "<------------------------- The program should be here after going back from popup 9000
    ENDFUNCTION.
    Is it true?
    Max

  • Problem in BDC for VA01 transaction TEXTS tab(Upgrading from 4.5b to ECC6)

    Hi All,
    I am working in upgrade project from 4.5b version to ECC6 version.
    I am facing problem in TEXTS tab of VA01 transaction. In earlier version it is a table control containing of Language, Description & First line but, in ECC6 the screen is modified with texteditor, a list box for language key and a Text type at the left.
    Now my problem is how to record this in BDC and how to read the text in the texteditor?
    Thanks in Advance,
    Ravi Kiran.

    Hi Seshagiri,
    In this case i would suggest the use of BAPI if there's no compulsion to use BDC.
    BAPI_SALESORDER_CHANGE                     Sales order: Change Sales Order
    BAPI_SALESORDER_CONFIRMDELVRY
    BAPI_SALESORDER_CREATEFROMDAT1    Sales order: Create Sales Order
    BAPI_SALESORDER_CREATEFROMDAT2    Sales order: Create Sales Order
    BAPI_SALESORDER_CREATEFROMDATA    Create Sales Order, No More
    BAPI_SALESORDER_GETLIST        Sales order: List of all Orders for Customer
    BAPI_SALESORDER_GETSTATUS      Sales Order: Display Status
    BAPI_SALESORDER_SIMULATE       Sales Order: Simulate Sales Order
    try using these for creation or change of orders instead of bdcs.
    hope this helps and revert for more clarifications if any.
    <b>Always reward points to useful suggestions.</b>
    regards,
    Vikas

  • Adding new fields in Item details screen in VA01 tcode

    Hi all,
    My requirement is to add custom fields in 'Additional Data B' tab of VA01 transaction.
    That is, after entering the material and quantity, if i double click tat material, it goes to item details screen. In taht, 'Additional data B' tab is there with no fields.
    Now i want to add fields in that.. Is it possible?
    Is there any exit for adding custom fields under that tab?
    Pls tell me the procedure..
    Regards,
    Shanthi

    The process for Additional Data B, whether header or item level, is simple... 
    First, add the data elements to VBAK (header) or VBAP (item), in a customizing append.  The accepted practice is to name your fields beginning ZZ, with the appropriate or custom data element/domain.
    Then on Additional Data B screens, already named in this thread, create whatever is needed.  For instance, you might want to add a subscreen that contains a group of fields with the DDIC-specific captions.
    If you simply need a field, you can place the field (like VBAK-ZZMYFIELD).   SAP will then manage updates to the database for you....no need to do anything to see that the data gets copied into the tables.
    In one instance, I saw a pushbutton added that resulted in calls to screens with table controls, etc., essentially an entire subsystem called by pressing that button....

  • Pop up screen for stock overview in ME51n through user-exit/BADI

    Hi,
    User wants that at time of  Purchase Requisition creation for any material system should give a pop up window of stock details to provide the status on inventory. 
    For stock summary the t code u201CMMBEu201D for combination of plant and material should run in background and produce output in pop up window. Basically MMBE report output is required for each item line in a pop up window.
    Can this be done through user-exit. I have implemented many user-exits but not sure about the report output in a pop up screen through a user-exit.
    The material stock ia already available under menu enviornment - Material stock(MMBE) but user wants the stock as soon as the material is enetered.
    any inputs.

    Have a look at below link which gives the details abt the user exits related to VA01/VA02.
    http://help.sap.com/saphelp_46c/helpdata/en/1c/f62c7dd435d1118b3f0060b03ca329/content.htm
    Best Regards,
    Vibha
    *Please mark all the helpful answers

  • Update Z table from Custom pop up screen

    Hi All,
    I need to enhance  CC01 transaction.
    CC01 is used to create Change Numbers.
    My requirement is when Profile(Input field in CC01) is entered into initial screen of CC01 and enter key is hit, a custom pop up screen should be raised. This pop up screen will have 10 input fields from Z table. So when the user enters values in the input fields of pop up screen, I need to capture these values. When processing of CC01 is complete and saved system generates a Change Number, then I need to update the Z table with the values from custom pop up screen to the corresponding Change Number (Generated after Save)in Z table
    I have found the customer enhancement for raising Pop up screen pccd0005 (EXIT_SAPMC29C_006).
    My problem is how to link the pop up screen values with the Change number and update the Z table.
    Change Number is generated after CC01 Save.
    Can any one help me how to achieve this functionality?
    Thanks in advance
    Bhasker

    <u>Syntax:</u>
    EXPORT param_1 TO MEMORY ID 'EXIT_PCCD'.
    IMPORT param_1 FROM MEMORY ID 'EXIT_PCCD'.
    FREE MEMORY ID 'EXIT_PCCD'.
    Please look into the F1-help on Export/Import statements for more details.
    Message was edited by: Sam

  • Supressing the initial screen of CG3Y transaction

    Hi All,
    I am calling standard transaction CG3Y from a customised report program. I want to supress the pop up screen that comes up .Please advise how it can be achieved.
    I am using a wrapper transaction of CG3Y
    Regards
    Rudra

    Dear Rudra,
    Try this
    Call Transaction 'CG3Y' and skip first screen.
    Regards,
    Vijay

Maybe you are looking for

  • Iphone 4s no longer recognized by hp

    My iPhone4s is no longer recognized by my HP PC or Macbook Pro.  Several months ago I successfully set up my iPhone to sync with my HP PC via the sync cable > iTunes.  I recently attempted to re-sync, but after I connected it to the HP, it displays t

  • Test touch events in SWF file?

    I'm sure this is one of those "Oh, press this button in Preferences" type of questions, but I have googled to no avail which makes me think I'm either missing something so simple no one has even bothered saying it or I'm asking the wrong question. I

  • Jar download not working over dial up

    Hey, Our webstart application works just fine while connected to the lan at work. The various jars required by the application are downloaded without any problems. However, when I try to access the same application over dial up (I have tried netzero

  • VNC to PC

    I have a new MacBook and am trying to control my Windows XP pc. The XP box has Tight VNC server running and I downloaded Chicken of the VNC for my MacBook. The connection works and I can see the XP desktop, but it is super super slow. The mouse is ab

  • How are apps deleted from the ipad

    I could not find the answer on line and had to read the manual.  Touch the icon until it wiggles. You will see an "x" located at the upper left corner of the icon.  Press the "x" of  icon app you want to delete.