cancel
Showing results for 
Search instead for 
Did you mean: 

TIP Pairs

Former Member
0 Kudos

Hi,

Which operations is used to read start and end of pairs in TIP? How do we go the next pair after reading first?




From     To       1   P  ID    CT  P  TTyp  BR   ER   C  O  I  BPin  EPin  PT    ALP  C1    AB  Number

08.5000  11.5000     1      00  S  1100  P10  P20     E                       0001                   3.0000
11.5000  12.5000  0  2     00  S  1200                     A                                         01    1.0000
12.5000  13.0000  0  2     05  00 0520                    A                                          01    0.5000

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hey Sudhir,

You need to run a RTIP Function in your scheme...

Example RTIP Z001 GEN

RTIP is the function

Z001 is the rule that will be processed per TIP Entr and

GEN is the parameter to execute all TIP Pairs

In your rule you use

HRS=PBEG and HRS=PEND to see the start and end time per time pair

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

d Varstfirst?

Y

N

d Varstlast?

Y

N

will check whether it is first and/or last pair.

Outtp.... will read information about time pair.

Outttpptype, outtpvtype etc.

You can also check hrs=pbeg beginning time, hrs=pend end time, hrs=pnum number of hours field in pair.

I suggest you to read OUTTP and VARST from PE04

Regards;

Okan

Former Member
0 Kudos

Hi Sudhir,

Read OUTTP documentation it help you, how you call TIP entries in PCR.

Through VARST you can call first pair and last pair only, Through OUTTP many ways TIP entry pairs.

Former Member
0 Kudos

Hi,

Check the Operation 'RTIP'.

Thanks & Regards, Swapnil Mishra

Former Member
0 Kudos

Any more suggestions, experts?

Former Member
0 Kudos

RTIP

HRS= PBEG

HRS= PEND