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: 

Wrong call transaction when executing tcodes fbl1n fbl3n and fbl5n

rathanabraham1009_6
Discoverer
0 Kudos

Hi. When executing the transactions mentioned in the title, SAP shows the ABAP error message:

Category ABAP Programming Error Runtime Errors CALL_TRANSACTION_NOT_FOUND ABAP Program ZCL_IM_BPL_MENU===============CP Application Component Not assigned Date and Time 09.04.2019 22:39:22 Short Text Transaction "se11" is unknown. What happened? Error in the ABAP Application Program The current ABAP program "ZCL_IM_BPL_MENU===============CP" had to be terminated because it has come across a statement that unfortunately cannot be executed. Transaction "se11" is not listed in the table of transaction codes. - What can you do? Note down which actions and inputs caused the error.
Error analysis The current ABAP/4 program uses CALL TRANSACTION to call the Transaction "se11". Table TSTC does not contain an entry for transaction "se11". This could be due to a program error (incorrect transaction code specified). Note also that the system is case-sensitive.


Pls comment how to fix this.
1 REPLY 1

r010101010
Active Participant
0 Kudos

Hello Rathan,

To start with,the error is being triggered in your custom code itself ZCL_IM_BPL_MENU===============CP. I really cant understand why would there be a requirement to call SE11.

If this is the case, your system seems to be case sensitive. Check the call transaction in the code SE11 vs se11