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: 

ME01-Creation date field 'ERDAT' not coming properly

Former Member
0 Kudos

Hi,

I am creating sourse list form on program.In that program I am calling the Tcode 'ME01' using BDC.

But, after creating sourse list, when I check ERDAT field is not coming properly. Can I know the reason and what is the significance of that ERDAT field. Is it storing some where apart EORD table.Please give me the proper answer.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

You need to call the conversion exit associated with the date field. Internally date is stored as YYYYMMDD format, but the display will be as per the user profile setting. Calling the conversion exit function module will solve your problem

2 REPLIES 2

Former Member
0 Kudos

Hi,

Convert ERDAT field into date format.

using function module CONVERT_DATE_TO_EXTERNAL

Former Member
0 Kudos

You need to call the conversion exit associated with the date field. Internally date is stored as YYYYMMDD format, but the display will be as per the user profile setting. Calling the conversion exit function module will solve your problem