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

Question regarding Screen exits

Former Member
0 Likes
646

Hello Developers,

Is it necessary for a subscreen area to pre-exist on a standard SAP transaction screen in order to add customer fields to the screen or is it possible to define this within a BAPI?

I would like to add customer fields to the screen for txn IE36 (program RIFLET20) but I don't believe it provides for a screen exit. The program does call an exit handler IHSA_LIST_EDITING of class CL_EX_IHSA_LIST_EDITING but the existing methods don't appear to provide the functionality that I need.

Would this be possible for transaction IE36?

Thank you for your help,

Terry

Hello Developers,

Is it necessary for a subscreen area to pre-exist on a standard SAP transaction screen in order to add customer fields to the screen or is it possible to define this within a BAPI?

I would like to add customer fields to the screen for txn IE36 (program RIFLET20) but I don't believe it provides for a screen exit. The program does call an exit handler IHSA_LIST_EDITING of class CL_EX_IHSA_LIST_EDITING but the existing methods don't appear to provide the functionality that I need.

Would this be possible for transaction IE36?

Thank you for your help,

Terry

3 REPLIES 3
Read only

Former Member
0 Likes
608

It is neccessary to have a subscreen area and screen number and program name which are provided by SAP for customer enhancement in Exits.

Read only

Former Member
0 Likes
608

It is neccessary to have a subscreen area and screen number and program name which are provided by SAP for customer enhancement in Exits.

Read only

0 Likes
608

Thank you for your answer.