cancel
Showing results for 
Search instead for 
Did you mean: 

Units Columns (Q0008-EITXT) is refreshing to blank for IT0008 in PA30

san_barik04
Discoverer
0 Kudos

Hi all,

I have an issue where Q0008-EITXT is refreshing to blank for IT0008 in PA30. I have implemented the user exit ZXPADU02 to default the wagetype amounts after payscale level is entered on the IT0008 screen in PA30. When user entered the payscale level on the screen, user exit is getting triggered and I'm getting the amount and calculated the annual salary.At this time i'm able to see the units column value (Hours). but when again user changes the payscale level to another value, user exit is getting triggered and annual salary calculated. At this time, units column value (Hours) becomes blank. I think this is happening because of the below code in the user exit and without this code we will not able to send the data back to screen. Please provide your inputs and help me with this is issue.

* Show data on the screen

IF sy-ucomm = space.
show_data_again = 'x'.

ELSE.
show_data_again = space.

ENDIF.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member226519
Active Contributor
0 Kudos

put your coding in PBO without the part "show data again".

After input (and after having pressed "enter") PBO is processed again and your calculated ANSAL is displayed .