cancel
Showing results for 
Search instead for 
Did you mean: 

Hiding of Description on invoice

Former Member
0 Kudos

Hello,

I have to print an invoice with only the material number and not the description.

However the description automatically gets displayed next to the materail number.

Is there any way to suppress this.

Regards

Nilesh

Accepted Solutions (0)

Answers (5)

Answers (5)

Manoj_Mahajan78
Active Contributor
0 Kudos

Nilesh,

You have make changes in ABAP Script & print programs..

If you dont know ABAP...take help from ur ABAPer ..Tell him from where descrition is coming from ....No user exit is required for this..

REWARD IF U FINDS THIS AS HELPFUL...

Regds

MM

Former Member
0 Kudos

Dear Nilesh,

We can do as your requirement but it is complete abap role.if you have knoledge i will tell you how to do

Go to V/40 adn select invoice and left side click processing routines note down the form under matter in IDES given is RVINVOICE01

put this in SE71 and click display button next go to utilites and select printing text this will displayes

if you know were material discription displays then select footer or header and go to utilites select printing text it displays

next were changes will you have to do with abaper because it is programing way

Hope this helps you

Prem.

Former Member
0 Kudos

Hey prem,

i have a bit kmowledge of ABAP but not full-on as I am just starting.

However i did not understand this line

''put this in SE71 and click display button next go to utilites and select printing text this will displayes ''

there is no button printing text. However there is one printing test. I think you mean the same. But that takes you to the printer configuration.

Regards

Nilesh

Lakshmipathi
Active Contributor
0 Kudos

Hi Nilesh

With the help of your ABABer, try with the following User Exits which are related to Billing

<b>o USEREXIT_FILL_VBRK_VBRP</b> (Module pool SAPLV60A, program <b>RV60AFZC</b>)

This user exit is only called when the billing document is created.

It is used to provide the header and the item of the new billing

document with deviating or additional data.

<b>o USEREXIT_PRINT_ITEM</b> (Module pool SAPLV61A, program <b>RV61AFZB</b>)

Printing the item line of a billing document can be supplemented or

changed.

<b>o USEREXIT_PRINT_HEAD</b> (Modulpool SAPLV61A, Programm <b>RV61AFZB</b>)

Printing the header line of a billing document can be supplemented

or changed.

<b>o User exits in program RV60AFZD</b>

Short descriptions of the user exits are contained in the program:

- USEREXIT_RELI_XVBPAK_AVBPAK

- USEREXIT_NEWROLE_XVBPAK_AVBPAK

- USEREXIT_NEWROLE_XVBPAP_AVBPAK

Thanks

G. Lakshmipathi

Former Member
0 Kudos

Hello Nilesh,

Tell this requirement to ABAPer he will make necessary modifications in the script used to print that invoice.

Regards,

Priyanka

Former Member
0 Kudos

Hi

You need take help of your ABAPer.Where you need to tell him about the requirement and subsequently the changes in script will ensure that the description will not be printed.

Regards

Ramesh