cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in creatin PD Infotype

Former Member
0 Kudos
64

Hi,

We have created a HRI9xxx.While creating infotype for this, itz giving an error stating tht ' Total Length of Infotype should not exceed 900'.We reduced the length of the fields & it started working.

Is there any way of increasing the limit on Length to more than 900???

Thanks,

Sivagami.R

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

We have created a reference table having link with the text fields and sorted out the problem.

Former Member
0 Kudos

In infotype create a field (TABNR ) which points to your actual fields.create Z table with your required fields and this TABNR field.When you SAVE this infotype ,write code for creating an entry in the Ztable with unique TABNR number.Sequence number can be created using GUID_CREATE or sequence number create function module.

For table control,if you are just displaying values,then not necessary to create in infotype structure.but make sure that the table control values should change according to the infotype 1001 values.

Regards,

Manoj.

Reward points if this information is helpful.

Former Member
0 Kudos

Hi,

thanx for u r reply. Can u plz explain how do we do that???

One more thing we have is .. we have to fetch data from Infotype1001 and display it in table control. We are not going to enter any values in the table control. Just fetch values for display.Do we need to create PT9xxx structure for this? Whtz the approach that we shld follow to do this?

Thanks,

Sivagami.R

Former Member
0 Kudos

Hi sivagami,

This problem will occur in PA infotype creation also.We cannot increase the length of infotype.Instead what you can do is create a reference fields in the infotype and map this with the original field.

Check table HRP1002 for reference.

Hope this will solve your problem.

Regards,

Manoj.