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: 

IW32 Screen Exit - Unable to validate the field

0 Kudos

Hi Experts,

I implemented a screen Exit IWO10018 on IW32 T-code. A new tab named enhancement came with the subscreen i designed. But i want to make a validation on click of TECO FLAG. But it does not validate on click of TECO Flag. When i debugged it i get to know the flow of execution is not even entering my screen exit. it only goes there if enhancement tab is opened. kindly suggest what to do?

Thanks in advance.

Regards,

Nitanshu Malhotra

4 REPLIES 4

pardhreddyc
Active Contributor
0 Kudos

Dear,

Kindly check note for commit work for FM : BAPI_TRANSACTION_COMMIT


798535 - COMMIT WORK after calling a BAPI

Regards,

Pardhu

0 Kudos

Where does this BAPI came into role here?

the flow is not going to my exit's code..............

raymond_giuseppi
Active Contributor
0 Kudos

Cause this SMOD enhancement only manages the communication between subscreen and main program, better look at other enhancements as IWO10009 (EXIT_SAPLCOIH_009) triggered at save. I don't remember if there is one for check during status change (but feel free to look at IWO1* Enhancements)

Regards,

Raymond

0 Kudos

there is only one screen exit for IW32........i have to use this only