cancel
Showing results for 
Search instead for 
Did you mean: 

TASK LIST Operation Insertion :- eam_tasklist_change Short Text not Updating

karthik_snair
Participant
0 Kudos
2,010

Hi,

When insertion new operation in the task list, everything is updating except this short text ?

Can you help me on this ? 

BAPI Used :- EAM_TASKLIST_CHANGE

Operation details filled in table  IT_OPERATIONS_INS

i tried both keeping the flag IV_UPDATE_SHORTTEXT as X as well as blank.

Please help.

--

Karthik S

Accepted Solutions (0)

Answers (2)

Answers (2)

jogeswararao_kavala
Active Contributor

Karthik

I've just checked it and found working OK.

I used 3FMs in sequence.

EAM_TASKLIST_CHANGE

EAM_TASKLIST_POST

BAPI_TRANSACTION_COMMIT

First FM EAM_TASKLIST_CHANGE

Import parameters filled

IV_PLNTY

IV_PLNNR

IV_DATE (system date)

IV_CLEAR_BUFFER_IF_ERROR = 'X'

IV_UPDATE_SHORT TEXT= 'X'

Tables ( Only one i.e.,IT_OPERATIONS_INS )

I filled here these fields:

PLNTY

PLNNR

PLNAL

VORNR

STEUS

ARBPL

WERKS

LTXA1

(You can fill other required operation fields)

Then in FM EAM_TASKLIST_POST

IV_PLNTY

IV_PLNNR

Then FM BAPI_TRANSACTION_COMMIT (or COMMIT WORK statement)

That's it.

Good luck

KJogeswaraRao

former_member818155
Discoverer
0 Kudos

Jogeswara,

I want to update Equipment Task List Long Text for around 4000 equipment through excel upload. Do I have to use the same Tables parameter i.e. IT_OPERATIONS_INS for the same as mentioned above? If yes, then I am unable to fill values in the fields PLNAL and ARBPL. If this Tables parameter is not to be filled, then please let me know which other parameters.

Thanks in advance.