stretchoo7
26th January 2009, 21:27
Is there a table or set of tables that holds the friendly display names of sessions? I’m trying to export a list of session codes and display names to a flat file to make searching for sessions easier for n00bs.

Any ideas?

Hitesh Shah
27th January 2009, 17:49
1. create a 3gl program ppmmm9999 with function main() .
2. Join table ttadv112 and ttadv200 , to get the right session code and VRC for ur package combination .
3. For each unique session , get session label with tt.session.desc function and append all the details in csv file .
4. Run in debug mode using file --> run --> oppmmm9999