‎2008 May 05 6:18 AM
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
‎2008 May 05 6:40 AM
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.
‎2008 May 05 6:36 AM
‎2008 May 05 6:40 AM
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.
‎2008 May 05 6:53 AM
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