Application Development 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: 

User exit for VF04

Former Member
0 Kudos

Hi All,

Can any help me regarding the user exit for transaction VF04. the requirment is

When i click Display Billing List Button it will show up a alv report for "Maintain Billing Due List". when i select some Documents and click SAVE then it will generate Invoice. The enhancment should happen along with the INVOICE generation the Printing of Invoice should happen.

If any one of you have done this kind of requiement please help me.

regards,

Lakshmikanth.T.V

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

U can set the output message in order to print automatically the bill after genereting it, you don't need a specific exit.

See the SALES customizing in the message part.

Max

6 REPLIES 6

Former Member
0 Kudos

Hi,

Look at the below Exits

EXIT_SAPLV05I_001

EXIT_SAPLV05I_002

EXIT_SAPLV05I_003

Regards

Sudheer

Former Member
0 Kudos

Hi

U can set the output message in order to print automatically the bill after genereting it, you don't need a specific exit.

See the SALES customizing in the message part.

Max

0 Kudos

Hi Max,

Can you please tell me the steps to be followed to set the sales customizing in the message part.

Regards,

Lakshmikanth.T.V

Former Member
0 Kudos

Hi,

Check the BADI defination VOR_WA_FAKTURA in SE18.

Sudheer.A

Former Member
0 Kudos

try using..

EXIT_SAPLV05I_001

EXIT_SAPLV05I_002

EXIT_SAPLV05I_003

VOR_WA_FAKTURA (BADI)

Former Member
0 Kudos

Hi,

Would be much easier, when you tell us the exit you are talking about.

I searched and found exit EXIT_SAPLV60P_008. When you have a look into the calling of this exit (where-used-list), then you will find routine vkdfs_data_display in include SDBILLDL.

That's immediately before ALV-display, obviously this whole routine is never called in batch.

But in batch you have EXIT_SAPLV60P_009, EXIT_SAPLV60P_010... maybe you should make a search for a better (or second) place for your enhancements.

Regards,

Bhaskar