on 2007 Jan 03 9:01 AM
Hi,
I have a requirememnt that is when anyone recieves a workitem he han forward it to another user (There is abutton Refer in my Transaction) .When i Refer the Workitem to another user its mandatory To write comments.
For the next user there is a Log displayed in workitem (transaction ) with the comments.
So i have put a loop and used the same Task so that the workitem continues.
Now how do i handle the comments.
I tried using a database table to store comments .but it restricts comments to 255 chars.
Anyway to store the comments as the comments definetely excedd 255 chars
Swathi,
One way is to dynamically create a txtnote number and store the note number in the database table and store the comments text of the workitem in standard text object using tcode so10.
restriction problem will be solved by this.
hope this helps you.
regards,
sateesh.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
The transaction is a custom transaction where he can give his comments.
These comments should be available to the next Agent.This forwarding continues for a particular invoice.
The whole history of the comments should be visible to the agent for that particular object.
I dont know how to handle it.
What is a Generic Object Service??
I may be way off track, but did u try the confirm end of processing option ?
This helps you add attachments . Now what you can do is create an activity to append the note business object to a multi line business object element which can be displayed every time to the next processing user.
Lemme know how it goes.
Amit
Hi Swathi,
We had a same problem , what we did was, we have created a popup screen with three input text fields (each 255 chars)to accept the comments and created a table to store the comments with three fields (fld1, fld2, fld3) . These three fields are populated from the popup screen along with the Doc.No(Invoice No.) and the ApproverID..
While displaying the comments simply select all the comments for a particular Invoice No. and display it using the table control on the main screen...
Geniric Object services allows certain features like create a Note, Create Attachments,Start workflow for a particualr Object..These services can be accessed from the toolbox placed on the left top of the transaction if the transaction allow GOS..
Let me know if this helps..
Thank you
Srinivas
Hi Srinivas,
I am just worried if the performance goes down if i store it in database table .And another peoblem is i dont know the length of the comment.And i cannot restrict the lenth to 3 lines.
So was thinking if GOS helps in my situation.I am new to GOS .
Any suggestions how do i go about with GOS
Hi Swathi,
I found the following blog which talks about enabling GOS for custom transaction
Let me know if this helps...
Thank you
Srinivas
User | Count |
---|---|
70 | |
10 | |
10 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.