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: 

regarding user exit ZXPADU02

Former Member
0 Kudos

hi experts,

For tc PA 30 and for infotype u20180589u2019 I need to do the calculation from the user input values

against the every wagetype and after the calculation I have to put the amount to the same screen

for this which user exit or badis I will use plz help me .

FOR THIS i have code this thing in the user exit ZXPADU02 here i have to change the value against the wagetype but except value everything is changing but value is not changing....plz help me

i dnt know what is the problem may be it is not coming because of

curreny field......

WHEN '0589'.

BREAK-POINT.

CALL METHOD CL_HR_PNNNN_TYPE_CAST=>PRELP_TO_PNNNN

EXPORTING

PRELP = INNNN

IMPORTING

PNNNN = I0589.

if i0589-lga01 eq '1204'.

move '77777' to I0589-bet01.

endif.

  • move '19820707' to I0589-begda.

*

*

CALL METHOD CL_HR_PNNNN_TYPE_CAST=>PNNNN_TO_PRELP

EXPORTING

PNNNN = I0589

IMPORTING

PRELP = INNNN.

4 REPLIES 4

rainer_hbenthal
Active Contributor
0 Kudos

check sy.subrc and see if the content was moved to and from INNNN correctly.

Former Member
0 Kudos

WHEN ever i execute this for field innnn-data1 i m getting this

1205###ఀ#ఀ ###ఀ#ఀ ###ఀ#ఀ ###ఀ#ఀ ###ఀ#ఀ ###ఀ#ఀ ###ఀ#ఀ ###ఀ#ఀ ###ఀ#ఀ ###ఀ#ఀ ###ఀ#

here '1205 ' is the wagetype but the value '5000' is not coming which is of currency type.....plz help.

Former Member
0 Kudos

solved

0 Kudos

Can u please explain How ur problem is solved. I too got the same problem.