cancel
Showing results for 
Search instead for 
Did you mean: 

billing document to flat file

Former Member
0 Kudos

Hi,

I have a scenario in which i need to create a flat file and store in a local folder upon saving a billing document. This flat file will have certain selected information from the VBRK/VBRP tables.

This flat file will be read by another interface software to print a bar code so that the invoice from SAP along with bar code print has to be sent to a particular customer.

I am not able to find any user exit (only upon saving billing document) so that I can program to trigger a flat file creation in local folder.

Can any body help as to how to address this requirement?

Regards

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

Create New Output type.

Assign the program , which gathers all the fields information and stores it.

You can send this output for spool and then use it where ever it is required.

Regards

KRSNA

former_member204513
Active Contributor
0 Kudos

Hi Karthik,

Try with these User exits

1.USEREXIT_PRINT_ITEM (Module pool SAPLV61A, (program RV61AFZB)

2.USEREXIT_PRINT_HEAD (Modulpool SAPLV61A, (Programm RV61AFZB)

I hope it will help you

Regards,

Murali.