cancel
Showing results for 
Search instead for 
Did you mean: 

Calling transaction from user-defined button within cFolders

Former Member
0 Kudos

Hi,

I have inserted a custom field within the folder section in the cFolders. I implemented a BADI for rendering an action once the button is pressed. I am just wondering if it is possible to call a transaction (for example: CFI02) once the button is pressed. If it is not possible can anyone give me pointers how to open the transaction CFI02 from within cFolders similar to object links in cProjects?

If there are any functional modules that would import documents into backend system from cFolders please let me know.

thanks

anantharam

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member189058
Active Contributor
0 Kudos

Try using the web transaction using ITS

Former Member
0 Kudos

Hi,

Thanks for your reply. I would like to tell that I had inserted the custom button at the folder level and implemented the BADI and inserted the code within the method "After pressing the button". There I called a transaction. But after I clicked on the button, nothing happens. Could you tell me what would be the web transaction for the code "CFE02"?

thanks

anantharam

former_member189058
Active Contributor
0 Kudos

for Web Transaction...

URL should be something like

http://name.domain.ext:port/sap/bc/gui/sap/its/webgui

Refer the foll link for specifying the transaction:

[Maintaining ITS Service Parameters |http://help.sap.com/saphelp_nw04/helpdata/en/77/8b3d408ae01f24e10000000a1550b0/content.htm]

Regards,

Reema.