‎2019 Aug 30 10:50 PM
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


‎2019 Aug 31 10:09 AM
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:
‎2019 Aug 31 10:09 AM
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:
‎2019 Sep 01 12:54 AM
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)
‎2019 Sep 01 7:46 AM
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.
‎2019 Sep 05 11:30 PM
thnk you for your answer
the function module helped me
and after debugging and debugging i found the error it was on the inputs