cancel
Showing results for 
Search instead for 
Did you mean: 

Using Custom Transactions in Screen Personas

Former Member
0 Kudos

Hi,

To meet a requirement, we need to upload a text file that contains information to create a material. Once the file is uploaded we want to show the info in a table format, where the user the select the desired records and when he clicks create material, the script should create the material.

Does personas have features to upload a text file and then show the file records in a table or alv format where the user can select the records and create material using scripts.

Also can we call custom transactions created in SAPGUI from web UI to upload files from desktop and show records in table /alv format?

Accepted Solutions (0)

Answers (1)

Answers (1)

cris_hansen
Advisor
Advisor
0 Kudos

Hello Venkatesh,

You can try using your custom transaction code via WEBGUI. If it works in WEBGUI, it works in Screen Personas.

Note that for upload/download purposes via WEBGUI, you need to use the methods from class cl_gui_frontend_services (A Java applet will be used, per SAP note 980772).

Kind regards,

Cris