cancel
Showing results for 
Search instead for 
Did you mean: 

about the script need to display

Former Member
0 Kudos

hi team,

i am working on the script of hr_ben_conf.... i need to display the data from the structure rpben_da. in these structure i need to take the field to display the EE costs(employee only)...

we have different field :

Bplan pltyp depcv from the structure of the rpben_da.

DENT dent EE

visi visi ee

medi medi ee

i need to display the data of ee employee only ...... who to write this thing in the script level only........

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi

if u go throu debugging mode to the print program for the correponding script u will find this stucture will flow with values

pass the same to the script.

say for example.

-


RLVSDR40 is the standard print prog for this example

RLDRI is a struc where in we get TANUM ( transfer order no)

but when u go in debgg mode u will get the struc as XRLDRI in RLVSDR40.

so pass from the zprogram XRLDRI-TANUM to script.

u can able to print the values u require .

same logic try in urs.

try it it is possible.

Hope this might help u.

Thanks and regards,

Venkat.