HI All,
What is the difference b/w stmts 1 & 2 let me know. any difference in that, why to use those pls let me know.
1). PARAMETERS: p_flnme1 TYPE localfile MODIF ID m1,
P_flnme2 TYPE localfile MODIF ID m2.
PARAMETERS: P_ifile1 LIKE rlgrap-filename MODIF ID m2,
P_ifile2 LIKE rlgrap-filename MODIF ID m3.
Why they are using Localfile above and below rlgrap-filename.
Akshitha.