cancel
Showing results for 
Search instead for 
Did you mean: 

Standard program to print Customer Invoice with G/L lines

Former Member
0 Kudos

Hello All,

Requirement is as follows : -

1) We are trying to print the FI customer invoice through correspondence (Transaction Code F.61)

Standard driver program RFKORD50 and SAPscript F140_DOCU_EXC_01 are provided for the invoice printing.

2) Standard driver program currently prints either the customer line items / the vendor line items in the invoice.

3) Requirement is that we need to print the G/L line items on the form, instead of customer or vendor line item.

4) Client wants to go ahead with standard program only and is not ready for custom driver program or enhancments in the system.

5) So is there any standard driver program and script which prints the G/L line items in the customer invoice.

Thanks in advance.

Regards,

Rinkesh Doshi

Accepted Solutions (0)

Answers (3)

Answers (3)

naresh_bammidi
Contributor
0 Kudos

Hi,

I don't know standard script for G/L line items,but your client requirement is not to change the standard one.My suggestion is to create a standard text.By Using subroutine pool ,save the line items data(internal table ) into standard text after that include the standard text into your sap script form.

just go through this <link to blocked site removed by moderator>

Thanks and regards

Naresh Bammidi

Edited by: Thomas Zloch on Dec 15, 2011 9:16 PM

Former Member
0 Kudos

Hello Naresh,

Thanks for your reply. Your answer was useful. Closing the thread.

Regards,

Rinkesh Doshi

former_member777515
Participant
0 Kudos

Create a subroutine pool program, then write a subroutine to extract GL lines. In your SAPScript, call the subroutine passing and retrieving the necessary parameters.

Former Member
0 Kudos

Hello All,

Any help on the above issue ?

Regards,

R. Doshi