on 2006 Oct 17 4:47 PM
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
We have created a reference table having link with the text fields and sorted out the problem.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
98 | |
8 | |
6 | |
6 | |
5 | |
5 | |
4 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.