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: 

where can i find the conversion exits for date

Former Member
0 Kudos

hi

where can i find the conversion exits for date

3 REPLIES 3

Former Member
0 Kudos

Most conversion exits used in screens by SAP are actually function modules. You can find them by searching for CONVERSION_EXIT_name_INPUT and CONVERSION_EXIT_name_OUTPUT

Reward if useful

Former Member
0 Kudos

Hi,

Use function modules to convert data into fiscal year and week.once you get week then you can calcute period,

quarter and half years based on that week.For this the function modules are

1..UMC_CALDAY_TO_FISCPER

2..DATE_TO_PERIOD_CONVERT

Regards,

swami.

Former Member
0 Kudos

CONVERSION_EXIT_PDATE_INPUT Conversion Exit for Domain GBDAT: DD/MM/YYYY -> YYYYMMDD

CONVERSION_EXIT_PDATE_OUTPUT Conversion Exit for Domain GBDAT: YYYYMMDD -> DD/MM/YYYY