‎2007 Jun 21 11:11 PM
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.
‎2007 Jun 22 12:37 AM
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
‎2007 Jun 22 12:37 AM
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
‎2007 Jun 22 2:59 AM