cancel
Showing results for 
Search instead for 
Did you mean: 

LBBIL_INVOICE-HD_DOWNPAY

Former Member
0 Kudos

Hi All

One short question about interface for SF Invoice printing. What should i do, that the system fill up the interface LBBIL_INVOICE-HD_DOWNPAY?

thanks in advance

RL

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

many thanks

Kind regards

RL

Former Member
0 Kudos

Hi RL,

In standard structure LBBIL_PRINT_DATA_TO_READ, we have to include the structure HD_DOWNPAY with component type XFELD, so that while determining the print data, the function sets the flag 'X' to get the data into standard structure

LBBIL_INVOICE.

Even you can see in the standard program LLB_BIL_OUTPUTF02

  • Downpayment sum

PERFORM fill_hd_down_paym_sum USING ls_vbrk-vbeln

lt_sdaccdpc

CHANGING es_bil_invoice-hd_gen

es_bil_invoice-hd_downpay

lt_sdaccdpc_doc.

there is a code to fill up the standard structure HD_DOWNPAY.

Hope this will help to understand.

Reagards,

S Raju.

Former Member
0 Kudos

Hi S Raju.

Thanks for your information, but i would to know, is it fill up with SAP standard or

with an addtional coding or maybe some customizing things.

Thanks in advance

R.L.

Former Member
0 Kudos

Hi,

Generally the data in standard interface LBBIL_INVOICE is filled up by based on the flags set in the standrad structure

LBBIL_PRINT_DATA_TO_READ in standard program RLB_INVOICE. To get the interface data into the mentioned structure, we have to append HD_DOWNPAY to LBBIL_PRINT_DATA_TO_READ.

Regards,

S Raju.