Application Development 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: 

Download Gui Status

Former Member
0 Kudos

Hi Frnd's,

How to download the GUI_STATUS of a particular Program using

coding.

How to retrieve the GUI_STATUS name of the corresponding program and what r the function modules to be used for

downloading it.

Thanks in Advance

Suganya

9 REPLIES 9

Former Member
0 Kudos

Hi,

You can use the function module " REPOSITORY_INFO_SYSTEM

" to get the list of GUI_STATUS for a given program.

Using this, you can download it to Excel.

Parameters:

OBJECT_TYPE = PROG_STATUS

Action = S

ENCLOSING_OBJECT = "Yur program name"

Suppress selection = 'X'.

Regards

Elini.P

0 Kudos

Hi Elini,

what is that object_type parameter in the REPOSITORY_INFO_SYSTEM function.

0 Kudos

Hi Suganya,

Object type should be = "PROG_STATUS".

0 Kudos

Hi Frnd's

I have retrieved the guistatus values using the Function Module 'RS_CUA_GET_STATUS' but i cant able to download it.

Bcoz the fucntion module returns 3 or 4 tables with values then how to download using the 'GUI_DOWNLOAD'.

Thanks in Advance

suganya

0 Kudos

I am trying to do the same and i am using:

- RS_CUA_GET_STATUS

- RS_CUA_GENERATE_STATUS

You must create it with this but i think RS_CUA_COPY_STATUS will have the necessary code on it.

That it is possible with this.

Edited by: Artur Rodriguez Coma on May 5, 2010 6:07 PM

Former Member
0 Kudos

Hi

hope the below function modules help..

1. GUI_STATUS_DISPLAY; GUI Functions for CL_Status

2. GUI_STATUS_HISTORY; GUI Functions for CL_Status_History

3. RECA_GUI_SET_APPL_PFSTATUS;Reusable Status, Title Object etc.

4. RECA_GUI_STATUS_MAINTAIN;Subscreen for Status Management

5. SET_DD_GUI_STATUS;Set status of a CUA interface

Former Member
0 Kudos

chk this thread

0 Kudos

i think it is not possible ..

u have to recreate it.

Rudi_Dutli
Explorer
0 Kudos

It is possible to download and upload the GUI Status from one system to another, through files or RFC.

This is quite similar to the functioning of FM 'RS_CUA_COPY_STA'. The target program should have at least one GUI Status ( a dummy/placeholder) though.

Use a custom programm with the FM 'RS_CUA_INTERNAL_FETCH' to download the GUI data from the source program in the source system to some local file on your PC, and FM 'RS_CUA_INTERNAL_WRITE' in a custom program on the target system to upload the data from your local file and update the GUI Status of the target program.