cancel
Showing results for 
Search instead for 
Did you mean: 

Line Items in Customer Invoice

Former Member
0 Kudos

Hello Experts,

I'm trying to print customer invoice. I've copied the form F140_DOCU_EXC_02 to /FJANZLG/YINVOIC and now trying to display &BKPF-BLDAT&,,&BSEG-BELNR&,,&BSEG-SGTXT& ,,,,&BSEG-WRBTR&

I like to know which driver program I should be using to get all the line item get printed where BSEG-KORT = 'S'. By default it is using RFKORB00.

I'm new to ABAP please provide me bit detail answer.

Thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Check the table T048B..For the driver program for the corresponding "correspondence type"..

Thanks,

Naren

Former Member
0 Kudos

I know which program running for the correspondance.

Which correspondance do I need to achive my requirements?

I need to print all line items of customer invoice where BSEG-KORT = 'S'

Thanks

Former Member
0 Kudos

Hi,

write the condition coding in the program lines by passing the global variables as input parameters and retrieve it in the outparameters and print it directly in the text elements