cancel
Showing results for 
Search instead for 
Did you mean: 

Adding comments/attachment after executing the work item

Former Member
0 Kudos

Hi all,

I need to add comments/attachments after executing the work item. I am working on version SAP 4.6C. My work item takes user to CV02N transaction. And once user saves the trasaction it will come back to inbox. But while comming back I need to enable the Attachment pop up. Can somebody guide me?

Thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Define a activity in the flow and use the Business object <b>SELFITEM</b> and Method <b>Note_Create

</b>.Pass the workitem id by using the binding.

This will have the user to attach a document.

Even the users can simply attach a document from the SAP inbox also.

But I am not sure whether that would help you in your scenario.

-karuna

Former Member
0 Kudos

Hi Karuna,

Thank you for your response, we are using the second option that you have mentioned. i.e users will use the attachment option in the inbox. As you know once we click on the attachment icon it will open a pop up titled Create document header with fields Class and Title. We need this pop up to be enable by default once user saves the transaction CV02N and comes out from wf step to inbox.

Hope I am clear. Otherwise please send me your mail ID I will send you the screen shots, I would be thankful to you if you can help me out.

Regards

Former Member
0 Kudos

Hi ,

please send it to mkr_scorpio@yahoo.co.in.

Looks like the first one would be appropriate for your scenario.

Anyway let me c it first.

Thanks

-karuna

Former Member
0 Kudos

Hi Karuna,

Yes you are right I am using Object type SELFITEM Method NOTE_CREATE itself. But can you guide me how do I enable the attachment pop up directly once the work item executes the transacion and comes back.

Regards,

Kavya

Former Member
0 Kudos

Hi Karun,

I've just sent mail with all screen shots to your yahoo ID. Please check.

Former Member
0 Kudos

Hi,

It is because you have checked the "Confirm End of Processing" at the task "DisplayDrawing".If you unchecked it,you get the popup immediately when the user navigates back.Let me know If that did not solve the issue.

-Karuna