Application Development and Automation 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: 
Read only

QM01- get selected line on activity processing

tim82
Explorer
0 Likes
1,067

Hi experts,

I have a requirement for a custom activity in quality notification (e.g. type F1).
The activity should get information of all selected lines in task tab.

Is it possible to read those data on processing activity?#

Thanks in advance!

Kind regards
Tim

1 ACCEPTED SOLUTION
Read only

hohoman
Active Participant
998

Hello Tim,

You can try it with a dirty assign like this within the coding of the activity:

Assign ('(SAPLIQS0)INXSM[]') to field-symbold(<inxsm>)

INXSM is table of type INXX.

In my example I have three tasks and marked the first and the last one.

Regards

Holger

Hi experts,

I have a requirement for a custom activity in quality notification (e.g. type F1).
The activity should get information of all selected lines in task tab.

Is it possible to read those data on processing activity?#

Thanks in advance!

Kind regards
Tim

1 REPLY 1
Read only

hohoman
Active Participant
999

Hello Tim,

You can try it with a dirty assign like this within the coding of the activity:

Assign ('(SAPLIQS0)INXSM[]') to field-symbold(<inxsm>)

INXSM is table of type INXX.

In my example I have three tasks and marked the first and the last one.

Regards

Holger