Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

help with add field to sap program

Former Member
0 Likes
483

Hallow

my customer using report RPLICO10 and he won't me to add

A field with seniority of employee in month.

I copy the program to z program and I wont to do it.

This program is very difficult to understand did some can help me with that

Because I don’t wont to do something that help me with taht and destroy the program.

regards

Hallow

my customer using report RPLICO10 and he won't me to add

A field with seniority of employee in month.

I copy the program to z program and I wont to do it.

This program is very difficult to understand did some can help me with that

Because I don’t wont to do something that help me with taht and destroy the program.

regards

2 REPLIES 2
Read only

Former Member
0 Likes
404

Hi

see the documnetation of the program

Flexible Employee Data program RPLICO10

Title

Flexible Employee Data

Purpose

This report lists data flexibly; this means that you can choose the employee data that is to be displayed.

Features

This report allows you to choose from 20 separate fields for displaying employee data. For example, you can choose to display personal or organizational data.

Selection

You can also carry out a key date evaluation. You can store a key date in the Key date field. If you select another key date, the report can be run on any key date specified. In this case, enter the desired date in the relevant field.

Under Selection, enter the personnel numbers that are to be evaluated.

You select the employee's data that you wish to display using Additional data. If you select Field selection, the HR field selection dialog box appears. From the field catalog stored in the dialog box, you can enter up to 20 fields of your choice.

Standard Variants

The system uses the Today indicator to propose a selection of employees for the current date.

Output

The evaluation results are displayed as a list in ALV Grid Control Format. The fields chosen from the field catalog are displayed in the chosen sequence in the columns.

Activities

You can edit and export the list too. You can use the general ABAP List Viewer functions for this. For more information on the functions available with the Variant Grid Control of the ABAP List Viewer, and how to use them, refer to Introduction to SAP system, under SAP Window --> ABAP List Viewer (ALV): Grid Control.

Example

You want to create a list of employees containing specifications about the basic pay and work schedule rule for the employees. Enter the desired personnel numbers. Select the fields

Personnel number, Work schedule rule, and Total basic pay from the Field selection. Execute the report. The Pers.no, WS rule and Total basic pay columns are filled in the evaluation list.

add the field to the corresponding Infotype and see whether that field is coming in the data first or not in debug mode.

then copy the program and modify to change the output with that field.

Reward points for useful Answers

Regards

Anji

Read only

0 Likes
404

HI ANJI

i now that i have to find the hire date and after that

i decrease that from sy-datum and /12

but i dont now where to add this field and where i can add it into the alv

without dystroy the program

maybe a expert like u can help?

best regards