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: 

BAPI to create change task list

ashishverma436
Explorer
0 Kudos

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

1 ACCEPTED SOLUTION

ashishverma436
Explorer
0 Kudos

Hi Guys,

Can anyone help me with these Bapi's

8 REPLIES 8

ashishverma436
Explorer
0 Kudos

Hi Guys,

Can anyone help me with these Bapi's

0 Kudos

Ashish, do you still need those BAPis?

0 Kudos

Hi Satish,

If you can provide me with these bapi's then it would be great..

Regards,

Ashish

0 Kudos

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

0 Kudos

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

0 Kudos

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

0 Kudos

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

0 Kudos

This message was moderated.