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

ABAP Data Type to store SID(System-ID)

Former Member
0 Likes
11,031

"Hi Experts,

I'm new to ABAP.

Plsss help....

I wanna know the Data type that can be used in Domain to enter "SID" (System-ID)  while creating a table using SE11..

say for an ex:- it should accept both numbers and characters at a time..(Like- A11, B59 & P01 etc,.)

Thanks in advance,"

1 ACCEPTED SOLUTION
Read only

venkateswaran_k
Active Contributor
0 Likes
3,130

Use type as --  SYST-SYSID

type - SYSYSID

3 REPLIES 3
Read only

venkateswaran_k
Active Contributor
0 Likes
3,131

Use type as --  SYST-SYSID

type - SYSYSID

Read only

Former Member
0 Likes
3,130

Thanks for the reply Venkat.

Regards,

Telsy

Read only

Former Member
0 Likes
3,130

Hello Telsy

Use SE11 to check the structure SYST

then you will get

kind Regards.