cancel
Showing results for 
Search instead for 
Did you mean: 

user-exit IWO10021

Former Member
0 Kudos

Hello,

i've got a special question concerning user-exit IWO10021. It should be used to link a general task list to an order.

My problem is, that the function module EXIT_SAPLCOIH_020 to which the user-exit refers

only got import parameter given by value.

So, despite i got all informations about the task list i want to link to the order, i actually dont know how to proceed.

thx for helping.

Markus

Accepted Solutions (0)

Answers (1)

Answers (1)

FredericGirod
Active Contributor
0 Kudos

Hi Markus,

do you have set a break-point in this exit and check if you have the information about your order in an program that call this exit ? (Call stack)

If yes, you could use that :

(program_name)field to access to the data.

but, you must be sure that this user-exit is only call in this transaction. Because you could have others caller program.

Rgd

Frédéric