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: 

User exit in BADI

Former Member
0 Kudos

Hi!.

I have a problem when my program call a transaction and skip the first screen. I have tried to define a trasaction with 'skip first screen' option. And I have tried to make a BCD but it is not work.

I call transaction from a BAPI. The transaction that I call is NP97 ( It is in hospital module ISH ). Any suggestions?. Thanks.

2 REPLIES 2

Former Member
0 Kudos

I call transaction from BADI not BAPI.

ferry_lianto
Active Contributor
0 Kudos

Hi,

Please try to use FM ABAP4_CALL_TRANSACTION to call transaction NP97 and skip the first screen.

Regards,

Ferry Lianto