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

Creatin structure

Former Member
0 Likes
494

Hi All,

I am creating a structure for the fields

EXBED

ECS

Exaddtax1

from table

J_1IRG23D

While creating structure when putting component name I am not getting data type and length for that

Pt assured

Regards

Shashi

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
476

Types: begin of ty_st

exbed type J_1IRG23D-EXBED,

ecs type J_1IRG23D-ECS,

exaddtax1 type J_1IRG23D-Exaddtax1,

end of ty_st.

this is how u declare locally.

If u are willing to create it globally, then declare the technical part of it explicity.

Reward helpful.

Thanks.

3 REPLIES 3
Read only

Former Member
0 Likes
476

check once whether u putting right component name......

Read only

Former Member
0 Likes
477

Types: begin of ty_st

exbed type J_1IRG23D-EXBED,

ecs type J_1IRG23D-ECS,

exaddtax1 type J_1IRG23D-Exaddtax1,

end of ty_st.

this is how u declare locally.

If u are willing to create it globally, then declare the technical part of it explicity.

Reward helpful.

Thanks.

Read only

Former Member
0 Likes
476

Hi Shashi,

For EXBED Data lement J_1IEXCBED

data type CURR length 13 decimals 2

For ECS Data lement J_1IEXECS

data type DEC length 7 decimals 4

For EXADDTAX1 Data lement J_1IEXADDTAX1

data type CURR length 13 decimals 2.

These r there in table,i think now u can create structure.

reward if useful.

Regards,

Narasimha