How to get a screen through workitem

Dart, Jocelyn jocelyn.dart at sap.com
Sun Apr 10 21:40:27 EDT 2005


Hi Biswajit, 

Workflow does not and cannot change the way an underlying transaction
operates. All it can do is pass sufficient information to let the
transaction operate in the desired way.   I.e. You will only be able to
skip two screens if your transaction somehow lets you pass in parameters
to do this, or if you call the transaction in a batch input/CATT type
mode using e.g. CALL TRANSACTION USING. 

You need to go back to ABAP basics.  Forget about the workflow side of
things for a moment and look at the transaction itself.  If you were
calling the transaction e.g. from a custom program, would you be able to
do what you want to do? How would you do it?  Work it out, and then
apply your learnings to the method call in your workflow. 

Jocelyn 

-----Original Message-----
From: sap-wug-bounces at mit.edu [mailto:sap-wug-bounces at mit.edu] On Behalf
Of Biswajit
Sent: Sunday,10 April 2005 2:00 AM
To: 'SAP Workflow Users' Group'
Subject: RE: How to get a screen through workitem

But I need two screens to be skipped..Can that be possible...

Okay I will quote the scenario in exact sense..

My transaction code is "APPCREATE".
While entering this transaction I got a f4 like list to choose an
appraisal
template.
Then it will take me to a screen where I have to fill up Appraisee name
and
click the button "PERFORM".
Then It will take me to another screen which is basically an appraisal
template...This screen I need to
Send to superior.

CAN U help me in this matter.
Thanks in advance.. 



 

-----Original Message-----
From: sap-wug-bounces at mit.edu [mailto:sap-wug-bounces at mit.edu] On Behalf
Of
Doughty, Sue (10607)
Sent: Friday, April 08, 2005 8:58 AM
To: 'SAP Workflow Users' Group'
Subject: RE: How to get a screen through workitem

I think this is what you need to put in the method:

CALL TRANSACTION '?????' AND SKIP FIRST SCREEN.

Where ????? Is the transaction.

Regards,
 
Sue T. Doughty
Northrop Grumman Information Technology
Internal Information Systems
757.380.3308
sue.doughty at ngc.com


-----Original Message-----
From: Biswajit [mailto:biswajit at jsr.tatasteel.com]
Sent: Saturday, April 09, 2005 12:01 AM
To: 'SAP Workflow Users' Group'
Subject: How to get a screen through workitem







Hi all

I have to call a transaction through a method .This is simple but I'm
not
able to call the 2nd screen directly.. Can anybody help me.

Thanks and Regards
Biswajit


********************************DISCLAIMER******************************
****
*
  Information contained and transmitted by this e-mail is confidential
and
proprietary to Tata Steel Ltd. and is intended for use only by the
addressee. If you are not the intended recipient , you are notified that
any
dissemination or copying of this e-mail is strictly prohibited and you
are
requested to delete this e-mail immediately and notify the originator.
Tata
Steel does not enter into any binding agreement with any party by
e-mail.
Any views expressed by an individual do not necessarily reflect the view
of
Tata Steel. Tata Steel is not responsible for the consequences of any
actions taken on the basis of information provided. While this e-mail
has
been checked for all known viruses the addressee should also scan for
viruses. To know more about Tata Steel please visit www.tatasteel.com
************************************************************************
****
****

_______________________________________________
SAP-WUG mailing list
SAP-WUG at mit.edu
http://mailman.mit.edu/mailman/listinfo/sap-wug
_______________________________________________
SAP-WUG mailing list
SAP-WUG at mit.edu
http://mailman.mit.edu/mailman/listinfo/sap-wug

_______________________________________________
SAP-WUG mailing list
SAP-WUG at mit.edu
http://mailman.mit.edu/mailman/listinfo/sap-wug



More information about the SAP-WUG mailing list