missing text in work item?

Mike Pokraka (WUG) asap at workflowconnections.com
Thu May 4 14:10:52 EDT 2006


Hi Vikki, 

Welcome to the wonderful world of workflow! First tip: always mention the
version - fortunately not that relevant for this question.

 

'fraid to say though your suspicions are correct, the work item title is
static. Not sure, but if people were to log on in a different language it
may still regenerate the text.

 

Depending on how big the need and how much time you have, there's a
workaround: using dynamic columns. This is customizing on a per-task basis
(SWL1 I think), and needs to be transported. Further, the workplace inbox
views need to be changed, and everyone has to access the posting task using
the 'grouped by task' view. 

 

There's doco on how to do this on help.sap.com - just search for 'Business
Workplace Dynamic Columns' in your version's SAP Help.

 

You might even find this to be a nice long-term solution - as it would
enable users to sort by vendor and so forth. 

 

Shout back if you get stuck with it.

 

Cheers, 

Mike

 

  _____  

From: sap-wug-bounces at mit.edu [mailto:sap-wug-bounces at mit.edu] On Behalf Of
Williams, Vikki
Sent: 04 May 2006 17:37
To: sap-wug at mit.edu
Subject: missing text in work item?

 

Hi all, I'm hoping you'll be able to help a newbie!

 

We had a call logged today where the text on workitems was blank

 

The task was a user decision step

 

Post Document &1 from &2 ?

Parameter &1 is "&PARKED_INVOICE.INVOICEDOCNUMBER&"

Parameter &2 is "&PARKED_INVOICE.VENDORNAME&"

 

I tested object zbus2081 for the invoice instance and the vendorname
attribute was blank.  Looked at the programme behind this attribute, it's
picking up the name2 field from table LFA1).  

 

Programme 

 

GET_PROPERTY VENDORNAME CHANGING CONTAINER.

                                            

 DATA : V_LIFNR LIKE LFA1-LIFNR,            

        V_NAME2 LIKE LFA1-NAME2.            

                                            

 SELECT SINGLE LIFNR INTO V_LIFNR           

 FROM RBKP CLIENT SPECIFIED                 

 WHERE MANDT = SY-MANDT                     

 AND BELNR = OBJECT-KEY-INVOICEDOCNUMBER    

 AND GJAHR = OBJECT-KEY-FISCALYEAR.         

                                            

 IF SY-SUBRC NE 0.                          

   CLEAR V_LIFNR.                           

   EXIT.                                    

 ENDIF.   

 

I checked SE16 on table LFA1, name2 field was blank, hence no data in the
container element vendorname.  Discovered that the name2 fields on vendor
master were deleted as per a user request.

 

We have repopulated the name2 field on the vendor master, so new workitems
have text, but now have quite a lot of old work items with the missing text.
Is there a way of either refreshing the text on an existing workitem (I
don't think so, but you are the experts!) or restarting the workflow from
this user decision step only (it has already been through approvals etc. so
they don't want to retrigger from the beginning.

 

Any suggestions would be much appreciated.

 

__________________________________________________

Vikki Williams / Capgemini / Wynyard 
SAP Applications Support / Outsourcing Europe

Office: +44 (0)870 366 1706 / Internal: 700 1706 /
<http://www.capgemini.com> www.capgemini.com

E-mail:  <mailto:Vikki.Williams at capgemini.com> Vikki.Williams at capgemini.com

Samsung Avenue, Wynyard, Billingham, TS22 5TA

__________________________________________________

 

 

This message contains information that may be privileged or confidential and
is the property of the Capgemini Group. It is intended only for the person
to whom it is addressed. If you are not the intended recipient, you are not
authorized to read, print, retain, copy, disseminate, distribute, or use
this message or any part thereof. If you receive this message in error,
please notify the sender immediately and delete all copies of this message.

	
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/pipermail/sap-wug/attachments/20060504/3282d886/attachment.htm


More information about the SAP-WUG mailing list