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

Screen Exit for invoice

Former Member
0 Likes
422

can anybody have an idea of any screen exit for invoice print dialog screen....Basically when a user tries to invoke a output using print dialog screen i have to display a message saying " Please wait for some time".... Pls help me out

1 ACCEPTED SOLUTION
Read only

varma_narayana
Active Contributor
0 Likes
402

Hi...

In this Scenario what you need is a FUNCTION MODULE EXIT not a SCREEN EXIT.

Bcoz only using a FUNCTION MODULE exit you can display any Screen or a Message.

Open the Source code of the Program and see whether there is any CALL CUSTOMER-FUNCTION for searching Function exit.

You can also use debugging to find it.

<b>Reward if Helpful.</b>

can anybody have an idea of any screen exit for invoice print dialog screen....Basically when a user tries to invoke a output using print dialog screen i have to display a message saying " Please wait for some time".... Pls help me out

1 REPLY 1
Read only

varma_narayana
Active Contributor
0 Likes
403

Hi...

In this Scenario what you need is a FUNCTION MODULE EXIT not a SCREEN EXIT.

Bcoz only using a FUNCTION MODULE exit you can display any Screen or a Message.

Open the Source code of the Program and see whether there is any CALL CUSTOMER-FUNCTION for searching Function exit.

You can also use debugging to find it.

<b>Reward if Helpful.</b>