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

Date problem before passing to BAPI

Former Member
0 Likes
945

Hi Experts,

I have a date coming from my flat file in the format MM/DD/YYYY(e.g. 10/23/2008).

I want to convert the date in the internal format in order to pass it to the BAPI.

I am using this FM 'DATE_CONV_EXT_TO_INT' but it is throwing me error no. 25: 'Use the date format in the user master'.

The date will come in the above format only. Please suggest what FM to use to convert the date into an internal format to pass to the BAPI.

Regards,

Sangeeta.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
690

Hi

Check this FM: CONVERSION_EXIT_IDATE_INPUT

Regards,

Vishwa.

3 REPLIES 3
Read only

Former Member
0 Likes
691

Hi

Check this FM: CONVERSION_EXIT_IDATE_INPUT

Regards,

Vishwa.

Read only

Former Member
0 Likes
690

use f.m

CONVERSION_EXIT_DATEX_INPUT

Read only

Former Member
0 Likes
690

Hi,

Use this FM

CONVERSION_EXIT_PDATE_INPUT.

Rhea.