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

ISU_S_WORKLIST_INSTALL iNPUT exceptions

Former Member
0 Likes
2,135

hELLO
i want to use the function module ISU_S_WORKLIST_INSTALL but i dont know what are all the inputs and the structures that must be filled
i tried to debug the standard transaction EG31 but didnt get the result.
here are the inputs that i must put
Could someone help me where to fill them in th function module cause im confused.

the fields on red are those that i must fill in the standard

thank you

1 ACCEPTED SOLUTION
Read only

Sandra_Rossi
Active Contributor
1,940

As for BAPIs, the simplest way to know which data to fill is to have an existing "object" with the right data, use the corresponding API to read this object, change the object key to a non-existing object, and call the API to create this object, with the same data.

I mean, in your case:

  1. Ask someone to create some data in transaction EG31, or to indicate which object can be used as a reference.
  2. To read the values of the object created, call the function module ISU_S_WORKLIST_INSTALL_PROVIDE (the only thing you need to pass is the object key, it should not be very difficult)
  3. Look at the parameters returned, and pass them to ISU_S_WORKLIST_INSTALL
4 REPLIES 4
Read only

Sandra_Rossi
Active Contributor
1,941

As for BAPIs, the simplest way to know which data to fill is to have an existing "object" with the right data, use the corresponding API to read this object, change the object key to a non-existing object, and call the API to create this object, with the same data.

I mean, in your case:

  1. Ask someone to create some data in transaction EG31, or to indicate which object can be used as a reference.
  2. To read the values of the object created, call the function module ISU_S_WORKLIST_INSTALL_PROVIDE (the only thing you need to pass is the object key, it should not be very difficult)
  3. Look at the parameters returned, and pass them to ISU_S_WORKLIST_INSTALL
Read only

0 Likes
1,940

Thank you for your answer.
But The function module ISU_S_WORKLIST_INSTALL_PROVIDE

is providing me with informations about the first shotscreen ( transaction EG33).
Still not found the inputs of the transaction EG34 (shotscreen 2)

Read only

1,940

Did you explore systematically the whole complex structure returned? An automatic way (to avoid human errors) is to output the complex structure of the parameter "Y_AUTO" to an XML string (CALL TRANSFORMATION id SOURCE data = y_auto RESULT XML string), display the XML and use Ctrl+F.

NB: I'm not familiar with SAP ISU at all. I assume that the data you are looking for is processed via ISU_S_WORKLIST_INSTALL* function modules as you said, but I don't even know if it's true or not.

Read only

1,940

thnk you for your answer
the function module helped me
and after debugging and debugging i found the error it was on the inputs