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: 

FI_ITEMS_DISPLAY

Former Member
0 Kudos

Hi,

Can anyone tell me what is the use of the function module FI_ITEMS_DISPLAY

There is functional documentation but its not available in english

Thanks in advance

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

As per my knowledge, this fm is used to display all the details for customer or vendor regarding Assets ,Doc status, like

Main asset number,

New asset sub-number,

Order Number,

Document Number of the Clearing Document,

Clearing Date,

Accounting document number

Document type,

Posting key,

Document Status,

Company Code..etc

if we provide vendor or customer details.

we basically use this fm for :::::::::::::

1) Vendor Line Item Display

2) Customer Line Item Display

Suppose for example if we want to know customer line items like asset number..we provide parameters specific to customer only.

call function 'FI_ITEMS_DISPLAY'

EXPORTING

caller_repid = c_repid_ar

acctype = c_koart_ar

x_change = x_change

i_u_save = gd_alvsave

is_u_variant = gs_variant

it_u_fieldcat = gt_fieldcat[]

it_kontab = it_accts[]

it_slbtab = it_comps[]

it_t001 = it_h_t001[]

it_kna1 = it_h_kna1[]

it_knb1 = it_h_knb1[]

x_grid = x_grid

x_inet = pa_inet

TABLES

it_items = it_pos.

Please reward if useful.

Thanks

Sivaparvathi

2 REPLIES 2

Former Member
0 Kudos

Hi,

As per my knowledge, this fm is used to display all the details for customer or vendor regarding Assets ,Doc status, like

Main asset number,

New asset sub-number,

Order Number,

Document Number of the Clearing Document,

Clearing Date,

Accounting document number

Document type,

Posting key,

Document Status,

Company Code..etc

if we provide vendor or customer details.

we basically use this fm for :::::::::::::

1) Vendor Line Item Display

2) Customer Line Item Display

Suppose for example if we want to know customer line items like asset number..we provide parameters specific to customer only.

call function 'FI_ITEMS_DISPLAY'

EXPORTING

caller_repid = c_repid_ar

acctype = c_koart_ar

x_change = x_change

i_u_save = gd_alvsave

is_u_variant = gs_variant

it_u_fieldcat = gt_fieldcat[]

it_kontab = it_accts[]

it_slbtab = it_comps[]

it_t001 = it_h_t001[]

it_kna1 = it_h_kna1[]

it_knb1 = it_h_knb1[]

x_grid = x_grid

x_inet = pa_inet

TABLES

it_items = it_pos.

Please reward if useful.

Thanks

Sivaparvathi

0 Kudos

This message was moderated.