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

Smartform error:The function module "FUNCTION_DELETE" is called but not found.

Former Member
0 Likes
1,268

Hi Experts,

I am facing an issue regarding smartform axctivation which I am listing below:

>We are trying to activate our smartform in our local 'IDES' system'.

However we are getting the error as:

'The function module "FUNCTION_DELETE" is called,
but cannot be found in the library.

Error in the ABAP Application Program

The current ABAP program "SAPLSTXB" had to be terminated because it has
come across a statement that unfortunately cannot be executed. ' (for detail description please refer the attachment)

Eagerly looking for your guidance.

Regards,

Rasmiraj Tripathy.

91-9742796476.

1 ACCEPTED SOLUTION
Read only

former_member15255
Active Participant
0 Likes
1,183

Hello,

Normally whenever you activate smartform it delete the existing one and create a new function, so SAP in this process look for this function module, deletes the existing smartform function and creates a fresh function module. I feel this function is deleted in your IDES system. Please check with your BASIS guy and try to copy it from some other system , you will also require access key for the same.

Regards

Suresh

5 REPLIES 5
Read only

former_member15255
Active Participant
0 Likes
1,184

Hello,

Normally whenever you activate smartform it delete the existing one and create a new function, so SAP in this process look for this function module, deletes the existing smartform function and creates a fresh function module. I feel this function is deleted in your IDES system. Please check with your BASIS guy and try to copy it from some other system , you will also require access key for the same.

Regards

Suresh

Read only

Former Member
0 Likes
1,182

Hi Rasmiraj,

From the message it can be inferred that the FM 'FUNCTION_DELETE' is not present in your system. Go to SE37 transaction and check the same.

Also as per my analysis, attached below -

The FM is used and since it is not found so it is dumping. I could not get any relevant SAP note.
Solution can be SAP note or upgrade.

BR.

Read only

0 Likes
1,182

Thanks Ankit for the instruction.

Read only

0 Likes
1,182

Welcome Rasmiraj

Read only

Former Member
0 Likes
1,182

Hi Suresh,

we got it.thanks for the great solution.