B9600430- How to use it

  • Thread starter Its not on sale
  • Start date

Its not on sale

Reputable Poster
Gentlemen,

I am trying to use this business function in my TC. What I want to do is parse through the same number of records in PROCESS END section which I have just parsed in ROW FETCH section. Below is my code, what is confusing me is how am I suppose to retrieve the field values. I debugged the TC but I dont see my Input columns (IC) having any values. Do I need to use another function to retrive the values.
------------------------------------------------
Initializes Record Set
OpenTable
Do Select
Do Fetch
While SV Error_Status is equal to CO SUCCESS
VA evt_count_records = [VA evt_count_records]+1
Do Fetch
End While
 
My understanding is that PROCESS END section is the same as EOF. That's why you can't see IC values.
 
Hi Can anyone give idea how to use this function in NER business function to control update or insert action for rollback.

what should be the flow...

Initializes Record Set
OpenTable
F0101.UPDATE (table i/o)

Then next is what....

I try first three, i was expecting it will not update F0101 until I commit transaction, but it still update F0101.

Please help....
 
Back
Top