Application Development and Automation 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: 
Read only

parameters in ALV

Former Member
0 Likes
548

What do I and IT indicate in export parameters of ALV..

1 ACCEPTED SOLUTION
Read only

Pawan_Kesari
Active Contributor
0 Likes
518

its naming convention..

I represent Input to function module, and O represent 'Output' from function module. In same way IS represent input with structure , IT represent Input with internal table.

You can use this convention while defining FORM or METHODS, its a good practice..

What do I and IT indicate in export parameters of ALV..

3 REPLIES 3
Read only

prasanth_kasturi
Active Contributor
0 Likes
518

Hi,

I refer to parameters like logos, pfstatus etc and

IT refers to internal tables like fieldcat, events, your internal table in prog

IS refers to structures used like layout

regards

prasanth

Edited by: prasanth kasturi on Jun 11, 2008 10:26 AM

Read only

Former Member
0 Likes
518

Hi Srk's

I = parameters like logos, pfstatus ,sy-repid,structure name,User Command,Buffer and so on.( input to function modules )

IT = internal tables like fieldcat,sorting,filtering,hide,save ,variantand events in Itab ( input to function module as internal tables )

IS = layout ( input to function module as structures )

Plz refer the below link for better understanding,

http://www.ittestpapers.com/downloadattachment.php?aId=f27d99ac21c263f422889effad910f2d&articleId=85...

Plz rewards points if helpful,

ganesh

Read only

Pawan_Kesari
Active Contributor
0 Likes
519

its naming convention..

I represent Input to function module, and O represent 'Output' from function module. In same way IS represent input with structure , IT represent Input with internal table.

You can use this convention while defining FORM or METHODS, its a good practice..