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

custom infotype with table control

Former Member
0 Likes
1,066

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

5 REPLIES 5
Read only

amit_khare
Active Contributor
0 Likes
703

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.

Read only

Former Member
0 Likes
703

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......

Read only

0 Likes
703

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...

Read only

0 Likes
703

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.....

Read only

0 Likes
703

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....