Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Trigger workflow for all tcodes with set transaction GS01

Former Member
0 Kudos
674

Hi,

There are nearly 7 tcodes in FI maintained in the set tranasction using GS01 and we desire to trigger worklfow for all those tcodes, even if another one is added in future. What is the process to go about?

Regards

3 REPLIES 3
Read only

Former Member
0 Kudos
611

What are the T.codes you are referring to? Are they custom or SAP standard?

What is the exact requirement?

Read only

0 Kudos
611

Hi,

Thanks for the concern.

The tcodes are SAP standard tcodes like fb50 and others for document park and post. Now the requirement is that, the set of tcodes maintained in set transaction GS01, say 7 SAP standard tcodes maintained, the workflow should trigger whenever someone parks or posts a document, which must be subsequently approved by a set of approvers and then the actual release and posting(or re-posting) takes place.

How can i achieve this using workflow, precisely to trigger worklfow for al those tcodes, now at a later date the tcodes can be either reduced or added to the set.

Best Regards

Partha Kar

Read only

RaymondGiuseppi
Active Contributor
0 Kudos
611

In good old time SMOD enhancement SAPLF051 had been your entry point, the customer exit received some parameter to check if workflow was necessary, you could use those (or newest BAdI/Enhancement) to check if SY-TCODE is in your customer set. Perform a where-used on the exit FMs to look for more modern enhancements used in the "vicinity" of the calls.

Regards,

Raymond

(*) There was also a BTE (00002221 ?) look via FINF