cancel
Showing results for 
Search instead for 
Did you mean: 

Output Modification in standard wagetype Report(H99CWTR0)

Former Member
0 Kudos

Output Modification in standard wagetype Report(H99CWTR0)

Hi ,

Requirement :  Add extra fields like PAY SCALE TYPE,AREA , GROUP and LEVEL in WAGE TYPE REPORT(H99CWTR0) and resitrict the  out put values based on INPUT FIELDS mentioned above.

(i copied to custom  report and added extra fields in screen )

could you please suggest your analysis ASAP.

Regards

Krishna Reddi

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi there,

I want to make a report that looks like the Wage Type Reporter, but includes the following additional fields.

The following fields will be added to custom program in additional to  original wage type reporter program for input selection:

1.    Pay Scale Type 

2.    Pay Scale Area

3.    Pay Scale level and

4.    Pay Scale Group

The following fields will be added to custom program in additional to original wage type reporter program for output:

1.    Whole-time equivalent (or capacity utilization level is acceptable) available in WPBP table

2.    Date of next increase (from the basic pay Infotype)

3.    Annual salary (from the basic pay Infotype)

4.    Pay Scale Type

5.    Pay Scale Area

6.    Pay Scale Group

7.    Pay Scale Level

8.    Action Type 

9.    Reason for Action

10.    Work Contract

11.    Employment Status

GirieshM
Active Contributor
0 Kudos

Hi Krishna,

It is not possible in standard due to PNP LDB HR Report category doesn't have select option for the above fields. Based on your designed selection screen for those fields try to filter from the output of LDB based on the designed field conditions.

Note: Move the thread to ABAP Development or SAP HCM section inorder to get more inputs from experts.

With Regards,

Giriesh M

Message was edited by: Giriesh Chakaravarthy Mamurugan

Former Member
0 Kudos

Hi Giriesh,

i found the internal table in debugging for final output records....

FROM THE BELOW   END-OF-SELECTION code snip, i didnt find the form definition

   if ix_excel eq true.
    perform init_excel in program (iv_driver) using iv_excel_template.
    call screen 2000.
    perform exit_excel in program (iv_driver).
  elseif ix_lv eq true.
    perform output in program (iv_driver)
                     using iv_driver is_alv_template lv_current_prog.
  elseif ix_grid eq true.
    perform output in program (iv_driver)
                     using iv_driver is_grid_template lv_current_prog.
  endif.

Could you please analysis below  programs related to this report and let me know ..

Programs

H99CWTR0_GRID_TEMPLATE

H99CWTR0_ALV_TEMPLATE

H99CWTR0_EXCEL_TEMPLATE

GirieshM
Active Contributor
0 Kudos

Hi Krishna,

I have created a report (Copy of H99CWTR0) which is more or less same requirement. The codes get uncommented dynamically for this report. I will check in the system and revert back.

With Regards,

Giriesh M

Former Member
0 Kudos

Hi Giriesh,

Any update on this.

Please check SNOTE 2085137 to enhance rate field in H99CWTR0.


Regards

Krishnareddi