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: 

iw32 - query regarding deletion of line item

Former Member
0 Kudos

Hi Experts,

In ECC service module, in iw32(change or creation of service order) when I delete the service line and while parellely creating any service order for validation, the deleted item still remains. Is this might be stored in any buffer?

Could you please help me where to  go and check the deletion item flag.

Regards,

Jass

2 REPLIES 2

naveen_kumar116
Active Participant
0 Kudos

Hi,

Check the Database View :- VIAUF_AFVC

It also has most of the fields of Operations

AFIH

AUFK

AFKO

AFVC

AFVV

ILOA

Cheers,

Naveen

0 Kudos

Hi Naveen,

Thanks for ur response.. In this where the deletion indicator will be available. Currently there are two service line present in iw32.. And those values are taken using this structure (SAPLCOBC)RESB_BT[] and tat were passed in the program for checking the validation. If am deleting  one row and created the new row .When it goes inside the validation that deleted item were also being validated. So my requirement is when I delete and create the new thing , the deleted item should need not to be there for validation.  How can I Actually stop the deleted line with out entering into validation.

Your response will be most helpful..