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: 

Reg: Creating table

Former Member
0 Kudos

Hi Experts,

I want to craete Ztable like this .... its having more than 100 fileds...(Requirement like same)

while creating the ZTable ZDC8DT_L_PSITEM is too long (>4030)...

so that i can not activating the table...

Please suggest... if any body..

Its urgent,

Rewards if useful..

MANDT X MANDT Client

TF X Z_AC_PROG_TF

TA X ZTA_CONF

CSN X ADSPC_CSN CHAR 13

PN CHAR15

BINCOD CHAR4

REF_ITEM ADSPC_CSN CHAR 13

UD CHAR8

UD_TYPE CHAR1

VAR CHAR2

SVAR CHAR2

WEFF CHAR1

CONF TYPE CHAR1

NB CRIT Integer

CRITERIA 1 CHAR50

CRITERIA 2 CHAR50

CRITERIA 3 CHAR50

CRITERIA 4 CHAR50

CRITERIA 5 CHAR50

CRITERIA … CHAR50

CRITERIA 100 CHAR50

3 REPLIES 3

Former Member
0 Kudos

Hi,

Why can't you split your fields in two tables. Create two Z tables with the same key fields.

So while updating update both the tables at the same time.

Regards,

Atish

Former Member
0 Kudos

Hi,

I am not aware of your business, but there is some thing wrong in your design....

1. What is the objective of having CRITERIA field from (1,2.. to 100)???

2. How do you populate these fields???

3. If you need to store some field text or display text, create your own text ID and store your text in the format you want to or use SAP standard text ID "ST".

If you could explain your business need, we could find out few hints for you....

Regards,

Prabhu Rajesh

Former Member
0 Kudos

hi