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: 

Enhancement F050S002 function module EXIT_SAPLF050_004

Former Member
0 Kudos

Dear Experts,

I need to add data to one existing field in E1FISEG using exit EXIT_SAPLF050_004 for incoming FI idoc.

It seems data comes as EDIDD-SDATA (1000 char) string. To add my own data to one of the fields,I need to first read SDATA , but I am not sure what is format of SDATA. Is it concatenation of all fields in the segment? How is blank data recognized?

Please help.

Thanks,

Apps

1 ACCEPTED SOLUTION

Former Member
0 Kudos

EDIDD-SDATA will be the structure of the segment it is referencing., so for E1FISEG it will be E1FISEG

if you have a variable v_E1FISEG ike E1FISEG.

then V_E1FISEG = EDIDD-SDATA

1 REPLY 1

Former Member
0 Kudos

EDIDD-SDATA will be the structure of the segment it is referencing., so for E1FISEG it will be E1FISEG

if you have a variable v_E1FISEG ike E1FISEG.

then V_E1FISEG = EDIDD-SDATA