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

call transaction PB40

Former Member
0 Likes
682

hi folks,

I have an issue related to the transaction 'PB40' I am trying to perform certain action event like 'First interview' for an applicant on a date before the advertisement posting date for which I have programmed to generate an pop up error message when I check that box, it brings me back to ' Applicant action' (PB40) screen. Now if I change the action date to date after advertisement date instead of creating just one new record for the given startdate it creates two records one for previous action also.

Only if I come out of 'PB40' transaction after performing the first action and start fresh to perform a new action event, it created the current record.

Can anyone help me understand what is going on here? How can I fix it?

Thanks,

Vinu

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
645

Well, it sounds like you need to refresh an internal table after the first error is generated.

Rob

4 REPLIES 4
Read only

Former Member
0 Likes
646

Well, it sounds like you need to refresh an internal table after the first error is generated.

Rob

Read only

0 Likes
645

Thanks, for the reply. I have the 'refresh' command given in the code that empties the internal table. Infact I ran the program in the debug mode and I found the internal table had no records while performing the action for the second time.

Is it related to some dynamic action while using the transaction 'PB40'?

Vinu

Read only

0 Likes
645

If you use ST05, you should be able to see exactly how the table is being updated.

Rob

Read only

0 Likes
645

Thanks, Rob. I am looking into it.I shall award the points as soon as I am done.

the info really helped.