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

table infotypes

Former Member
0 Likes
403

Hi friends,

What is meant my table info types? Its definition says that " table infotypes are infotypes for which the data has the repetative structure of arbitary length".

But in the table infotype HRT1002 i didn't find any structures or includes. So what it means?

Thanks,

Points assured,

1 REPLY 1
Read only

Former Member
0 Likes
373

Hi Doak,

In Table infotypes data part has repetitive structure of variable length.This can be texts with any no of lines.In order to save these repitions the data part must have a repetitive structure(pt1002) and it should be saved in seperate table(hrt1002).

Table infotypes are used in Personal planning.

as you know for any infotype(1002) there will be a structure(PT1002) and one transparent table(HRT1002,actual data is stored here).The direct data base accesses to HRT1002 are avoided with the presence of structure PT1002.

If you check hrt1002 in se11,PT1002(Fields for Table Part of Infotype 1002) is included as dataelement...

If you have data in hrt1002,you can check using se16.

Basically the purpose is to store variable length text data in the

TLINE Field of HRT1002.

TABNR AND TABSEQNR ARE used to identify a record uniquely.

Award points if helpful..

If you have any doubts reach me in gmail at viswanath.lordshiva

Cheers,

Raj..