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: 

Table type with char1025

Former Member
0 Kudos
1,769

Hi frnds,

I need a tabletype that should have the datatype as char of length 1025

1 ACCEPTED SOLUTION

Former Member
0 Kudos
314

Hello,

U can use any one of this dataelement


ALWWWREQ	CHAR	001024	Mon. arch.: Contains selection string in "Name=Value" format
AQL_LDATA	CHAR	001024	SAP Query (L): Data line for download to memory
CGSPL2	CHAR	001024	Character 1024
CHAR1024	CHAR	001024	Character 1024
J_5H0_1024	CHAR	001024	XM: Char1024
J_5NA1024	CHAR	001024	AM: CHAR1024
LINE1024	CHAR	001024	Character 1024
LSTRUC	CHAR	001024	Dynamic structure
MSQSQLMSG	CHAR	001024	MS SQL server - sql error message
MSQSQLOUT	CHAR	001024	MS SQL server - sql command ouptpur
RFCCHA1024	CHAR	001024	Character field of length 1024
SDB_C1024	CHAR	001024	SAP DB: C(1024)
SELSTRING_WAO	CHAR	001024	Selection String (Web Add-On)
SLPARAM	CHAR	001024	Substitution procedure: Parameters for RFC REPORT interface
SPORCH1024	CHAR	001024	Character field with length 1024
TEXT1024	CHAR	001024	Upper/lower case length 1024

Regards,

Vasanth

6 REPLIES 6

0 Kudos
314

Hi,

Goto SE11 create a table type and there select "Predefined Type"

and then enter CHAR in the "data type".

And then enter 1025 in the "No.Of Characters".

Regards,

Sesh

Former Member
0 Kudos
314

Hi Nivetha,

In Transaction Se11, choose Tab: Data Type, give the name and click on Create.

It'll ask you which data type you want to create, Select TABLETYPE.

On the next Screen, give short text for the TABLETYPE.

In Tab, LINE TYPE, choose "Predefined Type" and you can give the datatype as CHAR and give the length, you wish to assign.

Let me know if there is some doubt.

Best Regards

Kusum

PS: Reward points if the answer is useful.

Former Member
0 Kudos
315

Hello,

U can use any one of this dataelement


ALWWWREQ	CHAR	001024	Mon. arch.: Contains selection string in "Name=Value" format
AQL_LDATA	CHAR	001024	SAP Query (L): Data line for download to memory
CGSPL2	CHAR	001024	Character 1024
CHAR1024	CHAR	001024	Character 1024
J_5H0_1024	CHAR	001024	XM: Char1024
J_5NA1024	CHAR	001024	AM: CHAR1024
LINE1024	CHAR	001024	Character 1024
LSTRUC	CHAR	001024	Dynamic structure
MSQSQLMSG	CHAR	001024	MS SQL server - sql error message
MSQSQLOUT	CHAR	001024	MS SQL server - sql command ouptpur
RFCCHA1024	CHAR	001024	Character field of length 1024
SDB_C1024	CHAR	001024	SAP DB: C(1024)
SELSTRING_WAO	CHAR	001024	Selection String (Web Add-On)
SLPARAM	CHAR	001024	Substitution procedure: Parameters for RFC REPORT interface
SPORCH1024	CHAR	001024	Character field with length 1024
TEXT1024	CHAR	001024	Upper/lower case length 1024

Regards,

Vasanth

Former Member
0 Kudos
314

Hi frnds,

I need standard tabletype that should have char1025 as the linetype..

and not dataelements..............

0 Kudos
314

can u plz tell ur requirement... for which thing u want such standard table type...

there may be some other way...

former_member235056
Active Contributor
0 Kudos
314

Hi,

Creating table type

-


You should define a table type Standard table in transaction SE11. In transaction SE11 go to field Data Type and insert the name of table or character type of length 1025, click on button create and select Table Type in the pop up window showed, in the next screen define the Line type(character of 1025 length) of the table. THen save and activate..

Pls reward points.

Regards,

Ameet