on 2016 Jul 20 9:10 AM
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
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
93 | |
11 | |
9 | |
7 | |
6 | |
4 | |
4 | |
4 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.