2009 May 04 9:36 AM
Hi,
In Reuse_alv_grid_display why not i use the sy-repid directly. Why always i've to assign in to a variable?
Thans & Regards,
Abhijit
2009 May 04 9:43 AM
Hi,
Its not necessary to assign report id with the help of another variable. U can use sy-repid directly...
Hi,
In Reuse_alv_grid_display why not i use the sy-repid directly. Why always i've to assign in to a variable?
Thans & Regards,
Abhijit
2009 May 04 9:42 AM
Hi,
Check the I_CALLBACK_PROGRAM Field documentation in the FM..
2009 May 04 9:43 AM
Hi,
Its not necessary to assign report id with the help of another variable. U can use sy-repid directly...
2009 May 04 9:46 AM
2009 May 04 9:54 AM
Hi
SY-REPID has the name of the current program, so it has the name of the main program of the function group into the function of ALV.
If you use SY-REPID, it'll change the value as soon as the fm ALV is called: the value will be from your report name to main program name: the risk was the value of import parameter I_CALLBACK_PROGRAM parameter was changed too.
Max
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |