How to generate pay periods?

Hi,
I have payroll areas ready. I have to genrate pay periods, can some one please let me know how to generate the pay periods?
thanks,
Rupali

SPRO -> IMG -> Payroll -> Payroll:India ( If it is India) -> Basic Settings -> Payroll Organization -> Generate paroll periods.
Before this step you have to define period parameters like monthly ......and define date modifier or use standard date modifier 00.
Enter following details in generate payroll periods screen
Period Parameters    01 monthly
Date modifier            00
Start Date                 01.04.2010   (from which date you want to generate periods)
Final year                  2020             (upto which year)
Start date of fiscal year  04  2010
Payday rule                        4

Similar Messages

  • How to generate Pay-in slip from SAP ECC 6.0

    Hi SAP Guru,
    Can u please tell me how to generate pay - in slip for depositing of checks into the bank from SAP ECC 6.0
    Thanks
    Rajeev

    Dushyant,
    Check whether the program is in TRDIR table or not,if it is there then it will be available else you need to talk to basis guys.
    If the program is there and you want to revert to previous version then go to version management and select the version number and then click on the button RETRIEVE.
    Smartforms don't haver the concept of version management and hence it is always advisable to download the smartform and then go ahead with the changes.If in case you want to revert to pervious version then you can upload the downloaded smartform and get  back the previous version.
    K.Kiran.

  • How to set up Dynamic Variants for job which is based on Pay Period

    Hi,
    We need to set up dynamic variant for payroll interface.  This interface is based on Pay periods and that is why we need to use different variant for each month.  Letus know how to set up dynamic variant which will take care of Pay Periods

    Hi,  Thnx for reply.
    We are not changing the control records, current period will be some old period in system. 
    payroll is not processed in SAP,

  • How to pay new joinees who were missed out in the last pay period run

    Hi,
    There are cases where a new joinee is missed out in a payroll run and needs to be paid the prorated salary for the joined month along with the net pay in the next month.
    Please advise how such cases can be handled.
    We can check for employees who have not been processed in payroll run and pay them starting the join date. There was a case where an employee was moved to the payroll from another payroll, he was paid starting the date of join, and hence got paid more.
    If we restrict the period for checking the new hires to the date after the last pay periods run date till the end of the month, we still miss out on other employees who were not added in time for the payroll run because of late notification.
    Thanks a lot in advance for your help and guidance.
    Thanks & Regards,
    Supriya

    Hi Guys
    I noticed none have you have mentioned aything in relation to the use of quickpays,Payroll runs and extended start dates with Prepayments? This is a common issue, especially within large companies where the turnover of staff is quite high. I have seen this happen a lot on many govenrment projects I have worked with and the solution I reccomend, which is not customised and supported by Oracle is quite straight forward and simple.
    First off when you hire the employee you have obvioulsy missed the boat so to speak in relation to that Payroll Period that they joined, No worries there. Just run a quickpay if you use them as legitamate Payroll runs (Some Organisations do not) or either create an assignment set and run the payroll for that employee only for the period they missed out.
    Next up will be your second pay period payroll run or shall we say the current pay period. As the New Hire employee is now setup on your required Payroll they will obviously be picked up in that run.
    Next all you do is run Pre-payments with an effective Start date of the first day of the previous pay period they missed. Check the SOE attached to the Employee's Pre-payment run for period 2 and hey presto......Your arrears have been calculated.
    Retro will not pick up an late starters thus this solution is the next best thing. Prepayments will pick up any payroll runs which have not already been picked up by a previous Pre-payment run within the date range you specify.
    No More Customisations needed!!
    Regards
    Paul Hayman

  • How to get 2 Dates of a specific day From a Pay period

    Hi
    I have a date range (Pay period). now from the start date i Need to find out both Dates of a specific day of that Pay period.
    For Example If i know the date range is
    01/06/2007 to  01/19/2007
    Then I need to know what are the dates for both Saturdays.
    Here it should be 01.06.2007 and 01.13.2007.
    Please help. I always award points. Thanks
    Message was edited by:
            Anwarul Kabir

    Hi,
    Please try this.
    PARAMETERS: P_START LIKE SY-DATUM,
                P_END   LIKE SY-DATUM.
    DATA: DAYS    TYPE I,
          WEEKDAY LIKE DTRESR-WEEKDAY.
    DAYS = P_END - P_START.
    DO DAYS TIMES.
      CALL FUNCTION 'DATE_TO_DAY'
        EXPORTING
          DATE    = P_START
        IMPORTING
          WEEKDAY = WEEKDAY.
      IF WEEKDAY = 'Sat.'.
        WRITE: / P_START.
      ENDIF.
      P_START = P_START + 1.
    ENDDO.
    Regards,
    Ferry Lianto

  • How to generate 3 payment due dates& 3 posting against single invoice?

    Hello Experts,
    Kindly provides some inputs on below requirement.
    For example :- In the Utility Bill,
    Consumption months: June, July, August
    Meter Reading taken in August
    Billing Months: September, October, November
    Bill generated in August
    Consumer receives the bill on September month
    Payment Due dates: 12 Sep 2009, 12 Oct 2009 and 12 Nov 2009
    Issues-:
    1.How to generate three posting against single invoice?
    2.How to generate three payment due dates for above postings in three consecutive months since payment due date logic is incremental in nature here, e.g.
    1st due date = posting date + 15 days
    2nd due date = 1st due date + 30 days
    3rd due date = 2nd due date + 30 days
    Requirement description:-
    The utility generates bill quarterly for domestic consumers. For such consumers, the utility takes reading from the consumers premises after end of consumption period (quarterly ) and generates bill on the 1st billing month (here 1st billing month is September).
    In the bill the utility divides total consumption into three parts (considering each part for each consumption month) and calculates all charge heads separately on each part. It however, consolidates and generates a single bill having three rows, each row showing charge heads of each consumption month and also net and gross amount to be given for each consumption month.
    Moreover, three postings have to be generated in FICA against that single bill. Also, it provides three due dates to the consumer, each date falling in each billing month, to pay the above three net amounts respectively. Dunning and other activities should be triggered if the consumer fails to pay the stipulated amount by corresponding due date.
    Looking forward for valuable suggestions
    Thanks in advance
    Regards,
    Vaseem
    Moderator note - question reposted - OP notified of violation Issue on quarterly bill
    Edited by: William Eastman on Jun 3, 2010 3:25 PM
    Edited by: William Eastman on Jun 3, 2010 5:01 PM

    Hello Experts,
    Kindly provides some inputs on below requirement.
    For example :- In the Utility Bill,
    Consumption months: June, July, August
    Meter Reading taken in August
    Billing Months: September, October, November
    Bill generated in August
    Consumer receives the bill on September month
    Payment Due dates: 12 Sep 2009, 12 Oct 2009 and 12 Nov 2009
    Issues-:
    1.How to generate three posting against single invoice?
    2.How to generate three payment due dates for above postings in three consecutive months since payment due date logic is incremental in nature here, e.g.
    1st due date = posting date + 15 days
    2nd due date = 1st due date + 30 days
    3rd due date = 2nd due date + 30 days
    Requirement description:-
    The utility generates bill quarterly for domestic consumers. For such consumers, the utility takes reading from the consumers premises after end of consumption period (quarterly ) and generates bill on the 1st billing month (here 1st billing month is September).
    In the bill the utility divides total consumption into three parts (considering each part for each consumption month) and calculates all charge heads separately on each part. It however, consolidates and generates a single bill having three rows, each row showing charge heads of each consumption month and also net and gross amount to be given for each consumption month.
    Moreover, three postings have to be generated in FICA against that single bill. Also, it provides three due dates to the consumer, each date falling in each billing month, to pay the above three net amounts respectively. Dunning and other activities should be triggered if the consumer fails to pay the stipulated amount by corresponding due date.
    Looking forward for valuable suggestions
    Thanks in advance
    Regards,
    Vaseem
    Moderator note - question reposted - OP notified of violation Issue on quarterly bill
    Edited by: William Eastman on Jun 3, 2010 3:25 PM
    Edited by: William Eastman on Jun 3, 2010 5:01 PM

  • How to configure Pay Roll in SAP

    Dear Gurus,
    How to configure Pay Roll in SAP. Pls suggest.
    Regards
    Pankaj
    Please have a look at the forum search

    Define Employee Sub Group Grouping for PCR and CAP    / Check Payscale Area   / Check Payscale Type  / Check Assignment of Pay Scale Structure to Enterprise Structure  / TARIF Feature / Create Control Record / Revise Payscale groups and levels /  Create Wage type catalog /  Employee Subgroup Grouping for primary wage types / Personnel Subarea Grouping for Primary Wage Type / Setup Payroll Period for Collective Agreement Provision / Check wage type group Basic pay / Define wage type permissibility for each PS and ESG / Check wage type characteristics / Maintain Valuation of Base Wage types /
    Check Wage Type Group Recurring Payments and Deductions / Check Wage Type Group Additional Payments /Check Wage Type Group Membership Fees / Membership Payee /Determine allowed payees per membership type /Define Membership / Deduction Types /Define Trust Details for Provident Fund /Maintain Contribution Details for Provident Fund ( Feature 40EPF )
    Assign Company Rates for Provident Fund / Define PF Trust Validity Period / Define Contribution type for Statutory rates for Provident Fund /Maintain ESI Eligibility Limit /  Define Personnel Area and Subarea Groupings for ESI /Assign ESI Groupings for Personnel Area and Subarea/
    Maintain Contribution Rates for ESI/
    Maintain Gratuity Trust ID/
    Maintain Gratuity Contribution Frequency and related wage types/
    Define Contribution Rates for Gratuity/
    Maintain Superannuation Trust ID/
    Maintain Superannuation Contrib. Freq and Rel. Wage Types/
    Define Contribution Rates for Superannuation/
    Maintain Loan Types/
    Create Loan Conditions/
    Maintain Loans Grouping  (Feature 40LGR)/
    Maintain Salary Components ( Feature 40LSL)/
    Max. no. loans allowed (LML1)( Maximum number of loans allowed at a time)/
    Max. no. loans allowed (LML2)(Maximum no of loans allowed)/
    Maintain Maximum amount for loans outstanding(LMVAL)/
    Maintain Loans Eligibility Checks and Limits/
    Maintain Accommodation Types/
    Maintain the processing options for CLA/
    Define Conveyance Types/
    Assign eligibility criteria for conveyance allowance/
    Define Professional Tax Grouping Details/
    Assign Professional Tax Groupings for Personnel Areas and Subareas/
    Assign Amounts for Professional Tax Deduction/
    Maintain Method and Form Layout for Professional Tax Groupings/
    Define Personnel Area and Subarea Groupings for Tax/
    Assign Tax Groupings for Personnel Areas and Subareas/
    Define Tax Codes/
    Assign Tax Code Limits to Wage Types/
    Assign wagetype to wagetype group offcycle /
    Set Up Off-Cycle Reasons/
    Specify default values for wage types Off Cycle/
    Specify Default Values for Payment Methods/
    Configure wage types for Section 80/
    Configure wage types for Section 88/
    Define other allowance or re-imbursement type for exemption/
    Define priority for  deductions/
    Maintain recovery of arrears/
    Define cumulation types for wage types/
    Assign universal contribution groupings for universal contribution types /
    Assign state for universal contribution grouping/
    Assign slab code and other parameters for each state of univ.type./
    Assign Contribution value for each slab./
    Define Period Parameters/
    Define Date Modifiers/
    Check Payroll Accounting Area/
    Generate Payroll Periods/
    Generate calendar for cummulation/
    Assign Basic Wage Types to Grouping for Allowances/
    Define Pay scale groupings for Allowance/
    Assign Pay Scale Groupings for Allowances/
    Assign wage type model for Pay scale grouping for Allowances/
    Calculate Eligibility for Raps/ . ....................................................................................................................................................................................................................................................................
    If you get the knowledge then please .  mark the questions as answered

  • IT0014 Deduction occurs on 1st and 3rd week pay periods

    Hi Sap Experts,
    Please help me to understand and how to configure the below requirement.
    IT0014 - Payment/ Deduction occurs only on 1st and 3rd Payperiods ( Pay frequency is Weekly).
    Thank you,
    Naga

    Naga,
    For this requirement you need to setup the payment models.
    ->Define Payment model
    ->Generate the payment model calander
    ->Set the pay periods for payment models
    ->Assign a wage type which needs to go with this payment models.
    All you can do in the SPRO under deductions node, -> deduction frequency
    Hope this helps you
    Thx,
    Ashish

  • How to generate Billing Request Items in SAP CRM

    Hi Folks,
    We have requirements to create BRIs for Service contracts. Each BRI will create a Debit Memo Request in SAP ECC.
    All Billing activities happens in ECC.
    I did the following configuration:
    1. Synchronization of master data (SAP CRM and SAP ECC)
    2. Synchronization of pricing conditions (SAP CRM and SAP ECC)
    Conditions are identical in both systems.
    3. Customizing of service transactions in SAP CRM
    You have set the External Billing indicator for the relevant item categories. You do this in Customizing for Customer Relationship Management, by choosing Billing Define Billing Relevance of Item Categories.
    4. Customizing of controlling objects in SAP ECC
    You have defined CRM controlling objects to which costs and revenue generated by external billing can be automatically assigned. You do this in Customizing, by choosingIntegration with Other SAP Components Customer Relationship Management Settings for Service Processing Controlling Integration
    5. Controlling integration: Customizing: Integration with Other mySAP.com ComponentsCustomer Relationship Management Settings for Service Processing Billing Integration Map Transaction Types and Item Categories.
    When i release the Contract items, I dont see any BRI created. I am not sure where should i check, if BRIs are created.
    I have following questions:
    1- Where to check if BRI is created for contract
    2- How to generate BRI.
    3- Can i debug the process of BRI creation? Is there any FM which gets called or BADI?
    4. what am i missing in above config.
    Any help, material will be helpful.
    Regards,
    Shastri.

    Hi Naresh,
    You need to use Billing Plans for Service Contracts Scenario to create BRI items.
    In the Billing Plan - you can assign whether it is a Periodic Billing or Milestone Billing. Then you need to assign this billing plan to item categories. So based on the period (monthly,quarterly,yearly) - the BRI items will be generated.
    So Please try using Billing Plans for your scenario. As you mentioned earlier, you are using ECC for all Billing purposes. So the system will create one Debit Memo Request document per Contract and it will each line item for each of the BRI's in Service Contract. System will not generate one DMR per BRI item.
    You can check the BRI items generated at the item level --> Billing Plan Tab page (Assignment Block in Web UI).
    Hope this helps.
    Regards,
    Siraj

  • Report for employees net and gross pay for a pay period

    Hi Gurus
    How should I approach to write a report which gives employees net pay, gross pay and cost center  for a pay period?
    Do i have to use cluster tables?
    As I am new to this module any help will be appreciated.
    Thanks in Advance

    Unless you store your payroll results in Infotypes then yes you would have to retrieve this information from the PCL2 Cluster. The Cost Center information would come from the WPBP table and the Gross and Net Pay from the RT table.

  • How to generate report with dynamic variable number of columns?

    How to generate report with dynamic variable number of columns?
    I need to generate a report with varying column names (state names) as follows:
    SELECT AK, AL, AR,... FROM States ;
    I get these column names from the result of another query.
    In order to clarify my question, Please consider following table:
    CREATE TABLE TIME_PERIODS (
    PERIOD     VARCHAR2 (50) PRIMARY KEY
    CREATE TABLE STATE_INCOME (
         NAME     VARCHAR2 (2),
         PERIOD     VARCHAR2 (50)     REFERENCES TIME_PERIODS (PERIOD) ,
         INCOME     NUMBER (12, 2)
    I like to generate a report as follows:
    AK CA DE FL ...
    PERIOD1 1222.23 2423.20 232.33 345.21
    PERIOD2
    PERIOD3
    Total 433242.23 56744.34 8872.21 2324.23 ...
    The TIME_PERIODS.Period and State.Name could change dynamically.
    So I can't specify the state name in Select query like
    SELECT AK, AL, AR,... FROM
    What is the best way to generate this report?

    SQL> -- test tables and test data:
    SQL> CREATE TABLE states
      2    (state VARCHAR2 (2))
      3  /
    Table created.
    SQL> INSERT INTO states
      2  VALUES ('AK')
      3  /
    1 row created.
    SQL> INSERT INTO states
      2  VALUES ('AL')
      3  /
    1 row created.
    SQL> INSERT INTO states
      2  VALUES ('AR')
      3  /
    1 row created.
    SQL> INSERT INTO states
      2  VALUES ('CA')
      3  /
    1 row created.
    SQL> INSERT INTO states
      2  VALUES ('DE')
      3  /
    1 row created.
    SQL> INSERT INTO states
      2  VALUES ('FL')
      3  /
    1 row created.
    SQL> CREATE TABLE TIME_PERIODS
      2    (PERIOD VARCHAR2 (50) PRIMARY KEY)
      3  /
    Table created.
    SQL> INSERT INTO time_periods
      2  VALUES ('PERIOD1')
      3  /
    1 row created.
    SQL> INSERT INTO time_periods
      2  VALUES ('PERIOD2')
      3  /
    1 row created.
    SQL> INSERT INTO time_periods
      2  VALUES ('PERIOD3')
      3  /
    1 row created.
    SQL> INSERT INTO time_periods
      2  VALUES ('PERIOD4')
      3  /
    1 row created.
    SQL> CREATE TABLE STATE_INCOME
      2    (NAME   VARCHAR2 (2),
      3       PERIOD VARCHAR2 (50) REFERENCES TIME_PERIODS (PERIOD),
      4       INCOME NUMBER (12, 2))
      5  /
    Table created.
    SQL> INSERT INTO state_income
      2  VALUES ('AK', 'PERIOD1', 1222.23)
      3  /
    1 row created.
    SQL> INSERT INTO state_income
      2  VALUES ('CA', 'PERIOD1', 2423.20)
      3  /
    1 row created.
    SQL> INSERT INTO state_income
      2  VALUES ('DE', 'PERIOD1', 232.33)
      3  /
    1 row created.
    SQL> INSERT INTO state_income
      2  VALUES ('FL', 'PERIOD1', 345.21)
      3  /
    1 row created.
    SQL> -- the basic query:
    SQL> SELECT   SUBSTR (time_periods.period, 1, 10) period,
      2             SUM (DECODE (name, 'AK', income)) "AK",
      3             SUM (DECODE (name, 'CA', income)) "CA",
      4             SUM (DECODE (name, 'DE', income)) "DE",
      5             SUM (DECODE (name, 'FL', income)) "FL"
      6  FROM     state_income, time_periods
      7  WHERE    time_periods.period = state_income.period (+)
      8  AND      time_periods.period IN ('PERIOD1','PERIOD2','PERIOD3')
      9  GROUP BY ROLLUP (time_periods.period)
    10  /
    PERIOD             AK         CA         DE         FL                                             
    PERIOD1       1222.23     2423.2     232.33     345.21                                             
    PERIOD2                                                                                            
    PERIOD3                                                                                            
                  1222.23     2423.2     232.33     345.21                                             
    SQL> -- package that dynamically executes the query
    SQL> -- given variable numbers and values
    SQL> -- of states and periods:
    SQL> CREATE OR REPLACE PACKAGE package_name
      2  AS
      3    TYPE cursor_type IS REF CURSOR;
      4    PROCEDURE procedure_name
      5        (p_periods   IN     VARCHAR2,
      6         p_states    IN     VARCHAR2,
      7         cursor_name IN OUT cursor_type);
      8  END package_name;
      9  /
    Package created.
    SQL> CREATE OR REPLACE PACKAGE BODY package_name
      2  AS
      3    PROCEDURE procedure_name
      4        (p_periods   IN     VARCHAR2,
      5         p_states    IN     VARCHAR2,
      6         cursor_name IN OUT cursor_type)
      7    IS
      8        v_periods          VARCHAR2 (1000);
      9        v_sql               VARCHAR2 (4000);
    10        v_states          VARCHAR2 (1000) := p_states;
    11    BEGIN
    12        v_periods := REPLACE (p_periods, ',', ''',''');
    13        v_sql := 'SELECT SUBSTR(time_periods.period,1,10) period';
    14        WHILE LENGTH (v_states) > 1
    15        LOOP
    16          v_sql := v_sql
    17          || ',SUM(DECODE(name,'''
    18          || SUBSTR (v_states,1,2) || ''',income)) "' || SUBSTR (v_states,1,2)
    19          || '"';
    20          v_states := LTRIM (SUBSTR (v_states, 3), ',');
    21        END LOOP;
    22        v_sql := v_sql
    23        || 'FROM     state_income, time_periods
    24            WHERE    time_periods.period = state_income.period (+)
    25            AND      time_periods.period IN (''' || v_periods || ''')
    26            GROUP BY ROLLUP (time_periods.period)';
    27        OPEN cursor_name FOR v_sql;
    28    END procedure_name;
    29  END package_name;
    30  /
    Package body created.
    SQL> -- sample executions from SQL:
    SQL> VARIABLE g_ref REFCURSOR
    SQL> EXEC package_name.procedure_name ('PERIOD1,PERIOD2,PERIOD3','AK,CA,DE,FL', :g_ref)
    PL/SQL procedure successfully completed.
    SQL> PRINT g_ref
    PERIOD             AK         CA         DE         FL                                             
    PERIOD1       1222.23     2423.2     232.33     345.21                                             
    PERIOD2                                                                                            
    PERIOD3                                                                                            
                  1222.23     2423.2     232.33     345.21                                             
    SQL> EXEC package_name.procedure_name ('PERIOD1,PERIOD2','AK,AL,AR', :g_ref)
    PL/SQL procedure successfully completed.
    SQL> PRINT g_ref
    PERIOD             AK         AL         AR                                                        
    PERIOD1       1222.23                                                                              
    PERIOD2                                                                                            
                  1222.23                                                                              
    SQL> -- sample execution from PL/SQL block
    SQL> -- using parameters derived from processing
    SQL> -- cursors containing results of other queries:
    SQL> DECLARE
      2    CURSOR c_period
      3    IS
      4    SELECT period
      5    FROM   time_periods;
      6    v_periods   VARCHAR2 (1000);
      7    v_delimiter VARCHAR2 (1) := NULL;
      8    CURSOR c_states
      9    IS
    10    SELECT state
    11    FROM   states;
    12    v_states    VARCHAR2 (1000);
    13  BEGIN
    14    FOR r_period IN c_period
    15    LOOP
    16        v_periods := v_periods || v_delimiter || r_period.period;
    17        v_delimiter := ',';
    18    END LOOP;
    19    v_delimiter := NULL;
    20    FOR r_states IN c_states
    21    LOOP
    22        v_states := v_states || v_delimiter || r_states.state;
    23        v_delimiter := ',';
    24    END LOOP;
    25    package_name.procedure_name (v_periods, v_states, :g_ref);
    26  END;
    27  /
    PL/SQL procedure successfully completed.
    SQL> PRINT g_ref
    PERIOD             AK         AL         AR         CA         DE         FL                       
    PERIOD1       1222.23                           2423.2     232.33     345.21                       
    PERIOD2                                                                                            
    PERIOD3                                                                                            
    PERIOD4                                                                                            
                  1222.23                           2423.2     232.33     345.21                       

  • How to generate finite cycles of sine wave using daq mx in vc++

    Hi,
    How to generate finite cycles of sine wave or for finite duration in vc++ using hardware timer without any sleepfunction in the code.
    Thanks & Regards,
    satya

    Hello Elizabeth,
    Thanks for the response.
    1) I am using NI 6040E PXI.
    2) I am using NI-DAQMx 8.3
    3) Measurement Studio is 6.0.0.105
    4) Operating system is Windows XP.
    I want to generate sine wave for finite duration previously in traditional daq there was function called wave_op.In which we can mention number of cycles of sine wave we wanted to generate. That function is not available in DAQMx so we have to use sleep function to generate finite period. Any hardware control function to control generation of finite cycles please let me know.
    Thanks & Regards,
    satya

  • PER_TIME_PERIODS and 27 pay periods

    I have an interesting issue...
    In 2013 - there should be 27 Bi-weekly pay periods.  This occurs every 40 years.  The per_time_periods table has the last pay in 2013 as the first pay in 2014.  Therefore 2014 has 27 pays.
    Any idea on how to fix  this?  As Oracle  hasnt been around for 40 years i cant find a solution.
    Thank you

    Hi Scooby,
    The pay periods are decided based on the regular_payment_date column on per_time_periods table
    select * from per_time_periods -- regular_payment_date
    where period_num = 27
    and period_type = 'Bi-Week';
    Basically if the payment date is within the current year, you would see the period in the current year.
    It is normal to have 27 periods in a year. This happens every 11 years.
    You can go to the payroll definition screen --> period dates , and amend the period number,name and dates if those are not correct and you want to move them to the next year(but then the next year would have 27 periods)
    Hope that helps,
    Vignesh

  • Get the Pay Period from PNP

    Hello,
    May I know how can I get a particular period in the format of yyyy/pp (y=year and p= pay period ID) from the PNP? Thanks a lot!
    Regards,
    Anyi

    try this..
    data: w_period(7).
    start-of-selection.
    concatenate pn-pabrj pn-pabrp into w_period separated by '/'.
    ~Suresh

  • How to generate Automatice follow up activity ?

    Hi Experts
    i'm working on CRM 2007 all what i need is how to generate follow up activity when i save inquiry?
    the Business Scenaro i have is when i create inquiry i want the system to create automatic follow up activity for example outgoing call
    Edited by: Anthony Omage on Jul 21, 2008 8:23 PM

    Hello,
    to generate a new order you should call the CRM_ORDER_MAINTAIN with the creation mode set.
    fill the input fields plus other fields if needed
    You can look up in the method CL_CRM_METHODS_BTIL~CREATE_ORDERS() for an example on how to use the CRM_ORDER_MAINTAIN to create a new document(process type activity).
    Pay attention that you can create new GUIDs using th function CRM_GUID_CREATE, and for the create mode use the constants in the include CRM_MODE_CON.
    Best regards,
    Erika

Maybe you are looking for

  • How to set filter criteria for month and year using in timestamp input field?

    Hi, I am using jdev 11.1.2.3, I have one problem with Report generation,,,,,,I have one report table which is in the form of VO(query based) and i want to search this table as month and year basis but in this table(query) that field having timestamp

  • Remove Find Button in BEx tool

    Hi all, I use s_rs_fold object to remove other buttons on BEx analyzer.  However, the find button allow user to find other queries.  How do I remove the find button in BEx? Alan

  • Email Alert/Notification when client status changes?

    Hi, Does ARD allow for email alerts or notification when a client goes offline or in sleep mode? Also, does ARD monitor the ON/OFF status of a screen attached to a remote computer? Thanks, LMB1980

  • Apple update this morning - now Safari won't run

    This morning my MACBook Pro 15 went through an Apple update, installing updates to Safari, iTunes and a security update.  Upon reboot, there was a crash notice and the message told me to hold down power button to shutdown and then restart.  After the

  • Unable to import ditamap into RH

    Hi group I've got a perfectly valid ditamap which I try to import into RoboHelp 9 but I get the error message: "Processing with DITA Open Toolkit failed. No Logs found. Check DITA Open Toolkit is installed and working." My DITA-OT version 1.5.3 is OK