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

EDIDD-SDATA Function Module

bjorn-henrik_zink
Contributor
0 Likes
1,134

Hi,

I am looking for a function module that converts edidd-sdata into a structure data type.

Thanks.

/Elvez

1 ACCEPTED SOLUTION
Read only

Laxmana_Appana_
Active Contributor
0 Likes
811

Hi,

you can directly assign edidd-sdata to structure(create a structure like segment structure). sdata will split into structure fields.

Laxman

3 REPLIES 3
Read only

Laxmana_Appana_
Active Contributor
0 Likes
812

Hi,

you can directly assign edidd-sdata to structure(create a structure like segment structure). sdata will split into structure fields.

Laxman

Read only

0 Likes
811

Hi Laxman,

that solved problem.

Thanks.

/Elvez

Read only

0 Likes
811

Good afternoon, I tried to do it but when filling the field with the fields of my segment it marks an error. because it exceeds 1000 characters available.

Do you have any idea how to do it?