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

Output types disabled

Former Member
0 Likes
791

Hi gurus,

I have an invoice in which few output types will not be visible in change mode but they are seen in display mode.

Are there any ways to find the output types that are disabled like this for a particular invoice.

Regards,

Sridevi

Hi gurus,

I have an invoice in which few output types will not be visible in change mode but they are seen in display mode.

Are there any ways to find the output types that are disabled like this for a particular invoice.

Regards,

Sridevi

6 REPLIES 6
Read only

Former Member
0 Likes
766

Hi,

You can check the Output types from Tcode NACE.

Hope this helps..

Regards,

Lalit

Read only

0 Likes
766

Hi Lalit,

I can see all the output types from NACE.

But I want the output types that are seen through change mode alone since I have a code to insert a output type at the last position.

Regards,

Sri

Read only

0 Likes
766

Hi,

I can think of Field Status Group. There you can see whether a particular type of Output has been disabled for input.

You can check this from SPRO by going to Sales and then searching for the field status for output type. If required you can take help from your SD functional.

Hope this would be of some help!!!

Regards,

Lalit

Read only

0 Likes
766

Hi Lalit,

Thanks for ur reply..

There has been code written in a routine to propose o/p type in create mode and it is not visible in change mode.

So I am trying to find if I can get the output types triggered in the change mode.

I can add my new output type using BDC at the last position.

Regards,

Sridevi

Read only

0 Likes
766

Hi,

Then in this case you need to seach for the user exit which has been used to do this,

Go to the main program of your transaction in use and search for the Call Customer Function string.

In one of the user exit this code would have been written.

Hope this helps!!!

Regds,

Lalit

Read only

0 Likes
766

Hi,

It wil be great to know if there are any tables in which I can find the info..

As in future so many such output types will be created like this and my code will not work in those case.

Regards,

Sridevi