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

RE: Table creation

Former Member
0 Likes
710

Hi,

I created one table. For one field i have to write

conversion exit. Where i have to write the conversion exit and how to attach that to that field.

rgds

p.kp

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
690

hi

in the domain you need to attach

if you see that you can find...

Output length 18

Convers. routine MATN1

7 REPLIES 7
Read only

Former Member
0 Likes
691

hi

in the domain you need to attach

if you see that you can find...

Output length 18

Convers. routine MATN1

Read only

Former Member
0 Likes
690

While creating domain you have to assign that conversion exit. see mara table for field matnr and its domain.

Read only

Former Member
0 Likes
690

In the Domain

Under Definition

<b>Output length 18

Convers. routine MATN1 </b>

if you want to attach any conversion then simply specify in conversion routine..

if it your own FM write in SE37 and attach here.

Read only

0 Likes
690

Hi,

Vijay i asked u about what is the usage of this conversion exits. when can we see the conversion.

rgds

p.kp

Read only

0 Likes
690

if user enters data for vbeln 12232 like that,then system will convert using this routine to the internal format.

internal format will be 10, but you entered 5 chars, so it will convert to ten chars by placing leading zeroes..

Read only

0 Likes
690

user enters some data not in the internal format then this routine will conver the data to internal format.

in some times while passing the user entered data to some program we need to do conversion using the conversion routine attached to the domain explicity .