cancel
Showing results for 
Search instead for 
Did you mean: 

call custom Tcode from FPM application

Former Member
0 Kudos

Hi All ,

I have FORM UIBB . Can anyone please tell , how can I call custom SAP T.code from a button in FORM UIBB

Accepted Solutions (0)

Answers (1)

Answers (1)

J_R
Employee
Employee
0 Kudos

Hi Deepa,

you can use the FPM/ Launchpad navigation API IF_FPM_NAVIGATE_TO in order to navigate to a transaction. For this, you have to get an instance of IF_FPM_NAVIGATE_TO first by calling IF_FPM->GET_NAVIGATE_TO, and then you have to call IF_FPM_NAVIGATE_TO->LAUNCH_TRANSACTION, passing appropriate parameters.