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

SM30 / View Maintainance Call problem with Position button

Former Member
999

We are having an issue with the position button on Tcode SM30 and Function View Maintenance Call. When we press the position button and try to enter a material number (matnr element, with links to the correct databases) and then click on ok, it doesn't found materials that we know are on the Ztable.

Experimenting, I found that entering the complete number with all the leading zeroes finds the correct item, so my guess is that the Position button doesn't use the conversion alpha exit. A test with a Ztable where the made up code fills up the entire code space shows it finds the data correctly, so it seems that completion is the issue, reinforcing the idea that the conversion alpha exit (wich is correctly associated to the matnr domain) is not working in positioning.

Any pointers or ideas will be appreciated.

We are having an issue with the position button on Tcode SM30 and Function View Maintenance Call. When we press the position button and try to enter a material number (matnr element, with links to the correct databases) and then click on ok, it doesn't found materials that we know are on the Ztable.

Experimenting, I found that entering the complete number with all the leading zeroes finds the correct item, so my guess is that the Position button doesn't use the conversion alpha exit. A test with a Ztable where the made up code fills up the entire code space shows it finds the data correctly, so it seems that completion is the issue, reinforcing the idea that the conversion alpha exit (wich is correctly associated to the matnr domain) is not working in positioning.

Any pointers or ideas will be appreciated.

3 REPLIES 3
Read only

Former Member
744

Hi

for material u can use CONVERSION_EXIT_MATN1_INPUT.

regards,

Raghu.

Read only

Former Member
0 Likes
744

Hi

Use this function modules for the material number

CONVERSION_EXIT_ALPHA_input

CONVERSION_EXIT_ALPHA_output

I think it will work..find in debug wat value s coming

Read only

Former Member
0 Likes
744

This was a problem with the place we had coded the solution. It wasn't that incomplete were not found and complete were, it was that it requiered two tries to find the material. In other words, it worked half the time, misleading us in the problem detection phase.