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

MB90 calling a smartform

Former Member
0 Likes
1,534

Hi Experts,

I have a requirement to revise a specific smartform in MB90.

I need to create a new smartform for document number starting with 5(ex. 5000000008)

But when I cehcked the program name of mb90 - MM70AMEA I cant find the line of code wherein it calls a specific smartform.

Does anyone know where I can edit the current smartform that is being called in MB90?

1 ACCEPTED SOLUTION
Read only

rajkumarnarasimman
Active Contributor
0 Likes
1,105

Hi Jepoy,

The smartform is configured in NACE T-code, based on that only the smartform is called. The same is maintained in TNAPR Table also. Pass the output type and check the smartform which is configured

I hope the application is ME, check the output type and change the driver program and smartform name

Regards

Rajkumar Narasimman

Hi Experts,

I have a requirement to revise a specific smartform in MB90.

I need to create a new smartform for document number starting with 5(ex. 5000000008)

But when I cehcked the program name of mb90 - MM70AMEA I cant find the line of code wherein it calls a specific smartform.

Does anyone know where I can edit the current smartform that is being called in MB90?

2 REPLIES 2
Read only

rajkumarnarasimman
Active Contributor
0 Likes
1,106

Hi Jepoy,

The smartform is configured in NACE T-code, based on that only the smartform is called. The same is maintained in TNAPR Table also. Pass the output type and check the smartform which is configured

I hope the application is ME, check the output type and change the driver program and smartform name

Regards

Rajkumar Narasimman

Read only

0 Likes
1,105

Thank You.