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

Creating a custom ZTABLE

Former Member
0 Likes
535

Hi Gurus please suugest me to create this table :

Changeid (Text 20 characters)

Materila (with validation against MARA)

Batch(with validation againest MCHA)

SAP ENtry date(MKPF-CPUDT)

Old status(codes to be defined)

Hi Gurus please suugest me to create this table :

Changeid (Text 20 characters)

Materila (with validation against MARA)

Batch(with validation againest MCHA)

SAP ENtry date(MKPF-CPUDT)

Old status(codes to be defined)

3 REPLIES 3
Read only

Former Member
0 Likes
507

Hi

Creating a table is very easy.

Please help urself and try creating

https://www.sdn.sap.com/irj/scn/wiki?path=/display/abap/abap+dictionary

Read only

Former Member
0 Likes
507

Hi

go to SE11 create a Z table with the fields you desire

if you want it to be checked make it foreign key field this makes it validated against the table mentioned

regards

Ramchander Rao.K

Read only

0 Likes
507

Hi

Go to transaction SE11, give the table name to create and click on Create button(F5).

Define the fields on Fields tab(Make sure that first field is MANDT(Client)) and at leat one field as key field. Fields can be defined with direct types, but suggested with reference to data element.

Define the technical settings -> save -> Check(F6) -> Activate (Ctrl + F3).

Now custom table is ready to use.

Thanks

Lakshman