Application Development and Automation 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: 
Read only

TVARV

Former Member
0 Likes
669

Hi All,

I'm trying to create a selection variable for last run date and last run time in TVARV.

I used transaction STVARV and created two variables LAST_DATE and LAST_TIME as paramter. When I go to SE16 and enter TVARV table, I do not see these variables. Am I missing something?

Is there a different way of creating entries in table TVARV?

Please help.

Thanks.

4 REPLIES 4
Read only

Former Member
0 Likes
578

hi,

go to se16->tvarv->f8

click Create(f5) and insert your record.

Regards,

Leo.

Read only

Former Member
0 Likes
578

Hi,

Check table TVARVC with

NAME = <Variable Name>.

TYPE = 'P' for Parameter & 'S' for Select-option.

Read only

Former Member
0 Likes
578

Hi,

New entries are inserted in TVARVC.

Issa

Read only

0 Likes
578

Thanks All.