Minimising standard functionality of transaction IW32

Hello Guys,
I have a requirement in which I need to go to IW32 with a Order number, then we need to press enter and then click on button "WC Application". Here one pop up comes which says "List contains no data", then we click on button create. There Program (subscreen) SAPLWCFA, screen number 8300 will open, then click on "Operational WCD's", here again the pop up comes which says "List contains no data. Again click on Create button , now Program (subscreen) SAPLWCFY, screen number 8300 will open.
Here I have a requirement, say we went to IW32 with the order and clicked on "WC Application", enhancement will check if there is no data in the list then it needs to go directly the last screen i.e. Program (subscreen) SAPLWCFY, screen number 8300, where user will enter data manually.
I tried to find the exits/Badi's but didn't found anything interesting which will work with this requirement.
I would appreciate if you please try it if its working, and if yes then with which exit/Badi.
Thanks,
Harjeet

I think you must create a copy of IW32 ( I am not wrong in SAP lingo they say repair) for example ZIW32. And add a button relevant gui status. (I have been looking Gui status of IW32 it is have more status. you must find true status)
If you want change original source don't forget this a patch can change your code.

Similar Messages

  • Transaction Code to list all standard function modules available in SAP

    Is there any transaction code to list all standard function modules with their
    grouping.......like in transaction BAPI all bapis are listed w.r.t. their
    functionalities....

    Then Try SE84 -> Program Library -> Function modules. Execute to list all FMs.
    By the way may we ask the purpose for it, as my ECC 6.0 system has exactly 3,78,979 FM's.
    Otherwise if this is an interview question, press the abuse button ( a small yellow traingle at the right of your message subject line ), and in the coming page enter "Interview question" and press Report Abuse.
    Hope i have cleared your query.
    Regards
    Karthik D

  • Sending mail to all partner function in transaction

    Hi Folks,
    Standard action and condition sends mail to only main partner function in transaction. But transaction could have more than one partners for same partner function. Can mail be sent to all partners in transaction by using standard action configuration?
    Regards,
    Nikhil

    Hi Nikhil,
    You can control this using CRM_ACTION_BADI.
    Below the use of this BADI.
    In partner-dependent actions, business partners that occur in several functions, only the main partner remains.
    This can be useful, for example to avoid sending the same e-mail to the same business partner if there are several action definitions for different partner functions or function types.
    However, if several different actions have been defined as partner- dependent, this effect may not be required.
    In this case, the CRM_ACTION_BADI standard implementation can be deactivated. In this case, all partners from the transaction are considered during action determination.
    If this is also not required, a new implementation can be created.
    Hope this helps.
    Cheers, Satish

  • Standard text in transaction...

    Hi i'm new in sdn, and i must tell you that my English is not so good by this days. Im learning little more every day.
    My problem is that i need to change some standard text in transaction FCH5. i wonder if i can change for example a text in a field saying "section" to "date of collection", because i need to reuse a field to put some extra data, that is essential for my funtionality...
    Again, sorry for my written English,
    i'll be waiting for your answers....
    thankyou very much to all...
    Andriu.

    Hi,
    U can change the Standard text if uknow the object name in SO10. if u have to change the text in transaction then u can do it by using Function modules Read text and save text.
    Madhavi

  • Adding a button in Application toolbar of Transaction IW32

    Hi ,
    I need to add a button in the Application Toolbar of standard transaction IW32,I tried copying the pf-status and adding it in the user exit exit_saplocih_006 also,but its not working.
    Please Kindly help.
    Regards,
    Ismail.

    I think you must create a copy of IW32 ( I am not wrong in SAP lingo they say repair) for example ZIW32. And add a button relevant gui status. (I have been looking Gui status of IW32 it is have more status. you must find true status)
    If you want change original source don't forget this a patch can change your code.

  • Standard Function Module for OB52

    Hi,
      Is there any standard function module or BAPI for OB52 transaction.
      PLease let me know.
    Regards,
    Raghu

    Hi,
    OB52 is basically a transaction variant of SM30 for maintaining the view V_T001B.
    So there will not be any BAPI available to maintain the same.
    Regards,
    Ankur Parab

  • Want to overwrite the standard functionality.

    Hi All,
    I have table name on selection screen field, then if I execute I want the selection screen like se 16 as it
    shows differnt fields filter criteria and further if I say execute, it should not show standard functionality,
    like se 16, but it should show , what ever I have to show in the output. means I have to overwrite the std functionality currently happening in se 16..
    if I enter VBAK and got the selection screen fields and I do execute(like se 16), but if I want to supress the further execuation as happening currently (as per the standard code), and I want to write my own functionality when I execute the seclection screen of different fields of VBAK..
    can anybody help me ?
    the thing is my selection screen (both selection screen coming in se16- like first is only "table name" and another is "table fields") is same as like se 16 but further functionality is different..
    Regards,
    Mrunal

    Hi Asha,
    Thanks for the input. My exact requirement is, I don't want to supress any field, the current functionality of SE 16 is showing some selection screen fields when we enter the table name and after that, It show
    the data base entries, In my case, I need the exact same selection screen with table name and further selection screen fields under that table but I don't want the further entries as per the existing code of se16, I want to use theses slection screen only and want to write my own functioality.
         As I want same selection screen as per se 16,so I used call transaction for se 16 or different
    function modules, so by using theses , I got the selection screen but by default when u execute, It will show the entries like se 16, but I don't want that..
    Regards,
    Mrunal

  • Standard Function  modules for t-codes FBV3 and FB03

    Dear SDN Community,
      Can you please tell me what are the standard function module that I should use to simulate the following transaction codes from Web.
    FBV3- Display Parked document
    FB03 - Display posted document
    Thanks!
    Surya.

    Hi,
    Please check these BAPI and FM.
    BAPI_ACC_DOCUMENT_DISPLAY
    FI_DOCUMENT_DISPLAY_RFC
    Regards,
    Ferry Lianto

  • Standard function close Alt-F4 in modal dialog box

    hi,
    does anybody know how to activate the standard functions eg "close window" (Alt-F4) or terminate transaction in a modal dialog box (a dynpro-type modales Dialogfenster(in german)) eg the flying window of the system-status.
    i looked in the status of the status-dynpro, but could not find anything special about it.
    hints welcome...
    thanx a lot in advance. matthias kasig

    thanx - this solved my problem - but you have to catch a sy-ucomm with value '/CANCEL' - if you only catch 'CANCEL' it won't help - at least this works in my case - ta - i rewarded 10 points
    matthias kasig

  • Standard R/3 transactions with standard JSP presentation layer

    Hi, folks,
    I have a general question about standard R/3 transactions and whether existing PAR files are out there that render the output as a JSP instead of a WebGUI or WinGUI front-end.  Are there any PAR files that exist, either through iViewStudio.com or somewhere else, that show a standard R/3 transaction through a JSP front-end?
    A JSP front-end would give it is a nicer and, perhaps, more flexible look and feel than an R/3 session running through an iView, either with or without ITS.
    I have looked at iViewStudio.com and I have not found anything that would help us in this case.  I have heard there are iViews out there, such as "Order Status", but I have not had any luck locating any.
    Any assistance would be greatly appreciated.
    Thanks in advance,
    George

    Hello George,
    there is no direct way to put a JSP in front of a Transaction. What you can do is to use BAPI's and RFC enabled Function Modules to access R/3 functionality. To implement this you can use Visual Composer, Gui Web Dynpro and the SAP Developer Studio.
    Regards
    Gregor

  • Transaction IW32 for touch screen

    Good evening,
    I need release transaction IW32 for touch-screen(display for work by touch hand).
    I need something as http://img221.imageshack.us/img221/5707/r3touchmn9.jpg
    (i have done this in Graph Editor).
    Create all features of IW32 in Web Dynpro from NULL is very difficult.
    I think, that ITS server and webgui (transaction call from web) can help me.
    But how i can edit standard style.css of webgui and can i, for example, create height button? (for example: width=200, height=200).
    But maybe standard ABAP can help me?
    It is very important for me.
    Please, answer. <b><REMOVED BY MODERATOR></b>
    Message was edited by:
            Alvaro Tejada Galindo

    You wrote
    Utilizing the "Save as variant" option from the selection screen itself works out perfectly, but this variant cannot be transported.
    But, give the variant a name beginning with "CUS&" and this variant will be transported. Variant beginning with "CUS&" or "SAP&" are so-called "system variant" and are  transported automatically. You can then copy the transaction code and use this new variant in the new transaction.
    Regards,
    Raymond

  • Standard functionality of ESS Leave Request Details.

    Hi Gurus,
           Can anybody share the links of Standard functionality of ESS Leave Request Details..?
    And,Is there any standard functionality in ESS Leave Requests that if a User raises a Leave Request and want to extend the leave...is there any rule that User First cancel the previous Leave Request and raise a New Leave Request .
    Please explain briefly for the same.
    Thanks,
    Prakash.

    Prakash,
    ESS Leave Request with WebDynpro technology:
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/5b/76a6d7fd3a4e91bfb422405bf3e04d/frameset.htm
    ESS Leave Request with ITS technology (old):
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/80/58dce8142711d289b50000e8216659/content.htm
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/d9/359018129c11d3964400a0c930669b/content.htm
    You've all the customizing in SPRO > Personnel Management > Employee Self-Service > Service-Specific Settings > Working Time > Leave Request
    You define:
    1) A Rule with certain settings
    2) Absences/Attendances to display in ESS, with certain settings, and its assignation to a Rule
    3) A WF (commonly based on standard 12300111) --even you could not use a WF, check customizing
    4) Run process (manually or not) for analyze, correct and delete or save the entries finally in SAP through PTARQ transaction
    And,Is there any standard functionality in ESS Leave Requests that if a User raises a Leave Request and want to extend the leave...is there any rule that User First cancel the previous Leave Request and raise a New Leave Request .
    The employee can be able to cancel the request even when attendance/absence was approved. You define this behaviour for each Absence/Attendance in customizing.
    Regards

  • How to find query_only and standard functions (AOL)

    Hi,
    There are many functions which are attached to menus and which inturn are attached to responsibility.
    Also, we can have a function view only by creating the same function by entering QUERY_ONLY="YES" in parameter.
    For ex:- I have a function called "Customers Standard" by which you can create customers. I can create another
    function using the same form and make it query only by entering QUERY_ONLY="YES" in the parameters column.
    My question is, I want to know for which responsibilities i have this query_only function attached and for
    which reponsibilities i have this normal standard function is attached to. If it is Query_only, then i want
    to populate a comment saying " Query Only Customer" and if not then populate with " Standard Customer Function".
    I wrote a query which displays all the menus, sub-menus and user-function-names for all responsibilities. But
    i need to populate another column with this "Query-only" or "Standard Customer" by checking the parameter values.
    Like this, i need to check for all like "customer" , "invoices", "order entry", "vendors" etc etc.
    If it is hard to understand my problem, to make it simple, " A query to Display all the menus, sub-menus, sub-sub-menus,
    user-function-names for all menus, sub-menus, sub-sub-menus for all reponsibilities. After writing this query,
    I want to populate one more column in which i want to display whether it is query_only or not_query_only."
    Help Appreciated
    Thanks

    Hi Adwinn,
    Do you have any query for this.
    For ex:- for AR reponsibility, the screen looks like this:-
    -Transactions
         Batches
         Batches Summary
         Transactions Summary
         Credit Transactions
    -Receipts
         Batches
         Batches Summary
         Receipts
         Receipts Summary
         Remittances
         Remittances Summary
    -Lockbox
              Transmission History
              Maintain Transmission Data
    -Collections
         Scheduler
         Customer Calls
         Customer Account
         Account Overview
         Aging
         Correspondence
    -Customers
         Standard
         Quick
         Summary
         Profile Class
         Merge     
    and so on.....
    In this, there are may be query_only functions created and attached to these menus. I need a report which shows me all the menus, sub-menus, sub-sub-menus and tell whether that is standard or query_only with that prompt description.
    for ex:- output:-
    AR reponsbility | AR_NAVIGATE_GUI | Customers | Standard | Customers-Standard-Query Only
    help appreciated
    thanks

  • Serial number in the transaction IW32

    Hi,
    How to get the Serial Number in the transaction IW32 (Which is for work order in PM). Is any function module there
    Useful answers will be awarded
    Thanks
    Mahesh

    Hi,
       Try  GET_SERNOS_OF_DOCUMENT
    <b>Reward points</b>
    rEGARDS

  • IF statement in Standard function module PRICING

    Hi,
    In standard function module PRICING
    I found one if statement like this.
    if  xkomv-kntyp na '1$' .
    Plz tell me the meaning of thai '1$' value.
    Regards,
    Upender Verma.

    Hi,
         NA means Contains Not Any ..
         if xkomv-kntyp na '1$'  means .. xkomv-kntyp does not contain '1' or '$'.
         Read help on comparision operator 'NA'
    Regards,
    Srini.

Maybe you are looking for

  • 30 GB Video iPOD won't sync purchased songs from iTUNES.

    Previously, on the same computer, I have synced purchased songs from my Itunes library to my iPOD. Now, suddenly, an error message says that I'm not authorized to do so. I use my computer in two countries, the US and Taiwan, and wonder if this has an

  • Hook up to monitors

    Can I hook up a mac book pro to a monitor i have?

  • Adobe LiveCycle ES-document date expiration

    Can LiveCycle ES set a date for a document to expire?

  • I/O Access Mode

    At the moment I'm using the defulat "Buffered I/O" access mode. There isn't any real info I can find to really tell me the advantages for using Direct I/O and any benefits I may gain. Does anyone have any best practice tips in this area? Do you get p

  • Installing 8i Personal

    I have Windows ME. The software from Prentice Hall for my class is Oracle 8i Pesonal Edition for Win 98; however, it says Win 98 or higher. Any known conflicts. I get the setup dialog box, then click install and then next and the box just leaves. Is