cancel
Showing results for 
Search instead for 
Did you mean: 

UWl - WorkitemID

Former Member
0 Kudos

Hi all,

I have tasks in my UWL and on click of that task I am fetching the workitem Id and then sending it in a RFC as import parameter.I have printed this workitem Id it is showing it as 12 digit But this workitem Id which is reaching there is of 10 digits. I dont know why this is happening. It was working fine earlier.

Can anyone help me out.Its really urgent.

Thanxs in advance.

Gurmat

Accepted Solutions (0)

Answers (1)

Answers (1)

ankur_garg5
Active Contributor
0 Kudos

Hi Gurmat,

This shouldn't be happening. I have myself tried this thing.

There must be some small error.

1)Can you give the code snippet you are using to send it to the bapi.

2)Also give the Workitem id which you can see as full 12 digits when you print it, and shows only 10 digits when input to a bapi (I just need an example workitem id).

3)Can you check whether there is some max length property assigned to the parameter of the bapi which has to take the Workitem id, which is restricting the length to 10.

Bye

Ankur