Transaction iw32 oorder number and personnel number.

Hi all ,
I want to know the table from which i can get the order number(AUFNR) and the person (PERNR )number  in the first operation block .
The transaction to change order is  iw32 .
thanks in advance,
Naval Bhatt

To reterieve PERNR for Order number
1. Select  AUFPL from CAUFV
2. Select PERNR from AFVC where AUFPL = CAUFV-AUFPL and BANFN <> ' '.
Message was edited by:
        Pawan Kesari

Similar Messages

  • 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

  • HT1918 I am trying to edit my payment information.  However, I keep getting a message to contact iTunes support to complete this transaction. What number do I call or what can I do online?

    I am trying to edit my payment information.  However, I keep getting a message to contact iTunes support to complete this transaction. What number do I call or what can I do online?

    No promises, but you may get a way around this with a refund or something. Might as well check.
    iTunes Store Support
    http://www.apple.com/emea/support/itunes/contact.html

  • Transaction IW32.How to find out the person name.(Last changed By)

    Hi all,
    When i executed the transaction IW32.Its displays changed by and created by fields. please any body can tell me how to find out the person  name who had made last change with respect to the field changed by.
    Please tell me the table and field name for the field last changed by......
    Regards,
    Munna.

    hi,
    check the table AUFK field AENAM for the order number(AUFNR) in IW32..........

  • Calling 'Status' screen of transaction IW32 from report

    Hi,
    I want to display 'status overview' screen from transaction 'iw32' .
    I know how to call transaction 'iw32', but I don't know how can
    I directly go on status screen? I have order no with me.
    Can anyone help me?

    Hi,
    You can get the user status data directly from the following tables:
    Pass on the order number to JEST table to fetch the STAT (status) for which INACT field is a blank (means status those are active in the order). You will find the status in the form of E001 or I001 depending upon the user status or system status respectively.
    Now goto TJ30T table where you need to pass the status profile (STSMA) which can recovered from the order number and fetch the status text by comparaing ESTAT with the status received from JEST table. Field TXT04 in TJ30T gives the status text.
    Hope you will find this helpfull.

  • 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.

  • Incorrect combinations for personnel area and personnel subare

    Hi all,
    we are getting incorrect combinations for personnel area and personnel subarea in the Target and as well in report.
    we are using standard datasources 0PERS_AREA_TEXT and 0PERS_SAREA_TEXT, we are extracting only masterdata text from ECC, Not maintaining Attibute and Hierarchy for personnel area and personnel subarea.
    we created (Actions overview) report on top of standard DSO 0PA_DS12 extracted from data source 0HR_PA_1,
    Actually some of employees are changed on xxxx.xx.xx date from one personnel area to another personnel area with respective subarea's, but here employee personnel area are coming correctly but not for subarea.
    what i need to do now?
    can any one help out in this..
    Thanks in advance.
    Thanks,
    Sri

    Hi,
    In this context we will have two senarios.
    1. Displaying the Personal Area and Personal Sub Area from Transactional data.
    2. Displaying from Master Data.
    If you choose Scenario 1 then, Personal Area and Personal Sub Area will be shown as per ECC entry. But in second scenario, If one Personal area or Personal Sub Area changed over a period of time that will effect the historical data also.
    For Example if your Personal Sub Area changed on Apr 1, 2011.
    Scenario 1: Report will be as per ECC Data ( from Apr 1, 2011 onwards it will show new Personal Sub Area).
    Scenario 2: Report will show new Personal Sub Area of Personal Area for entire data.
    Hope this will help you.
    Regards,
    Chenna.

  • 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

  • Transaction IW32

    what is the relation between: Transaction IW32
    1) Maintenance Plant ( maintain under tab Header Data in field  PlannerGrp
    2 )Maintenance Planning Plant ( Maintain Under Tab Location in field main Plant)

    Hi,
    <b>maintenance planning plant</b> The maintenance planning plant of a technical object is the plant in which the maintenance tasks for the object are planned and prepared. Maintenance planner groups work at the maintenance planning plant to plan and prepare the maintenance tasks for the plants that are assigned to the maintenance planning plant
    <b>maintenance plant</b>
    The maintenance plant of a technical object is the plant at which it is installed.
    Clarification plant C1 is located in plant 0001. Plant 0001 is therefore the maintenance plant of the clarification plant C1
    Hope it will help you.
    Regards,
    Manish Agarwal
    Don’t forget to give point if useful ans.

  • User exit or badi for transaction IW32

    Hi all,
    I am searching for user exit or badi for Transaction IW32 but not finding as per my requirement.here in transaction IW32 if field system status(STTXT) key value is 'Released', all line item components should get displayed in display mode.it should not allow to edit or change line item components.can anyone give user exit or BADI to achieve this.
    Thanks in advance.
    Regards,
    Harshada

    Hi,
    Try to use this exit:
    Enhancement     EXIT_SAPLBSVA_001     STATTEXT     Modification exit for formatting status text lines     
    Sample code:
    IF ( sy-tcode = 'IW32') .
      DATA: lv_str1   TYPE string.
      FIELD-SYMBOLS : <fs_qmart> TYPE ANY.
      lv_str1 = '(SAPLIQS0)VIQMEL-objnr'.
      ASSIGN (lv_str1) TO <fs_objnr>.
      SELECT SINGLE inact INTO lv_inact FROM jest WHERE  objnr = viqmel-objnr
                                                     AND   stat = c_stat
                                                     AND  inact = space.
        IF sy-subrc = 0.
          LOOP AT SCREEN.
              screen-input = 0.
              MODIFY SCREEN.
            ENDIF.
          ENDLOOP.
    ENDIF.
    Alternativ badi:
    BADI     SAPLIQS0          IQS0_STATUS_MAINTAIN     Control of Changeability of User Status     
    I hope this may helpfull.
    Thanks,
    AMS

  • Popup during loading of transaction iw32

    Hi Experts,
    There is a requirement to show a pop up when a user enter the order and press enter in the transaction IW32.
    I found a method 'INITIALIZE' in the BADI 'WORKORDER_UPDATE' to place my code.
    The description of the code is "Initialization when Importing/Creating Order". But the method is not being called.
    Am I missing something or I have understood the method wrongly.
    Please suggest a badi or exit that can be used for this purpose.
    Thanks for your help.
    Regards,
    Daz.

    Hi Raymond,
    Can you please let me know if there is a similiar points for the transaction 'IW81'.
    Thanks in advance.
    Daz.

  • Transaction open in client and closed in server ?

    Hi,
    I am new to tuxedo, so please excuse me if my question is naïve.
    I am on a project to replace the /Q system (QSpace, TMQUEUE, TMQFROWARD) by a system with storage in a database.
    We are developping in C.
    I wanted to know, if with the tpsuspend and tpresume functions, it is possible to start a transaction in the client (that replace tmqforward), make a tpcall to a service, then a tpsuspend and that the service get the transaction with a tpresume and do the tpcommit (or rollback) itself at the end of the treatment ?
    So that the client dont have to be aware of the result of the transaction and can immediatly open another one.
    Your help would be useful
    thanks
    Yann Delanoe
    Sterci SA
    GENEVA

    Hi Yann,
    I'm curious as to why you want to replace the /Q subsystem with your own servers? Are there features missing in /Q that you need?
    Also Tuxedo uses checked transaction semantics. This means that transactions can't be commited by anyone other than the initiator, nor can transactions be committed while there are outstanding requests or replies. The client can suspend the current transaction and start another one if you need to have multiple transactions in process at the same time. This is often done in multi-threaded applications.
    Regards,
    Todd Little
    BEA Tuxedo Chief Architect

  • Transaction Launcher Logical Systems and URLs

    Hi,
    I'm facing a problem with Transaction Launcher.
    I've done all the settings specified here: http://help.sap.com/saphelp_crm60/helpdata/en/46/231befc17b5872e10000000a11466f/frameset.htm
    Under section "Define Transaction Launcher Logical Systems and URLs" I've specified the values for Quality System: the ECC system is MQAS200A
    By the way, when I try to access an ERP Sales Order, the transaction CRM_TL_ERP_BUS2032_DISPLAY tries to access system MSVL200A (which is the Development ECC System).
    I cannot change the Logical System within the Transaction Launcher Configuration (currently it is set to ERP), since the Transaction is standard.
    Does anybody know how to map the generic value ERP with the correct value MQAS200A instead of MSVL200A?
    Thanks in advance,
    Regards,
    Andrea Ricci

    Hi,
    You cannot generalize the Logical system name, for the workaround you need to put the logical system for quality and transport it to quality and it should work and to check in dev you need to again change the log. sys to dev and save it but dont transport it. Similarly you can do for production system.
    Regards,
    Shobhit

  • Authorization objects for  transaction, one to view, and one to maintain

    Hi all,
    My requrement is to create two authorization objects for  transaction, one to view, and one to maintain.
    I know how to create objetcs vai sm21, but i donot know how to crate objects with activity codes.
    Please suggest how to create object where i can asign activity codes.
    regards
    manish

    The Authorization Concept
    R/3 uses authorization objects to assign authorizations to users. An authorization object is a template for an authorization. For example, authorization object F_SKA1_BUK - G/L Account: Authorization for company codes requires the specification of two field values: Company Code and Activity. To allow a General Ledger supervisor to create a general ledger master record, he/she must be assigned an authorization to create (Activity 1) accounts for a specific company code (eg. Company Code 2000). Such an authorization is created using the object F_SKA1_BUK by assigning these field values and naming the authorization following an appropriate convention (eg. Z_SCC20001).
    Authorizations may be classified as general authorizations, organizational authorizations or functional authorizations. General authorizations specify the functions a user may perform. Authorization object F_SKA1_BUK has been assigned to the function for creating general ledger master records. The system checks for the useru2019s authorization to create general ledger accounts (Activity 1) in at least one company code. The system then checks whether the user is permitted to create accounts for the specified organizational unit (company code) and has the required functional authorizations. Authorizations in this case may restrict the user to certain Charts of Accounts. In addition, an authorization group may be defined in certain authorization objects to protect individual master records.
    Profiles relating to an organizational role (eg. General Ledger Supervisor) are defined consisting of a list of authorizations and other profiles. Such profiles are then assigned to users with that role and stored in their user master record along with other data (eg. password).
    Do check this link as well.
    http://articles.techrepublic.com.com/5100-10878_11-5110893.html

  • HR Headcount and Personnel Actions(0PA_C01) std routines not working

    Hi Friends,
    I have loaded data for Headcount and Personnel Actions(0PA_C01) cube. Here the fields below mentioned are not populating data which are with standard routines. I checked code and also gone through sdn and also with SAP notes but every thing ok.
    We are working with support package 16.
    0AGE,
    0AGE_RANGE,
    0GT_PLAND(country key),
    0COUNTRY_CODE,
    0GENDER,
    0NATION,
    0PERSLANGU,
    0POSTAL_CD(Postalcode),
    0REGION,
    0MAST_CCTR,
    0CNTRCTTYPE(Contract Type),
    0PAYPCT_CHA(Capacity Utilization level in %),
    0HDCNT_FTE(Head Count FTE).
    Can u please give me your views to populate data to the above mentioned fields.
    Here 0GENDER,0NATION,0PERSLANGU,0POSTAL_CD(Postalcode),0REGION are attribute of 0PERSON and in turn is an attribute of 0EMPLOYEE. I can able to see data individually from both 0PERSON and 0EMPLOYEE. but i want to see data attribute data of 0PERSON in 0EMPLOYEE.
    Is it possible? If possible Can you please Explain me?
    Regards,
    Sridhar

    Adjusted transfer rules, so now standard routines are correctly populating fields.
    I have doubt on two fields of cube,
    keyfigures: capacity utilization level
                     head count FTE which is (capacity utilization level / 100)
    Is capacity utilization level  field in BI is equivalent to R/3 Staffing Percentage field ?
    (The staffing percentage indicates which percentage of an employee's time is to be spent in the position entered). If not what field in R/3 is equivalent to capacity utilization level .
    Regards,
    Sridhar

Maybe you are looking for