cancel
Showing results for 
Search instead for 
Did you mean: 

T-code in activity

Former Member
0 Kudos

Hi,

I wanna crete a Credit Release WF.

My req. is i want in my Activity that the user can execute

transaction VKM3 from his inbox.

How to do this .

Rgds

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Create a custom method in the business object so that you can use it in the activity. While creating the method, select the ABAP tab and then select the transaction radio button. Provide the tcode VKM3 in the space given below. Once this is done, open the program of the method and check whether all the required inputs are passed to the tcode. If necessary, edit the code to fill the input fields.

Hope this will help.

Thanks,

Samson

bpawanchand
Active Contributor
0 Kudos

Try like this

Create a ZBOR from SWO1 Txn

Open Txn SWO1 by specifying the name of the BOR.

and then follow the below steps

1. select METHOD and click F5.

2. and it will prompt a message asking you whether you want to create a method by using a template , jus click NO

3. A new subscreen will be displyed enter Name and Description and then cilck on the tab ABAP and select the Transaction and enter the TXn number at the give space at the bottom of the subscreen .

4. Your code is implemented automatically.

5. Implement and release the ZBOR.

6. Goto PFTC Txn select standard Task and F5 then mention the ZBOR name and the method and make the task as general task and save it.

7. IN the workflow template include this task in the activity step.

that's all