‎2014 Jul 26 9:15 AM
Hi Guys,
1) I want to send data of task list from third party software to SAP. My requirement is to create/Change Functional location task list, Equipment task list, and general task list.
Can anyone please suggest me bapi to do so.. do i need to user different BAPI"s to do this or this can be handled using 1 BAPI only.
2) What all tables and fields do we need to update while sending a task list data to SAP.
3) is there any document which i can refer while mapping my fields with SAP fields?
Thanks in Advance..
Regards,
Ashish
‎2014 Aug 04 6:59 AM
‎2014 Aug 04 6:59 AM
‎2015 Jan 27 4:03 AM
‎2015 Jan 27 4:46 AM
Hi Satish,
If you can provide me with these bapi's then it would be great..
Regards,
Ashish
‎2015 Jan 27 6:20 AM
We don't have BAPIs for those tasks... try these rfcs
Create EAM_TASKLIST_CREATE
EAM_TASKLIST_POST
meanwhile i am working on Change task list now.
Regards
‎2015 Jul 14 4:25 PM
Hi Satish,
When I am using EAM_TASKLIST_CHANGE to update the Hours(ARBEI) in Operations of Equipment Task List, the activity type LARNT gets deleted, even though i use update flag only to update ARBEI.
Have you faced such an issue or your comments please on it.
Thanks in advance,
Regards,
Aljohn
‎2015 Sep 18 8:03 AM
Hi Satish,
One more thing if you can resolve please, that in case of Creation of tasklist we are using
EAM_TASKLIST_CREATE followed by EAM_TASKLIST_POST.
Now, my issue is that when there is an error in creation,then no tasklist is getting created and no plnnr is being returned by the BAPI, therefore we are not calling EAM_TASKLIST_POST in that case.
But, there a COMMIT WORK used at the end of the code due to which a short dump is occuring
I can't remove that COMMIT WORK, as it is essential for our code to process.
So, is there any counter RFC for EAM_TASKLIST_POST,??
(I guess it's saving the data in Cache memory..)
or if there's any RFC to clear the Cache to get this issue resolved??
Thanks for you support in Advance,
Aayush Aggarwal
‎2015 Sep 22 7:48 AM
HI Ayush,
Can't you call your commit after successfully calling the EAM_TASKLIST_POST.
I dont see any reason why you are calling Commit work at the time it is not necessary.
Regards
‎2015 Nov 02 6:49 AM