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: 

Remain at infotype screen after saving data instead of jumpin out to pa30

Former Member

Dear Friends,

I have a created a custom infotype 9xxx and now I have a requirement that when user saves the infotype 9xxx thru PA30, it has to remain on infotype 9xxx screen instead of jumping out to PA30 screen after saved.

Is this possible?

Is it is a config somewhere or we have to handle it technically ?

because I have checked other standard infotypes like 0024 ,, in which it is not coming out to pa30 screen after save.

Thanks,

Sourabh

3 REPLIES 3

Former Member
0 Kudos

Any Suggestion guys .....

0 Kudos

Hi,

It is possible only through Configuration.

Regards,

Rajesh

Former Member
0 Kudos

Write your coding in PBO user exit ZXPADU01... ( this is triggered twice ... )

write the below coding to trigger only after saving in the custom screen ... and not for the first time ...

case infty.

when '9XXXX'.

  • write your coding to stay in custom screen.

call screen XXXX ....