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

Module pool error control

Former Member
0 Likes
351

Dear experts,

I have issue with table control.

Table control accept movement data populated in item table control as input.When i click on save ,incase there is any

error raised by BAPI,everything disables automatically.I have to press a button where i have given code to activate complete interface again.

In this button i have made sure that previous entered details are refreshed and only new details are going to be entered.

But here it becomes little laborious as everything has to be reentered again.

I have seen many thread telling about PAI and giving validation module there.But in my case i could not do it as PAI works

item by item but my logic to recieve complete data and then run BAPI.

My question is any good way of error handling where after capturing data and on facing error by called module such as

BAPI ,still thing remain modifiable.Constraint is i cannot use 'Information message' as it is not acceptable to me.

With regards,

Aditya Sharma

1 REPLY 1
Read only

Former Member
0 Likes
303

Hi

Instead of error message, try using like this

MESSAGE <your message> TYPE 'I' DISPLAY LIKE 'E'.

Check if this helps.

Regards

Sourav