‎2008 Jun 16 6:56 PM
Hi,
I need to create a table control in custom infotype.
ps9008 is my structure which consists of table control fields in it.
Thanks,
Satya
‎2008 Jun 16 7:32 PM
Wheneven you create an Infotype a module pool gets generated with the name MPxxxx00 or something like that....with xxxx is the infotype number.
Open it in SE80 and create modify the screen to hold the Table Control.
‎2008 Jun 16 8:05 PM
Amit,
I have desingned the screen for my table control.
I was able to update my records also.
But here some standard functionality where missing like
Overview , next record icon......
‎2008 Jun 16 8:24 PM
Are you talking of displaying the screen on the overview section of PA30 for that infotype?If thats so...then that screen is already there, created by default with all the functionaliies...
‎2008 Jun 16 9:19 PM
Amit,
Thanks for ure Assistance......
Here in my infotype i was creating Postion of each emplyee....with some details against that postion in table control......
This postion was already maitained in 0001 for that pernr .....but here if the emplyee has more than 1 postion thay will maitian here in 9008.....
soo 9008 may consists of more than 1 postions between the same payroll period......this the reson why i was not getting the details in overview for same dates with diffrent postions.......
hope u got my probelm.....
‎2008 Jun 16 9:23 PM
ok.
For table control you need to code to call all the evnts...
Check any Help document for Table control, it will giveyou all the information....