Change employee group via user exit ?

Hello,
I would like to know if it is possible to change the field
PSPAR-PERSG in infotype "action" -0000
via user exit ZXPADU01/2 ?
When I get p0000-MASSN = 10 ,i need to move 0 to
PSPAR-PERSG but via the user exits it is not possible.
Only when I debug and put in PSPAR-PERSG  the value 0 it works.
Please let me know if there is away ...
Thank you,
Boaz

Hi,
Customizing 0184 could not met our requirements.
We need to keep the original settings (ELN...), and we'd like to change the inbounde delivery item category according to specific purchase order informaiton, so MV50AFZ1 is required.
Kindly please advise again.
With regards.

Similar Messages

  • Shipment cost - change customization of item categories via user exit

    hey ,
    is it possible to manpiulate the item categories customization to open manually/ automaticly via  user exit
    even if i customized them to open manually ?
    for example :
    if the shipment type is X - open manually , else automaticly .
    Regards
    ASA  .
    Edited by: ASA MOKED on Dec 23, 2009 11:38 AM

  • Default Employee group using user exist ZXPADU01

    Hello,
    I would like to know if it is possible to change the field
    PSPAR-PERSG in infotype "action" -0000
    via user exit ZXPADU01/2 ?
    When I get p0000-MASSN = 10 ,i need to move 0 to
    PSPAR-PERSG but via the user exits it is not possible.
    I have coded the below logic in ZXPADU01, but it is not displaying the required employee group in actions screen.
    data pspar type pspar.
    case innnn-infty.
          when '0000'.
            move innnn to i0000.
             if ipsyst-massn = 'U0'.                      
                        l_persg = '4'.
              else.
                        l_persg = '1'.
              endif.
             pspar-persg = l_persg.
           move i0000 to innnn.
    endcase.
              Please kindly help me in this regard.
    Thanks,
    V.Nagaraju.

    >
    vundralla nagaraju wrote:
    > Hi,
    >
    >     I have tried with following different scenarios, but was not able to get the required output.
    >
    > 1.     Adding additional fields to structure I0000.
    > 2.     Using PSPAR structure
    > 3.     Using set parameter id u2018PRGu2019.
    >
    >    The main problem here is we are unable to pass the calculated Employee group back to the standard program which will show the required default PERSG.  The Function Module for this user exit does not have the required Export Parameters, so we are not able to pass the required PERSG back to standard program.
    >
    >     Can any one suggest me how can I proceed further?  Does any one faced similar problem. Please let me know.
          Please try this option also, this worked for me.
    data:fieldname(25) type c value '(SAPFP50M)PSPAR-PERSG'.
           field-symbols: <fs> type any.
           ASSIGN (fieldname) TO <fs>.
            MOVE '9' to <fs>.

  • Change Employee Group in MSS

    Hello Everyone,
    I created a 'Change Employee Group/Subgroup' request and it was successful.
    Now, where is this request supposed to be approved?
    I believe this has to do with configuring UWL and Workflow.
    Can anyone guide me on the procedure please?
    Regards,
    Motaz
    Edited by: Motaz Abu Karat on Mar 31, 2010 5:49 PM

    Hello Everyone
    According to help.sap, Workflow must be configured for MSS to function correctly.
    I need to know how I can perform the following:
    -You must have executed the basic Customizing for Workflow in your system.
    You set up the SAP Business Workflow in the SAP Customizing Implementation Guide (IMG) under SAPNetWeaver ® SAP Web Application Server ® Business Management ® SAP Business Workflow
    I can't seem to find any guide for this. Can anyone please point me in the right direction?
    Regards,
    Motaz

  • Finding function to check whether this employee has changed Employee group

    I'm finding function to check whether this employee has changed Employee group from Temporary to Regular during the year or not.
    Is there any PY function can check as above condition?
    Thank you

    Hi,
    You have to read IT0001 data for reading Employee Group or Sub Group Change. Use the FM HRREADINF* to read IT0001 Data.
    Thanks & Regards,
    Sandip

  • Need to change SD Pricing Procedure or Doc Pricing Procedure via User Exit

    I have a need to override the SD Pricing Procedure that is determined via standard Pricing Determination Config.....what user exit
    can I use to accomplish this...
    OR
    is there a user exit prior to the Pricing Determ code that I can use to override the Doc or Customer Pricing Procedure that would
    have been retrieved from the Order Type and Customer Master
    Thank you for any prompt replies.
    I'm on SAP ECC 6.00

    Dear John
    Try with any of these User Exits
    -  USEREXIT_PRICING_CHECK (module pool SAPMV61, program MV61AFZA)
    -  USEREXIT_CHANGE_PRICING_RULE (module pool SAPMV61A, program MV61AFZA)
    thanks
    G. Lakshmipathi

  • Change employee group and sub group

    Hi all,
    During the new hire if an employees group and subgroup are enetered wrongly, how shouldl they be corrected. We have scenarios when the emplooyes group and sub group are corrected after a month or so and the users want to correct the same
    How do we do it?

    Goto PA40 reselect the same Hire action for this employee and click execute. In IT0000 screen enter the new EG/ESG.
    and save it. Then Save the IT0001, then fill rest of the infotypes.
    If you have already process the payroll and the new Emp group / Sub group is in different payroll area you wont be able to change it.

  • TMW: refreshing the employee list inside user exit

    Hi everybody,
    We are using TMW in a project where the employee selection is based on relations in OM.
    Since those relations will change a lot in background the employee list in TMW needs to be refreshed regularly.
    Restarting TMW is not an option.
    How do i give the TMW application a message that the employee selection needs to be reloaded?  I would like to start the message from within the standard user exits (like PT_BLP_TMW_ENR)
    Can anyone give me a code example how to do this?  How do i find the active TMW instance from within the user exit?
    Thanks in advance!
    Kr,
    Jonathan

    Cancelled

  • PORDCR - Inbound IDOC via User-Exit

    Hi All,
    I would like to create a Purchase Order via an inbound Idoc with a message type PORDCR.
    I would like to make use of the enhancement MM06E001 and the function module EXIT_SAPLEINM_002 to populate data segments.
    Please advise if this is the correct user-exit to process an inbound idoc.
    Any input appreciated.
    Meghna

    Hi Meghanarrao,
    IDOC_INPUT_ORDRSP-->PERFORM fill_data_ordrsp-->and find the below user exits for each segment...
    List of user exits available for --
    EXIT_SAPLEINM_001   
    EXIT_SAPLEINM_002   
    EXIT_SAPLEINM_003   
    EXIT_SAPLEINM_004   
    EXIT_SAPLEINM_005   
    EXIT_SAPLEINM_006   
    EXIT_SAPLEINM_007   
    EXIT_SAPLEINM_008   
    EXIT_SAPLEINM_009   
    EXIT_SAPLEINM_011   
    EXIT_SAPLEINM_012   
    EXIT_SAPLEINM_013   
    EXIT_SAPLEINM_014   
    EXIT_SAPLEINM_015   
    EXIT_SAPLEINM_016   
    EXIT_SAPLEINM_017   
    EXIT_SAPLEINM_018   
    EXIT_SAPLEINM_019   
    EXIT_SAPLEINM_020   
    IDOC----- Dir -Enhancemnt --Description
    ORDCHG -O -MM06E001   -- Purch. Ord. Change
    ORDCHG- I -VEDB0001     --Sales Ord. Change
    ORDERS- O -MM06E001   --Purchase Orders
    ORDERS -I- VEDA0001     --Sales Orders
    ORDRSP -O- SDEDI001    --Order Confirmation
    ORDRSP -I- MM06E001    --Order Response for Purchase Order   "This is the Right one for Purchase order create
    IDOC           Msg        ANSI EDIFACT I O
    ORDERS01 ORDCHG 860 ORDCHG X X
    ORDERS01 ORDERS 850 ORDERS X X
    ORDERS01 ORDRSP 855 ORDRSP X X
    IDOC_INPUT_ORDRSP--Function module-BUS2012-Inbound-Purchase order / order confirmation
    regards,
    Prabhudas

  • Best practice on integration message augmentation via user exit or rfc call

    I am looking for documentation that would provide best practices on whether to use user exits to augment the data on an IDOC or to forward the standard SAP produced IDOC to PI where rfc calls are made to augment the data as required for the specific target system.
    I am sure there are pros and cons for both solutions, but I am hesitant to use user exits since we now have moved the knowledge of what a target system wants from the integration layer to the source layer.  If a second target system comes along in the future, the user exit becomes more complicated with additional target specific requirements. 
    Any links to best practice documentation on this subject is greatly appreciated.
    Edited by: Sean Sweeney on Oct 15, 2009 6:59 PM

    Hi Steve,
    Might be trying for solution for a long time, If i understood your question clear let me clarify you few points.
    You are trying to access the bex query which is designed with the exit's in the background based on the logic and trying to call the entire dimensions and key-figures in a single connection. Then you are trying to map those data in the charts.
    Steve, try to make more connections based upon the logic and split them. use the same query but split them by sales per customer group, sales per day, sales per week by making three different connections and try. You can merge the prompts from all connections.
    Hope this Helps!!!
    Sorry if i misunderstood your question.
    --SumanT

  • No change document  and no user exit is found   for CK11N tcode

    Dear All,
        After execution of the transaction CK11N  in CDHDR table i dint find any entry for change document.
    But there is a business object for this transaction :BUS2044 which has no event .
    As there is no event in the business object and there is no change  document also so how i will trigger this business object for CK11 transaction.
    I serached for user exits also but i dint find any.
    So can any body pls tell me how to trigger the business object for the transaction CK11.
    Thanks
    sharmistha
    Message was edited by:
            sarmistha das

    If there is no event it is difficult to trigger an event. So in any case you have to create your own subtype of BUS2044 and define the event you want to create.
    If there are no user exits (I assume you have also looked for user-exits of type BTE and BAdI, even substitutions) you are perhaps out of luck? Being out of luck in this context means you will have to resort to a modification.

  • Stock placement strategy via user exit

    Hello,
    I'm tring to change putaway strategy by using a user exit.
    In customizing i enter:
    Logistics Execution u2013 Warehouse Management u2013 Strategies u2013 Putaway Strategies u2013 Define strategy for fixed bins.
    Table V_T301S.
    When i enter one of the movements i can put V next to User exit act.
    How can I make the connection between the strategy and the user exit?     
    Thank you,
    Lilah.

    Hi,
    In the ST masterdata (config: WM - Masterdata - Define ST) you must activate the User Exit field for putaway and/or removal for the specified ST you want to use with a user exit. See view: V_T3010-USEIN or Table T331-USEIN. When this indicator is set and you go through the TO creation log, you will see that at some stage there will be an entry where is states that you are using an user exit to place/pick stock.
    Cheers,
    Hein

  • Update Delivery qty via user exits

    Hello all,
    I need to replace the delivery qty that is copied from sales order with another qty during delivery creation (or) at the time of saving the delivery. I have tried replacing the field LIPS-LFIMG in various user exits. But none had updated the delivery qty(somehow SAP again replaces the new value with the original value). If you know how to update a delivery qty thru an user exit, please give me details.
    Thanks a lot

    Hi Bala;
       Have you tried this through the routines in transaction VOFM?  An example routine is in the VOFM menu path "Data Transfer -> Deliveries".  Check the code under routine 101, that may help you.
    Best Regards,
    John

  • Copy header text from DO to billing via user-exit

    Dear Experts,
    We have a requirement to copy one text field in the DO header to Billing header text field. I've searched the forum before posting this one but none seems to fit my requirement. I am using RV60AFZC form USEREXIT_FILL_VBRK_VBRP for this. From VF01, I see the header text was populated but after saving, it is being cleared out. I suspect the copy control from sales order to billing header text is doing this, nothing is saved in the SO.
    Any idea how to do this by configuration or by user-exit/enhancement spot?
    Looking forward for your responses.
    Thanks in advance.
    nEnE

    Can you please check VOFM>Copying Requirements>Texts, Routine 1. The documentation states:
    "This requirement checks if the reference document header has a text entry.  If so, it is automatically transferred. This requirement is assigned in the detail of the access sequence for header text determination."
    You can copy this in a 9XX routine number and write your specific code there.
    Hope this helps!

  • Default quantity on sales order - Via user-exit, Badi...

    Hallo everybody,
    do you know if it is possible to put a default quantity on a position of a sales order?
    That is: user insert material code, does not input any quantity --> default 1Pc..
    Thank you very much!
    Edited by: Mike Farina on Jan 6, 2008 8:38 PM
    Edited by: Mike Farina on Jan 6, 2008 8:57 PM
    Please help me.... points, points, points...

    Hi,
    In program MV45AFZZ use the user exit :
    FORM USEREXIT_MOVE_FIELD_TO_VBAP.
    there write simple code like this.
    IF vbap-kwmeng IS INITIAL.
    vbap-kwmeng = '1'.
    ENDIF.
    Rewards points if helpful.
    Regards,
    Srinivas Ch

Maybe you are looking for

  • Using a Mac Mini install disc (10.4.6) to upgrade a Power PC G4 (10.3.9)

    Hello everyone, I would appreciate a little advice if possible... I am wondering if I can use the "system install discs" (intel-based system 10.4.6) that came with my new Mac Mini, to upgrade my older Power PC G4 currently running system 10.3.9? I wi

  • Converting list in pdf to Excel using Adobe ExportPDF

    I have a document in .pdf format that is a list including columns with Town, Name, Address and Phone number, listed on the page in two columns, divided in the center. When I convert the document to Excel format, the first column returns gobblety ****

  • IPod Touch and  iOS5 = shorter battery life

    My iPod Touch battery life is terrible after upgrading to iOS5 ... why, and is there anything I can do to make it better?

  • IOS 4.2.1 auto-correction bug in gmail web interface

    Seems to be a bug in 4.2.1, relating to auto-correction of spelling errors within the gmail web interface (i.e. within safari)... Whenever I'm typing, if I make a spelling error for which auto-correction suggests an alternative, attempting to cancel

  • Word 2010 won't open?

    Hi Everyone, whenever i try to open word (starter) 2010, it says "click-2-run configuration failure" Does anyone know what's going on /how to fix it?  Thanks