Application Development 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: 

Report creation for storing grand total in PA0014

Former Member
0 Kudos

Hello experts,

the scenario is like this:

In webdynpro appliction i am having some fileds like

A1

A2

A3

A4

A5

so now the user can enter any amount for A1,A2,A3,A4,A5 and the grand total of A1 to A5 is shown by another field A6.

all the fields A1 to A5 is maintained in one Ztable. except the grand total field A6 . the A6 the grand total field i am taking from table pa0014.

so now using this i have to create a report where i have to take all the values of A1 to A5 from the ztable and the grand table value from the pa0014 and i need perform addition of A1 to A5 and and the grand total of these i have to get in the A6 based on PERNR and code(i have maintained in ztable).

during execution of this report i want a input screen where i can select the field for which i want to see the grand total.

whatever the grand total will come that should store in table pa0014 with the "wage type field there.

2 REPLIES 2

PedroGuarita
Active Contributor
0 Kudos

To update/create the information in the infotype, use FM HR_INFOTYPE_OPERATION. The rest is a bit confusing, maybe you could explain in a way we could understand clearly what you are trying to achieve.

Former Member
0 Kudos

hmm