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: 

create f4 function on standard program

Former Member
0 Kudos

hi sap,

i have a requirment where in SAP standard program SAPLCBIH_IA00 where i have a table control. on clicking on the TAB - Train Service Impact i get three FIELDS where i have to add F4 Functionality to the one of the three fields ex : STAGE LOAD is a field where i have to add F4 functionality a pop up box should appear.

i have created the pop up box and have done the logic and and my concern is...

how can i link that box to that characteristic feild as F4 functionality... pls adivce me

regards,

laya.

2 REPLIES 2

Former Member
0 Kudos

Hi Laya,

You need to find a userxit or badi in PAI module for the particular screen.

Then only you can link the screen or call the popup screen and display the search help values.

Most probably you have o find a badi by putting a break point in cl_exithandler

OR goto smod and find user exit.

Hope this will help you

Cheers,

Suvendu

Former Member
0 Kudos

answered