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: 

F4 help to get list of Temse Objects

Former Member
0 Kudos

Hi,

Im using this FM to fetch/pick the TemSe objects but i couldnot.Im taking the field as PARAMETERS DSN01 LIKE RPCIXXXX-DSN01.

Is it good to take DSN01 or need to take TSNAM from REGUT ?.Also im using some C functions also "C_RSTS_READ".

The file need to be picked up from FDTA tcode DME file.

AT SELECTION-SCREEN ON VALUE-REQUEST FOR DSN01.

CALL FUNCTION 'RP_TS_HELPVIEW'

EXPORTING

REPID = 'RFFOUS_T'

IMPORTING

TSOBJ = DSN01

EXCEPTIONS

OTHERS = 1.

IF SY-SUBRC <> 0.

MESSAGE I001 WITH 'No TemSe objects found.'(E26).

ENDIF.

If i make F4 on temse object a list of tmese objects should appear. How can this be done.

Pls. help me.

1 REPLY 1

Former Member
0 Kudos

hello ,

try something like this

RSTS_OBJNAME_VALUE_HELP

or check with tcode SP11 how SAP handling those things.

regards

Prabhu