HI,
Thanks for your reply.I read the Document.
Still Are u saying
Try increment the value of TASK-GROUP_COUNTER in the loop.
As I can see you are passing 01 by default which might be the cause of 1 being updated for all the entries.
Try increment the TASK-GROUP_COUNTER with +1 during every loop call and check.
===================
How could i assign , or how to increment the Tas_group_coutner with +1.
I means this is header Only.
I am using the loop for operations. In any data. Only one time we are assigning the Header. Like below.
'My bapi code is starting. Simply a material i am assigning two operations.
Task Data
append Task.
MATERIALTASKALLOCATION Data.
APPEND MATERIALTASKALLOCATION.
SEQUENCE DATA
APPEND SEQUENCE.
"Now No of operations.
Do 5 times.
1st time.
Operate data:
append operation.
2nd time.
operation data.
append operation.
end do.
Am i right how to increment the value. in header and how many times should i pass header data.
I hope we have to assign only one time.