cancel
Showing results for 
Search instead for 
Did you mean: 

Error during calling Function Module...

Former Member
0 Kudos

Hi All,

My requirement is to print forms for the IW32 transaction depending upon the order type.

Before printing of forms, i should give a pop-up. For that im using POP_UP_TO_CONFIRM Function Module.

So when i do print preview, im getting the pop-up. But when i do the Print and when control comes to the function module, Im getting an error like "UPDATE WAS TERMINATED".

Please help me how to resolve the issue and show the pop-up.

Thanks,

karthik

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi

as told see ur error log in SE13 or SE14 then u will come to know which part of code giving error , and will be able to get better picture.

Former Member
0 Kudos

Hi karthikeyan Thangavel,

we can't take call screen or Input Fm to accept input form user.

What i can suggest is, Store all order types and corresponding forms in one table.

Then select the form based on order type in the program. May be it can help.

Former Member
0 Kudos

Hi,

To know where exactly the termination occured, use SM13 tcode.

Give the user name and choose terminated option.

once you get output double click on the error you can check in function module the error occured.

Most of the times these termination will occur as database commits are rolled back. (like trying insert duplicates). If it is array_insert_duplicate error try to analyze for which number range object the error had occured.