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: 

Change VA01 sreen using BADIs

Former Member
0 Kudos

Hi,

I have some requirements to add subsrceen in VA01 transaction. I have tried EXITs but didn't get much even i tried for BADIs by searching "Cl_EXITHANDLER" but found only one method:

CALL METHOD CL_EXITHANDLER=>GET_INSTANCE

EXPORTING

EXIT_NAME = 'EHS_PS_002'

NULL_INSTANCE_ACCEPTED = 'X'

IMPORTING

ACT_IMP_EXISTING = EHS_PS_002_ACTIVE

CHANGING

INSTANCE = L_BADI_INSTANCE

EXCEPTIONS

OTHERS = 1.

Please let me know how to proceed to add subscreen in VA01.

rgds

sudhanshu

1 ACCEPTED SOLUTION

krishnendu_laha
Active Contributor
0 Kudos

hi Sudhanshu,

it is not the way to add a subscreen. find the specfic screen in debugging where you want to put sub-screen (because the screen may be a subscreen!). and find any sub-screen avaiable for ready to use..usuallly SAP provide some sub-screen for enhancement.

Regards,

Krishnendu

1 REPLY 1

krishnendu_laha
Active Contributor
0 Kudos

hi Sudhanshu,

it is not the way to add a subscreen. find the specfic screen in debugging where you want to put sub-screen (because the screen may be a subscreen!). and find any sub-screen avaiable for ready to use..usuallly SAP provide some sub-screen for enhancement.

Regards,

Krishnendu