Application Development 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: 

custom table (matrix )

madhu_reddy22
Participant
0 Kudos

Hi guyz,

i have to create a custom table using the following information.

11,24,36 and 45 are positions(employee,supervisor,director..).

P --> Promotion

L -->Lateral

D --> Demotion. i have to create the custom table as i have to use this information in the logic of a program. Can somebody give me an overview of how to create this custom table. (i know how to create a normal table with some fields in SE11, but i guess this needs some kind of logic)

11 24 36 45

11 L P P P

24 D L P P

36 D D L P

45 D D D L

Thanks in advance.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi madhu,

In SAP you can't create custom table like matrix.

You need to create the normal table only or what you can do is create two tables and handle the data in your program.

Reward points if useful.

Regards,

Atish

2 REPLIES 2

Former Member
0 Kudos

Hi madhu,

In SAP you can't create custom table like matrix.

You need to create the normal table only or what you can do is create two tables and handle the data in your program.

Reward points if useful.

Regards,

Atish

0 Kudos

Thank you.