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

clearing an error table which badi returns

Former Member
0 Likes
274

Hi

I am trying to restrict po line items to max 3. however incase for eg i put line item no 10 20 and 30 . it gives an error since the line item is grater then 3, so i delete line item 30 and it works fine, but incase if i delete line item 20, then the error still persists ( a red ball next to item no 30 in the P.O line item. and so i am not able to save the P.O) How to rectify this what kind of coding is required??

I guess its got something to do with the error table which the badi returns and that needs to bel cleared, but i dont have any clue abt it, how to get some hint ? plz guide ......

method if_ex_me_process_po_cust~process_item .

Thanks,

Anu.

1 REPLY 1
Read only

Former Member
0 Likes
243

normally SAP itself REFRESH the ERROR tab , but in ur case, u are using Include program , So check that include program.

Regards

Prabhu