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: 

Transportation lead time

Former Member
0 Kudos

Hi Everyone,

I am facing problem in transportation lead time scenario.

I am entering data in field TVRO-TDVZTD as 2 but internally system converts this value 2 to 480.000

When i write select query to fetch this data,system returns the value 480.000

SAP also provides one conversion exit but that also is not working and converting the data.

I need the value 2 for my logic.

Any idea about this scenario.

Thanks in advance.

Regards,

Tarun

4 REPLIES 4

hymavathi_oruganti
Active Contributor
0 Kudos

check the value TDVZT, IF THAT VALUE IS 2 tdvztd WILL BE 480, u can terieve values of TDVZT IF U WANT 2, THE BOTH FIELDS ARE LINKED

0 Kudos

Hi,

I checked out the field TDVZT and this field is outdated now and no value is maintained in this field.

Any other clue to get the value from field TVRO-TDVZTD.

Regards,

Tarun

Former Member
0 Kudos

Hi Tarun,

Use the following function module:-

<b>CONVERSION_EXIT_TSTRG_OUTPUT

CONVERSION_EXIT_TSTRG_INPUT</b>

To enter and retrive the data for TVRO-TDVZTD.

Regards,

Sameena

0 Kudos

Hi Sameena,

I already tried with both the function modules.

I am not getting my desired output.

Regards,

Tarun