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

RLB_INVOICE

Former Member
0 Likes
1,309

Hi!!

My problem is in VF02 transaction, when a clic on menu invoice then print in printer or in scren, but a want manipulate the program RLB_INVOICE because i wish defuse the menu invoice. How can i do it?

Thanks. Beatriz

Hi!!

My problem is in VF02 transaction, when a clic on menu invoice then print in printer or in scren, but a want manipulate the program RLB_INVOICE because i wish defuse the menu invoice. How can i do it?

Thanks. Beatriz

4 REPLIES 4
Read only

Former Member
0 Likes
953

I think it is not possible any how check with user exits

RV60AFZZ

RV60AFZB

RV60AFZC

Read only

0 Likes
953

The user-exit don`t have anything to help me!! thanks

Read only

Former Member
0 Likes
953

Hi

Copy the smartform for Invoice RLB_INVOICE to some Z Smartform and do the changes in SMARTFORMS TCODE

and attach the Z smartform in NACE tcode against the Output type RD00 and to the driver program, so that your changes will be effected

NACE is the Tcode used to link the Application type, Output Types and its processing Routines like ( Driver programs and attached Script forms or Smartforms).

You should know the Application of a document first Like:

for PO it is EF, for sales Doc's it is V1, for Delivery docs it is V2, for billing Doc's it is V3 etc.

so first select the Application type (ex: EF) for PO and press OUtput types

then a list will come in that you should know the related output type for PO.

in this case it is NEU,

select that and click on the processing Routines button on the left side

it will display the Medium, Driver Program and the Script form or smartform related to that document..

Reward points for useful Answers

Regards

Anji

Read only

0 Likes
953

I have all the configuration that you tell me, but nothing.... thanks.